diff --git a/www/p5-URI-Find/Makefile b/www/p5-URI-Find/Makefile new file mode 100644 index 00000000000..c096dc2c4ec --- /dev/null +++ b/www/p5-URI-Find/Makefile @@ -0,0 +1,25 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/03/31 18:42:19 bernd Exp $ + +COMMENT= "find URIs in arbitrary text" +DISTNAME= URI-Find-0.16 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 + +MAINTAINER= Jasper Lievisse Adriaanse + +# Artistic/GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} + +CONFIGURE_STYLE= perl + +RUN_DEPENDS= :p5-URI->=1.00:www/p5-URI +BUILD_DEPENDS= ${RUN_DEPENDS} + +PKG_ARCH= * + +.include diff --git a/www/p5-URI-Find/distinfo b/www/p5-URI-Find/distinfo new file mode 100644 index 00000000000..187ee53b472 --- /dev/null +++ b/www/p5-URI-Find/distinfo @@ -0,0 +1,4 @@ +MD5 (URI-Find-0.16.tar.gz) = 339279e268cf37e629f54c1091f99a13 +RMD160 (URI-Find-0.16.tar.gz) = 76d474f2ae83cee19de7ed267695125dad71ff6b +SHA1 (URI-Find-0.16.tar.gz) = 6cd37affc305541abb2f99f6080d72343abb675d +SIZE (URI-Find-0.16.tar.gz) = 11509 diff --git a/www/p5-URI-Find/pkg/DESCR b/www/p5-URI-Find/pkg/DESCR new file mode 100644 index 00000000000..6b5c40f2b9a --- /dev/null +++ b/www/p5-URI-Find/pkg/DESCR @@ -0,0 +1,3 @@ +This module 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.) diff --git a/www/p5-URI-Find/pkg/PLIST b/www/p5-URI-Find/pkg/PLIST new file mode 100644 index 00000000000..9dae078607e --- /dev/null +++ b/www/p5-URI-Find/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/03/31 18:42:19 bernd Exp $ +${P5SITE}/URI/Find/ +${P5SITE}/URI/Find.pm +${P5SITE}/URI/Find/Schemeless.pm +@man man/man3p/URI::Find.3p +@man man/man3p/URI::Find::Schemeless.3p