diff options
author | he <he> | 2004-12-05 16:56:37 +0000 |
---|---|---|
committer | he <he> | 2004-12-05 16:56:37 +0000 |
commit | d04cb7c31a7c0284c388e8894ffc2f66ad211c75 (patch) | |
tree | 13eebcbcb85c426eb2bfa9e935ac9853c9742c6f | |
parent | 03209c590ce99ed2646e237f2fa6cec72ba5e952 (diff) | |
download | pkgsrc-d04cb7c31a7c0284c388e8894ffc2f66ad211c75.tar.gz |
Update p5-Config-IniFiles from version 2.23 to 2.38.
Change log:
Revision 2.38 2003/05/14 01:30:32 wadg
- fixed RewriteConfig and ReadConfig to work with open file handles
- added a test to ensure that blank files throw no warnings
- added a test for error messages from malformed lines
Revision 2.37 2003/01/31 23:00:35 wadg
Updated t/07misc test 4 to remove warning
Revision 2.36 2002/12/18 01:43:11 wadg
- Improved error message when an invalid line is encountered in
INI file
- Fixed bug 649220; importing a non-file-based object into a file one
no longer destroys the original object
Revision 2.33 2002/11/12 14:48:16 grail
Addresses feature request - [ 403496 ] A simple change
will allow support on more platforms
Revision 2.32 2002/11/12 14:15:44 grail
Addresses bug - [225971] Respect Read-Only Permissions of File System
Revision 2.31 2002/10/29 01:45:47 grail
[ 540867 ] Add GetFileName method
Revision 2.30 2002/10/15 18:51:07 wadg
Patched to stopwarnings about utf8 usage.
Revision 2.29 2002/08/15 21:33:58 wadg
- Support for UTF Byte-Order-Mark (Raviraj Murdeshwar)
- Made tests portable to Mac (p. kent)
- Made file parsing portable for s390/EBCDIC, etc. (Adam Fischler)
- Fixed import bug with Perl 5.8.0 (Marek Rouchal)
- Fixed precedence bug in WriteConfig (Luc St Louis)
- Fixed broken group detection in SetGroupMember and
RemoveGroupMember (Kay Ro"pke)
- Added line continuation character (/) support (Marek Rouchal)
- Added configurable comment character support (Marek Rouchal)
Revision 2.28 2002/07/04 03:56:05 grail
Changes for resolving bug 447532 - _section::FETCH should
return array ref for multiline values.
Revision 2.27 2001/12/20 16:03:49 wadg
- Fixed bug introduced in new valid file check where ';'
comments in first lines were not considered valid
- Rearranged some tests to put them in the proper files
(case and -default)
- Added more comment test to cover more cases
- Fixed first two comments tests which weren't doing anything
Revision 2.26 2001/12/19 22:20:50 wadg
#481513 Recognize badly formatted files
Revision 2.25 2001/12/12 20:44:48 wadg
Update to bring CVS version in synch
Revision 2.24 2001/12/07 10:03:06 wadg
222444 Ability to load from arbitrary source
-rw-r--r-- | devel/p5-Config-IniFiles/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Config-IniFiles/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile index c00f35bd5eb..cbabbab8024 100644 --- a/devel/p5-Config-IniFiles/Makefile +++ b/devel/p5-Config-IniFiles/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/04/25 04:08:30 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/05 16:56:37 he Exp $ # -DISTNAME= Config-IniFiles-2.23 +DISTNAME= Config-IniFiles-2.38 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cif CATEGORIES= devel perl5 diff --git a/devel/p5-Config-IniFiles/distinfo b/devel/p5-Config-IniFiles/distinfo index ffc971ef413..7f5897eeea8 100644 --- a/devel/p5-Config-IniFiles/distinfo +++ b/devel/p5-Config-IniFiles/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/12/19 10:43:20 mjl Exp $ +$NetBSD: distinfo,v 1.3 2004/12/05 16:56:37 he Exp $ -SHA1 (Config-IniFiles-2.23.tar.gz) = 82fff2af4d2ad7f90e51708237b79c1591067e27 -Size (Config-IniFiles-2.23.tar.gz) = 27381 bytes +SHA1 (Config-IniFiles-2.38.tar.gz) = cc3d3982e97645bd2f58f6acfd5075a006dedba8 +Size (Config-IniFiles-2.38.tar.gz) = 36846 bytes |