From owner-cvs-all@FreeBSD.ORG Sun Sep 7 17:34:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6935016A4BF; Sun, 7 Sep 2003 17:34:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B1543FF5; Sun, 7 Sep 2003 17:34:19 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h880YJ0U004248; Sun, 7 Sep 2003 17:34:19 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h880YJn9004247; Sun, 7 Sep 2003 17:34:19 -0700 (PDT) Message-Id: <200309080034.h880YJn9004247@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 7 Sep 2003 17:34:19 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/pear-Config Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 00:34:20 -0000 edwin 2003/09/07 17:34:19 PDT FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-Config Makefile distinfo pkg-descr pkg-plist Log: New port: PEAR Config package provides methods for configuration manipulation The Config package provides methods for configuration manipulation. * Creates configurations from scratch * Parses and outputs different formats (XML, PHP, INI, Apache...). * Edits existing configurations * Converts configurations to other formats * Allows manipulation of sections, comments, directives... * Parses configurations into a tree structure PR: ports/56362 Submitted by: Alex Miller Revision Changes Path 1.1271 +1 -0 ports/devel/Makefile 1.1 +42 -0 ports/devel/pear-Config/Makefile (new) 1.1 +1 -0 ports/devel/pear-Config/distinfo (new) 1.1 +10 -0 ports/devel/pear-Config/pkg-descr (new) 1.1 +16 -0 ports/devel/pear-Config/pkg-plist (new)