pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-regex-posix Update to regex-posix-0.96.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/216529ead456
branches:  trunk
changeset: 407183:216529ead456
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Jan 02 15:03:19 2020 +0000

description:
Update to regex-posix-0.96.0.0

* Update to regex-base-0.94.0.0 API
* Compatibility with base-4.13.0
* Remove internal regex C implementation

diffstat:

 textproc/hs-regex-posix/DESCR         |   6 +++++-
 textproc/hs-regex-posix/Makefile      |   7 +++----
 textproc/hs-regex-posix/PLIST         |  34 ----------------------------------
 textproc/hs-regex-posix/buildlink3.mk |   6 +++---
 textproc/hs-regex-posix/distinfo      |  10 +++++-----
 5 files changed, 16 insertions(+), 47 deletions(-)

diffs (100 lines):

diff -r 5a6364f2a27e -r 216529ead456 textproc/hs-regex-posix/DESCR
--- a/textproc/hs-regex-posix/DESCR     Thu Jan 02 14:56:32 2020 +0000
+++ b/textproc/hs-regex-posix/DESCR     Thu Jan 02 15:03:19 2020 +0000
@@ -1,1 +1,5 @@
-The posix regex haskell backend for regex-base.
+The POSIX regex backend for regex-base.
+
+The main appeal of this backend is that it's very lightweight due to
+its reliance on the ubiquitous POSIX.2 regex facility that is provided
+by the standard C library on most POSIX platforms.
diff -r 5a6364f2a27e -r 216529ead456 textproc/hs-regex-posix/Makefile
--- a/textproc/hs-regex-posix/Makefile  Thu Jan 02 14:56:32 2020 +0000
+++ b/textproc/hs-regex-posix/Makefile  Thu Jan 02 15:03:19 2020 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2014/11/23 12:52:33 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/02 15:03:19 pho Exp $
 
-DISTNAME=      regex-posix-0.95.2
-PKGREVISION=   1
+DISTNAME=      regex-posix-0.96.0.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pho%cielonegro.org@localhost
-COMMENT=       Replaces/Enhances Haskell Text.Regex
+COMMENT=       POSIX Backend for "Text.Regex" (regex-base)
 LICENSE=       modified-bsd
 
 .include "../../mk/haskell.mk"
diff -r 5a6364f2a27e -r 216529ead456 textproc/hs-regex-posix/PLIST
--- a/textproc/hs-regex-posix/PLIST     Thu Jan 02 14:56:32 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/08/02 21:38:25 szptvlfn Exp $
-lib/regex-posix-${PKGVERSION}/${HASKELL_VERSION}/HSregex-posix-${PKGVERSION}.o
-lib/regex-posix-${PKGVERSION}/${HASKELL_VERSION}/Text/Regex/Posix.hi
-lib/regex-posix-${PKGVERSION}/${HASKELL_VERSION}/Text/Regex/Posix/ByteString.hi
-lib/regex-posix-${PKGVERSION}/${HASKELL_VERSION}/Text/Regex/Posix/ByteString/Lazy.hi
-lib/regex-posix-${PKGVERSION}/${HASKELL_VERSION}/Text/Regex/Posix/Sequence.hi
-lib/regex-posix-${PKGVERSION}/${HASKELL_VERSION}/Text/Regex/Posix/String.hi
-lib/regex-posix-${PKGVERSION}/${HASKELL_VERSION}/Text/Regex/Posix/Wrap.hi
-lib/regex-posix-${PKGVERSION}/${HASKELL_VERSION}/libHSregex-posix-${PKGVERSION}.a
-lib/regex-posix-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/regex-posix-${PKGVERSION}/LICENSE
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/Text-Regex-Posix-ByteString-Lazy.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/Text-Regex-Posix-ByteString.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/Text-Regex-Posix-Sequence.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/Text-Regex-Posix-String.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/Text-Regex-Posix-Wrap.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/Text-Regex-Posix.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/frames.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/haddock-util.js
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/hslogo-16.png
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/index-frames.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/index.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/mini_Text-Regex-Posix-ByteString-Lazy.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/mini_Text-Regex-Posix-ByteString.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/mini_Text-Regex-Posix-Sequence.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/mini_Text-Regex-Posix-String.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/mini_Text-Regex-Posix-Wrap.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/mini_Text-Regex-Posix.html
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/minus.gif
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/ocean.css
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/plus.gif
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/regex-posix.haddock
-${PLIST.doc}share/doc/regex-posix-${PKGVERSION}/html/synopsis.png
diff -r 5a6364f2a27e -r 216529ead456 textproc/hs-regex-posix/buildlink3.mk
--- a/textproc/hs-regex-posix/buildlink3.mk     Thu Jan 02 14:56:32 2020 +0000
+++ b/textproc/hs-regex-posix/buildlink3.mk     Thu Jan 02 15:03:19 2020 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.3 2014/11/23 12:52:33 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2020/01/02 15:03:19 pho Exp $
 
 BUILDLINK_TREE+=       hs-regex-posix
 
 .if !defined(HS_REGEX_POSIX_BUILDLINK3_MK)
 HS_REGEX_POSIX_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.95.2
-BUILDLINK_ABI_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.95.2nb1
+BUILDLINK_API_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.96.0
+BUILDLINK_ABI_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.96.0.0
 BUILDLINK_PKGSRCDIR.hs-regex-posix?=   ../../textproc/hs-regex-posix
 
 .include "../../textproc/hs-regex-base/buildlink3.mk"
diff -r 5a6364f2a27e -r 216529ead456 textproc/hs-regex-posix/distinfo
--- a/textproc/hs-regex-posix/distinfo  Thu Jan 02 14:56:32 2020 +0000
+++ b/textproc/hs-regex-posix/distinfo  Thu Jan 02 15:03:19 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:59:31 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/01/02 15:03:19 pho Exp $
 
-SHA1 (regex-posix-0.95.2.tar.gz) = 280a3aec0de94f03909d67e644f67bd918dff43f
-RMD160 (regex-posix-0.95.2.tar.gz) = 7ee59eb760bb8c0c7fe17e17d90eb0623b9fd5bb
-SHA512 (regex-posix-0.95.2.tar.gz) = 2d22951f0302de144483d2c11d0711dc2cbd2fc6a0eac0126011eaa6f577837ae8c2a9516badb4beed6c18311241458dd6ad9f82a11d6f3763891880ebbc8c41
-Size (regex-posix-0.95.2.tar.gz) = 42916 bytes
+SHA1 (regex-posix-0.96.0.0.tar.gz) = 33425ada76edbf02d1de6607a937b57ce141865a
+RMD160 (regex-posix-0.96.0.0.tar.gz) = d0e569bf459edc2d5a23f01e9f9377e16779ad61
+SHA512 (regex-posix-0.96.0.0.tar.gz) = 91bdc672a535cd1a6a65b1ae2adef43605b792ec9f99150fa239ab4353cddad47988ac7baa65673c53be36e83c8fad1511ba85fb5f7b43c51b4ae526d9af248a
+Size (regex-posix-0.96.0.0.tar.gz) = 12529 bytes



Home | Main Index | Thread Index | Old Index