diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:39:53 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:39:53 +0000 |
commit | 7b6bb01d97a843808654e59989403598c9d8a7a2 (patch) | |
tree | 8ee33626bae3042c174a76838acb1f03d762c20e /textproc/hs-hxt-charproperties | |
parent | 4827b73f149c3526e46abfd9580af118d40d86c1 (diff) | |
download | ports-7b6bb01d97a843808654e59989403598c9d8a7a2.tar.gz ports-7b6bb01d97a843808654e59989403598c9d8a7a2.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
Notes
Notes:
svn path=/head/; revision=273780
Diffstat (limited to 'textproc/hs-hxt-charproperties')
-rw-r--r-- | textproc/hs-hxt-charproperties/Makefile | 18 | ||||
-rw-r--r-- | textproc/hs-hxt-charproperties/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-hxt-charproperties/pkg-descr | 5 |
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 000000000000..5b850c628248 --- /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 000000000000..4f001c5ae28e --- /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 000000000000..4f77104deca8 --- /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 |