From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 9 17:00:11 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 B961B16A4CE for ; Wed, 9 Mar 2005 17:00:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A7F643D1F for ; Wed, 9 Mar 2005 17:00:11 +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 j29H0BZp052513 for ; Wed, 9 Mar 2005 17:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j29H0BKn052512; Wed, 9 Mar 2005 17:00:11 GMT (envelope-from gnats) Resent-Date: Wed, 9 Mar 2005 17:00:11 GMT Resent-Message-Id: <200503091700.j29H0BKn052512@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 4310116A4CE for ; Wed, 9 Mar 2005 16:50:11 +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 1168C43D55 for ; Wed, 9 Mar 2005 16:50:10 +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 j29Go5CP072895 for ; Wed, 9 Mar 2005 13:50:06 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j29Go4WE072894; Wed, 9 Mar 2005 13:50:04 -0300 (BRT) Message-Id: <200503091650.j29Go4WE072894@digitalsign.com> Date: Wed, 9 Mar 2005 13:50:04 -0300 (BRT) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78631: New port: sysutils/pear-File_Fstab PEAR class to read and write fstab 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: Wed, 09 Mar 2005 17:00:11 -0000 >Number: 78631 >Category: ports >Synopsis: New port: sysutils/pear-File_Fstab PEAR class to read and write fstab 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: Wed Mar 09 17:00:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #5: Tue Feb 22 17:32:18 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: New port: sysutils/pear-File_Fstab PEAR class to read and write fstab files PEAR::File_Fstab is an easy-to-use package which can read & write UNIX fstab files. It presents a pleasant object-oriented interface to the fstab. Features: * Supports blockdev, label, and UUID specification of mount device. * Extendable to parse non-standard fstab formats by defining a new Entry class for that format. * Easily examine and set mount options for an entry. * Stable, functional interface. * Fully documented with PHPDoc. >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_Fstab # pear-File_Fstab/Makefile # pear-File_Fstab/distinfo # pear-File_Fstab/pkg-descr # echo c - pear-File_Fstab mkdir -p pear-File_Fstab > /dev/null 2>&1 echo x - pear-File_Fstab/Makefile sed 's/^X//' >pear-File_Fstab/Makefile << 'END-of-pear-File_Fstab/Makefile' X# Ports collection makefile for: pear-File_Fstab X# Date created: 09 March 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= File_Fstab XPORTVERSION= 2.0.1 XCATEGORIES= sysutils devel pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR class to read and write fstab files X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= File XFILES= Fstab.php Fstab/Entry.php XEXAMPLES= example.php X_EXAMPLESDIR= . X Xpost-extract: X @${MKDIR} ${WRKSRC}/Fstab X @${MV} ${WRKSRC}/Entry.php ${WRKSRC}/Fstab X.for file in ${FILES} X @${REINPLACE_CMD} -e "s|@package@|${PORTNAME}|" ${WRKSRC}/${file} X @${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/${file} X.endfor X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-File_Fstab/Makefile echo x - pear-File_Fstab/distinfo sed 's/^X//' >pear-File_Fstab/distinfo << 'END-of-pear-File_Fstab/distinfo' XMD5 (PEAR/File_Fstab-2.0.1.tgz) = 8d71e9697d9a8986b8817d470b074a02 XSIZE (PEAR/File_Fstab-2.0.1.tgz) = 6275 END-of-pear-File_Fstab/distinfo echo x - pear-File_Fstab/pkg-descr sed 's/^X//' >pear-File_Fstab/pkg-descr << 'END-of-pear-File_Fstab/pkg-descr' XPEAR::File_Fstab is an easy-to-use package which can read & write UNIX fstab Xfiles. It presents a pleasant object-oriented interface to the fstab. X XFeatures: X* Supports blockdev, label, and UUID specification of mount device. X* Extendable to parse non-standard fstab formats by defining a new Entry X class for that format. X* Easily examine and set mount options for an entry. X* Stable, functional interface. X* Fully documented with PHPDoc. X XWWW: http://pear.php.net/package/File_Fstab/ END-of-pear-File_Fstab/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: