pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/within within: Import within-1.1.3 as sysutil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e3a119d0e04
branches:  trunk
changeset: 326442:6e3a119d0e04
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Dec 06 20:03:52 2018 +0000

description:
within: Import within-1.1.3 as sysutils/within

Run a command in other directories.  Useful for running things like 'git
status' or 'make' in a few projects at once.  Can run jobs in parallel.

Packaged in pkgsrc-wip by Sijmen J. Mulder.  Thank you Sijmen!

diffstat:

 sysutils/within/DESCR    |   2 ++
 sysutils/within/Makefile |  15 +++++++++++++++
 sysutils/within/PLIST    |   3 +++
 sysutils/within/distinfo |   6 ++++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r ccda6e0aaf82 -r 6e3a119d0e04 sysutils/within/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/within/DESCR     Thu Dec 06 20:03:52 2018 +0000
@@ -0,0 +1,2 @@
+Run a command in other directories.  Useful for running things like 'git
+status' or 'make' in a few projects at once.  Can run jobs in parallel.
diff -r ccda6e0aaf82 -r 6e3a119d0e04 sysutils/within/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/within/Makefile  Thu Dec 06 20:03:52 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2018/12/06 20:03:52 leot Exp $
+
+DISTNAME=      within-1.1.3
+CATEGORIES=    sysutils parallel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=sjmulder/}
+
+MAINTAINER=    ik%sjmulder.nl@localhost
+HOMEPAGE=      https://github.com/sjmulder/within
+COMMENT=       Run a command in other directories
+LICENSE=       gnu-agpl-v3
+
+INSTALL_MAKE_FLAGS+=   MANPREFIX=${PREFIX}/${PKGMANDIR}
+TEST_TARGET=           check
+
+.include "../../mk/bsd.pkg.mk"
diff -r ccda6e0aaf82 -r 6e3a119d0e04 sysutils/within/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/within/PLIST     Thu Dec 06 20:03:52 2018 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/12/06 20:03:52 leot Exp $
+bin/within
+man/man1/within.1
diff -r ccda6e0aaf82 -r 6e3a119d0e04 sysutils/within/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/within/distinfo  Thu Dec 06 20:03:52 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/12/06 20:03:52 leot Exp $
+
+SHA1 (within-1.1.3.tar.gz) = cef91cfa05d46e88d91928c145e0da68f6dfae08
+RMD160 (within-1.1.3.tar.gz) = 4270830724ed87b8258aca847654fc885bfbbfdf
+SHA512 (within-1.1.3.tar.gz) = 28df9cbd90902ad35c36d191f9f61300d2758d3e734777f2c3580f7f4289837a6e53cf961476d6d31a0562979fdae3881030204937437488848cb00533c98c36
+Size (within-1.1.3.tar.gz) = 19352 bytes



Home | Main Index | Thread Index | Old Index