pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Shell-Config-Generate devel/p5-Shell-Config-G...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8783e1e8f2ec
branches:  trunk
changeset: 369394:8783e1e8f2ec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 29 13:24:29 2017 +0000

description:
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.

diffstat:

 devel/p5-Shell-Config-Generate/DESCR                                        |   4 ++
 devel/p5-Shell-Config-Generate/Makefile                                     |  18 ++++++++++
 devel/p5-Shell-Config-Generate/distinfo                                     |   7 +++
 devel/p5-Shell-Config-Generate/patches/patch-maint_travis-install-system.sh |  15 ++++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 740cd1dcf265 -r 8783e1e8f2ec devel/p5-Shell-Config-Generate/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Shell-Config-Generate/DESCR      Fri Sep 29 13:24:29 2017 +0000
@@ -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.
diff -r 740cd1dcf265 -r 8783e1e8f2ec devel/p5-Shell-Config-Generate/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Shell-Config-Generate/Makefile   Fri Sep 29 13:24:29 2017 +0000
@@ -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"
diff -r 740cd1dcf265 -r 8783e1e8f2ec devel/p5-Shell-Config-Generate/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Shell-Config-Generate/distinfo   Fri Sep 29 13:24:29 2017 +0000
@@ -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
diff -r 740cd1dcf265 -r 8783e1e8f2ec devel/p5-Shell-Config-Generate/patches/patch-maint_travis-install-system.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Shell-Config-Generate/patches/patch-maint_travis-install-system.sh       Fri Sep 29 13:24:29 2017 +0000
@@ -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