pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-URI-Find Importing module for p5 modules URI::F...
details: https://anonhg.NetBSD.org/pkgsrc/rev/02ca0fd4b867
branches: trunk
changeset: 397670:02ca0fd4b867
user: sno <sno%pkgsrc.org@localhost>
date: Mon Aug 17 18:31:12 2009 +0000
description:
Importing module for p5 modules URI::Find and URI::Find::Schemeless, both
version 20090319 as dependency for scheduled import of
www/p5-Template-Plugin-Clickable.
URI::Find does one thing: Finds URIs and URLs in plain text. It finds
them quickly and it finds them all (or what URI::URL considers a URI to
be.) It only finds URIs which include a scheme (http:// or the like),
for something a bit less strict have a look at included
URI::Find::Schemeless.
diffstat:
www/p5-URI-Find/DESCR | 5 +++++
www/p5-URI-Find/Makefile | 25 +++++++++++++++++++++++++
www/p5-URI-Find/distinfo | 5 +++++
3 files changed, 35 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r cf8b13e04868 -r 02ca0fd4b867 www/p5-URI-Find/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-URI-Find/DESCR Mon Aug 17 18:31:12 2009 +0000
@@ -0,0 +1,5 @@
+URI::Find does one thing: Finds URIs and URLs in plain text. It finds
+them quickly and it finds them all (or what URI::URL considers a URI to
+be.) It only finds URIs which include a scheme (http:// or the like),
+for something a bit less strict have a look at included
+URI::Find::Schemeless.
diff -r cf8b13e04868 -r 02ca0fd4b867 www/p5-URI-Find/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-URI-Find/Makefile Mon Aug 17 18:31:12 2009 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 18:31:12 sno Exp $
+#
+
+DISTNAME= URI-Find-20090319
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/URI-Find/
+COMMENT= Perl5 module to find URIs in arbitrary text
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-URI>=1.00:../../www/p5-URI
+BUILD_REQUIRES+= p5-Test-Simple>=0.82:../../devel/p5-Test-Simple
+
+USE_LANGUAGES= # empty
+
+PERL5_PACKLIST= auto/URI/Find/.packlist
+PERL5_MODULE_TYPE= Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cf8b13e04868 -r 02ca0fd4b867 www/p5-URI-Find/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-URI-Find/distinfo Mon Aug 17 18:31:12 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/17 18:31:12 sno Exp $
+
+SHA1 (URI-Find-20090319.tar.gz) = db84ac9f1cb60c625442959944820eba228c628a
+RMD160 (URI-Find-20090319.tar.gz) = cfff11d14fea7d18803365390e981e2ade0169dd
+Size (URI-Find-20090319.tar.gz) = 13948 bytes
Home |
Main Index |
Thread Index |
Old Index