./textproc/ruby-rison, Ruby implementation of Rison - Compact Data in URIs

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


Branch: CURRENT, Version: 2.1.0, Package name: ruby27-rison-2.1.0, Maintainer: pkgsrc-users

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.


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

Master sites:

Filesize: 8 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
   2016-10-18 16:48:14 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-rison to 2.1.0.

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-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-02 13:26:21 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Relax delendency to ruby-parslet.  I have not enough time to commit this
yesterday.

Bump PKGREVISION.
   2013-02-11 10:17:43 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-rison to 2.0.0.

* Switch to use parslet and minitest.
   2010-09-10 10:36:45 by Takahiro Kambe | Files touched by this commit (2)
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
   2009-06-14 23:36:34 by Joerg Sonnenberger | Files touched by this commit (31)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.