./devel/ruby-parseconfig, Provides simple parsing of standard *nix style config files

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


Branch: CURRENT, Version: 1.1.2, Package name: ruby27-parseconfig-1.1.2, Maintainer: taca

ParseConfig provides simple parsing of standard *nix style config files.


Master sites:

Filesize: 10 KB

Version history: (Expand)


CVS history: (Expand)


   2021-11-09 15:11:36 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-parseconfig: update to 1.1.2

pkgsrc change: update HOMEPAGE.

1.1.2 (2021-09-29)

- Dev and test against recent versions of Ruby (2.6+, 3.0+)
- Docker development support
- Remove tests for deprecated 'get_value()' method
- Use Rspec 'expect' in place of 'should'
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-01-10 16:37:45 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-parseconfig: update to 1.1.0

Mon Sep 28, 2020 - v1.1.0
- Add non-value option support.
  Resolves Issue #11
   2017-09-04 20:01:05 by Thomas Klausner | Files touched by this commit (192)
Log message:
Comment out dead sites.
   2016-02-16 16:15:57 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-parseconfig to 1.0.8.

Mon Jan 25, 2016 - v1.0.8
- Use backward compatible positional arguments (not named keyword arguments)
  Resolves Issue #31

Mon Jan 25, 2016 - v1.0.7
- Support alternative comment types (default: ['#', ';']) (@voobscout)
  Resolves Issue #30
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
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-02-01 17:09:57 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-parseconfig to 1.0.6.

Mon Oct 06, 2014 - v1.0.6
- Fix where extraneous double quotes were getting wrapped around parameters
  that have non-word characters (issue #19)

Thu Dec 19, 2013 - v1.0.4
- Add fix for config files with Byte Order Marker (BOM)
- Add support for .eql? function.