From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 12:50:07 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53E0116A41F for ; Mon, 30 May 2005 12:50:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C8343D54 for ; Mon, 30 May 2005 12:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4UCo6bx046247 for ; Mon, 30 May 2005 12:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4UCo6sX046246; Mon, 30 May 2005 12:50:06 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2005 12:50:06 GMT Resent-Message-Id: <200505301250.j4UCo6sX046246@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E221716A421 for ; Mon, 30 May 2005 12:45:06 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.dynamic.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E0943D4C for ; Mon, 30 May 2005 12:45:05 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j4UCj58x094630 for ; Mon, 30 May 2005 09:45:05 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j4UCj5kD094629; Mon, 30 May 2005 09:45:05 -0300 (BRT) Message-Id: <200505301245.j4UCj5kD094629@digitalsign.com> Date: Mon, 30 May 2005 09:45:05 -0300 (BRT) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/81666: New port: mail/pear-Contact_Vcard_Parse PEAR class to parse vCard 2.1 and 3.0 files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2005 12:50:07 -0000 >Number: 81666 >Category: ports >Synopsis: New port: mail/pear-Contact_Vcard_Parse PEAR class to parse vCard 2.1 and 3.0 files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 30 12:50:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antonio Carlos Venancio Junior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #7: Tue May 10 10:37:35 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: New port: mail/pear-Contact_Vcard_Parse PEAR class to parse vCard 2.1 and 3.0 files 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. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pear-Contact_Vcard_Parse # pear-Contact_Vcard_Parse/Makefile # pear-Contact_Vcard_Parse/distinfo # pear-Contact_Vcard_Parse/pkg-descr # echo c - pear-Contact_Vcard_Parse mkdir -p pear-Contact_Vcard_Parse > /dev/null 2>&1 echo x - pear-Contact_Vcard_Parse/Makefile sed 's/^X//' >pear-Contact_Vcard_Parse/Makefile << 'END-of-pear-Contact_Vcard_Parse/Makefile' X# Ports collection makefile for: pear-Contact_Vcard_Parse X# Date created: 30 May 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= Contact_Vcard_Parse XPORTVERSION= 1.31.0 XCATEGORIES= mail www pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR class to parse vCard 2.1 and 3.0 files X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XFILES= Contact_Vcard_Parse.php XTESTS= test.php test.vcf X_TESTSDIR= . X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-Contact_Vcard_Parse/Makefile echo x - pear-Contact_Vcard_Parse/distinfo sed 's/^X//' >pear-Contact_Vcard_Parse/distinfo << 'END-of-pear-Contact_Vcard_Parse/distinfo' XMD5 (PEAR/Contact_Vcard_Parse-1.31.0.tgz) = d03d91831b85fbd467f9bf6366b3481e XSIZE (PEAR/Contact_Vcard_Parse-1.31.0.tgz) = 7288 END-of-pear-Contact_Vcard_Parse/distinfo echo x - pear-Contact_Vcard_Parse/pkg-descr sed 's/^X//' >pear-Contact_Vcard_Parse/pkg-descr << 'END-of-pear-Contact_Vcard_Parse/pkg-descr' XPEAR::Contact_Vcard_Parse allows you to parse vCard files and text blocks, Xand get back an array of the elements of each vCard in the file or text. X XWWW: http://pear.php.net/package/Contact_Vcard_Parse/ END-of-pear-Contact_Vcard_Parse/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: