From owner-cvs-all@FreeBSD.ORG Tue Nov 22 16:32:04 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 62F7416A41F; Tue, 22 Nov 2005 16:32:04 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7672D43D55; Tue, 22 Nov 2005 16:32:02 +0000 (GMT) (envelope-from hq@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 jAMGW1F5056929; Tue, 22 Nov 2005 16:32:01 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAMGW1qp056928; Tue, 22 Nov 2005 16:32:01 GMT (envelope-from hq) Message-Id: <200511221632.jAMGW1qp056928@repoman.freebsd.org> From: Herve Quiroz Date: Tue, 22 Nov 2005 16:32:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/jakarta-commons-configuration Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 22 Nov 2005 16:32:04 -0000 hq 2005-11-22 16:32:01 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/jakarta-commons-configuration Makefile distinfo pkg-descr Log: Commons Configuration provides a generic configuration interface which enables an application to read configuration data from a variety of sources. Commons Configuration provides typed access to single, and multi-valued configuration parameters. Configuration parameters may be loaded from the following sources: * Properties files * XML documents * JNDI * JDBC Datasource Different configuration sources can be mixed using a ConfigurationFactory and CompositeConfiguration. Additional sources of configuration parameters can be created by using custom configuration objects. This customization can be achieved by extending AbstractConfiguration. WWW: http://jakarta.apache.org/commons/configuration/ Revision Changes Path 1.2045 +1 -0 ports/devel/Makefile 1.1 +40 -0 ports/devel/jakarta-commons-configuration/Makefile (new) 1.1 +2 -0 ports/devel/jakarta-commons-configuration/distinfo (new) 1.1 +18 -0 ports/devel/jakarta-commons-configuration/pkg-descr (new)