pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-unicode-transforms Import unicode-transfor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/272ccd383536
branches:  trunk
changeset: 409440:272ccd383536
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Jan 17 18:49:18 2020 +0000

description:
Import unicode-transforms-0.3.6

Fast Unicode 12.1.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).

diffstat:

 textproc/hs-unicode-transforms/DESCR         |   1 +
 textproc/hs-unicode-transforms/Makefile      |  12 ++++++++++++
 textproc/hs-unicode-transforms/buildlink3.mk |  15 +++++++++++++++
 textproc/hs-unicode-transforms/distinfo      |   6 ++++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r c65be7b03649 -r 272ccd383536 textproc/hs-unicode-transforms/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-unicode-transforms/DESCR      Fri Jan 17 18:49:18 2020 +0000
@@ -0,0 +1,1 @@
+Fast Unicode 12.1.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
diff -r c65be7b03649 -r 272ccd383536 textproc/hs-unicode-transforms/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-unicode-transforms/Makefile   Fri Jan 17 18:49:18 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/17 18:49:18 pho Exp $
+
+DISTNAME=      unicode-transforms-0.3.6
+CATEGORIES=    textproc
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Unicode normalization
+LICENSE=       modified-bsd
+
+.include "../../devel/hs-bitarray/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c65be7b03649 -r 272ccd383536 textproc/hs-unicode-transforms/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-unicode-transforms/buildlink3.mk      Fri Jan 17 18:49:18 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 18:49:18 pho Exp $
+
+BUILDLINK_TREE+=       hs-unicode-transforms
+
+.if !defined(HS_UNICODE_TRANSFORMS_BUILDLINK3_MK)
+HS_UNICODE_TRANSFORMS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-unicode-transforms+=  hs-unicode-transforms>=0.3.6
+BUILDLINK_ABI_DEPENDS.hs-unicode-transforms+=  hs-unicode-transforms>=0.3.6
+BUILDLINK_PKGSRCDIR.hs-unicode-transforms?=    ../../textproc/hs-unicode-transforms
+
+.include "../../devel/hs-bitarray/buildlink3.mk"
+.endif # HS_UNICODE_TRANSFORMS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-unicode-transforms
diff -r c65be7b03649 -r 272ccd383536 textproc/hs-unicode-transforms/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-unicode-transforms/distinfo   Fri Jan 17 18:49:18 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/17 18:49:18 pho Exp $
+
+SHA1 (unicode-transforms-0.3.6.tar.gz) = 59fc9791083ce2ccdf39006e93c4d3c4aadc8d5b
+RMD160 (unicode-transforms-0.3.6.tar.gz) = f229071eb105d9a03d75cd6eb2588ae6b8f08f5f
+SHA512 (unicode-transforms-0.3.6.tar.gz) = f9dfa47447766194d4d2d5c363bdddbd91443c44be985a46918298c2b32e8706656ee2bbfcb61063f6c0a23af3ff4309a5288aae1feb956efef79469f88c5b4b
+Size (unicode-transforms-0.3.6.tar.gz) = 722543 bytes



Home | Main Index | Thread Index | Old Index