pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc + pkgclean, pkgfind



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4232fdee6bf
branches:  trunk
changeset: 476911:f4232fdee6bf
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Jun 22 20:06:11 2004 +0000

description:
+ pkgclean, pkgfind

diffstat:

 doc/CHANGES       |  4 +++-
 pkgtools/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 593196dac1e1 -r f4232fdee6bf doc/CHANGES
--- a/doc/CHANGES       Tue Jun 22 20:02:41 2004 +0000
+++ b/doc/CHANGES       Tue Jun 22 20:06:11 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6277 2004/06/22 14:06:45 minskim Exp $
+$NetBSD: CHANGES,v 1.6278 2004/06/22 20:06:11 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -3021,3 +3021,5 @@
        Updated file to 4.09 [grant 2004-06-22]
        Updated p5-Device-Gsm to 1.33 [grant 2004-06-22]
        Updated bash2 to 2.05.2.7nb2 [minskim 2004-06-22]
+       Added pkgclean-20040622 [xtraeme 2004-06-22]
+       Added pkgfind-20040622 [xtraeme 2004-06-22]
diff -r 593196dac1e1 -r f4232fdee6bf pkgtools/Makefile
--- a/pkgtools/Makefile Tue Jun 22 20:02:41 2004 +0000
+++ b/pkgtools/Makefile Tue Jun 22 20:06:11 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2004/03/27 00:04:02 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2004/06/22 20:06:11 xtraeme Exp $
 #
 
 COMMENT=       Tools for use in the packages collection
@@ -19,10 +19,12 @@
 #SUBDIR+=      pkg_install     # Only install on demand of bsd.pkg.mk
 SUBDIR+=       pkg_install-info
 SUBDIR+=       pkg_tarup
+SUBDIR+=       pkgclean
 SUBDIR+=       pkgconflict
 SUBDIR+=       pkgdep
 SUBDIR+=       pkgdepgraph
 SUBDIR+=       pkgdiff
+SUBDIR+=       pkgfind
 SUBDIR+=       pkglint
 SUBDIR+=       pkgmanpages
 SUBDIR+=       pkgsurvey



Home | Main Index | Thread Index | Old Index