Path to this page:
./
textproc/ruby-syntax,
Ruby lexical analysis framework
Branch: CURRENT,
Version: 1.2.2,
Package name: ruby23-syntax-1.2.2,
Maintainer: minskimSyntax 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.
Required to run:[
lang/ruby23-base]
Master sites:
SHA1: d6c0674ecb05fa68656ba3c7f89ca9ddac733b8e
RMD160: e0eb8cf932b7326b99b07da044a1e635595bcf79
Filesize: 20 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2017-09-10) Updated to version: ruby23-syntax-1.2.2
- (2017-08-31) Updated to version: ruby23-syntax-1.2.1
- (2016-10-18) Updated to version: ruby22-syntax-1.2.1
- (2014-07-24) Updated to version: ruby200-syntax-1.2.0
- (2014-03-14) Updated to version: ruby193-syntax-1.2.0
CVS history: (Expand)
2017-09-10 18:10:11 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
Update ruby-syntax to 1.2.2.
1.2.2 03 July 2017
Add Travis CI configuration - @pat.
Updates to work with frozen string literals - @pat.
|
2016-10-18 16:49:26 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
Update ruby-syntax to 1.2.1.
1.2.1 01 June 2016
Explicitly require 'set' - @jberkel.
|
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.
|
2014-03-14 19:31:53 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
Update ruby-syntax to 1.2.0.
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 10:41:24 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
|
2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-04-04 17:30:02 by Johnny C. Lam | Files touched by this commit (98) |
Log message:
Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
|
2007-05-24 12:48:11 by Min Sik Kim | Files touched by this commit (4) |  |
Log message:
Import ruby-syntax.
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.
|