Path to this page:
./
textproc/ruby-syntax,
Ruby lexical analysis framework
Branch: CURRENT,
Version: 1.2.2,
Package name: ruby27-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:
Filesize: 20 KB
Version history: (Expand)
- (2021-10-07) Updated to version: ruby27-syntax-1.2.2
- (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
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
|
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
|