Revision: 2289 http://gar.svn.sourceforge.net/gar/?rev=2289&view=rev Author: fvandevelde Date: 2008-11-16 09:18:19 +0000 (Sun, 16 Nov 2008)
Log Message: ----------- Config-General: update to 2.40 Added Paths: ----------- csw/trunk/cpan/Config-General/ csw/trunk/cpan/Config-General/Makefile csw/trunk/cpan/Config-General/checksums csw/trunk/cpan/Config-General/files/ csw/trunk/cpan/Config-General/files/CSWpmconfiggeneral.gspec Added: csw/trunk/cpan/Config-General/Makefile =================================================================== --- csw/trunk/cpan/Config-General/Makefile (rev 0) +++ csw/trunk/cpan/Config-General/Makefile 2008-11-16 09:18:19 UTC (rev 2289) @@ -0,0 +1,24 @@ +GARNAME = Config-General +GARVERSION = 2.40 +CATEGORIES = cpan +AUTHOR = TLINDEN + +DESCRIPTION = Generic Config Module +define BLURB + This module opens a config file and parses it's contents for you. + The new method requires one parameter which needs to be a filename. + The method getall returns a hash which contains all options and it's associated values of your config file. + + The format of config files supported by Config::General is inspired by the well known apache config format, + in fact, this module is 100% compatible to apache configs, + but you can also just use simple name/value pairs in your config files. + + In addition to the capabilities of an apache config file it supports some enhancements such as here-documents, + C-style comments or multiline options +endef + +DISTFILES += CSWpmconfiggeneral.gspec + +CONFIGURE_ARGS = + +include ../category.mk Added: csw/trunk/cpan/Config-General/checksums =================================================================== --- csw/trunk/cpan/Config-General/checksums (rev 0) +++ csw/trunk/cpan/Config-General/checksums 2008-11-16 09:18:19 UTC (rev 2289) @@ -0,0 +1,2 @@ +bf71b652b034abb67f4a2c762ef9fb40 download/CSWpmconfiggeneral.gspec +cbb860739f2097c4202c225981dcbcf0 download/Config-General-2.40.tar.gz Added: csw/trunk/cpan/Config-General/files/CSWpmconfiggeneral.gspec =================================================================== --- csw/trunk/cpan/Config-General/files/CSWpmconfiggeneral.gspec (rev 0) +++ csw/trunk/cpan/Config-General/files/CSWpmconfiggeneral.gspec 2008-11-16 09:18:19 UTC (rev 2289) @@ -0,0 +1,7 @@ +%var bitname pm_configgeneral +%var pkgname CSWpmconfiggeneral +%include url file://%{PKGLIB}/csw_cpan.gspec +%copyright +Copyright (c) 2000-2007 Thomas Linden + +This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel