diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-24 18:04:39 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-24 18:04:39 +0800 |
commit | 58c01deb109773127e2aaecac56de5017a19bca5 (patch) | |
tree | 871f779339fecdf8da12cc39c2917094bc86b684 /devel | |
parent | 05436ab9fb7c2c50570c194a2ddf9d594705cf7d (diff) | |
download | freebsd-ports-gnome-58c01deb109773127e2aaecac56de5017a19bca5.tar.gz freebsd-ports-gnome-58c01deb109773127e2aaecac56de5017a19bca5.tar.zst freebsd-ports-gnome-58c01deb109773127e2aaecac56de5017a19bca5.zip |
Lightweight UTF8 handling.
WWW: http://hackage.haskell.org/package/utf8-light
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-utf8-light/Makefile | 18 | ||||
-rw-r--r-- | devel/hs-utf8-light/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-utf8-light/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2981fa27d92c..6732636e6b35 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -714,6 +714,7 @@ SUBDIR += hs-uniplate SUBDIR += hs-unix-compat SUBDIR += hs-unordered-containers + SUBDIR += hs-utf8-light SUBDIR += hs-utf8-string SUBDIR += hs-utility-ht SUBDIR += hs-uuagc diff --git a/devel/hs-utf8-light/Makefile b/devel/hs-utf8-light/Makefile new file mode 100644 index 000000000000..560e75015a89 --- /dev/null +++ b/devel/hs-utf8-light/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: hs-utf8-light +# Date created: June 10, 2012 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= utf8-light +PORTVERSION= 0.4.0.1 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Unicode + +LICENSE= BSD + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-utf8-light/distinfo b/devel/hs-utf8-light/distinfo new file mode 100644 index 000000000000..a2db5c6c3227 --- /dev/null +++ b/devel/hs-utf8-light/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/utf8-light-0.4.0.1.tar.gz) = 0524213aa380d5b882814332221bbf74ee3390060ac2aeee022923fc64775bf8 +SIZE (cabal/utf8-light-0.4.0.1.tar.gz) = 5746 diff --git a/devel/hs-utf8-light/pkg-descr b/devel/hs-utf8-light/pkg-descr new file mode 100644 index 000000000000..45302fd031d4 --- /dev/null +++ b/devel/hs-utf8-light/pkg-descr @@ -0,0 +1,3 @@ +Lightweight UTF8 handling. + +WWW: http://hackage.haskell.org/package/utf8-light |