pkgsrc/devel/ruby-sexp-processor/Makefile
taca b2877d786f 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-11-09 14:38:33 +00:00

15 lines
387 B
Makefile

# $NetBSD: Makefile,v 1.32 2021/11/09 14:38:33 taca Exp $
DISTNAME= sexp_processor-4.16.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/seattlerb/sexp_processor
COMMENT= Generic sexp processing tools
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"