diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 12:13:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 12:13:44 +0000 |
commit | dc118b5b1cbf21565a481aae85da4d142fa5b294 (patch) | |
tree | bdfd15d3b0bc1b11f59159d0c7ccc522f4c849ea | |
parent | 54a294f7aab50d551cb0a1f51130a45e681c8286 (diff) | |
download | pkgsrc-dc118b5b1cbf21565a481aae85da4d142fa5b294.tar.gz |
Update to 1.03:
1.03 Tue May 3 06:47:39 EDT 2005
- Add shell-quote script.
1.02 Thu Feb 10 22:08:27 EST 2005
- Allow qw(! % + , : @ ^) to appear without being quoted. (This was
in 1.01, but I forgot to mention it.)
1.01 Wed Feb 9 20:43:46 EST 2005
- Have shell_quote() croak if the string can't be encoded
(currently, if it contains NULs).
- Add shell_quote_best_effort() which will return what it can
instead.
-rw-r--r-- | textproc/p5-String-ShellQuote/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-String-ShellQuote/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/textproc/p5-String-ShellQuote/Makefile b/textproc/p5-String-ShellQuote/Makefile index ee0d197c501..4772f2e744a 100644 --- a/textproc/p5-String-ShellQuote/Makefile +++ b/textproc/p5-String-ShellQuote/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:32 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2007/02/22 12:13:44 wiz Exp $ -DISTNAME= String-ShellQuote-1.00 -PKGNAME= p5-String-ShellQuote-1.00 -PKGREVISION= 2 +DISTNAME= String-ShellQuote-1.03 +PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} MAINTAINER= rxg@NetBSD.org -HOMEPAGE= http://search.cpan.org/search?module=String::ShellQuote +HOMEPAGE= http://search.cpan.org/dist/String-ShellQuote/ COMMENT= Quote strings for passing through the shell PERL5_PACKLIST= auto/String/ShellQuote/.packlist diff --git a/textproc/p5-String-ShellQuote/distinfo b/textproc/p5-String-ShellQuote/distinfo index c82b9788e9c..5650cabec27 100644 --- a/textproc/p5-String-ShellQuote/distinfo +++ b/textproc/p5-String-ShellQuote/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 14:48:45 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/02/22 12:13:44 wiz Exp $ -SHA1 (String-ShellQuote-1.00.tar.gz) = 9e180ac0c85dd8d295d39e196a686c9348afc4fd -RMD160 (String-ShellQuote-1.00.tar.gz) = c4a9e94a594f914833b58e27ee8167940a866ebb -Size (String-ShellQuote-1.00.tar.gz) = 2634 bytes +SHA1 (String-ShellQuote-1.03.tar.gz) = c13a0f05ca3798059cc5209ee4b61ec6d3b91746 +RMD160 (String-ShellQuote-1.03.tar.gz) = 25c8d9f09a7238fccf4fc18fc2aa241d81d763f3 +Size (String-ShellQuote-1.03.tar.gz) = 6471 bytes |