aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Contact_Vcard_Parse
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-05-30 22:14:30 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-05-30 22:14:30 +0000
commit537c138f73c81d0ac47c844a3b637ab99da2d64a (patch)
treea76ba1da3d6f9b1cd20fddd6150c7f4951c64cde /mail/pear-Contact_Vcard_Parse
parente9bb1ecd8915132abb43a80aa861ede7fd67e2a4 (diff)
Notes
Diffstat (limited to 'mail/pear-Contact_Vcard_Parse')
-rw-r--r--mail/pear-Contact_Vcard_Parse/Makefile24
-rw-r--r--mail/pear-Contact_Vcard_Parse/distinfo2
-rw-r--r--mail/pear-Contact_Vcard_Parse/pkg-descr4
3 files changed, 30 insertions, 0 deletions
diff --git a/mail/pear-Contact_Vcard_Parse/Makefile b/mail/pear-Contact_Vcard_Parse/Makefile
new file mode 100644
index 000000000000..64db5001c990
--- /dev/null
+++ b/mail/pear-Contact_Vcard_Parse/Makefile
@@ -0,0 +1,24 @@
+# Ports collection makefile for: pear-Contact_Vcard_Parse
+# Date created: 30 May 2005
+# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= Contact_Vcard_Parse
+PORTVERSION= 1.31.0
+CATEGORIES= mail www pear
+
+MAINTAINER= antonio@php.net
+COMMENT= PEAR class to parse vCard 2.1 and 3.0 files
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+FILES= Contact_Vcard_Parse.php
+TESTS= test.php test.vcf
+_TESTSDIR= .
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/mail/pear-Contact_Vcard_Parse/distinfo b/mail/pear-Contact_Vcard_Parse/distinfo
new file mode 100644
index 000000000000..3514ffc9d6e8
--- /dev/null
+++ b/mail/pear-Contact_Vcard_Parse/distinfo
@@ -0,0 +1,2 @@
+MD5 (PEAR/Contact_Vcard_Parse-1.31.0.tgz) = d03d91831b85fbd467f9bf6366b3481e
+SIZE (PEAR/Contact_Vcard_Parse-1.31.0.tgz) = 7288
diff --git a/mail/pear-Contact_Vcard_Parse/pkg-descr b/mail/pear-Contact_Vcard_Parse/pkg-descr
new file mode 100644
index 000000000000..924908fe8445
--- /dev/null
+++ b/mail/pear-Contact_Vcard_Parse/pkg-descr
@@ -0,0 +1,4 @@
+PEAR::Contact_Vcard_Parse allows you to parse vCard files and text blocks,
+and get back an array of the elements of each vCard in the file or text.
+
+WWW: http://pear.php.net/package/Contact_Vcard_Parse/