summaryrefslogtreecommitdiff
path: root/pkgtools/nih
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2011-07-30 10:46:01 +0000
committercheusov <cheusov@pkgsrc.org>2011-07-30 10:46:01 +0000
commit4899e73ed9b315972425d90f3ea76cc608336403 (patch)
treee7a20b584102dd22d3b3c3aeb11d515e116c581d /pkgtools/nih
parentc1979024a0fe6371e5435c670a66e7c59cf6270a (diff)
downloadpkgsrc-4899e73ed9b315972425d90f3ea76cc608336403.tar.gz
Update nih to 0.8.0
nih remove: - FIX: -n now works correctly Affected versions: 0.7.1-0.7.2 nih install: - FIX: "nih install -n" doesn't change "automatic" flag anymore - new suboption -k for continuing download after failures - BUILD_DATE field is included to installed_*.txt files New command "nih audit" for checking packages for vulnerabilities New command "nih history" nih mark: - new suboption -A and -U, synonyms to -u and -a respectively - if neither -a, -A, -u or -U were specified, markers are output. nih list: - new suboption -b for outputting packages in the repository - new suboption -r for outputting raw package summaries nih meta: - new suboption -r for outputting raw package summaries nih refresh: - error message is output when download fails Minor improvements in "nih -h" and manual page Path to ftp(1) defaults to /usr/bin/ftp on NetBSD, FreeBSD, OpenBSD and DragonFlyBSD. On other systems it defaults to tnftp from pkgsrc. FTP_OPTIONS and WGET_OPTIONS default to "-4" for using IPv4 only. New configuration variable IGNORE_CKSUMS was added in order to ignore SHA512.txt absent in some repositories.
Diffstat (limited to 'pkgtools/nih')
-rw-r--r--pkgtools/nih/Makefile4
-rw-r--r--pkgtools/nih/PLIST4
-rw-r--r--pkgtools/nih/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/pkgtools/nih/Makefile b/pkgtools/nih/Makefile
index 183d182679d..990bd8daa43 100644
--- a/pkgtools/nih/Makefile
+++ b/pkgtools/nih/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2011/06/14 21:21:08 cheusov Exp $
+# $NetBSD: Makefile,v 1.4 2011/07/30 10:46:01 cheusov Exp $
-DISTNAME= pkgnih-0.7.2
+DISTNAME= pkgnih-0.8.0
PKGNAME= ${DISTNAME:S/pkgnih/nih/}
CATEGORIES= pkgtools
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/nih/ \
diff --git a/pkgtools/nih/PLIST b/pkgtools/nih/PLIST
index f2d690c99ec..4011b940496 100644
--- a/pkgtools/nih/PLIST
+++ b/pkgtools/nih/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/16 22:03:14 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.2 2011/07/30 10:46:01 cheusov Exp $
bin/nih
bin/pkg_status
bin/pkg_update_plan
lib/nih/nih.default.conf
-man/man1/nih.1
man/man1/pkg_update_plan.1
+man/man8/nih.8
share/doc/pkgnih/COPYRIGHT
share/doc/pkgnih/NEWS
share/doc/pkgnih/README
diff --git a/pkgtools/nih/distinfo b/pkgtools/nih/distinfo
index f3852e55481..d3fa9c4153f 100644
--- a/pkgtools/nih/distinfo
+++ b/pkgtools/nih/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/06/14 21:21:08 cheusov Exp $
+$NetBSD: distinfo,v 1.3 2011/07/30 10:46:02 cheusov Exp $
-SHA1 (pkgnih-0.7.2.tar.gz) = 1fd157b0e5682e47849fecb7e18fa8a3f6d1d75d
-RMD160 (pkgnih-0.7.2.tar.gz) = 9289aef2cae7514ffb51a8b6013e19881a791156
-Size (pkgnih-0.7.2.tar.gz) = 39399 bytes
+SHA1 (pkgnih-0.8.0.tar.gz) = 94fb5e315fd62c8dba829fa17212d1dba9c034ca
+RMD160 (pkgnih-0.8.0.tar.gz) = 617fcf96e54cac4ca9a449594451d4d527e31dfc
+Size (pkgnih-0.8.0.tar.gz) = 43279 bytes