Received: by mail.netbsd.org (Postfix, from userid 605) id 30AA784D97; Thu, 6 Dec 2018 20:03:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2BDCC84D3A for ; Thu, 6 Dec 2018 20:03:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id EtHTzDNW6BCM for ; Thu, 6 Dec 2018 20:03:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6446984D27 for ; Thu, 6 Dec 2018 20:03:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E3E0FB16; Thu, 6 Dec 2018 20:03:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154412663286220" MIME-Version: 1.0 Date: Thu, 6 Dec 2018 20:03:52 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/sysutils/within To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20181206200352.5E3E0FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154412663286220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_154412663286220 Content-Disposition: inline Content-Length: 1897 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_154412663286220--