aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-06-29 20:19:00 +0800
committererwin <erwin@FreeBSD.org>2003-06-29 20:19:00 +0800
commitf544b37b922542ea3eda4775262c52b97c913644 (patch)
treecc85046d013bb29cf9cb5572df208cd796d44805 /devel
parent05dab7cd74fe12f0b34a55f63d9e7056f817c7fe (diff)
downloadfreebsd-ports-gnome-f544b37b922542ea3eda4775262c52b97c913644.tar.gz
freebsd-ports-gnome-f544b37b922542ea3eda4775262c52b97c913644.tar.zst
freebsd-ports-gnome-f544b37b922542ea3eda4775262c52b97c913644.zip
Add p5-Set-Infinite 0.49, set::Infinite - Sets of intervals.
PR: 53776 Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Set-Infinite/Makefile31
-rw-r--r--devel/p5-Set-Infinite/distinfo1
-rw-r--r--devel/p5-Set-Infinite/pkg-descr8
-rw-r--r--devel/p5-Set-Infinite/pkg-plist9
5 files changed, 50 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ffa83bf91185..d3ff7d7f7d05 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -674,6 +674,7 @@
SUBDIR += p5-SPOPS
SUBDIR += p5-Search-Binary
SUBDIR += p5-Server-FastPL
+ SUBDIR += p5-Set-Infinite
SUBDIR += p5-Set-NestedGroups
SUBDIR += p5-Set-Object
SUBDIR += p5-Set-Scalar
diff --git a/devel/p5-Set-Infinite/Makefile b/devel/p5-Set-Infinite/Makefile
new file mode 100644
index 000000000000..8b3de1345fcc
--- /dev/null
+++ b/devel/p5-Set-Infinite/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: p5-Set-Infinite
+# Date created: 26 june 2003
+# Whom: Mathieu Arnold <m@absolight.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Set-Infinite
+PORTVERSION= 0.49
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Set
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= m@absolight.net
+COMMENT= Set::Infinite - Sets of intervals
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Set::Infinite.3 Set::Infinite::Basic.3 Set::Infinite::Date.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE="Need at least perl 5.6.1 to build"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-Set-Infinite/distinfo b/devel/p5-Set-Infinite/distinfo
new file mode 100644
index 000000000000..00830ee6adee
--- /dev/null
+++ b/devel/p5-Set-Infinite/distinfo
@@ -0,0 +1 @@
+MD5 (Set-Infinite-0.49.tar.gz) = 6ce0957b8dad008d6a8326e56e7eaf79
diff --git a/devel/p5-Set-Infinite/pkg-descr b/devel/p5-Set-Infinite/pkg-descr
new file mode 100644
index 000000000000..49656929425d
--- /dev/null
+++ b/devel/p5-Set-Infinite/pkg-descr
@@ -0,0 +1,8 @@
+Set::Infinite is a Set Theory module for infinite sets.
+
+It works with reals, integers, and objects.
+
+When it is used dates, this module provides schedule checks (intersections),
+unions, and infinite recurrences.
+
+WWW: http://search.cpan.org/dist/Set-Infinite/
diff --git a/devel/p5-Set-Infinite/pkg-plist b/devel/p5-Set-Infinite/pkg-plist
new file mode 100644
index 000000000000..5b45a7434167
--- /dev/null
+++ b/devel/p5-Set-Infinite/pkg-plist
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/Set/Infinite.pm
+%%SITE_PERL%%/Set/Infinite/Arithmetic.pm
+%%SITE_PERL%%/Set/Infinite/Basic.pm
+%%SITE_PERL%%/Set/Infinite/Date.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Infinite/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Infinite
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set 2>/dev/null || true
+@dirrm %%SITE_PERL%%/Set/Infinite
+@unexec rmdir %D/%%SITE_PERL%%/Set 2>/dev/null || true