Thu Aug 26 06:41:44 2010 UTC ()
Updating textproc/p5-String-ShellQuote from 1.03nb2 to 1.04

pkgsrc changes:
- add license definition
- make no compiler languages are used

Upstream changes:
1.04 Mon Jun  7 09:09:36 EDT 2010
    - Don't escape "=" unless it's in command position.  Thanks to Chip
      for the inspiration.
    - Use "#!perl" in test.t (closes #38072).
    - Don't try to test or install the shell-quote script on Windows
      (closes #46445).

1.03  Tue May  3 06:47:39 EDT 2005
    - Add shell-quote script.


(sno)
diff -r1.13 -r1.14 pkgsrc/textproc/p5-String-ShellQuote/Makefile
diff -r1.3 -r1.4 pkgsrc/textproc/p5-String-ShellQuote/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/textproc/p5-String-ShellQuote/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-String-ShellQuote/Makefile 2010/08/21 16:36:00 1.13
+++ pkgsrc/textproc/p5-String-ShellQuote/Makefile 2010/08/26 06:41:44 1.14
@@ -1,18 +1,21 @@ @@ -1,18 +1,21 @@
1# $NetBSD: Makefile,v 1.13 2010/08/21 16:36:00 seb Exp $ 1# $NetBSD: Makefile,v 1.14 2010/08/26 06:41:44 sno Exp $
2 2
3DISTNAME= String-ShellQuote-1.03 3DISTNAME= String-ShellQuote-1.04
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 5#PKGREVISION= 2
6CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
8 8
9MAINTAINER= rxg@NetBSD.org 9MAINTAINER= rxg@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/String-ShellQuote/ 10HOMEPAGE= http://search.cpan.org/dist/String-ShellQuote/
11COMMENT= Quote strings for passing through the shell 11COMMENT= Quote strings for passing through the shell
 12LICENSE= ${PERL5_LICENSE}
 13
 14USE_LANGUAGES= # empty
12 15
13PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
14 17
15PERL5_PACKLIST= auto/String/ShellQuote/.packlist 18PERL5_PACKLIST= auto/String/ShellQuote/.packlist
16 19
17.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/textproc/p5-String-ShellQuote/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-String-ShellQuote/distinfo 2007/02/22 12:13:44 1.3
+++ pkgsrc/textproc/p5-String-ShellQuote/distinfo 2010/08/26 06:41:44 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2007/02/22 12:13:44 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2010/08/26 06:41:44 sno Exp $
2 2
3SHA1 (String-ShellQuote-1.03.tar.gz) = c13a0f05ca3798059cc5209ee4b61ec6d3b91746 3SHA1 (String-ShellQuote-1.04.tar.gz) = e60f348200b16d85ccc50780d4d6546485b15bc5
4RMD160 (String-ShellQuote-1.03.tar.gz) = 25c8d9f09a7238fccf4fc18fc2aa241d81d763f3 4RMD160 (String-ShellQuote-1.04.tar.gz) = 90d2ad5d4271470fced77567be3b60d0e2e6101f
5Size (String-ShellQuote-1.03.tar.gz) = 6471 bytes 5Size (String-ShellQuote-1.04.tar.gz) = 6867 bytes