pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/within



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Dec  6 20:03:52 UTC 2018

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

Log Message:
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!


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/within/DESCR \
    pkgsrc/sysutils/within/Makefile pkgsrc/sysutils/within/PLIST \
    pkgsrc/sysutils/within/distinfo

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

Added files:

Index: pkgsrc/sysutils/within/DESCR
diff -u /dev/null pkgsrc/sysutils/within/DESCR:1.1
--- /dev/null   Thu Dec  6 20:03:52 2018
+++ pkgsrc/sysutils/within/DESCR        Thu Dec  6 20:03:52 2018
@@ -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.
Index: pkgsrc/sysutils/within/Makefile
diff -u /dev/null pkgsrc/sysutils/within/Makefile:1.1
--- /dev/null   Thu Dec  6 20:03:52 2018
+++ pkgsrc/sysutils/within/Makefile     Thu Dec  6 20:03:52 2018
@@ -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"
Index: pkgsrc/sysutils/within/PLIST
diff -u /dev/null pkgsrc/sysutils/within/PLIST:1.1
--- /dev/null   Thu Dec  6 20:03:52 2018
+++ pkgsrc/sysutils/within/PLIST        Thu Dec  6 20:03:52 2018
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/12/06 20:03:52 leot Exp $
+bin/within
+man/man1/within.1
Index: pkgsrc/sysutils/within/distinfo
diff -u /dev/null pkgsrc/sysutils/within/distinfo:1.1
--- /dev/null   Thu Dec  6 20:03:52 2018
+++ pkgsrc/sysutils/within/distinfo     Thu Dec  6 20:03:52 2018
@@ -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