Commit graph

44 commits

Author SHA1 Message Date
mef
54889426e9 Updated to devel/p5-Config-General to 2.63
------------------------------------------
2.63  - fix for rt.cpan.org#116340: do only consider a backslash
        as meta escape char, but not if it appears on it's own,
        as it happens on windows platforms. Thanks to for finding
        and tracking it down.
2016-08-05 22:55:47 +00:00
wen
d864db20c2 Update to 2.62
Upstream changes:
2.62  - fix rt.cpan.org#115326: Callback on 'pre_open' not called
        when glob expands to one include file

      - added patch by Niels van Dijke, which adds apache IFDefine
        support. Use -UseApacheIfDefine=>1 to enable, add defines
        with -Define and add <IFDefine ...> to your config, see
        pod for details.

      - added test case for the code.

      - fixed unindented half of the pod, which was largely no
        readable because of this. However, I wonder why this hasn't
        reported, seems nobody reads the docs :)

      - fixed tab/space issues here and there
2016-07-16 06:46:08 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
mef
3340c11a5b Updated to devel/p5-Config-General-2.61
---------------------------------------
2.61    - fix rt.cpan.org#113671: ignore utf BOM, if any and turn on
          UTF8 support if not yet enabled.
2016-04-19 13:26:51 +00:00
mef
06e9dcc0b4 Update to p5-Config-General-2.60
--------------------------------
2.60    - fix rt.cpan.org#107929: added missing test config.

2.59    - fix rt.cpan.org#107108 by adding support for IncludeOptional.
        - clarified documentation on StoreDelimiter.
2016-04-09 14:12:45 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
cb20262e76 Update to 2.58
---------------
  (Nothing recorded in 'Changes' file but)  resouces: and meta-spec: in META.yml
  have been updated.
2015-05-23 01:51:42 +00:00
mef
ee5983fbb7 Update to 2.57
--------------
2.57    - fix rt.cpan.org#104548, dont allow special chars like newline
          or < in keys, which leads to faile when saving.
2015-05-22 23:35:47 +00:00
mef
4ee1ef8b62 Update 2.52 to 2.56
(2.55 and 2.56 has no description on Changelog)
-------------------
2.54    - fixed rt.cpan.org#39814. changed the order of pre-processing
          in _read(): 1) remove comments, 2) check for continuation,
          3) remove empty lines.

2.53    - applied patch rt.cpan.org#68153, which adds a find() method to
          Config::General::Extended.

        - fixed rt.cpan.org#79869 (in fact it has been fixed in 2.52
          but I forgot to mention it here).

        - applied spelling fixes rt.cpan.org 87072+87080.

        - fixed rt.cpan.org#89379
2015-01-28 04:40:24 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
de46c238c3 Update to 2.52
Upstream changes:
 2.52   - applied pod patch rt.cpan.org#79603

        - fixed rt.cpan.org#80006, it tolerates now whitespaces
	  after the block closing >

	- added -Plug parameter, which introduces plugin closures.
	  idea from rt.cpan.org#79694.
	  Currently available hooks are:
 	  pre_open, pre_read, post_read, pre_parse_value, post_parse_value

	- applied patch by Ville Skytt, spelling fixes.

	- fixed rt.cpan.org#85080, more spelling fixes.

	- applied patch rt.cpan.org#85132, which fixes a deprecation
	  warning in perl 5.18 and above. Fixes #85668 as well.

	- applied patch rt.cpan.org#85538, c-style comments
	  are ignored inside here-docs.

	- fixed rt.cpan.org#82637, don't use indirect object syntax
	  in pod and code.
2013-10-15 14:34:20 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wen
3253b8624b Update to 2.51
Upstream changes:
2.51   - fixed rt.cpan.org#77667 which resulted in invalid configs
          written to file when using save_file() and a named block,
          whose 2nd part starts with a /.

        - fixed rt.cpan.org#64169 by applying patch by Dulaunoy Fabrice.
          adds -NoEscape switch which turns off escaping of anything.

        - implemented suggestion of rt.cpan.org#67564 by adding 3 new
          parameters: -NormalizeOption, -NormalizeBlock and -NormalizeValue,
          which take a subroutine reference and change the block,
          option or value accordingly.

        - fixed rt.cpan.org#65860+76953 undefined value error.
2012-09-02 13:03:05 +00:00
wiz
31bd9e0dc8 Reset maintainer, sketch resigned. 2011-11-28 00:06:17 +00:00
adam
836db802fd Changes 2.50:
* fixed rt.cpan.org 63487 documentation error.
* fixed rt.cpan.org 61302, now croak if the config file parameter is
  a directory and directory include is not turned on.
* fixed rt.cpan.org 60429 META.yml typo
* added new option -AllowSingleQuoteInterpolation, which turns on interpolation
  for variables inside single quotes.
* added test case for the new option
2011-08-10 08:26:25 +00:00
sno
ae78bc47bf Updating devel/p5-Config-General from 2.48 to 2.49
Upstream changes:
 2.49
	- fixed rt.cpan.org#56532, '#' missed during fix for
	  56370 in 2.45.

	- added test case for this too
2010-08-26 05:11:23 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
7dc2bfb2c7 Update p5-Config-General from version 2.44 to version 2.48.
Approved by MAINTAINER.

Upstream changes:
 2.48
	- arg, uploaded the wrong file to pause, so another version
	  bump up.
	- fixed typos in pod section for -ForceArray.

 2.47
	- fixed rt.cpan.org#53759 by adding new option -ForceArray.
	  when enabled a single config value enclosed in [] will become
	  an array forcefully.
	- fixed typo in license: it is "artistic", not "artificial".

 2.46
	- fixed rt.cpan.org#56370: there was a sort() call in _store()
	  left, which lead to sorted arrays even if -SaveSorted were
	  turned off.

 2.45
	- fixed rt.cpan.org#50647 escaping bug. Now escaped $ or
	  backslash characters are handled correctly (across save too)
	- fixed rt.cpan.org#52047, tied hash will remain tied
	  when savong to a file.
	- fixed rt.cpan.org#54580, preserve single quotes during
	  variable interpolation corrected. No more using rand()
	  to mark single quotes but an incrementor instead.
	- fixed rt.cpan.org#42721+54583, empty config values will no
	  more handed over to interpreting methods (as interpolate
	  or autotrue and the like) but returned as undef untouched.
2010-04-24 18:58:32 +00:00
sno
5b55fec586 Updating devel/p5-Config-General from 2.43 to 2.44
Upstream changes:
2.44
	- fixed rt.cpan.org#49023 by rolling back change in 2.43
	   in line 158, regarding GLOB support.
2009-09-12 21:32:57 +00:00
sno
d1c9fd36cb pkgsrc changes:
- Updating package for p5 module Config::General from 2.42 to 2.43
  - Adding perl license as license (from module POD)

Upstream changes:
2.43
	- fixed rt.cpan.org#40925, $indichar replaced by internal
	  configuration variable EOFseparator, which contains
	  a 256 bit SHA checksum of the date I fixed the bug.
	  This will prevent future conflicts hopefully. In addition
	  it makes it possible to make it customizable, if neccessary,
	  in a future release.

	- fixed rt.cpan.org#42721, return undef for empty values

	- fixed rt.cpan.org#42331, return undef for empty objects

	- fixed rt.cpan.org#44600, comments after blockname
	  causes parser failure.

	- fixed rt.cpan.org#42287, whitespace at beginning or end
	  of a quoted value gets lost after save().

	- fixed rt.cpan.org#46184, variables that were not previously
	  defined are deleted when -InterPolateEnv is enabled.

	- fixed bug in config loader for FileHandle objects, it
	  supports now any compatible object. Hint by Ingo Schmiegel.

	- applied spelling- and speedup patches by Ville Skytt"a.

	- applied documentation patch by Jordan Macdonald.
2009-07-21 22:25:12 +00:00
wiz
dfe2c84409 Update to 2.42:
2.42
	- dist tarball for 2.41 missed t/Tie/LxHash.pm. Dammit.
          the File to the MANIFEST.


 2.41
	- fixed rt.cpan.org#38635. apache-like include now supports
	  quoted strings.

        - fixed rt.cpan.org#41748. saving config with -tie enabled
	  now keeps the tie as documented.

	- added unit test for -tie. For this to work, a copy of
	  Tie::LxHash module is delivered with Config::General
	  source, but will not installed, in fact, it is only
	  used for 'make test' (number 50)

	- fixed rt.cpan.org#39159. documentation of functional interface
          now reflects that qw$method) is now required.

	- applied patch by AlexK fixing rt.cpan.org#41030:
	  if files are included by means of a glob pattern having the -IncludeGlob
	  option activated, paths specified by the -ConfigPath option are being
	  neglected when trying to spot the files. This patch fixes this

	- applied patch by fbicknel, fixes rt.cpan.org#41570:
	  An array of scalars (eg: option = [1,2,3]) cannot
	  be used for interpolation (which element shall we use?!), so
	  we ignore those types of lists and don't build a __stack for them.
2009-02-22 16:07:55 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
abs
5ad61ba190 Updated devel/p5-Config-General to 2.40
2.40
	- fixed SplitDelimiter parser regex, it does no more consider
	  non-whitespaces (\S+?) as the option name but anything
	  before the delimiter (.+?), this fixes bug rt.cpan.org#36607,
	  the fix of 2.39 were not sufficient. Thanks to
	  Jeffrey Ratcliffe for pointing it out.

	- added new parameter -SaveSorted. The default value is 0,
	  that means configs will be saved unsorted (as always),
	  however if you want to save it sorted, turn this parameter
	  to 1. Thanks to Herbert Breunung for the hint.

	- added complexity test, which checks a combination
	  of various complex features of the parser.

 2.39
	- fixed rt.cpan.org#35122. This one was one of the most
	  intriguing bugs I've ever observed in my own code. The
	  internal temporary __stack hashref were copied from one
	  subhash to another to enable inheritance of variables.
	  However, the hashes were copied by reference, so once a
	  value changed later, that value were overwritten because
	  the __stack in question were just a reference. I introduced
	  a simple function _copy() which copies the contents of
	  the __stack by value, which solved the bug.
	  Conclusion: beware of perl hash refs!

	- fixed rt.cpan.org#36607, accept whitespaces in heredoc
	  names if split delimiter is gues (equalsign or whitespace)

	- fixed rt.cpan.org#34080 (typo)

	- fixed rt.cpan.org#35766. Variables inside single quoted
	  strings will no more interpolated (as the docu states).
	  Also added test case for this.

	- fixed bug rt.cpan.org#33766. Checking for defined not true
	  in ::Extended::AUTOLOAD().

	- added -UTF8 flag, which opens files in utf8 mode
	  (suggested by KAORU, rt.cpan.org#35583)
	  I decided not to add a test case for this, since perls
	  utf8 support is not stable with all versions.


 2.38
	- fixed rt.cpan.org#31529 variable inheritance failed
	  with multiple named blocks.

	- fixed rt.cpan.org#33447, regex to catch variable
	  names were too strict, now - . + or : are allowed too.

	- fixed rt.cpan.org#33385 and #32978 - using arrayrefs
	  as param to -String didn't work anymore (sic)

	- fixed rt.cpan.org#33216 - variable stack were not properly
	  re-constructed for pre-existing variables if
	  -MergeDuplicateOptions is turned on.


 2.37
	- "fixed" rt.cpan.org#30199 - check for invalid and
	  unsupported structures, especially mixing blocks
	  and scalars with identical names.

	- added checks to 'make test' to test for the above
	  checks.

	- revoked patch of rt.cpan.org#27225, it broke running
	  code.

	- fixed rt.cpan.org#30063 (and #27225!) by reimplementing
	  the whole interpolation code. The internal stack is
	  no more a class variable of the module but stored
	  directly within the generated config hash and cleaned
	  before returning to the user.

	- added (modified) patch rt.cpan.org#30063 to check
	  if interpolation works with supplied default config
	  works.


 2.36
	- oh my goodness! For some unknown reason I deleted the
	  Makefile.PL before packaging. Dammit. So, here it is
	  again.

 2.35
	- 'make test' failed under perl 5.5 because some prequisite
	  modules were not found. So now I added all requirements
	  to Makefile.PL, even if those modules are part of
	  recent perls (beginning with 5.6). I could have also
	  added a 'use 5.6' to the code but this would users
	  of perl5 exclude. This way they have the possibility
	  to fix their installation. Hopefully.

	  No code changes otherwise.


 2.34
        - fixed rt.cpan.org#27271 - removed output file from
          manifest.

	- fixed rt.cpan.org#27225 - clear vars off the stack
          if entering a new block, so old vars get not re-used.

	- fixed rt.cpan.org#27110 - re-implemented support
          for arrayref as -String parameter.

	- fixed rt.cpan.org#24155 - relative include bug fixed.

	- applied patch by GWYN, (see fixed rt.cpan.org#27622)
 	  which allows the same file included multiple times.
	  there is no loop detection if turned on. new option
	  introduced: -IncludeAgain => 1 (default turned off).

	- added support for -IncludeAgain to directory include
	  code too.

	- the directory globbing code used slashes to join
	  directory and file names. changed this to use catfile()
	  instead.


 2.33
	- fixed rt.cpan.org#26333 - just return $con if env var
	  is undefined.

	- applied part of a patch supplied by Vincent Rivellino <vince@cuz.cx>
	  which turns off explicit empty block support if in
	  apache compatibility mode, see next.

	- added new option -ApacheCompatible, which makes the
	  module behave really apache compatible by setting the
	  required options.

	- a little bit re-organized the code, most of the stuff
	  in new() is now outsourced into several extra subs to
	  make maintenance of the code easier. The old new() sub
	  in fact was a nightmare.

	- fixed a bug reported by Otto Hirr <otto.hirr@olabinc.com>:
	  the _store() sub used sort() to sort the keys, which conflicts
	  with sorted hashes (eg. tied using Tie::IxHash).

	- fixed tie bug reported by King, Jason <kingj@newsltd.com.au>,
	  loading of the tie module didn't work.
2008-07-15 09:04:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
6845619d9e Update to 2.32:
2.32
	- fixed rt.cpan.org#24232 - import ENV vars only if defined

	- fixed rt.cpan.org#20742 - dont' overwrite a var if re-defined
	  in current scope, interpolation failed for re-defined vars and used
	  the value of the var defined in outer scope, not the current one.

	- fixed rt.cpan.org#17852 - a 0 as blockname were ignored. applied
	  patch by SCOP to t/run.t to test for 0 in blocks.

	- applied most hints Perl::Critic had about Config::General:
	  o the functions ParseConfig SaveConfig SaveConfigString must
	    now imported implicitly. This might break existing code, but
	    is easily to fix.
	  o using IO::File instead of open().
	  o General.pm qualifies for "stern" level after all.

	- added much more tests to t/run.t for 'make test'.

	- using Test::More now.



 2.31
	 - applied patches by Jason Rhinelander <jagerman@jagerman.com>:
	  	o bugfix: multiple levels if include files didn't
		  work properly.

		o new option -IncludeDirectories, which allows
		  to include all files of a directory. The directory
		  must be specified by -ConfigFile as usual.

		o new option -IncludeGlob, which allows to
		  use globs (wildcards) to include multiple files.

		o -ConfigPath can be speciefied using a single
		  scalar value instead of an array if there is only
		  one path.

		o bugfix: quotes from quoted block names were
		  not removed properly.

		o fixes and updates for tests (make test) for
		  the above patches.

	   Thanks a lot Jason.

	 - fixed number of tests in run.t

	 - applied suggestion by Eric Kisiel <eric.kisiel@adelphia.com>:
	   ::Extended::keys() returns an empty hash if the
	   referring object is not hash.

	 - fixed bug #14770, "Use of uninitialized value.." during
	   environment variable interpolation.


 2.30
	 - applied patch by Branislav Zahradnik
	   <brano@blueorange.sk> which adds -InterPolateEnv.
	   This allows to use environment variables too. It
	   implies -InterPolateVars.

	 - added object list capability for the ::Extended::obj()
	   method. If a certain key points to an array of
	   hashrefs, then the whole arrayref is returned.
	   Suggested by Alan Hodgkinson <alan@softxs.ch>.

 2.29
	 - applied patch by brian@kronos.com via rt.cpan.org
	   #11211.

	 - applied patch by plasmaball@pchome.com.tw via
	   rt.cpan.org #5846

	 - added new files to MANIFEST file.

 	 - added example.cfg to show the config format.


 2.28
	 - fixed bug in save(), now blocks containing whitespaces
	   will be saved using quotes, in addition the parser observes
	   the quoting feature, added portion about this to the pod
	   doc. pointed out by Jeff Murphy <jcmurphy@jeffmurphy.org>.

	 - added internal list of files opened so far to avoid
	   reading in the same file multiple times.
	   Suggested by Michael Graham.

	 - added new method files() which returns the above list.

	 - added workaround for foolish perl installation on
	   debian systems (croak() doesn't work anymore as of
	   5.8.4, it's a shame!)

	 - applied patch by Michael Graham which fixes IncludeRelative
	   feature, now an included file is being included relative
	   to the calling config file, not the first one.

	 - added 'make test' targets for files() and include
	   stuff. (by Michael too)
2007-02-27 08:51:15 +00:00
dillo
0cd54804b3 update homepage 2005-10-10 10:48:49 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
sketch
21aaa963e1 Update p5-Config-General to 2.27:
2.27
         - bugfix in _store, which caused warning when saving
           a config containing empty hashes. Reported by
           herbert breunung <deirdre_skye@web.de>.

         - removed applied patch (added in 2.20), there are no more
           calls to binmode(), this destroys portability, because
           perls determines itself wether it uses \n or \r\n as newline.
           Reported by herbert breunung too.

         - applied patch by Danial Pearce <danial@infoxchange.net.au>,
           scalars containing a backslash as the last character will
           be written out as here-doc when storing a config to disk.
2004-11-27 00:42:28 +00:00
sketch
e27323598c Fix my email address. 2004-04-29 14:18:58 +00:00
minskim
fed27931a0 Bl3ify and enable pkgviews installation. 2004-04-25 04:10:21 +00:00
mjl
7e5a0f5144 Update p5-Config-General to 2.26
- fixed invalid regexp in _open()
 - fixed bug with not working -IncludeRelative setting when
   including a config file.
 - add the -BackslashEscape parameter to enable general escaping
   of special characters
 - added feature
   now block statements like this are allowed: "<directory blah/>"
 - fix a bug with the -Tie option, sub-hashes of named blocks were
   not properly created (in fact, not tied).
 - fixed bug in new() used $this instead of $self for empty
   hashref creation if no config file given.
2004-04-15 11:43:45 +00:00
reed
e2336bb021 "It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its).

Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).

I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
2003-08-30 02:14:19 +00:00
mjl
342e46bf64 Update p5-Config-General to 2.19
- forgot to import 'catfile' from File::Spec. Bug reported by
           various people.
         - applied patch by Peter Tandler <Peter.Tandler@ipsi.fhg.de>
           which adds a search-path feature for include files.
         - adds an auto launder capability to the module which makes it
           possible to use variables read by Config::General in a
           tainted perlscript (executed with -T) for open(), backtick calls
           or something which the taintmode considers to be dangerous.
         - fixed Bug #2325 (rt.cpan.org). The subs exported by File::Spec
           will now imported explicitly.
         - fixed warning about double my'ed variable $dummi, changed it
           to undef because it was unused anyway.
         - added File::Spec support which makes the modules more portable
         - fixes a bug in the Interpolate.pm submodule. A second variable,
           when immediately following the first, did not get interpolated,
           i.e. ${var1}${var2}.
2003-05-14 14:44:32 +00:00
seb
cc90c727a2 Initial import of p5-Config-General version 2.15 in to the NetBSD Packages
Collection.

Provided in PR pkg/20501 by Jonathan Perkin
<sketch at rd dot bbc dot co dot uk>.

Config::General opens a config file and parses it's contents for
you. After parsing the module returns a hash structure which contains
the representation of the 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% read-compatible to apache configs, but you can also just use
simple name/value pairs in your config files.
2003-03-04 16:26:37 +00:00