summaryrefslogtreecommitdiff
path: root/textproc/ruby-rison
AgeCommit message (Collapse)AuthorFilesLines
2016-10-18Update ruby-rison to 2.1.0.taca2-13/+7
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.
2015-02-02Relax delendency to ruby-parslet. I have not enough time to commit thistaca1-2/+5
yesterday. Bump PKGREVISION.
2013-02-11Update ruby-rison to 2.0.0.taca3-18/+17
* Switch to use parslet and minitest.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-6/+6
* Add LICENSE. * Ajust new ruby package's framework.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-09-25Fix permission of a file to pass CHECK_PERMS.taca1-1/+4
2008-04-04Initial import of ruby18-rison-1.2.1 as textproc/ruby-rison.jlam4-0/+43
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.