pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-hxt-unicode



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 17 15:59:25 UTC 2020

Added Files:
        pkgsrc/textproc/hs-hxt-unicode: DESCR Makefile buildlink3.mk distinfo

Log Message:
Import hxt-unicode-9.2.0.4 from wip

Unicode encoding and decoding functions for utf8, iso-latin-* and
somes other encodings, used in the Haskell XML Toolbox. ISO Latin 1 -
16, utf8, utf16, ASCII are supported. Decoding is done with lasy
functions, errors may be detected or ignored.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-hxt-unicode/DESCR \
    pkgsrc/textproc/hs-hxt-unicode/Makefile \
    pkgsrc/textproc/hs-hxt-unicode/buildlink3.mk \
    pkgsrc/textproc/hs-hxt-unicode/distinfo

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

Added files:

Index: pkgsrc/textproc/hs-hxt-unicode/DESCR
diff -u /dev/null pkgsrc/textproc/hs-hxt-unicode/DESCR:1.1
--- /dev/null   Fri Jan 17 15:59:25 2020
+++ pkgsrc/textproc/hs-hxt-unicode/DESCR        Fri Jan 17 15:59:25 2020
@@ -0,0 +1,4 @@
+Unicode encoding and decoding functions for utf8, iso-latin-* and
+somes other encodings, used in the Haskell XML Toolbox. ISO Latin 1 -
+16, utf8, utf16, ASCII are supported. Decoding is done with lasy
+functions, errors may be detected or ignored.
Index: pkgsrc/textproc/hs-hxt-unicode/Makefile
diff -u /dev/null pkgsrc/textproc/hs-hxt-unicode/Makefile:1.1
--- /dev/null   Fri Jan 17 15:59:25 2020
+++ pkgsrc/textproc/hs-hxt-unicode/Makefile     Fri Jan 17 15:59:25 2020
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/17 15:59:25 pho Exp $
+
+DISTNAME=      hxt-unicode-9.0.2.4
+CATEGORIES=    textproc
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Unicode en-/decoding functions used in the Haskell XML Toolbox
+LICENSE=       mit
+
+.include "../../mk/haskell.mk"
+.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/hs-hxt-unicode/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/hs-hxt-unicode/buildlink3.mk:1.1
--- /dev/null   Fri Jan 17 15:59:25 2020
+++ pkgsrc/textproc/hs-hxt-unicode/buildlink3.mk        Fri Jan 17 15:59:25 2020
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 15:59:25 pho Exp $
+
+BUILDLINK_TREE+=       hs-hxt-unicode
+
+.if !defined(HS_HXT_UNICODE_BUILDLINK3_MK)
+HS_HXT_UNICODE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-hxt-unicode+= hs-hxt-unicode>=9.0.2
+BUILDLINK_ABI_DEPENDS.hs-hxt-unicode+= hs-hxt-unicode>=9.0.2.4
+BUILDLINK_PKGSRCDIR.hs-hxt-unicode?=   ../../textproc/hs-hxt-unicode
+
+.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
+.endif # HS_HXT_UNICODE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-hxt-unicode
Index: pkgsrc/textproc/hs-hxt-unicode/distinfo
diff -u /dev/null pkgsrc/textproc/hs-hxt-unicode/distinfo:1.1
--- /dev/null   Fri Jan 17 15:59:25 2020
+++ pkgsrc/textproc/hs-hxt-unicode/distinfo     Fri Jan 17 15:59:25 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/17 15:59:25 pho Exp $
+
+SHA1 (hxt-unicode-9.0.2.4.tar.gz) = 8ece2631570c2b55dc29e83728ff676c38fffe5f
+RMD160 (hxt-unicode-9.0.2.4.tar.gz) = 91f286ef3ffb314b0c0a64ed863cc75bd2cd13cd
+SHA512 (hxt-unicode-9.0.2.4.tar.gz) = 4daab9c754e05e15bb0f32bce4ccc0c581c6d8dd4ca4d4868ca7b756a6e40cc9ae8890fc3c925b63bb419db0354229ca6e61fa96bec048f0c61b3ebb43d212bb
+Size (hxt-unicode-9.0.2.4.tar.gz) = 14010 bytes



Home | Main Index | Thread Index | Old Index