diff options
author | agc <agc@pkgsrc.org> | 1998-08-28 12:25:35 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-08-28 12:25:35 +0000 |
commit | a477e5037b8f6473b3e82705cd3830a0bf3e71d7 (patch) | |
tree | c7997ed337b1c347c3900a670b81333023aacdc9 /pkgtools | |
parent | 97fae5833e9ad8fff21bad08b539bd5b2df922d2 (diff) | |
download | pkgsrc-a477e5037b8f6473b3e82705cd3830a0bf3e71d7.tar.gz |
+ Add a pkgtools category.
+ Add a pkg_install package, in the pkgtools category, which is a copy
of NetBSD-current's /usr/src/usr.sbin/pkg_install sources, as of
August 28th 1998. This version of the pkg_* tools includes a version
of pkg_info(1) which echoes matching package names, understands sh(1)
globbing, csh(1)-style {,} alternates, and Dewey decimal version
number relational matching.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/Makefile | 6 | ||||
-rw-r--r-- | pkgtools/pkg/COMMENT | 1 | ||||
-rw-r--r-- | pkgtools/pkg_install/Makefile | 22 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/md5 | 3 | ||||
-rw-r--r-- | pkgtools/pkg_install/pkg/COMMENT | 1 | ||||
-rw-r--r-- | pkgtools/pkg_install/pkg/DESCR | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/pkg/PLIST | 13 |
7 files changed, 50 insertions, 0 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile new file mode 100644 index 00000000000..e47ec45e912 --- /dev/null +++ b/pkgtools/Makefile @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.1 1998/08/28 12:25:35 agc Exp $ +# + +#SUBDIR+= pkg_install + +.include "../mk/bsd.pkg.subdir.mk" diff --git a/pkgtools/pkg/COMMENT b/pkgtools/pkg/COMMENT new file mode 100644 index 00000000000..cb3d070d42d --- /dev/null +++ b/pkgtools/pkg/COMMENT @@ -0,0 +1 @@ +Tools for use in the packages collection. diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile new file mode 100644 index 00000000000..0b99341e01c --- /dev/null +++ b/pkgtools/pkg_install/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 1998/08/28 12:25:35 agc Exp $ +# + +DISTNAME= pkg_install-19980828 +CATEGORIES= pkgtools +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.netbsd.org/ + +PREFIX= /usr +WRKSRC= ${WRKDIR}/pkg_install +MAKE_ENV+= BINDIR=/usr/sbin MANDIR=/usr/share/man +NO_PKG_REGISTER= yes + +.include "../../mk/bsd.prefs.mk" + +.ifdef MANZ +MANCOMPRESSED= yes +.endif + +.include "../../mk/bsd.pkg.mk" diff --git a/pkgtools/pkg_install/files/md5 b/pkgtools/pkg_install/files/md5 new file mode 100644 index 00000000000..6f693999726 --- /dev/null +++ b/pkgtools/pkg_install/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1 1998/08/28 12:25:35 agc Exp $ + +MD5 (pkg_install-19980828.tar.gz) = 72d839d030d8176c7740b850c0f51172 diff --git a/pkgtools/pkg_install/pkg/COMMENT b/pkgtools/pkg_install/pkg/COMMENT new file mode 100644 index 00000000000..55b31691a81 --- /dev/null +++ b/pkgtools/pkg_install/pkg/COMMENT @@ -0,0 +1 @@ +NetBSD-current's pkg_* tools diff --git a/pkgtools/pkg_install/pkg/DESCR b/pkgtools/pkg_install/pkg/DESCR new file mode 100644 index 00000000000..7669b9e955e --- /dev/null +++ b/pkgtools/pkg_install/pkg/DESCR @@ -0,0 +1,4 @@ +This is a copy of NetBSD-current's pkg_* tools in a format which is +able to be installed as a package. They simply replace the tools in +/usr/sbin, but don't register themselves as a package, so that no +de-installation can take place. diff --git a/pkgtools/pkg_install/pkg/PLIST b/pkgtools/pkg_install/pkg/PLIST new file mode 100644 index 00000000000..2ebaa0c5ab0 --- /dev/null +++ b/pkgtools/pkg_install/pkg/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/28 12:25:36 agc Exp $ +sbin/pkg_add +sbin/pkg_create +sbin/pkg_delete +sbin/pkg_info +man/cat1/pkg_add.0 +man/cat1/pkg_create.0 +man/cat1/pkg_delete.0 +man/cat1/pkg_info.0 +man/man1/pkg_add.1 +man/man1/pkg_create.1 +man/man1/pkg_delete.1 +man/man1/pkg_info.1 |