pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-sexp-processor Update ruby-sexp-processor t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f8567734a6a
branches:  trunk
changeset: 361493:0f8567734a6a
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 22 16:30:43 2017 +0000

description:
Update ruby-sexp-processor to 4.9.0.

=== 4.9.0 / 2017-04-13

* 9 minor enhancements:

  * Added Sexp.depth
  * Added Sexp.sexp_type=
  * Cache Sexp.line_max. Massively speeds up large flay runs.
  * Cleaned up SexpProcessor.process handling of result node type.
  * Extend pt_testcase for ruby 2.4 tests.
  * Extended Sexp.method_missing to only print on every invocation if $VERBOSE=1
  * Extended Sexp.method_missing to warn if the expected sub-sexp is not found.
  * Rewrote Sexp.mass to be MUCH faster. Helps tremendously with flay on large files.
  * Warn that Sexp#method_missing was tripped if $DEBUG.

diffstat:

 devel/ruby-sexp-processor/Makefile |   4 ++--
 devel/ruby-sexp-processor/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 2f7430b5fdd7 -r 0f8567734a6a devel/ruby-sexp-processor/Makefile
--- a/devel/ruby-sexp-processor/Makefile        Sat Apr 22 16:30:03 2017 +0000
+++ b/devel/ruby-sexp-processor/Makefile        Sat Apr 22 16:30:43 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2017/03/20 12:30:58 taca Exp $
+# $NetBSD: Makefile,v 1.21 2017/04/22 16:30:43 taca Exp $
 
-DISTNAME=      sexp_processor-4.8.0
+DISTNAME=      sexp_processor-4.9.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel
 
diff -r 2f7430b5fdd7 -r 0f8567734a6a devel/ruby-sexp-processor/distinfo
--- a/devel/ruby-sexp-processor/distinfo        Sat Apr 22 16:30:03 2017 +0000
+++ b/devel/ruby-sexp-processor/distinfo        Sat Apr 22 16:30:43 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2017/03/20 12:30:58 taca Exp $
+$NetBSD: distinfo,v 1.20 2017/04/22 16:30:43 taca Exp $
 
-SHA1 (sexp_processor-4.8.0.gem) = 32a23ef273e6042dfd11051e00d3f870b47b890d
-RMD160 (sexp_processor-4.8.0.gem) = dce2080d909425b113c17f826884a47dcc4bc841
-SHA512 (sexp_processor-4.8.0.gem) = 041f4ca8603359ff37c408ca0f6bcce39145928f7ac5dd3d59a50142fb4ca8c41f91ecde9a5d15ac6d06ee5be302b609a5091bd6a7be5ad81f861685567a588b
-Size (sexp_processor-4.8.0.gem) = 39936 bytes
+SHA1 (sexp_processor-4.9.0.gem) = 4919b386a77045d8271a4192420f86d1d80429fa
+RMD160 (sexp_processor-4.9.0.gem) = 58008a44dfc42bc545e5779edd8637cdaf6de7a5
+SHA512 (sexp_processor-4.9.0.gem) = f73b71fa436b73db3adb590f3273904474f2a8575377c0ea9184c2dbe8068b3c673f74657e949666fc04d2028efc22f81c14488a5484c66e2b6810afdbbcc531
+Size (sexp_processor-4.9.0.gem) = 40448 bytes



Home | Main Index | Thread Index | Old Index