diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:40:59 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:40:59 +0000 |
commit | 9acc72cbe019079e1da439883f7ddd5b6b4f0a1f (patch) | |
tree | f6990b5d2fa4edbdd3f0dfba48396318b1e67203 /textproc/hs-hxt-unicode | |
parent | cb177271fc35bb7cf0f7a75a050503c6eea999e3 (diff) | |
download | ports-9acc72cbe019079e1da439883f7ddd5b6b4f0a1f.tar.gz ports-9acc72cbe019079e1da439883f7ddd5b6b4f0a1f.zip |
Notes
Diffstat (limited to 'textproc/hs-hxt-unicode')
-rw-r--r-- | textproc/hs-hxt-unicode/Makefile | 20 | ||||
-rw-r--r-- | textproc/hs-hxt-unicode/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-hxt-unicode/pkg-descr | 6 |
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/hs-hxt-unicode/Makefile b/textproc/hs-hxt-unicode/Makefile new file mode 100644 index 000000000000..a137256bc76d --- /dev/null +++ b/textproc/hs-hxt-unicode/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hs-hxt-unicode +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= hxt-unicode +PORTVERSION= 9.0.1 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Unicode functions for utf8, iso-latin-* and other encodings + +CABAL_SETUP= Setup.hs + +USE_CABAL= hxt-charproperties>=9 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/textproc/hs-hxt-unicode/distinfo b/textproc/hs-hxt-unicode/distinfo new file mode 100644 index 000000000000..606acd185d1d --- /dev/null +++ b/textproc/hs-hxt-unicode/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/hxt-unicode-9.0.1.tar.gz) = d59bab6541d01e8c7e260c5084f6c2f4346c564bb2c53262d3ffdca8f8f9183d +SIZE (cabal/hxt-unicode-9.0.1.tar.gz) = 13980 diff --git a/textproc/hs-hxt-unicode/pkg-descr b/textproc/hs-hxt-unicode/pkg-descr new file mode 100644 index 000000000000..4fb7a2f39976 --- /dev/null +++ b/textproc/hs-hxt-unicode/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html |