From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 18 12:40:24 2005 Return-Path: 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 22F5E16A4CE for ; Mon, 18 Apr 2005 12:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE17A43D45 for ; Mon, 18 Apr 2005 12:40:23 +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 j3ICeNSv011701 for ; Mon, 18 Apr 2005 12:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3ICeNpH011700; Mon, 18 Apr 2005 12:40:23 GMT (envelope-from gnats) Resent-Date: Mon, 18 Apr 2005 12:40:23 GMT Resent-Message-Id: <200504181240.j3ICeNpH011700@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 CE80416A4CE for ; Mon, 18 Apr 2005 12:39:35 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5155843D31 for ; Mon, 18 Apr 2005 12:39:34 +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 j3ICdWBb011701 for ; Mon, 18 Apr 2005 09:39:33 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j3ICdWma011700; Mon, 18 Apr 2005 09:39:32 -0300 (BRT) Message-Id: <200504181239.j3ICdWma011700@digitalsign.com> Date: Mon, 18 Apr 2005 09:39:32 -0300 (BRT) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80068: New port: archivers/pear-File_Archive PEAR class to easily manipulate tar, gz and zip files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Apr 2005 12:40:24 -0000 >Number: 80068 >Category: ports >Synopsis: New port: archivers/pear-File_Archive PEAR class to easily manipulate tar, gz and zip 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 Apr 18 12:40:23 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 #12: Mon Apr 4 08:35:27 BRT 2005 root@antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO i386 >Description: New port: archivers/pear-File_Archive PEAR class to easily manipulate tar, gz and zip files PEAR::File_Archive will let you manipulate easily the tar, gz and zip files. This library is strongly object oriented. It makes it very easy to use, writing simple code, yet the library is very powerfull. File_Archive is made of two objects: readers and writers. Are currently implemented readers from file, directory, tar, gz, zip and bzip2 archives. You can write to file(s), send mails with files attached, or create tar, gz, zip, bzip2 archives. >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-File_Archive # pear-File_Archive/Makefile # pear-File_Archive/distinfo # pear-File_Archive/pkg-descr # echo c - pear-File_Archive mkdir -p pear-File_Archive > /dev/null 2>&1 echo x - pear-File_Archive/Makefile sed 's/^X//' >pear-File_Archive/Makefile << 'END-of-pear-File_Archive/Makefile' X# Ports collection makefile for: pear-File_Archive X# Date created: 18 April 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= File_Archive XPORTVERSION= 1.0.0 XCATEGORIES= archivers www pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR class to easily manipulate tar, gz and zip files X XBUILD_DEPENDS= ${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type XRUN_DEPENDS= ${BUILD_DEPENDS} X XLATEST_LINK= pear-${PORTNAME} XOPTIONS= PEAR_MAIL "PEAR::Mail support" off \ X PEAR_MAIL_MIME "PEAR::Mail_Mime support" off X XCATEGORY= File XFILES= Archive.php Archive/Predicate.php Archive/Reader.php \ X Archive/Writer.php Archive/Predicate/And.php \ X Archive/Predicate/Custom.php Archive/Predicate/Ereg.php \ X Archive/Predicate/Eregi.php Archive/Predicate/Extension.php \ X Archive/Predicate/False.php Archive/Predicate/MaxDepth.php \ X Archive/Predicate/MIME.php Archive/Predicate/MinSize.php \ X Archive/Predicate/MinTime.php Archive/Predicate/Not.php \ X Archive/Predicate/Or.php Archive/Predicate/True.php \ X Archive/Reader/Archive.php Archive/Reader/Bzip2.php \ X Archive/Reader/ChangeName.php Archive/Reader/Concat.php \ X Archive/Reader/Directory.php Archive/Reader/File.php \ X Archive/Reader/Filter.php Archive/Reader/Gzip.php \ X Archive/Reader/Memory.php Archive/Reader/MimeList.php \ X Archive/Reader/Multi.php Archive/Reader/Relay.php \ X Archive/Reader/Select.php Archive/Reader/Tar.php \ X Archive/Reader/Uncompress.php Archive/Reader/Zip.php \ X Archive/Writer/Archive.php Archive/Writer/Bzip2.php \ X Archive/Writer/Files.php Archive/Writer/Gzip.php \ X Archive/Writer/Mail.php Archive/Writer/Memory.php \ X Archive/Writer/MemoryArchive.php Archive/Writer/Multi.php \ X Archive/Writer/Output.php Archive/Writer/Tar.php \ X Archive/Writer/Zip.php XDOCS= readme.txt XTESTS= test.php X_DOCSDIR= doc X Xpost-extract: X @${MV} ${WRKSRC}/File/* ${WRKSRC} X X.include X X.if defined(WITH_PEAR_MAIL) XRUN_DEPENDS+= ${PEARDIR}/Mail/mail.php:${PORTSDIR}/mail/pear-Mail X.endif X X.if defined(WITH_PEAR_MAIL_MIME) XRUN_DEPENDS+= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime X.endif X X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-File_Archive/Makefile echo x - pear-File_Archive/distinfo sed 's/^X//' >pear-File_Archive/distinfo << 'END-of-pear-File_Archive/distinfo' XMD5 (PEAR/File_Archive-1.0.0.tgz) = 8fc81a11977939f430f6eadc3f9270a0 XSIZE (PEAR/File_Archive-1.0.0.tgz) = 34904 END-of-pear-File_Archive/distinfo echo x - pear-File_Archive/pkg-descr sed 's/^X//' >pear-File_Archive/pkg-descr << 'END-of-pear-File_Archive/pkg-descr' XPEAR::File_Archive will let you manipulate easily the tar, gz and zip files. XThis library is strongly object oriented. It makes it very easy to use, writing Xsimple code, yet the library is very powerfull. X XFile_Archive is made of two objects: readers and writers. Are currently Ximplemented readers from file, directory, tar, gz, zip and bzip2 archives. X XYou can write to file(s), send mails with files attached, or create tar, gz, Xzip, bzip2 archives. X XWWW: http://pear.php.net/package/File_Archive/ END-of-pear-File_Archive/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: