Import p5-URI-Find.

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.)    

From Jasper Lievisse Adriaanse <jasper at nedbsd.nl>.
This commit is contained in:
bernd 2006-03-31 18:42:19 +00:00
parent e72b452018
commit e315126bb3
4 changed files with 38 additions and 0 deletions

25
www/p5-URI-Find/Makefile Normal file
View File

@ -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 <jasper@nedbsd.nl>
# 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 <bsd.port.mk>

4
www/p5-URI-Find/distinfo Normal file
View File

@ -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

View File

@ -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.)

View File

@ -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