./textproc/ruby-toml, Parser for a sane configuration format

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


Branch: CURRENT, Version: 0.3.0, Package name: ruby27-toml-0.3.0, Maintainer: pkgsrc-users

TOML is a sane configuration format from mojombo. This is far superior
to YAML and JSON because it doesn't suck. Really it doesn't.


Required to run:
[devel/ruby-parslet] [lang/ruby24-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 10 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

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

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-06-01 17:40:47 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-toml: update to 0.3.0

0.3.0 / 2020-06-09

* Fix "undefined method `ascii_tree' for nil:NilClass" when printing parse
  error
* Fixes TOML to work with version 2.0 of Parslet
   2018-03-17 17:34:11 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
textproc/ruby-toml: update to 0.2.0

0.2.0							2017/11/11

* This fixes Parslet compatibility with newer versions. Rejoice!
   2015-11-18 17:09:24 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Allow ruby-toml to depend on ruby-parslet 1.6 and later.

Bump PKGREVISION.
   2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797)
Log message:
Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

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 13:44:11 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-toml to 0.1.2.

## 0.1.2 / 2014-10-16

- Add support for `CR` and `CRLF` newlines (#13)
- Add support for generating TOML from Ruby `Hash`es (#36)
- Add a script interface for @BurntSushi's `toml-test` utility (#38)
   2014-06-01 12:06:01 by Benny Siegert | Files touched by this commit (4)
Log message:
New package, ruby-toml-0.1.1. From DESCR:

TOML is a sane configuration format from mojombo.  This is far superior
to YAML and JSON because it doesn't suck. Really it doesn't.