pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Shell-Config-Generate



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index