./pkgtools/url2pkg, Tool to automate initial steps in building a package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 23.2.1, Package name: url2pkg-23.2.1, Maintainer: rillig

The url2pkg program creates a new pkgsrc package from only the URL of a
distribution file. It is intended to help pkgsrc developers create new
packages quickly and easily.


Required to run:
[lang/perl5] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2023-10-30 08:12:49 by Thomas Klausner | Files touched by this commit (3)
Log message:
url2pkg: use wheel.mk for Python packages

Bump version.
   2023-08-15 23:20:03 by Roland Illig | Files touched by this commit (2)
Log message:
url2pkg: clean and extract after adjusting the package

The first 'bmake extract' is done only to look at the files from the
package, to determine the dependencies.  In that stage, the package
cannot be built successfully.  To make the whole workflow less
surprising, install the auto-detected dependencies before leaving the
rest of the work to the human package maintainer.  This means that
running url2pkg produces more output and may take significantly more
time, but that time would be spent anyway later, so it's a net win.

Suggested by gdt@.
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-08-13 23:19:02 by Roland Illig | Files touched by this commit (3) | Package updated
Log message:
url2pkg: update to 23.2.0

Changes since 23.1.1:

Resolve dependencies from Python modules in more cases.  Suggested by
Greg Troxel for py-slixmpp.
   2023-08-13 23:11:31 by Roland Illig | Files touched by this commit (1)
Log message:
url2pkg: add test for Python dependencies from py-slixmpp
   2023-08-13 22:46:35 by Roland Illig | Files touched by this commit (1)
Log message:
url2pkg: fix test
   2023-06-11 09:42:17 by Thomas Klausner | Files touched by this commit (2)
Log message:
url2pkg: for python modules, assume Python 3

Bump version.
   2023-04-22 15:21:58 by Roland Illig | Files touched by this commit (2) | Package updated
Log message:
url2pkg: update to 23.1.0

Changes since 22.4.0:

Be more user-friendly when being passed a URL without version number.