pkgsrc-WIP-changes archive

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

Import 'within'



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Wed Dec 5 22:56:22 2018 +0100
Changeset:	34d59533ec43cc236e8470a3699ddbc15fb5135d

Added Files:
	within/DESCR
	within/Makefile
	within/PLIST
	within/distinfo

Log Message:
Import 'within'

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=34d59533ec43cc236e8470a3699ddbc15fb5135d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 within/DESCR    |  2 ++
 within/Makefile | 18 ++++++++++++++++++
 within/PLIST    |  3 +++
 within/distinfo |  6 ++++++
 4 files changed, 29 insertions(+)

diffs:
diff --git a/within/DESCR b/within/DESCR
new file mode 100644
index 0000000000..9af8a910a6
--- /dev/null
+++ b/within/DESCR
@@ -0,0 +1,2 @@
+Run a command in other directories.  Useful for running things like 'git
+status' or 'make' in few directories at once.  Can run jobs in parallel.
diff --git a/within/Makefile b/within/Makefile
new file mode 100644
index 0000000000..427548977b
--- /dev/null
+++ b/within/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	within
+DISTNAME=	1.1.1
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	sysutils parallel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=sjmulder/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+AUTO_MKDIRS=	yes
+
+MAINTAINER=	ik%sjmulder.nl@localhost
+HOMEPAGE=	https://github.com/sjmulder/within
+COMMENT=	Run a command in other directories
+LICENSE=	gnu-agpl-v3
+
+WRKSRC=	${WRKDIR}/within-1.1.1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/within/PLIST b/within/PLIST
new file mode 100644
index 0000000000..962951a117
--- /dev/null
+++ b/within/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/within
+man/man1/within.1
diff --git a/within/distinfo b/within/distinfo
new file mode 100644
index 0000000000..bc1ce26a9a
--- /dev/null
+++ b/within/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (within/1.1.1.tar.gz) = 4b1bc1f56208547793860f20c928558a99133b4c
+RMD160 (within/1.1.1.tar.gz) = 63d0b78b5cd78ce66aaf0e6e9d965cf933fd75f0
+SHA512 (within/1.1.1.tar.gz) = f8af9c27f8c8e1d18aa3799a2c078e104ad0e11e2a7b2aebd745f9546ee6bed3e7dca42f991a68b4f89577ac9f9c7224876052b67c6f64f35478a70bb68d1c7a
+Size (within/1.1.1.tar.gz) = 19114 bytes


Home | Main Index | Thread Index | Old Index