pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/alex Update to alex-3.2.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ca89988ea70
branches:  trunk
changeset: 373365:1ca89988ea70
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 09:47:44 2022 +0000

description:
Update to alex-3.2.7.1

Change in 3.2.7.1
* Fix bug with repeated numeral characters outside of r{n,m}
  repetitions. This was a regression introduced in 3.2.7.

Changes in 3.2.7
* Allow arbitrary repetitions in regexps. Previously, the r{n,m} and
  related forms were restricted to single digit numbers n and m.
* DFA minimization used to crash on tokens of the form c* which produce
  automata with only accepting states. Considering the empty set of
  non-accepting states as an equivalence class caused minimization to crash
  with exception.
* The small_base flag is removed. Extremely old GHCs will no longer build.
* A number of bug fixes and clearer diagnostics.

diffstat:

 devel/alex/Makefile |   5 ++---
 devel/alex/PLIST    |  19 +++----------------
 devel/alex/distinfo |   8 ++++----
 3 files changed, 9 insertions(+), 23 deletions(-)

diffs (57 lines):

diff -r 32a8d04686d0 -r 1ca89988ea70 devel/alex/Makefile
--- a/devel/alex/Makefile       Fri Feb 11 09:47:34 2022 +0000
+++ b/devel/alex/Makefile       Fri Feb 11 09:47:44 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/01/18 02:48:02 pho Exp $
+# $NetBSD: Makefile,v 1.10 2022/02/11 09:47:44 pho Exp $
 
-DISTNAME=      alex-3.2.6
+DISTNAME=      alex-3.2.7.1
 PKGNAME=       ${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel
 
 MAINTAINER=    esg%sdf.lonestar.org@localhost
diff -r 32a8d04686d0 -r 1ca89988ea70 devel/alex/PLIST
--- a/devel/alex/PLIST  Fri Feb 11 09:47:34 2022 +0000
+++ b/devel/alex/PLIST  Fri Feb 11 09:47:44 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/04/23 04:35:50 pho Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/02/11 09:47:44 pho Exp $
 bin/alex
 man/man1/alex.1
 share/doc/alex/about.html
@@ -20,18 +20,5 @@
 share/doc/alex/types.html
 share/doc/alex/wrappers.html
 share/doc/${HS_PLATFORM}/${PKGNAME}/LICENSE
-share/${HS_PLATFORM}/${PKGNAME}/AlexTemplate
-share/${HS_PLATFORM}/${PKGNAME}/AlexTemplate-debug
-share/${HS_PLATFORM}/${PKGNAME}/AlexTemplate-ghc
-share/${HS_PLATFORM}/${PKGNAME}/AlexTemplate-ghc-debug
-share/${HS_PLATFORM}/${PKGNAME}/AlexTemplate-ghc-nopred
-share/${HS_PLATFORM}/${PKGNAME}/AlexWrapper-basic
-share/${HS_PLATFORM}/${PKGNAME}/AlexWrapper-basic-bytestring
-share/${HS_PLATFORM}/${PKGNAME}/AlexWrapper-gscan
-share/${HS_PLATFORM}/${PKGNAME}/AlexWrapper-monad
-share/${HS_PLATFORM}/${PKGNAME}/AlexWrapper-monad-bytestring
-share/${HS_PLATFORM}/${PKGNAME}/AlexWrapper-monadUserState
-share/${HS_PLATFORM}/${PKGNAME}/AlexWrapper-monadUserState-bytestring
-share/${HS_PLATFORM}/${PKGNAME}/AlexWrapper-posn
-share/${HS_PLATFORM}/${PKGNAME}/AlexWrapper-posn-bytestring
-share/${HS_PLATFORM}/${PKGNAME}/AlexWrapper-strict-bytestring
+share/${HS_PLATFORM}/${PKGNAME}/AlexTemplate.hs
+share/${HS_PLATFORM}/${PKGNAME}/AlexWrappers.hs
diff -r 32a8d04686d0 -r 1ca89988ea70 devel/alex/distinfo
--- a/devel/alex/distinfo       Fri Feb 11 09:47:34 2022 +0000
+++ b/devel/alex/distinfo       Fri Feb 11 09:47:44 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:14:13 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/02/11 09:47:44 pho Exp $
 
-BLAKE2s (alex-3.2.6.tar.gz) = 575aa3d584697da702ebadd0c90a90bb134f20d1b4669a0720ea680d4ac76b58
-SHA512 (alex-3.2.6.tar.gz) = 05b6e55e9a1c348aea599d1130780a3d2a0a7c5f1db00b2c98bd34737cac9d48842fb1b1f98947a99d99013f94e39a6ffee1af8546f02fb2d32fcf362ff0f83c
-Size (alex-3.2.6.tar.gz) = 108832 bytes
+BLAKE2s (alex-3.2.7.1.tar.gz) = cd6f948f68df789358b38e72d11c315923c29c1b183f53fd01cf88f4ac253401
+SHA512 (alex-3.2.7.1.tar.gz) = f8ff12de874b905449fdda0d704f9e4ac30fa3e60e965f82d7bb2d6e3974cf926f85134d32878c48faf0ec4a002ea7240cf6696e1cbcad25a0eebb9d1850cc07
+Size (alex-3.2.7.1.tar.gz) = 108229 bytes



Home | Main Index | Thread Index | Old Index