pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-regex-posix



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan  2 15:03:20 UTC 2020

Modified Files:
        pkgsrc/textproc/hs-regex-posix: DESCR Makefile buildlink3.mk distinfo
Removed Files:
        pkgsrc/textproc/hs-regex-posix: PLIST

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/hs-regex-posix/DESCR
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/hs-regex-posix/Makefile \
    pkgsrc/textproc/hs-regex-posix/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/textproc/hs-regex-posix/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/hs-regex-posix/buildlink3.mk

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

Modified files:

Index: pkgsrc/textproc/hs-regex-posix/DESCR
diff -u pkgsrc/textproc/hs-regex-posix/DESCR:1.1 pkgsrc/textproc/hs-regex-posix/DESCR:1.2
--- pkgsrc/textproc/hs-regex-posix/DESCR:1.1    Sat Aug  2 21:38:25 2014
+++ pkgsrc/textproc/hs-regex-posix/DESCR        Thu Jan  2 15:03:19 2020
@@ -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.

Index: pkgsrc/textproc/hs-regex-posix/Makefile
diff -u pkgsrc/textproc/hs-regex-posix/Makefile:1.2 pkgsrc/textproc/hs-regex-posix/Makefile:1.3
--- pkgsrc/textproc/hs-regex-posix/Makefile:1.2 Sun Nov 23 12:52:33 2014
+++ pkgsrc/textproc/hs-regex-posix/Makefile     Thu Jan  2 15:03:19 2020
@@ -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"
Index: pkgsrc/textproc/hs-regex-posix/distinfo
diff -u pkgsrc/textproc/hs-regex-posix/distinfo:1.2 pkgsrc/textproc/hs-regex-posix/distinfo:1.3
--- pkgsrc/textproc/hs-regex-posix/distinfo:1.2 Wed Nov  4 01:59:31 2015
+++ pkgsrc/textproc/hs-regex-posix/distinfo     Thu Jan  2 15:03:19 2020
@@ -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

Index: pkgsrc/textproc/hs-regex-posix/buildlink3.mk
diff -u pkgsrc/textproc/hs-regex-posix/buildlink3.mk:1.3 pkgsrc/textproc/hs-regex-posix/buildlink3.mk:1.4
--- pkgsrc/textproc/hs-regex-posix/buildlink3.mk:1.3    Sun Nov 23 12:52:33 2014
+++ pkgsrc/textproc/hs-regex-posix/buildlink3.mk        Thu Jan  2 15:03:19 2020
@@ -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"



Home | Main Index | Thread Index | Old Index