aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2005-04-24 12:39:47 +0800
committerkuriyama <kuriyama@FreeBSD.org>2005-04-24 12:39:47 +0800
commit9befd9c8692d5733067b2a1ddf03cb9ff0f0fe93 (patch)
tree0587c4f8a2785751fe8ec51a6e3f4d07d20a8468 /devel
parenta1c04b238f9344e9bcea80c4f242cc10abd142f1 (diff)
downloadfreebsd-ports-gnome-9befd9c8692d5733067b2a1ddf03cb9ff0f0fe93.tar.gz
freebsd-ports-gnome-9befd9c8692d5733067b2a1ddf03cb9ff0f0fe93.tar.zst
freebsd-ports-gnome-9befd9c8692d5733067b2a1ddf03cb9ff0f0fe93.zip
Add p5-Text-vFile-asData 0.02, parse vFile formatted files into data
structures.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Text-vFile-asData/Makefile29
-rw-r--r--devel/p5-Text-vFile-asData/distinfo2
-rw-r--r--devel/p5-Text-vFile-asData/pkg-descr4
-rw-r--r--devel/p5-Text-vFile-asData/pkg-plist7
5 files changed, 43 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b4afd21f2d85..557a7fc55596 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1101,6 +1101,7 @@
SUBDIR += p5-Test-Tester
SUBDIR += p5-Test-Unit
SUBDIR += p5-Test-WWW-Mechanize
+ SUBDIR += p5-Text-vFile-asData
SUBDIR += p5-Tie-Array-Sorted
SUBDIR += p5-Tie-Cache
SUBDIR += p5-Tie-DB_File-SplitHash
diff --git a/devel/p5-Text-vFile-asData/Makefile b/devel/p5-Text-vFile-asData/Makefile
new file mode 100644
index 000000000000..edb3c5d78542
--- /dev/null
+++ b/devel/p5-Text-vFile-asData/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: Text::vFile::asData
+# Date created: 21 Apr 2005
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-vFile-asData
+PORTVERSION= 0.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/R/RC/RCLAMP
+
+MAINTAINER= kuriyama@FreeBSD.org
+COMMENT= Parse vFile formatted files into data structures
+
+BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_MODBUILD= yes
+MAN3= Text::vFile::asData.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+BROKEN= "Not supported."
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-Text-vFile-asData/distinfo b/devel/p5-Text-vFile-asData/distinfo
new file mode 100644
index 000000000000..34b0c4a67d1f
--- /dev/null
+++ b/devel/p5-Text-vFile-asData/distinfo
@@ -0,0 +1,2 @@
+MD5 (Text-vFile-asData-0.02.tar.gz) = c5bb0a3fd046f638d40364aa786810cb
+SIZE (Text-vFile-asData-0.02.tar.gz) = 14299
diff --git a/devel/p5-Text-vFile-asData/pkg-descr b/devel/p5-Text-vFile-asData/pkg-descr
new file mode 100644
index 000000000000..a3cbd87f3d44
--- /dev/null
+++ b/devel/p5-Text-vFile-asData/pkg-descr
@@ -0,0 +1,4 @@
+Text::vFile::asData reads vFile format files, such as vCard
+(RFC 2426) and vCalendar (RFC 2445).
+
+WWW: http://search.cpan.org/dist/Text-vFile-asData/
diff --git a/devel/p5-Text-vFile-asData/pkg-plist b/devel/p5-Text-vFile-asData/pkg-plist
new file mode 100644
index 000000000000..10a04cfad251
--- /dev/null
+++ b/devel/p5-Text-vFile-asData/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Text/vFile/asData.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/vFile/asData/.packlist
+@unexec rmdir %D/%%SITE_PERL%%/Text/vFile 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/vFile/asData
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/vFile 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true