1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add pear-Contact_Vcard_Parse PEAR class to parse vCard 2.1 and 3.0 files.

PR:		ports/81666
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
This commit is contained in:
Florent Thoumie 2005-05-30 22:14:30 +00:00
parent e9bb1ecd89
commit 537c138f73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136475
3 changed files with 30 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Contact_Vcard_Parse-1.31.0.tgz) = d03d91831b85fbd467f9bf6366b3481e
SIZE (PEAR/Contact_Vcard_Parse-1.31.0.tgz) = 7288

View File

@ -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/