Received: by mail.netbsd.org (Postfix, from userid 605) id CD9C784DAA; Fri, 29 Sep 2017 13:24:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 60C1B84D48 for ; Fri, 29 Sep 2017 13:24:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nrp7TYlI0nax for ; Fri, 29 Sep 2017 13:24:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D3AD384D35 for ; Fri, 29 Sep 2017 13:24:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CCF9EFBC7; Fri, 29 Sep 2017 13:24:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1506691469251630" MIME-Version: 1.0 Date: Fri, 29 Sep 2017 13:24:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Shell-Config-Generate To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170929132429.CCF9EFBC7@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. --_----------=_1506691469251630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Sep 29 13:24:29 UTC 2017 Added Files: pkgsrc/devel/p5-Shell-Config-Generate: DESCR Makefile distinfo pkgsrc/devel/p5-Shell-Config-Generate/patches: patch-maint_travis-install-system.sh Log Message: devel/p5-Shell-Config-Generate: import p5-Shell-Config-Generate-0.29 This module provides an interface for specifying shell configurations for different shell environments without having to worry about the arcane differences between shells such as csh, sh, cmd.exe and command.com. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Shell-Config-Generate/DESCR \ pkgsrc/devel/p5-Shell-Config-Generate/Makefile \ pkgsrc/devel/p5-Shell-Config-Generate/distinfo cvs rdiff -u -r0 -r1.1 \ pkgsrc/devel/p5-Shell-Config-Generate/patches/patch-maint_travis-install-system.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1506691469251630 Content-Disposition: inline Content-Length: 2882 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/p5-Shell-Config-Generate/DESCR diff -u /dev/null pkgsrc/devel/p5-Shell-Config-Generate/DESCR:1.1 --- /dev/null Fri Sep 29 13:24:29 2017 +++ pkgsrc/devel/p5-Shell-Config-Generate/DESCR Fri Sep 29 13:24:29 2017 @@ -0,0 +1,4 @@ +This module provides an interface for specifying shell configurations +for different shell environments without having to worry about the +arcane differences between shells such as csh, sh, cmd.exe and +command.com. Index: pkgsrc/devel/p5-Shell-Config-Generate/Makefile diff -u /dev/null pkgsrc/devel/p5-Shell-Config-Generate/Makefile:1.1 --- /dev/null Fri Sep 29 13:24:29 2017 +++ pkgsrc/devel/p5-Shell-Config-Generate/Makefile Fri Sep 29 13:24:29 2017 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2017/09/29 13:24:29 wiz Exp $ + +DISTNAME= Shell-Config-Generate-0.29 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Shell/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Shell-Config-Generate/ +COMMENT= Portably generate config for any shell +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Shell-Guess-[0-9]*:../../devel/p5-Shell-Guess + +PERL5_PACKLIST= auto/Shell/Config/Generate/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-Shell-Config-Generate/distinfo diff -u /dev/null pkgsrc/devel/p5-Shell-Config-Generate/distinfo:1.1 --- /dev/null Fri Sep 29 13:24:29 2017 +++ pkgsrc/devel/p5-Shell-Config-Generate/distinfo Fri Sep 29 13:24:29 2017 @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2017/09/29 13:24:29 wiz Exp $ + +SHA1 (Shell-Config-Generate-0.29.tar.gz) = 611c1fa3977ce999da5b483b0a112a47d3971f47 +RMD160 (Shell-Config-Generate-0.29.tar.gz) = 384ef19c111cca28b2e060e322ed8c807351d208 +SHA512 (Shell-Config-Generate-0.29.tar.gz) = 63abea0d5f95a23570fd94a32d5ee7ccefbc95766e4678cf0144d801dfc8ea26ea95ddb2d0c487090f7fb833ec51b879144a592a247321688c7357fc17e7578f +Size (Shell-Config-Generate-0.29.tar.gz) = 27838 bytes +SHA1 (patch-maint_travis-install-system.sh) = b28029a8f850db767df1ddf61d6c49af915c07dc Index: pkgsrc/devel/p5-Shell-Config-Generate/patches/patch-maint_travis-install-system.sh diff -u /dev/null pkgsrc/devel/p5-Shell-Config-Generate/patches/patch-maint_travis-install-system.sh:1.1 --- /dev/null Fri Sep 29 13:24:29 2017 +++ pkgsrc/devel/p5-Shell-Config-Generate/patches/patch-maint_travis-install-system.sh Fri Sep 29 13:24:29 2017 @@ -0,0 +1,15 @@ +$NetBSD: patch-maint_travis-install-system.sh,v 1.1 2017/09/29 13:24:29 wiz Exp $ + +Fix unportable test(1) operator. + +--- maint/travis-install-system.sh.orig 2017-09-01 13:39:02.000000000 +0000 ++++ maint/travis-install-system.sh +@@ -4,7 +4,7 @@ + set -euo pipefail + IFS=$'\n\t' + +-if [ "a" == "a" ]; then ++if [ "a" = "a" ]; then + + cd `mktemp -d` + wget http://fishshell.com/files/2.2.0/fish-2.2.0.tar.gz --_----------=_1506691469251630--