Path to this page:
./
wip/apache-commons-configuration,
Java based library providing a generic configuration interface
Branch: CURRENT,
Version: 1.6,
Package name: apache-commons-configuration-1.6,
Maintainer: pkgsrc-usersCommons 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)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
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) | |
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.
|