Add p5-Set-Infinite 0.49, set::Infinite - Sets of intervals.
PR: 53776 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
c8983202d7
commit
c6c9b93c87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83817
5 changed files with 50 additions and 0 deletions
|
@ -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
|
||||
|
|
31
devel/p5-Set-Infinite/Makefile
Normal file
31
devel/p5-Set-Infinite/Makefile
Normal file
|
@ -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>
|
1
devel/p5-Set-Infinite/distinfo
Normal file
1
devel/p5-Set-Infinite/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Set-Infinite-0.49.tar.gz) = 6ce0957b8dad008d6a8326e56e7eaf79
|
8
devel/p5-Set-Infinite/pkg-descr
Normal file
8
devel/p5-Set-Infinite/pkg-descr
Normal file
|
@ -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/
|
9
devel/p5-Set-Infinite/pkg-plist
Normal file
9
devel/p5-Set-Infinite/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue