summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Algorithm-Interval2Prefix/Makefile21
-rw-r--r--devel/p5-Algorithm-Interval2Prefix/distinfo1
-rw-r--r--devel/p5-Algorithm-Interval2Prefix/pkg-descr6
-rw-r--r--devel/p5-Algorithm-Interval2Prefix/pkg-plist5
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 0db3117babfd..b79e5782a5ff 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -501,6 +501,7 @@
SUBDIR += p5-Agent
SUBDIR += p5-Algorithm-Diff
SUBDIR += p5-Algorithm-Evolutionary
+ SUBDIR += p5-Algorithm-Interval2Prefix
SUBDIR += p5-Algorithm-MDiff
SUBDIR += p5-Algorithm-MarkovChain
SUBDIR += p5-Algorithm-NaiveBayes
diff --git a/devel/p5-Algorithm-Interval2Prefix/Makefile b/devel/p5-Algorithm-Interval2Prefix/Makefile
new file mode 100644
index 000000000000..580485714ffc
--- /dev/null
+++ b/devel/p5-Algorithm-Interval2Prefix/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-Algorithm-Interval2Prefix
+# Date created: Dec 5 2003
+# Whom: Lars Thegler <lars@thegler.dk>
+#
+# $FreeBSD$
+
+PORTNAME= Algorithm-Interval2Prefix
+PORTVERSION= 0.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Algorithm
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lars@thegler.dk
+COMMENT= Generate prefixes from intervals
+
+PERL_CONFIGURE= yes
+
+MAN3= Algorithm::Interval2Prefix.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-Interval2Prefix/distinfo b/devel/p5-Algorithm-Interval2Prefix/distinfo
new file mode 100644
index 000000000000..07acff744378
--- /dev/null
+++ b/devel/p5-Algorithm-Interval2Prefix/distinfo
@@ -0,0 +1 @@
+MD5 (Algorithm-Interval2Prefix-0.02.tar.gz) = 6b4e1b652d7cee31c8bca2ce5e258ba7
diff --git a/devel/p5-Algorithm-Interval2Prefix/pkg-descr b/devel/p5-Algorithm-Interval2Prefix/pkg-descr
new file mode 100644
index 000000000000..b46fd024f9ff
--- /dev/null
+++ b/devel/p5-Algorithm-Interval2Prefix/pkg-descr
@@ -0,0 +1,6 @@
+Taking an interval as input, this module will construct the smallest
+set of prefixes, such that all numbers in the interval will match
+exactly one of the prefixes, and no prefix will match a number not
+in the interval.
+
+WWW: http://search.cpan.org/dist/Algorithm-Interval2Prefix/
diff --git a/devel/p5-Algorithm-Interval2Prefix/pkg-plist b/devel/p5-Algorithm-Interval2Prefix/pkg-plist
new file mode 100644
index 000000000000..b4cb9a65b5cf
--- /dev/null
+++ b/devel/p5-Algorithm-Interval2Prefix/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Algorithm/Interval2Prefix.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Interval2Prefix/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Interval2Prefix
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Algorithm 2>/dev/null || true