summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdepgraph/Makefile
diff options
context:
space:
mode:
authoratatat <atatat@pkgsrc.org>2003-04-30 03:39:17 +0000
committeratatat <atatat@pkgsrc.org>2003-04-30 03:39:17 +0000
commit0b9baea4c845c237bca74803790f67ca3ae70dcc (patch)
treea0177e9bf9deb850d1794d9110c11608945e4f4c /pkgtools/pkgdepgraph/Makefile
parent83bdae84cf2dfca8d0ef6b3e073ab758a40238f0 (diff)
downloadpkgsrc-0b9baea4c845c237bca74803790f67ca3ae70dcc.tar.gz
Add a new -m option that prints sh script which invokes make for each
"interesting" package, where "interesting" is defined by the other options given on the command line. Rework the "rebuild", "delete", and "fetch" output modes to use a new generic routine invoked with (the new) -m option. Other new options are: -a all packages (to make more packages becoming "interesting") -e adds an "existence check" to each of the lines of sh(1) style output (ala the current rebuild output) -r reverses the order in which the packages are listed -S package selects a subgraph of the installed package base -s print a simple list of packages instead of sh commands Also: fix a dreadful bug in the group number assignment loop. Groups are now assigned more properly, meaning that wholely selected subgraphs (via the new -S option) work. Welcome to version 2.5.
Diffstat (limited to 'pkgtools/pkgdepgraph/Makefile')
-rw-r--r--pkgtools/pkgdepgraph/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgdepgraph/Makefile b/pkgtools/pkgdepgraph/Makefile
index bd05b59e4cb..27c18be7c8a 100644
--- a/pkgtools/pkgdepgraph/Makefile
+++ b/pkgtools/pkgdepgraph/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2003/03/29 12:42:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2003/04/30 03:39:17 atatat Exp $
#
-DISTNAME= pkgdepgraph-2.4
+DISTNAME= pkgdepgraph-2.5
WRKSRC= ${WRKDIR}
CATEGORIES= pkgtools devel
MASTER_SITES= # empty