summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2011-11-15 21:11:21 +0000
committercheusov <cheusov@pkgsrc.org>2011-11-15 21:11:21 +0000
commitf23591c71923213b920654cd80bad7a44cc0e9c1 (patch)
tree0c39574e19ef540fa82a552cfeedc097f55cb1ae /pkgtools
parentcf2f02073090f41ea9856f1f26be208df1406225 (diff)
downloadpkgsrc-f23591c71923213b920654cd80bad7a44cc0e9c1.tar.gz
Update to 0.10.0
A lot of improvements and grammar fixes in manual page by Nikolai Krot. Support for marker "keep" was implemented. (nih mark -k|-K, nih list -k, nih install). "keep" marker means that a package can't be updated by "nih update" command. This marker is particularly useful to mark packages that the user compiled manually from pkgsrc. Original idea belongs to Debian APT. nih install: - Options -r and -R options were added for installing dependencies or dependent packages. Sometimes they may fix mysterious segfaults. - Support for package suffix `/' was added that means "remove update". See the manual page for details. - A virtual package "_" was implemented that means "all packages" for which update is available". - Fixed: bug in REQUIRES/PROVIDES problem resolver. Now packages that solve REQUIRES/PROVIDES problems are marked as installed by user. Thanks to Jan Smydke for the report. - Library files including system libraries that packages require through REQUIRES field are also checked during update plan generation. fix: $CACHEDIR/All directory is created only when it is really necessary.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/nih/Makefile4
-rw-r--r--pkgtools/nih/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgtools/nih/Makefile b/pkgtools/nih/Makefile
index 574a9b13e1d..f63a71aabc0 100644
--- a/pkgtools/nih/Makefile
+++ b/pkgtools/nih/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2011/10/19 21:30:55 cheusov Exp $
+# $NetBSD: Makefile,v 1.12 2011/11/15 21:11:21 cheusov Exp $
-DISTNAME= pkgnih-0.9.1
+DISTNAME= pkgnih-0.10.0
PKGNAME= ${DISTNAME:S/pkgnih/nih/}
CATEGORIES= pkgtools
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/nih/ \
diff --git a/pkgtools/nih/distinfo b/pkgtools/nih/distinfo
index 84d0a23113f..575cff9b81b 100644
--- a/pkgtools/nih/distinfo
+++ b/pkgtools/nih/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2011/09/09 22:02:19 cheusov Exp $
+$NetBSD: distinfo,v 1.6 2011/11/15 21:11:21 cheusov Exp $
-SHA1 (pkgnih-0.9.1.tar.gz) = ceac96353fe93d8fca9fc946357d5702af61de31
-RMD160 (pkgnih-0.9.1.tar.gz) = 17f7452f0a67df09987efd3df5029e3db010a83c
-Size (pkgnih-0.9.1.tar.gz) = 48950 bytes
+SHA1 (pkgnih-0.10.0.tar.gz) = 9c5f932a63067328dcf012767f8d764d640be176
+RMD160 (pkgnih-0.10.0.tar.gz) = 903d9d9de268d9834f185db854c1df28ee2949b0
+Size (pkgnih-0.10.0.tar.gz) = 53096 bytes