summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-26 17:35:02 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-26 17:35:02 +0000
commit858468bbd11abfa8620a0e2ad8701955a3c5da59 (patch)
tree324f46f211b7ee7a39641ba8187f6a6e05fcca55
parent- add support for saving/restoring console [1] (diff)
Add p5-Data-Properties, a Perl version of Java's java.util.Properties
which aims to be format-compatible with that class.
Notes
Notes: svn path=/head/; revision=76501
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Data-Properties/Makefile23
-rw-r--r--devel/p5-Data-Properties/distinfo1
-rw-r--r--devel/p5-Data-Properties/pkg-descr4
-rw-r--r--devel/p5-Data-Properties/pkg-plist5
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index d387f06e7d64..c66ab63ceaeb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -479,6 +479,7 @@
SUBDIR += p5-Data-DumpXML
SUBDIR += p5-Data-Flow
SUBDIR += p5-Data-HexDump
+ SUBDIR += p5-Data-Properties
SUBDIR += p5-Data-Serializer
SUBDIR += p5-Data-ShowTable
SUBDIR += p5-Data-TemporaryBag
diff --git a/devel/p5-Data-Properties/Makefile b/devel/p5-Data-Properties/Makefile
new file mode 100644
index 000000000000..04baf4873854
--- /dev/null
+++ b/devel/p5-Data-Properties/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: devel/p5-Data-Properties
+# Date created: 26 March 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Data-Properties
+PORTVERSION= 0.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Data
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= Data::Properties - persistent properties
+
+PERL_CONFIGURE= yes
+
+MAN3= Data::Properties.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Data-Properties/distinfo b/devel/p5-Data-Properties/distinfo
new file mode 100644
index 000000000000..3ae85c18ef70
--- /dev/null
+++ b/devel/p5-Data-Properties/distinfo
@@ -0,0 +1 @@
+MD5 (Data-Properties-0.02.tar.gz) = c60600639265a20c9678a720527e3941
diff --git a/devel/p5-Data-Properties/pkg-descr b/devel/p5-Data-Properties/pkg-descr
new file mode 100644
index 000000000000..a8c96d882158
--- /dev/null
+++ b/devel/p5-Data-Properties/pkg-descr
@@ -0,0 +1,4 @@
+This class is a Perl version of Java's java.util.Properties and aims
+to be format-compatible with that class.
+
+Author: Brian Moseley <bcm@maz.org>
diff --git a/devel/p5-Data-Properties/pkg-plist b/devel/p5-Data-Properties/pkg-plist
new file mode 100644
index 000000000000..cc583cb80fb5
--- /dev/null
+++ b/devel/p5-Data-Properties/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/Properties/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Data/Properties.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/Properties
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Data 2>/dev/null || true