diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-19 19:51:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-19 19:51:35 +0000 |
commit | f35c24906b8c5021207fdf034b00164fcfd501c6 (patch) | |
tree | 9110869ae69fe2401dccedd4d90675142994e915 | |
parent | a695c0c00477431aad8e3fc088ca5b8006c79c4d (diff) | |
download | pkgsrc-f35c24906b8c5021207fdf034b00164fcfd501c6.tar.gz |
Added pbulk.
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | pkgtools/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index d3b9b241d7a..96800796cee 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1422 2007/06/19 18:46:15 mjl Exp $ +$NetBSD: CHANGES-2007,v 1.1423 2007/06/19 19:51:35 joerg Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2645,3 +2645,4 @@ Changes to the packages collection and infrastructure in 2007: Added wm/twm version 1.0.3 [jlam 2007-06-19] Updated meta-pkgs/modular-xorg-apps to 1.2 [jlam 2007-06-19] Updated textproc/postgresql-autodoc to 1.30 [mjl 2007-06-19] + Added pkgtools/pbulk version 0.1 [root 2007-06-19] diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 5079ec9b84c..03345c6e74a 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2007/04/24 19:44:01 tnn Exp $ +# $NetBSD: Makefile,v 1.84 2007/06/19 19:51:35 joerg Exp $ # COMMENT= Tools for use in the packages collection @@ -18,6 +18,7 @@ SUBDIR+= libnbcompat SUBDIR+= mtree SUBDIR+= p5-pkgsrc-Dewey SUBDIR+= pax +SUBDIR+= pbulk SUBDIR+= pkg_alternatives SUBDIR+= pkg_chk SUBDIR+= pkg_comp |