./devel/ruby-sexp-processor, Generic sexp processing tools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.17.1, Package name: ruby31-sexp-processor-4.17.1, Maintainer: pkgsrc-users

sexp_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: 56 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-03 16:40:05 by Takahiro Kambe | Files touched by this commit (2)
Log message:
devel/ruby-sexp-processor: udpate to 4.17.1

4.17.1 (2024-01-15)

1 minor enhancement:

* Added 3.3 to pt_testcase.rb
   2023-05-06 04:37:49 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-sexp-processor: update to 4.17.0

4.17.0 (2023-05-03)

2 minor enhancements:

* Added Sexp#line_max=.

* Will load strict_sexp if $SP_DEBUG is set.

3 bug fixes:

* Sexp#line_max lazy accessor now compacts.

* Sexp#new copies line_max if defined.

* strict_sexp.rb: #first can take an int arg. Fixed mutator wrappers to pass
  args.
   2022-08-26 13:32:32 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-sexp-processor: update to 4.16.1

4.16.1 (2022-04-09)

1 minor enhancement:

* Reworked ParseTreeTestCase's notion of versions to make it easier to extend.
   2021-11-09 15:38:34 by Takahiro Kambe | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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).