pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Any-URI-Escape Import p5-Any-URI-Escape-0.01 as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e259bc32359
branches:  trunk
changeset: 650992:9e259bc32359
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Apr 30 04:29:52 2015 +0000

description:
Import p5-Any-URI-Escape-0.01 as www/p5-Any-URI-Escape.

URI::Escape is great, but URI::Escape::XS is faster. This module loads
URI::Escape::XS and imports the two most common methods if XS is
installed.

diffstat:

 www/p5-Any-URI-Escape/DESCR    |   3 +++
 www/p5-Any-URI-Escape/Makefile |  20 ++++++++++++++++++++
 www/p5-Any-URI-Escape/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 4626fd734823 -r 9e259bc32359 www/p5-Any-URI-Escape/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Any-URI-Escape/DESCR       Thu Apr 30 04:29:52 2015 +0000
@@ -0,0 +1,3 @@
+URI::Escape is great, but URI::Escape::XS is faster. This module loads
+URI::Escape::XS and imports the two most common methods if XS is
+installed.
diff -r 4626fd734823 -r 9e259bc32359 www/p5-Any-URI-Escape/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Any-URI-Escape/Makefile    Thu Apr 30 04:29:52 2015 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2015/04/30 04:29:52 mef Exp $
+
+DISTNAME=      Any-URI-Escape-0.01
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Any/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/
+COMMENT=       Load URI::Escape::XS preferentially over URI::Escape
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
+
+PERL5_PACKLIST=        auto/Any/URI/Escape/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4626fd734823 -r 9e259bc32359 www/p5-Any-URI-Escape/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Any-URI-Escape/distinfo    Thu Apr 30 04:29:52 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/30 04:29:52 mef Exp $
+
+SHA1 (Any-URI-Escape-0.01.tar.gz) = b0bf440e22364a72c3d747d8aaee8de943b0f5d0
+RMD160 (Any-URI-Escape-0.01.tar.gz) = 223e6a47cf2ff9e677d07e9e6d64fad390af520c
+Size (Any-URI-Escape-0.01.tar.gz) = 1819 bytes



Home | Main Index | Thread Index | Old Index