diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 03:26:50 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 03:26:50 +0800 |
commit | bae60d380c2639709d4a52d2ea2af60c69539b96 (patch) | |
tree | 612bf08504fa8fb352e1877ec6602830bb654bd2 /textproc | |
parent | 3350b037431da31d279315cd26f06c04f8f32b92 (diff) | |
download | freebsd-ports-gnome-bae60d380c2639709d4a52d2ea2af60c69539b96.tar.gz freebsd-ports-gnome-bae60d380c2639709d4a52d2ea2af60c69539b96.tar.zst freebsd-ports-gnome-bae60d380c2639709d4a52d2ea2af60c69539b96.zip |
Core modules of a blazingly fast markup combinator library for the Haskell
programming language.
WWW: http://jaspervdj.be/blaze
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-blaze-markup/Makefile | 22 | ||||
-rw-r--r-- | textproc/hs-blaze-markup/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-blaze-markup/pkg-descr | 4 |
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/hs-blaze-markup/Makefile b/textproc/hs-blaze-markup/Makefile new file mode 100644 index 000000000000..20480d810ab4 --- /dev/null +++ b/textproc/hs-blaze-markup/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: hs-blaze-markup +# Date created: May 9, 2012 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= blaze-markup +PORTVERSION= 0.5.1.0 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= A blazingly fast markup combinator library for Haskell + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +USE_CABAL= blaze-builder>=0.2 text>=0.10 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/textproc/hs-blaze-markup/distinfo b/textproc/hs-blaze-markup/distinfo new file mode 100644 index 000000000000..aa16f7dd1cfc --- /dev/null +++ b/textproc/hs-blaze-markup/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/blaze-markup-0.5.1.0.tar.gz) = ea8c196ba6773893d3da54ad6c70a0be7b63b5f523b66fdef2528fa0f8ef006f +SIZE (cabal/blaze-markup-0.5.1.0.tar.gz) = 11856 diff --git a/textproc/hs-blaze-markup/pkg-descr b/textproc/hs-blaze-markup/pkg-descr new file mode 100644 index 000000000000..221c1fb3872a --- /dev/null +++ b/textproc/hs-blaze-markup/pkg-descr @@ -0,0 +1,4 @@ +Core modules of a blazingly fast markup combinator library for the Haskell +programming language. + +WWW: http://jaspervdj.be/blaze |