pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/nih NIH Invented Here :-)
details: https://anonhg.NetBSD.org/pkgsrc/rev/8492cc417a0a
branches: trunk
changeset: 588709:8492cc417a0a
user: cheusov <cheusov%pkgsrc.org@localhost>
date: Mon May 16 22:03:14 2011 +0000
description:
NIH Invented Here :-)
This is a package manager for pkgsrc.
Available commands:
nih help - Display help message
nih refresh - Download pkg_summary and SHA512 files
nih install - Install or update packages
nih uninstall - Uninstall packages
nih verify - Verify packages integrity
nih status - Show status of installed packages
nih info - Show information about packages
nih meta - Output available or installed meta packages
nih search - Powerful search in packages
nih leaf - Output or remove autoinstalled leaf packages
nih list - List packages
nih mark - Mark packages
nih deps - Show dependencies
nih clean-cache - Clean-up cache directory with binaries
diffstat:
pkgtools/nih/DESCR | 18 ++++++++++++++++++
pkgtools/nih/Makefile | 43 +++++++++++++++++++++++++++++++++++++++++++
pkgtools/nih/PLIST | 12 ++++++++++++
pkgtools/nih/distinfo | 5 +++++
4 files changed, 78 insertions(+), 0 deletions(-)
diffs (94 lines):
diff -r aee31ac3652c -r 8492cc417a0a pkgtools/nih/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/nih/DESCR Mon May 16 22:03:14 2011 +0000
@@ -0,0 +1,18 @@
+NIH Invented Here :-)
+This is a package manager for pkgsrc.
+
+Available commands:
+ nih help - Display help message
+ nih refresh - Download pkg_summary and SHA512 files
+ nih install - Install or update packages
+ nih uninstall - Uninstall packages
+ nih verify - Verify packages integrity
+ nih status - Show status of installed packages
+ nih info - Show information about packages
+ nih meta - Output available or installed meta packages
+ nih search - Powerful search in packages
+ nih leaf - Output or remove autoinstalled leaf packages
+ nih list - List packages
+ nih mark - Mark packages
+ nih deps - Show dependencies
+ nih clean-cache - Clean-up cache directory with binaries
diff -r aee31ac3652c -r 8492cc417a0a pkgtools/nih/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/nih/Makefile Mon May 16 22:03:14 2011 +0000
@@ -0,0 +1,43 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/16 22:03:14 cheusov Exp $
+
+DISTNAME= pkgnih-0.7.1
+PKGNAME= ${DISTNAME:S/pkgnih/nih/}
+CATEGORIES= pkgtools
+MASTER_SITES= http://mova.org/~cheusov/pub/pkgnih/
+
+MAINTAINER= vle%gmx.net@localhost
+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+= digest-[0-9]*:../../pkgtools/digest
+DEPENDS+= pkg_install>=20100915:../../pkgtools/pkg_install
+
+BUILD_DEPENDS+= mk-configure>=0.21.0:../../devel/mk-configure
+
+CONFLICTS= pkg_status-[0-9]*
+SUPERSEDES= pkgnih-[0-9]*
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+BUILD_TARGET= all all-doc
+INSTALL_TARGET= install install-doc
+
+EGDIR= ${PREFIX}/share/examples/nih
+
+CONF_FILES= ${EGDIR}/nih.conf \
+ ${PKG_SYSCONFDIR}/nih/config
+
+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
+
+MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
+
+MAKE_PROGRAM= mkcmake
+
+.include "../../mk/bsd.pkg.mk"
diff -r aee31ac3652c -r 8492cc417a0a pkgtools/nih/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/nih/PLIST Mon May 16 22:03:14 2011 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/16 22:03:14 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
+share/doc/pkgnih/COPYRIGHT
+share/doc/pkgnih/NEWS
+share/doc/pkgnih/README
+share/doc/pkgnih/TODO
+share/examples/nih/nih.conf
diff -r aee31ac3652c -r 8492cc417a0a pkgtools/nih/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/nih/distinfo Mon May 16 22:03:14 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/05/16 22:03:14 cheusov Exp $
+
+SHA1 (pkgnih-0.7.1.tar.gz) = 68a9c04c42569eefabd2482ca20a11e5950d01de
+RMD160 (pkgnih-0.7.1.tar.gz) = 96ae280d312d702602b3e0790e992e4752ced223
+Size (pkgnih-0.7.1.tar.gz) = 39149 bytes
Home |
Main Index |
Thread Index |
Old Index