From owner-cvs-ports@FreeBSD.ORG Fri Mar 11 16:29:30 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D50F16A4CE; Fri, 11 Mar 2005 16:29:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6182843D46; Fri, 11 Mar 2005 16:29:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2BGTUYr013056; Fri, 11 Mar 2005 16:29:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2BGTUXd013055; Fri, 11 Mar 2005 16:29:30 GMT (envelope-from pav) Message-Id: <200503111629.j2BGTUXd013055@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 11 Mar 2005 16:29:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/pear-File_Fstab Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 16:29:30 -0000 pav 2005-03-11 16:29:30 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/pear-File_Fstab Makefile distinfo pkg-descr Log: 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. PR: ports/78631 Submitted by: Antonio Carlos Venancio Junior Revision Changes Path 1.629 +1 -0 ports/sysutils/Makefile 1.1 +33 -0 ports/sysutils/pear-File_Fstab/Makefile (new) 1.1 +2 -0 ports/sysutils/pear-File_Fstab/distinfo (new) 1.1 +12 -0 ports/sysutils/pear-File_Fstab/pkg-descr (new)