diff options
author | sno <sno> | 2009-08-17 18:31:12 +0000 |
---|---|---|
committer | sno <sno> | 2009-08-17 18:31:12 +0000 |
commit | 065a1a51a76ca927303a38f3ed75be9d21e54934 (patch) | |
tree | 5510f2285c4ccdf6af35865efe54f16e85b0ac50 /www/p5-URI-Find | |
parent | 58120aa948368046407c1f313cdfd8f355a36579 (diff) | |
download | pkgsrc-065a1a51a76ca927303a38f3ed75be9d21e54934.tar.gz |
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 (limited to 'www/p5-URI-Find')
-rw-r--r-- | www/p5-URI-Find/DESCR | 5 | ||||
-rw-r--r-- | www/p5-URI-Find/Makefile | 25 | ||||
-rw-r--r-- | www/p5-URI-Find/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/www/p5-URI-Find/DESCR b/www/p5-URI-Find/DESCR new file mode 100644 index 00000000000..101447c31a8 --- /dev/null +++ b/www/p5-URI-Find/DESCR @@ -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 --git a/www/p5-URI-Find/Makefile b/www/p5-URI-Find/Makefile new file mode 100644 index 00000000000..914843328eb --- /dev/null +++ b/www/p5-URI-Find/Makefile @@ -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 +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 --git a/www/p5-URI-Find/distinfo b/www/p5-URI-Find/distinfo new file mode 100644 index 00000000000..55e08798afb --- /dev/null +++ b/www/p5-URI-Find/distinfo @@ -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 |