From 1083142e5d60cd0d2215460d834a29e9d0d4b1c0 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 3 Sep 1998 11:55:21 +0000 Subject: 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. --- pkgtools/pax/Makefile | 23 +++++++++++++++++++++++ pkgtools/pax/files/md5 | 3 +++ pkgtools/pax/pkg/COMMENT | 1 + pkgtools/pax/pkg/DESCR | 4 ++++ pkgtools/pax/pkg/PLIST | 4 ++++ 5 files changed, 35 insertions(+) create mode 100644 pkgtools/pax/Makefile create mode 100644 pkgtools/pax/files/md5 create mode 100644 pkgtools/pax/pkg/COMMENT create mode 100644 pkgtools/pax/pkg/DESCR create mode 100644 pkgtools/pax/pkg/PLIST (limited to 'pkgtools/pax') 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 -- cgit v1.2.3