diff options
Diffstat (limited to 'pkgtools/port2pkg/DESCR')
-rw-r--r-- | pkgtools/port2pkg/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgtools/port2pkg/DESCR b/pkgtools/port2pkg/DESCR new file mode 100644 index 00000000000..565a697ab3a --- /dev/null +++ b/pkgtools/port2pkg/DESCR @@ -0,0 +1,11 @@ +A converter from a FreeBSD port to a NetBSD package. + +port2pkg tries to convert FreeBSD ports to NetBSD packages. port2pkg +copies files from portsdir to pkgsrcdir (if it does not exist, the +pkgsrcdir is created), and tries to adapt the Makefile, patches and +some files to NetBSD format in pkgsrcdir. + +port2pkg /mnt/ports/<category>/foo /usr/pkgsrc/<category>/foo + +Before committing a package which has been transformed using this +utility, please check the results manually. |