pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add pkg-dev: Tools for pkgsrc development and testing
Module Name: pkgsrc-wip
Committed By: Charlie Root <root%netbsddev.hpc.uwm.edu@localhost>
Pushed By: outpaddling
Date: Tue Jan 2 18:39:58 2018 -0600
Changeset: 1624cb3bb43ba94865219c136b6a27b590404bd9
Modified Files:
Makefile
Added Files:
pkg-dev/DESCR
pkg-dev/Makefile
pkg-dev/PLIST
pkg-dev/TODO
pkg-dev/distinfo
Log Message:
Add pkg-dev: Tools for pkgsrc development and testing
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1624cb3bb43ba94865219c136b6a27b590404bd9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
pkg-dev/DESCR | 1 +
pkg-dev/Makefile | 32 ++++++++++++++++++++++++++++++++
pkg-dev/PLIST | 11 +++++++++++
pkg-dev/TODO | 1 +
pkg-dev/distinfo | 6 ++++++
6 files changed, 52 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index d0fd152256..31c7f4fa57 100644
--- a/Makefile
+++ b/Makefile
@@ -2729,6 +2729,7 @@ SUBDIR+= piwik
SUBDIR+= pixz
SUBDIR+= pizza
SUBDIR+= pjproject
+SUBDIR+= pkg-dev
SUBDIR+= pkg_conflicts
SUBDIR+= pkg_fake
#SUBDIR+= pkg_get # not a package (yet?)
diff --git a/pkg-dev/DESCR b/pkg-dev/DESCR
new file mode 100644
index 0000000000..c20bba2c85
--- /dev/null
+++ b/pkg-dev/DESCR
@@ -0,0 +1 @@
+Tools for pkgsrc development and testing.
diff --git a/pkg-dev/Makefile b/pkg-dev/Makefile
new file mode 100644
index 0000000000..3e8808c0e0
--- /dev/null
+++ b/pkg-dev/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD$
+
+DISTNAME= pkg-dev-0.1
+CATEGORIES= pkgtools
+MASTER_SITES= http://acadix.biz/Ports/distfiles/
+
+MAINTAINER= bacon%NetBSD.org@localhost
+HOMEPAGE= http://acadix.biz/Ports/distfiles/
+COMMENT= Tools for pkgsrc development and testing
+LICENSE= original-bsd
+
+EXTRACT_SUFX= .tar.xz
+
+USE_LANGUAGES= # none
+
+DEPENDS= pkglint>0:../../pkgtools/pkglint
+DEPENDS+= pkgdiff>0:../../pkgtools/pkgdiff
+DEPENDS+= createbuildlink>0:../../pkgtools/createbuildlink
+
+NO_BUILD= yes
+
+SUBST_CLASSES+= prefix
+SUBST_STAGE.prefix= post-patch
+SUBST_SED.prefix= -e 's|/usr/pkgsrc|${BUILD_DIR}/../..|g'
+SUBST_FILES.prefix= Scripts/pkg-grep
+
+INSTALLATION_DIRS= sbin
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${DESTDIR}${PREFIX}/sbin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pkg-dev/PLIST b/pkg-dev/PLIST
new file mode 100644
index 0000000000..d369f43581
--- /dev/null
+++ b/pkg-dev/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+sbin/pbulk-new-chroot
+sbin/pbulk-setup
+sbin/pbulk-start-chroot
+sbin/pkg-check
+sbin/pkg-diff
+sbin/pkg-grep
+sbin/pkg-list
+sbin/pkg-reinstall
+sbin/pkg-remake
+sbin/pkg-vuln
diff --git a/pkg-dev/TODO b/pkg-dev/TODO
new file mode 100644
index 0000000000..b687356e6b
--- /dev/null
+++ b/pkg-dev/TODO
@@ -0,0 +1 @@
+Clean up and test
diff --git a/pkg-dev/distinfo b/pkg-dev/distinfo
new file mode 100644
index 0000000000..fbf1db7913
--- /dev/null
+++ b/pkg-dev/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pkg-dev-0.1.tar.xz) = 3f5497758fad73cac41d20a94442625db6f6c9ff
+RMD160 (pkg-dev-0.1.tar.xz) = b17f38185bc184a60ab2b3e7232ca9a4d5d567e2
+SHA512 (pkg-dev-0.1.tar.xz) = 1e69801e404adf7ffd42daf6fa566b2fce6a5ea3959623c2897ae59a4e80a9fcb2385d4c21395a7baaf26ac69d090f44f27b26ad85257c1280bc8d8d4deab880
+Size (pkg-dev-0.1.tar.xz) = 7360 bytes
Home |
Main Index |
Thread Index |
Old Index