diff options
author | agc <agc@pkgsrc.org> | 1998-09-03 11:55:21 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-03 11:55:21 +0000 |
commit | de7274e883f160801a79124e8d93ae9094bc22f2 (patch) | |
tree | 19650b249d748fed2d14d94cbe0eeeb291a04789 /pkgtools/pax | |
parent | 77538b85c6f5018394dad35f3091698c2c51b9d3 (diff) | |
download | pkgsrc-de7274e883f160801a79124e8d93ae9094bc22f2.tar.gz |
Addition of a package for NetBSD-current's version of pax(1). This deals
with GNU tar archives (which may include trailing rubbish) correctly.
This package does not register itself, so it cannot be deleted. It simply
overwrites the existing binaries with the newer version.
Diffstat (limited to 'pkgtools/pax')
-rw-r--r-- | pkgtools/pax/Makefile | 23 | ||||
-rw-r--r-- | pkgtools/pax/files/md5 | 3 | ||||
-rw-r--r-- | pkgtools/pax/pkg/COMMENT | 1 | ||||
-rw-r--r-- | pkgtools/pax/pkg/DESCR | 4 | ||||
-rw-r--r-- | pkgtools/pax/pkg/PLIST | 4 |
5 files changed, 35 insertions, 0 deletions
diff --git a/pkgtools/pax/Makefile b/pkgtools/pax/Makefile new file mode 100644 index 00000000000..464f01ebaea --- /dev/null +++ b/pkgtools/pax/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 1998/09/03 11:55:21 agc Exp $ +# + +DISTNAME= pax-19980903 +CATEGORIES= pkgtools +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.netbsd.org/ + +PREFIX= / +WRKSRC= ${WRKDIR}/pax +MAKE_ENV+= BINDIR=/bin MANDIR=/usr/share/man +NO_PKG_REGISTER= yes +NO_PACKAGE= No package registration is done + +.include "../../mk/bsd.prefs.mk" + +.ifdef MANZ +MANCOMPRESSED= yes +.endif + +.include "../../mk/bsd.pkg.mk" diff --git a/pkgtools/pax/files/md5 b/pkgtools/pax/files/md5 new file mode 100644 index 00000000000..e0d3e85d0b4 --- /dev/null +++ b/pkgtools/pax/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1 1998/09/03 11:55:22 agc Exp $ + +MD5 (pax-19980903.tar.gz) = 2fa4301aec4cf441c1eefeff9b887434 diff --git a/pkgtools/pax/pkg/COMMENT b/pkgtools/pax/pkg/COMMENT new file mode 100644 index 00000000000..b735e3b69b4 --- /dev/null +++ b/pkgtools/pax/pkg/COMMENT @@ -0,0 +1 @@ +NetBSD-current's pax tool diff --git a/pkgtools/pax/pkg/DESCR b/pkgtools/pax/pkg/DESCR new file mode 100644 index 00000000000..72126b77819 --- /dev/null +++ b/pkgtools/pax/pkg/DESCR @@ -0,0 +1,4 @@ +This is a copy of NetBSD-current's pax tool in a format which is +able to be installed as a package. It simply replaces the tool in +/bin, but doesn't register itself as a package, so that no +de-installation can take place. diff --git a/pkgtools/pax/pkg/PLIST b/pkgtools/pax/pkg/PLIST new file mode 100644 index 00000000000..b11b60f8177 --- /dev/null +++ b/pkgtools/pax/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 1998/09/03 11:55:22 agc Exp $ +bin/pax +man/man1/pax.1 +man/cat1/pax.0 |