From ba78e03015d3f55f331ed5230168cfe2bd66e6a6 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 20:59:00 +0000 Subject: Move pkg/ files into package's toplevel directory --- pkgtools/port2pkg/DESCR | 11 +++++++++++ pkgtools/port2pkg/PLIST | 4 ++++ pkgtools/port2pkg/pkg/DESCR | 11 ----------- pkgtools/port2pkg/pkg/PLIST | 4 ---- 4 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 pkgtools/port2pkg/DESCR create mode 100644 pkgtools/port2pkg/PLIST delete mode 100644 pkgtools/port2pkg/pkg/DESCR delete mode 100644 pkgtools/port2pkg/pkg/PLIST (limited to 'pkgtools/port2pkg') 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//foo /usr/pkgsrc//foo + +Before committing a package which has been transformed using this +utility, please check the results manually. diff --git a/pkgtools/port2pkg/PLIST b/pkgtools/port2pkg/PLIST new file mode 100644 index 00000000000..3161630b3af --- /dev/null +++ b/pkgtools/port2pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:19:05 zuntum Exp $ +bin/port2pkg +man/cat1/port2pkg.0 +man/man1/port2pkg.1 diff --git a/pkgtools/port2pkg/pkg/DESCR b/pkgtools/port2pkg/pkg/DESCR deleted file mode 100644 index 565a697ab3a..00000000000 --- a/pkgtools/port2pkg/pkg/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -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//foo /usr/pkgsrc//foo - -Before committing a package which has been transformed using this -utility, please check the results manually. diff --git a/pkgtools/port2pkg/pkg/PLIST b/pkgtools/port2pkg/pkg/PLIST deleted file mode 100644 index 5e8a76be194..00000000000 --- a/pkgtools/port2pkg/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/27 11:33:06 sakamoto Exp $ -bin/port2pkg -man/cat1/port2pkg.0 -man/man1/port2pkg.1 -- cgit v1.2.3