diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-24 08:24:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-24 08:24:20 +0000 |
commit | 8cd2e280398e459ba6f4242657b857345930033c (patch) | |
tree | 480544ea02452aa488a6f31f9bb64d1421a71a0c /textproc/p5-NetAddr-IP-Find | |
parent | 403c0f284241910f8394bc0db9388cabf98619a2 (diff) | |
download | ports-8cd2e280398e459ba6f4242657b857345930033c.tar.gz ports-8cd2e280398e459ba6f4242657b857345930033c.zip |
Notes
Diffstat (limited to 'textproc/p5-NetAddr-IP-Find')
-rw-r--r-- | textproc/p5-NetAddr-IP-Find/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-NetAddr-IP-Find/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-NetAddr-IP-Find/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-NetAddr-IP-Find/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-NetAddr-IP-Find/pkg-plist | 7 |
5 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-NetAddr-IP-Find/Makefile b/textproc/p5-NetAddr-IP-Find/Makefile new file mode 100644 index 000000000000..cb2d60d898e9 --- /dev/null +++ b/textproc/p5-NetAddr-IP-Find/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-NetAddr-IP-Find +# Date created: May 14th 2002 +# Whom: Alex Kapranoff <kappa@freebsd.org.ua> +# +# $FreeBSD$ +# + +PORTNAME= NetAddr-IP-Find +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= NetAddr +PKGNAMEPREFIX= p5- + +MAINTAINER= kappa@freebsd.org.ua + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/NetAddr/IP.pm:${PORTSDIR}/net/p5-NetAddr-IP + +PERL_CONFIGURE= yes +INSTALL_TARGET= pure_install + +MAN3= NetAddr::IP::Find.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-NetAddr-IP-Find/distinfo b/textproc/p5-NetAddr-IP-Find/distinfo new file mode 100644 index 000000000000..71dce9ee1ad7 --- /dev/null +++ b/textproc/p5-NetAddr-IP-Find/distinfo @@ -0,0 +1 @@ +MD5 (NetAddr-IP-Find-0.02.tar.gz) = 2ccc8f7986543eefd935961e033fdf2f diff --git a/textproc/p5-NetAddr-IP-Find/pkg-comment b/textproc/p5-NetAddr-IP-Find/pkg-comment new file mode 100644 index 000000000000..21962414169c --- /dev/null +++ b/textproc/p5-NetAddr-IP-Find/pkg-comment @@ -0,0 +1 @@ +Iterates over all IP addresses in a text similar to Email::Find diff --git a/textproc/p5-NetAddr-IP-Find/pkg-descr b/textproc/p5-NetAddr-IP-Find/pkg-descr new file mode 100644 index 000000000000..59e6ef929894 --- /dev/null +++ b/textproc/p5-NetAddr-IP-Find/pkg-descr @@ -0,0 +1,7 @@ +This is a module for finding IP addresses in plain text. + +NetAddr::IP::Find exports one function, find_ipaddrs(). It +works very similar to URI::Find's find_uris() or +Email::Find's find_emails(). + +$num_ipaddrs_found = find_ipaddrs($text, \&callback); diff --git a/textproc/p5-NetAddr-IP-Find/pkg-plist b/textproc/p5-NetAddr-IP-Find/pkg-plist new file mode 100644 index 000000000000..fde4508d2bce --- /dev/null +++ b/textproc/p5-NetAddr-IP-Find/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/NetAddr/IP/Find.pm +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/NetAddr/IP 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/NetAddr 2>/dev/null || true +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP/Find/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP/Find +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr/IP 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/NetAddr 2>/dev/null || true |