diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-05-16 16:02:04 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-05-16 16:02:04 +0000 |
commit | 579a3ecb72ed204cce26b0075d16c260c77e7427 (patch) | |
tree | efb44ba875e039d62cf49dd1948f10cb5fbc7301 /pkgtools/pkg_tarup | |
parent | f78f035710cf183202edef5822965e158cb28034 (diff) | |
download | pkgsrc-579a3ecb72ed204cce26b0075d16c260c77e7427.tar.gz |
Update to 1.0.1. No functional change, only take the fact into account
that pkg_add now leaves the INSTALL script for future use, and doesn't
delete it any more.
Diffstat (limited to 'pkgtools/pkg_tarup')
-rw-r--r-- | pkgtools/pkg_tarup/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkg_tarup/files/pkg_tarup | 4 | ||||
-rw-r--r-- | pkgtools/pkg_tarup/pkg/DESCR | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/pkgtools/pkg_tarup/Makefile b/pkgtools/pkg_tarup/Makefile index 9252227dab1..956fef238bd 100644 --- a/pkgtools/pkg_tarup/Makefile +++ b/pkgtools/pkg_tarup/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/14 02:07:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/05/16 16:02:04 hubertf Exp $ # -DISTNAME= pkg_tarup-1.0 +DISTNAME= pkg_tarup-1.0.1 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkg_tarup/files/pkg_tarup b/pkgtools/pkg_tarup/files/pkg_tarup index 0522d5ead55..cd8084db1eb 100644 --- a/pkgtools/pkg_tarup/files/pkg_tarup +++ b/pkgtools/pkg_tarup/files/pkg_tarup @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: pkg_tarup,v 1.1.1.1 2000/02/14 02:07:13 hubertf Exp $ +# $Id: pkg_tarup,v 1.2 2000/05/16 16:02:05 hubertf Exp $ # # Tar up installed package # @@ -44,7 +44,7 @@ check_and_add -b ${PKG_DBDIR}/${PKG}/+BUILD_VERSION check_and_add -B ${PKG_DBDIR}/${PKG}/+BUILD_INFO check_and_add -s ${PKG_DBDIR}/${PKG}/+SIZE_PKG check_and_add -S ${PKG_DBDIR}/${PKG}/+SIZE_ALL -check_and_add -i ${PKG_DBDIR}/${PKG}/+INSTALL #NOTYET# +check_and_add -i ${PKG_DBDIR}/${PKG}/+INSTALL check_and_add -k ${PKG_DBDIR}/${PKG}/+DEINSTALL check_and_add -r ${PKG_DBDIR}/${PKG}/+REQUIRE check_and_add -D ${PKG_DBDIR}/${PKG}/+DISPLAY diff --git a/pkgtools/pkg_tarup/pkg/DESCR b/pkgtools/pkg_tarup/pkg/DESCR index 5338c058499..d9937e74220 100644 --- a/pkgtools/pkg_tarup/pkg/DESCR +++ b/pkgtools/pkg_tarup/pkg/DESCR @@ -4,11 +4,11 @@ Now my question is, how can we include this? I'd prefer to have it available from pkg_admin, but that is C, and the other is a script - rewrite in C? -The Script has still two problems, as the INSTALL and MTREE files are -removed after a pkg_add/make install. The INSTALL file isn't a problem to -keep, but the MTREE file will lead to a ~10% increase in space needed for -/var/db/pkg which I'm not sure we should do, esp. as the files are almost -always the same again. (On my notebook with ~250 installed pkgs, the size -increasement would be from 8.8MB to 10MB). +The Script has still a problem, as the MTREE file is removed after +a pkg_add/make install. As leaving the MTREE file will lead to a +~10% increase in space needed for /var/db/pkg which I'm not sure +we should do, esp. as the files are almost always the same again. +(On my notebook with ~250 installed pkgs, the size increasement +would be from 8.8MB to 10MB). Send your thoughts to me <hubertf@netbsd.org> ! |