pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-regexp_parser



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 20 15:42:11 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-regexp_parser: Makefile PLIST distinfo

Log Message:
devel/ruby-regexp_parser: update to 1.8.0

Update ruby-regexp_parser package to 1.8.0.

### [1.8.0] - 2020-09-20 - [Janosch M���ller](mailto:janosch84%gmail.com@localhost)

### Changed

- dropped support for running on Ruby 1.9.x

### Added

- regexp flags can now be passed when parsing a `String` as regexp body
  * see the [README](/README.md#usage) for details
  * thanks to [Owen Stephens](https://github.com/owst)
- bare occurrences of `\g` and `\k` are now allowed and scanned as literal escapes
  * matches Onigmo behavior
  * thanks for the report to [Marc-Andr��� Lafortune](https://github.com/marcandre)

### Fixed

- fixed parsing comments without preceding space or trailing newline in x-mode
  * thanks to [Owen Stephens](https://github.com/owst)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-regexp_parser/Makefile \
    pkgsrc/devel/ruby-regexp_parser/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-regexp_parser/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-regexp_parser/Makefile
diff -u pkgsrc/devel/ruby-regexp_parser/Makefile:1.3 pkgsrc/devel/ruby-regexp_parser/Makefile:1.4
--- pkgsrc/devel/ruby-regexp_parser/Makefile:1.3        Sun Jun  7 22:13:00 2020
+++ pkgsrc/devel/ruby-regexp_parser/Makefile    Sun Sep 20 15:42:11 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/06/07 22:13:00 taca Exp $
+# $NetBSD: Makefile,v 1.4 2020/09/20 15:42:11 taca Exp $
 
-DISTNAME=      regexp_parser-1.7.1
+DISTNAME=      regexp_parser-1.8.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@ HOMEPAGE=       https://github.com/ammar/regex
 COMMENT=       Scanner, lexer, parser for ruby's regular expressions
 LICENSE=       mit
 
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-regexp_parser/distinfo
diff -u pkgsrc/devel/ruby-regexp_parser/distinfo:1.3 pkgsrc/devel/ruby-regexp_parser/distinfo:1.4
--- pkgsrc/devel/ruby-regexp_parser/distinfo:1.3        Sun Jun  7 22:13:00 2020
+++ pkgsrc/devel/ruby-regexp_parser/distinfo    Sun Sep 20 15:42:11 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/06/07 22:13:00 taca Exp $
+$NetBSD: distinfo,v 1.4 2020/09/20 15:42:11 taca Exp $
 
-SHA1 (regexp_parser-1.7.1.gem) = c49d9e8be3def0ca8a85bee5e7a14e6c672f53d8
-RMD160 (regexp_parser-1.7.1.gem) = 56913ba070a86fdec9d21805c0700f51bf4cd987
-SHA512 (regexp_parser-1.7.1.gem) = d91beb8205f7bdfeb915123f4e6bf9e2d7fb775d7968cfdf7c4a183dc6cbc82c0d6c1847c79264d8be7b5fe61417be7f92d8c26030aa23093cffdcbb0d1dad1a
-Size (regexp_parser-1.7.1.gem) = 96768 bytes
+SHA1 (regexp_parser-1.8.0.gem) = f83ad7b952672fe7bfd7a3a61caa3e6acd99fcd8
+RMD160 (regexp_parser-1.8.0.gem) = b92f3e49bb8448adf3b10b6cce7a95e3b28f5e5d
+SHA512 (regexp_parser-1.8.0.gem) = 2317384583440fd1af4b294247e3695283065281df58d92740245e072751a3e5ce2cffa013c0d52330b951e9732c89c92afd4637d458a65a48fdc39d69b3da2b
+Size (regexp_parser-1.8.0.gem) = 97792 bytes

Index: pkgsrc/devel/ruby-regexp_parser/PLIST
diff -u pkgsrc/devel/ruby-regexp_parser/PLIST:1.2 pkgsrc/devel/ruby-regexp_parser/PLIST:1.3
--- pkgsrc/devel/ruby-regexp_parser/PLIST:1.2   Wed Jun 24 03:00:25 2020
+++ pkgsrc/devel/ruby-regexp_parser/PLIST       Sun Sep 20 15:42:11 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/24 03:00:25 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/09/20 15:42:11 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/Gemfile
@@ -107,6 +107,7 @@ ${GEM_LIBDIR}/spec/parser/escapes_spec.r
 ${GEM_LIBDIR}/spec/parser/free_space_spec.rb
 ${GEM_LIBDIR}/spec/parser/groups_spec.rb
 ${GEM_LIBDIR}/spec/parser/keep_spec.rb
+${GEM_LIBDIR}/spec/parser/options_spec.rb
 ${GEM_LIBDIR}/spec/parser/posix_classes_spec.rb
 ${GEM_LIBDIR}/spec/parser/properties_spec.rb
 ${GEM_LIBDIR}/spec/parser/quantifiers_spec.rb
@@ -126,6 +127,7 @@ ${GEM_LIBDIR}/spec/scanner/groups_spec.r
 ${GEM_LIBDIR}/spec/scanner/keep_spec.rb
 ${GEM_LIBDIR}/spec/scanner/literals_spec.rb
 ${GEM_LIBDIR}/spec/scanner/meta_spec.rb
+${GEM_LIBDIR}/spec/scanner/options_spec.rb
 ${GEM_LIBDIR}/spec/scanner/properties_spec.rb
 ${GEM_LIBDIR}/spec/scanner/quantifiers_spec.rb
 ${GEM_LIBDIR}/spec/scanner/refcalls_spec.rb



Home | Main Index | Thread Index | Old Index