./wip/fbsd2pkg, Convert a FreeBSD port framework to a pkgsrc package

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


Branch: CURRENT, Version: 0.6.0.9, Package name: fbsd2pkg-0.6.0.9, Maintainer: bacon

The fbsd2pkg command converts a FreeBSD port framework to a pkgsrc package.
Most common constructs are converted, but in most cases, manual editing is
required to reach a working package.


Required to run:
[pkgtools/pkglint] [pkgtools/createbuildlink]

Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2015-09-19 15:43:00 by Jason Bacon | Files touched by this commit (1)
Log message:
Add comment about committing.

   2015-09-19 14:53:25 by Jason Bacon | Files touched by this commit (1)
Log message:

Support more make vars, move WWW from DESCR to HOMEPAGE.
   2015-09-16 15:34:41 by Jason Bacon | Files touched by this commit (1)
Log message:
Rerolled distfile

   2015-07-07 22:51:12 by Jason Bacon | Files touched by this commit (4)
Log message:
Import /home/bacon/Pkgsrc/pkgsrc-2/wip/fbsd2pkg
fbsd2pkg-0.1 as wip/fbsd2pkg.

The fbsd2pkg command converts a FreeBSD port framework to a pkgsrc package.
Most common constructs are converted, but in most cases, manual editing is
required to reach a working package.

Fbsd2pkg is an alternative to port2pkg that tries to do more automatic
conversion as well as preserve all unconverted FreeBSD port syntax as
comments in the pkgsrc Makefile.

It is written in Bourne shell and Awk to avoid the need for any large
dependencies.