summaryrefslogtreecommitdiff
path: root/textproc/ruby-rison/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2016-10-18Update ruby-rison to 2.1.0.taca1-5/+5
pkgsrc change: Remove overriding gemspec to fix parslet dependency * Drop support for Ruby 1.8. * Fix Rison.dump to encode numeric hash keys as strings
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
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.
2013-02-11Update ruby-rison to 2.0.0.taca1-4/+4
* Switch to use parslet and minitest.
2008-04-04Initial import of ruby18-rison-1.2.1 as textproc/ruby-rison.jlam1-0/+5
Ruby-rison is a pure Ruby parser for Rison, a data serialization format optimized for compactness in URIs. Rison is a slight variation of JSON that looks vastly superior after URI encoding. Rison still expresses exactly the same set of data structures as JSON, so data can be translated back and forth without loss or guesswork.