aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-hxt-charproperties
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2011-05-09 02:39:53 +0800
committerpgj <pgj@FreeBSD.org>2011-05-09 02:39:53 +0800
commit1e72f673d59668a5218e83398d0d880f9d85fbab (patch)
tree2eafcd0aa4d5a7787ece1c6806bb417bb8c93480 /textproc/hs-hxt-charproperties
parentfb6a204d50e8632f70beddaf86713f3a7eac5a3a (diff)
downloadfreebsd-ports-graphics-1e72f673d59668a5218e83398d0d880f9d85fbab.tar.gz
freebsd-ports-graphics-1e72f673d59668a5218e83398d0d880f9d85fbab.tar.zst
freebsd-ports-graphics-1e72f673d59668a5218e83398d0d880f9d85fbab.zip
Character proprties defined by XML and Unicode standards. These modules contain
predicates for Unicode blocks and char proprties and character predicates defined by XML. Supported Unicode version is 5.2.0. WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc/hs-hxt-charproperties')
-rw-r--r--textproc/hs-hxt-charproperties/Makefile18
-rw-r--r--textproc/hs-hxt-charproperties/distinfo2
-rw-r--r--textproc/hs-hxt-charproperties/pkg-descr5
3 files changed, 25 insertions, 0 deletions
diff --git a/textproc/hs-hxt-charproperties/Makefile b/textproc/hs-hxt-charproperties/Makefile
new file mode 100644
index 00000000000..5b850c62824
--- /dev/null
+++ b/textproc/hs-hxt-charproperties/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: hs-hxt-charproperties
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= hxt-charproperties
+PORTVERSION= 9.1.0
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Character properties and classes for XML and Unicode
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/textproc/hs-hxt-charproperties/distinfo b/textproc/hs-hxt-charproperties/distinfo
new file mode 100644
index 00000000000..4f001c5ae28
--- /dev/null
+++ b/textproc/hs-hxt-charproperties/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/hxt-charproperties-9.1.0.tar.gz) = 4330da34a0277d292f24acac2a50bf3974c2bc776536c15ebc88aff53f3b42a8
+SIZE (cabal/hxt-charproperties-9.1.0.tar.gz) = 225351
diff --git a/textproc/hs-hxt-charproperties/pkg-descr b/textproc/hs-hxt-charproperties/pkg-descr
new file mode 100644
index 00000000000..4f77104deca
--- /dev/null
+++ b/textproc/hs-hxt-charproperties/pkg-descr
@@ -0,0 +1,5 @@
+Character proprties defined by XML and Unicode standards. These modules contain
+predicates for Unicode blocks and char proprties and character predicates
+defined by XML. Supported Unicode version is 5.2.0.
+
+WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html