summaryrefslogtreecommitdiff
path: root/textproc/ruby-syntax
AgeCommit message (Collapse)AuthorFilesLines
2016-10-18Update ruby-syntax to 1.2.1.taca2-7/+7
1.2.1 01 June 2016 Explicitly require 'set' - @jberkel.
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.
2014-03-14Update ruby-syntax to 1.2.0.taca3-20/+18
1.2.0 02 Jan 2014 Cleaned up Gemspec, added license and homepage - @grosser. 1.1.0 11 Dec 2013 Published from https://github.com/dblock/syntax, a now maintained fork. The project builds again and runs, fixes by @dblock, @distler.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+3
* Add LICENSE. * Remove default value of GEM_BUILD.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam3-23/+37
directly into site_ruby.
2007-05-24Import ruby-syntax.minskim4-0/+41
Syntax is a lexical analysis framework. It supports pluggable syntax modules, and comes with modules for Ruby, XML, and YAML. It means you can use Syntax to take a body of text representing instructions in some syntax (like Ruby), and break that text into tokens. You could conceivably use it to count the number of classes in a system, or the number of lines of code per method. But Syntax was written specifically with syntax highlighting in mind.