From 30cbd53fc93b9dac8d37d50d06f7e21f9e2cf5ee Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Sun, 3 Jun 2012 19:26:50 +0000 Subject: [PATCH] Core modules of a blazingly fast markup combinator library for the Haskell programming language. WWW: http://jaspervdj.be/blaze Obtained from: FreeBSD Haskell --- lang/ghc/bsd.hackage.mk | 1 + textproc/hs-blaze-markup/Makefile | 22 ++++++++++++++++++++++ textproc/hs-blaze-markup/distinfo | 2 ++ textproc/hs-blaze-markup/pkg-descr | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 textproc/hs-blaze-markup/Makefile create mode 100644 textproc/hs-blaze-markup/distinfo create mode 100644 textproc/hs-blaze-markup/pkg-descr diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index c5edd5ce2641..83c38645d962 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -37,6 +37,7 @@ blaze-builder_port= devel/hs-blaze-builder blaze-builder-conduit_port= devel/hs-blaze-builder-conduit blaze-builder-enumerator_port= devel/hs-blaze-builder-enumerator blaze-html_port= textproc/hs-blaze-html +blaze-markup_port= textproc/hs-blaze-markup blaze-textual_port= devel/hs-blaze-textual bloomfilter_port= devel/hs-bloomfilter BNFC_port= devel/hs-BNFC # executable 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 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