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 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 diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 6027d9e5794a..0e74e7db2dc0 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -285,6 +285,7 @@ unix-compat_port= devel/hs-unix-compat unlambda_port= lang/hs-unlambda # executable unordered-containers_port= devel/hs-unordered-containers url_port= www/hs-url +utf8-light_port= devel/hs-utf8-light utf8-string_port= devel/hs-utf8-string utility-ht_port= devel/hs-utility-ht uuagc_port= devel/hs-uuagc # executable