summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-04 00:06:47 +0000
committerwill <will@FreeBSD.org>2001-01-04 00:06:47 +0000
commitc13fb86e920e5f3e51d3bcdb162d10a2b2bd6605 (patch)
treec38e778be3b9e6288ef23d1badfb2939303c4804 /devel
parentf881000a58f52dd906b195b4e39020d3e8b6e4f3 (diff)
downloadFreeBSD-ports-c13fb86e920e5f3e51d3bcdb162d10a2b2bd6605.zip
FreeBSD-ports-c13fb86e920e5f3e51d3bcdb162d10a2b2bd6605.tar.gz
Add p5-Set-Object 1.02, perl module to manage sets of objects.
PR: 24025 Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Set-Object/Makefile23
-rw-r--r--devel/p5-Set-Object/distinfo1
-rw-r--r--devel/p5-Set-Object/pkg-comment1
-rw-r--r--devel/p5-Set-Object/pkg-descr5
-rw-r--r--devel/p5-Set-Object/pkg-plist8
6 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 2657df4..259c8a8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -270,6 +270,7 @@
SUBDIR += p5-Religion
SUBDIR += p5-Resources
SUBDIR += p5-Set-NestedGroups
+ SUBDIR += p5-Set-Object
SUBDIR += p5-Sort-Versions
SUBDIR += p5-Storable
SUBDIR += p5-String-Approx
diff --git a/devel/p5-Set-Object/Makefile b/devel/p5-Set-Object/Makefile
new file mode 100644
index 0000000..4239ddb
--- /dev/null
+++ b/devel/p5-Set-Object/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: devel/p5-Set-Object
+# Date created: 02 January 2001
+# Whom: Anton Berezin <tobez@tobez.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Set-Object
+PORTVERSION= 1.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Set
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@tobez.org
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MAN3= Set::Object.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Set-Object/distinfo b/devel/p5-Set-Object/distinfo
new file mode 100644
index 0000000..ccf47aa
--- /dev/null
+++ b/devel/p5-Set-Object/distinfo
@@ -0,0 +1 @@
+MD5 (Set-Object-1.02.tar.gz) = 77876ee3d8fd72f3bfe551060f9fbbb6
diff --git a/devel/p5-Set-Object/pkg-comment b/devel/p5-Set-Object/pkg-comment
new file mode 100644
index 0000000..2ac061a
--- /dev/null
+++ b/devel/p5-Set-Object/pkg-comment
@@ -0,0 +1 @@
+Perl module to manage sets of objects
diff --git a/devel/p5-Set-Object/pkg-descr b/devel/p5-Set-Object/pkg-descr
new file mode 100644
index 0000000..757ee82
--- /dev/null
+++ b/devel/p5-Set-Object/pkg-descr
@@ -0,0 +1,5 @@
+This module implements a Set of objects, that is, a collection of
+objects without duplications. It is similar to a Smalltalk IdentitySet.
+
+-Anton
+<tobez@tobez.org>
diff --git a/devel/p5-Set-Object/pkg-plist b/devel/p5-Set-Object/pkg-plist
new file mode 100644
index 0000000..86fb329
--- /dev/null
+++ b/devel/p5-Set-Object/pkg-plist
@@ -0,0 +1,8 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Object/Object.so
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Object/Object.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Object/autosplit.ix
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Object/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Set/Object.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set/Object
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Set 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Set 2>/dev/null || true
OpenPOWER on IntegriCloud