./wip/apache-commons-configuration, Java based library providing a generic configuration interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.6, Package name: apache-commons-configuration-1.6, Maintainer: pkgsrc-users

Commons Configuration provides a generic configuration interface which
enables an application to read configuration data from a variety of sources:

- Properties files
- XML documents
- Windows INI files
- Property list files (.plist)
- JNDI
- JDBC Datasource
- System properties
- Applet parameters
- Servlet parameters

Additional sources of configuration parameters can be created by using custom
configuration objects.


Required to run:
[wip/apache-commons-beanutils] [wip/apache-commons-logging] [wip/apache-commons-collections] [wip/apache-commons-digester] [wip/apache-commons-lang] [wip/apache-commons-codec]

Required to build:
[lang/sun-jre7] [lang/sun-jdk7] [pkgtools/cwrappers]

Master sites:

RMD160: efb973a070ed1070de7bef28dace3447645a7da6
Filesize: 3809.347 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2012-01-01 16:28:47 by Kamel Derouiche | Files touched by this commit (1)
Log message:
Update Maintainer

   2010-09-09 02:41:48 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import apache-commons-configuration-1.6 as wip/apache-commons-configuration.

Commons Configuration provides a generic configuration interface which
enables an application to read configuration data from a variety of sources:

 - Properties files
 - XML documents
 - Windows INI files
 - Property list files (.plist)
 - JNDI
 - JDBC Datasource
 - System properties
 - Applet parameters
 - Servlet parameters

Additional sources of configuration parameters can be created by using custom
configuration objects.