aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-24 16:22:11 +0800
committerijliao <ijliao@FreeBSD.org>2002-09-24 16:22:11 +0800
commitdcd8a6d4c1137dbd8da04855857a37c9844a1553 (patch)
tree5b3066fbfc5f791b62207ea23b917977bab52247 /textproc
parentdd59caf0de389961506b57096b9a2086321d829b (diff)
downloadfreebsd-ports-gnome-dcd8a6d4c1137dbd8da04855857a37c9844a1553.tar.gz
freebsd-ports-gnome-dcd8a6d4c1137dbd8da04855857a37c9844a1553.tar.zst
freebsd-ports-gnome-dcd8a6d4c1137dbd8da04855857a37c9844a1553.zip
fix typo ; p5-NetAdd-IP-Find -> p5-NetAddr-IP-Find
Approved by: knu
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-NetAdd-IP-Find/Makefile25
-rw-r--r--textproc/p5-NetAdd-IP-Find/distinfo1
-rw-r--r--textproc/p5-NetAdd-IP-Find/pkg-comment1
-rw-r--r--textproc/p5-NetAdd-IP-Find/pkg-descr7
-rw-r--r--textproc/p5-NetAdd-IP-Find/pkg-plist7
5 files changed, 0 insertions, 41 deletions
diff --git a/textproc/p5-NetAdd-IP-Find/Makefile b/textproc/p5-NetAdd-IP-Find/Makefile
deleted file mode 100644
index cb2d60d898e9..000000000000
--- a/textproc/p5-NetAdd-IP-Find/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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-NetAdd-IP-Find/distinfo b/textproc/p5-NetAdd-IP-Find/distinfo
deleted file mode 100644
index 71dce9ee1ad7..000000000000
--- a/textproc/p5-NetAdd-IP-Find/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (NetAddr-IP-Find-0.02.tar.gz) = 2ccc8f7986543eefd935961e033fdf2f
diff --git a/textproc/p5-NetAdd-IP-Find/pkg-comment b/textproc/p5-NetAdd-IP-Find/pkg-comment
deleted file mode 100644
index 21962414169c..000000000000
--- a/textproc/p5-NetAdd-IP-Find/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Iterates over all IP addresses in a text similar to Email::Find
diff --git a/textproc/p5-NetAdd-IP-Find/pkg-descr b/textproc/p5-NetAdd-IP-Find/pkg-descr
deleted file mode 100644
index 59e6ef929894..000000000000
--- a/textproc/p5-NetAdd-IP-Find/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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-NetAdd-IP-Find/pkg-plist b/textproc/p5-NetAdd-IP-Find/pkg-plist
deleted file mode 100644
index fde4508d2bce..000000000000
--- a/textproc/p5-NetAdd-IP-Find/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-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