summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authoragc <agc>1998-09-03 11:55:21 +0000
committeragc <agc>1998-09-03 11:55:21 +0000
commitd53004173fad5f17be32153009ea0d9b8a492908 (patch)
tree19650b249d748fed2d14d94cbe0eeeb291a04789 /pkgtools
parentfc5ed216935a97d9dc6e3615bd1dd457c25d33de (diff)
downloadpkgsrc-d53004173fad5f17be32153009ea0d9b8a492908.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')
-rw-r--r--pkgtools/pax/Makefile23
-rw-r--r--pkgtools/pax/files/md53
-rw-r--r--pkgtools/pax/pkg/COMMENT1
-rw-r--r--pkgtools/pax/pkg/DESCR4
-rw-r--r--pkgtools/pax/pkg/PLIST4
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