Path to this page:
./
devel/ruby-sexp-processor,
Generic sexp processing tools
Branch: CURRENT,
Version: 4.16.0,
Package name: ruby27-sexp-processor-4.16.0,
Maintainer: pkgsrc-userssexp_processor branches from ParseTree bringing all the generic sexp
processing tools with it. Sexp, SexpProcessor, Environment, etc... all
for your language processing pleasure.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 55.5 KB
Version history: (Expand)
- (2021-11-09) Updated to version: ruby27-sexp-processor-4.16.0
- (2021-10-07) Updated to version: ruby27-sexp-processor-4.15.3
- (2021-05-23) Updated to version: ruby26-sexp-processor-4.15.3
- (2021-01-13) Updated to version: ruby26-sexp-processor-4.15.2
- (2020-09-14) Updated to version: ruby26-sexp-processor-4.15.1
- (2020-06-10) Updated to version: ruby26-sexp-processor-4.15.0
CVS history: (Expand)
2021-11-09 15:38:34 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-sexp-processor: update to 4.16.0
4.16.0 / (2021-10-27)
o 4 minor enhancements:
* Added Sexp#value (pushed up from ruby_parser).
* Aliased Sexp#concat to #_concat and use that so it can be overridden.
* Cache the #hash result.
* StrictSexp mode (4) now covers concat.
o 3 bug fixes:
* Fix some doco on each_sexp to clarify that it is not recursive.
* Fixed a bug calling enum_for when using each_of_type w/ no block.
* Minor fixes to pt_testcase.rb for custom timeouts and better error
handling.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-23 15:45:59 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-sexp-processor: update to 4.15.3
4.15.3 / 2021-05-15
* 1 minor enhancement:
- Added 3.0 to pt_testcase.rb
|
2021-01-13 15:30:21 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-sexp-processor: update to 4.15.2
=== 4.15.2 / 2021-01-10
* 1 bug fix:
* Bumped ruby version to include < 4 (trunk).
|
2020-09-14 15:03:08 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-sexp-processor: update to 4.15.1
Update ruby-sexp-processor to 4.15.1.
=== 4.15.1 / 2020-08-31
* 1 bug fix:
* Bumped ruby version to include 3.0 (trunk).
|
2020-06-10 16:24:58 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-sexp-processor: update to 4.15.0
Update ruby-sexp-processorto 4.15.0.
=== 4.15.0 / 2020-06-09
* 1 minor enhancement:
* Added `child` and `include` to Sexp::Matcher.parse language.
|
2020-03-08 16:18:45 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-sexp-processor: update to 4.14.1
Update ruby-sexp-processor to 4.14.1.
=== 4.14.1 / 2020-02-09
* 2 bug fixes:
* Declared support for ruby 2.2+ to gemspec.
* Fixed alias for `not?` to `-` for ruby <= 2.4. (nard-tech).
=== 4.14.0 / 2020-02-06
* 4 minor enhancements:
* Added '-' as an alias for the 'not?' pattern matching command.
* Added Klass matcher to match on types.
* Added `k` shortcut for Klass & hooked into Sexp::Matcher.parse.
* Added any matcher to pattern parser.
|