summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2011-08-29 20:53:32 +0000
committercheusov <cheusov@pkgsrc.org>2011-08-29 20:53:32 +0000
commit84b873a3169204d7566c7e74144161d00e9a7764 (patch)
tree9e4fe1e7122861b60edc4740f6c3899d74dca06c /pkgtools
parent2e3b2dd1ccace3a20f5958de494fbd9b8beaf563 (diff)
downloadpkgsrc-84b873a3169204d7566c7e74144161d00e9a7764.tar.gz
Update to 0.9.0
Support for "try_out" marker was added. New options for subcommands: nih install -t, nih remove -t, nih list -t and nih mark -t/-T. See manual page for details. nih install: - after downloading binary packages it checks for common files in PLIST fields. If unregistered conflicts are detected, nih exits with error. This can be disabled using NO_PLIST_CHECK variable. - New option -a was added for running pkg_add(8) directly. nih history: - "automatic" and "try_out" flags are registered and output. - outputs a warning message if NO_INSTALLED_COPY is set. nih install|remove: - New option -l was added for keeping auto-removable leaf packages. nih verify: - New option -s was added for comparing running OS and OS packages were built for. nih: - New global option -s was added for specifying path to pkg_summary(5). ~/.nih/installed_* files are compressed by bzip2 at creation time.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/nih/Makefile9
-rw-r--r--pkgtools/nih/PLIST3
-rw-r--r--pkgtools/nih/distinfo8
3 files changed, 10 insertions, 10 deletions
diff --git a/pkgtools/nih/Makefile b/pkgtools/nih/Makefile
index b51e6c0502f..f2c45a608f5 100644
--- a/pkgtools/nih/Makefile
+++ b/pkgtools/nih/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2011/08/20 15:45:13 cheusov Exp $
+# $NetBSD: Makefile,v 1.7 2011/08/29 20:53:32 cheusov Exp $
-DISTNAME= pkgnih-0.8.0
+DISTNAME= pkgnih-0.9.0
PKGNAME= ${DISTNAME:S/pkgnih/nih/}
-PKGREVISION= 2
CATEGORIES= pkgtools
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/nih/ \
http://mova.org/~cheusov/pub/pkgnih/
@@ -12,7 +11,7 @@ HOMEPAGE= https://github.com/cheusov/pkgnih
COMMENT= Package manager for pkgsrc
LICENSE= 2-clause-bsd
-DEPENDS+= pkg_summary-utils>=0.53.2:../../pkgtools/pkg_summary-utils
+DEPENDS+= pkg_summary-utils>=0.56.0:../../pkgtools/pkg_summary-utils
DEPENDS+= digest-[0-9]*:../../pkgtools/digest
DEPENDS+= pkg_install>=20100915:../../pkgtools/pkg_install
@@ -36,7 +35,7 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/nih
REPLACE_INTERPRETER+= runawk
REPLACE.runawk.old= .*runawk
REPLACE.runawk.new= ${PREFIX}/bin/runawk
-REPLACE_FILES.runawk= nih/pkg_update_plan.in
+REPLACE_FILES.runawk= nih/pkg_update_plan.in nih/cmp2hr.in
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
diff --git a/pkgtools/nih/PLIST b/pkgtools/nih/PLIST
index 4011b940496..b6c5ff29ef2 100644
--- a/pkgtools/nih/PLIST
+++ b/pkgtools/nih/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2011/07/30 10:46:01 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/08/29 20:53:32 cheusov Exp $
bin/nih
bin/pkg_status
bin/pkg_update_plan
lib/nih/nih.default.conf
+libexec/nih/cmp2hr
man/man1/pkg_update_plan.1
man/man8/nih.8
share/doc/pkgnih/COPYRIGHT
diff --git a/pkgtools/nih/distinfo b/pkgtools/nih/distinfo
index d3fa9c4153f..d7ac7870e42 100644
--- a/pkgtools/nih/distinfo
+++ b/pkgtools/nih/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2011/07/30 10:46:02 cheusov Exp $
+$NetBSD: distinfo,v 1.4 2011/08/29 20:53:32 cheusov Exp $
-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
+SHA1 (pkgnih-0.9.0.tar.gz) = 91343cf84a1c47e710a9c740a9d3ae8ca038319e
+RMD160 (pkgnih-0.9.0.tar.gz) = 741de2cf2f27cb9ee5f733d45bfdcc51f13e89b1
+Size (pkgnih-0.9.0.tar.gz) = 48061 bytes