diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Set-Infinite/DESCR | 6 | ||||
-rw-r--r-- | math/p5-Set-Infinite/Makefile | 16 | ||||
-rw-r--r-- | math/p5-Set-Infinite/PLIST | 1 | ||||
-rw-r--r-- | math/p5-Set-Infinite/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/p5-Set-Infinite/DESCR b/math/p5-Set-Infinite/DESCR new file mode 100644 index 00000000000..f0a8d66fed3 --- /dev/null +++ b/math/p5-Set-Infinite/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/math/p5-Set-Infinite/Makefile b/math/p5-Set-Infinite/Makefile new file mode 100644 index 00000000000..4a35e695c4a --- /dev/null +++ b/math/p5-Set-Infinite/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/25 14:33:00 cube Exp $ + +DISTNAME= Set-Infinite-0.61 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/} + +MAINTAINER= cube@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Set-Infinite/ +COMMENT= Perl module for sets of integers and objects + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Set/Infinite/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Set-Infinite/PLIST b/math/p5-Set-Infinite/PLIST new file mode 100644 index 00000000000..6138f3dede8 --- /dev/null +++ b/math/p5-Set-Infinite/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/25 14:33:00 cube Exp $ diff --git a/math/p5-Set-Infinite/distinfo b/math/p5-Set-Infinite/distinfo new file mode 100644 index 00000000000..ab46b74c9ee --- /dev/null +++ b/math/p5-Set-Infinite/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/01/25 14:33:00 cube Exp $ + +SHA1 (Set-Infinite-0.61.tar.gz) = 8f1b04a0646cf98d102234f7df51150d245e9364 +Size (Set-Infinite-0.61.tar.gz) = 49501 bytes |