diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-18 11:08:15 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-18 11:08:15 +0800 |
commit | 4249c341a0e5c3da01c0f0794be8d8b22b89cdea (patch) | |
tree | 83cdfa517875747d15ad4d73e743d919b24f5bb9 /textproc | |
parent | 466708da026b65acbf477713e81b8bb04bd005b8 (diff) | |
download | freebsd-ports-gnome-4249c341a0e5c3da01c0f0794be8d8b22b89cdea.tar.gz freebsd-ports-gnome-4249c341a0e5c3da01c0f0794be8d8b22b89cdea.tar.zst freebsd-ports-gnome-4249c341a0e5c3da01c0f0794be8d8b22b89cdea.zip |
A port of the Java library by Terrence Parr.
WWW: http://hackage.haskell.org/package/HStringTemplate
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/hs-HStringTemplate/Makefile | 20 | ||||
-rw-r--r-- | textproc/hs-HStringTemplate/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-HStringTemplate/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d588dfd40e0b..9fb10675912e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -234,6 +234,7 @@ SUBDIR += hil-aspell SUBDIR += hr-aspell SUBDIR += hs-Diff + SUBDIR += hs-HStringTemplate SUBDIR += hs-HaXml SUBDIR += hs-attoparsec SUBDIR += hs-attoparsec-enumerator diff --git a/textproc/hs-HStringTemplate/Makefile b/textproc/hs-HStringTemplate/Makefile new file mode 100644 index 000000000000..6f45f311d06c --- /dev/null +++ b/textproc/hs-HStringTemplate/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: hs-HStringTemplate +# Date created: December 2, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= HStringTemplate +PORTVERSION= 0.6.8 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= StringTemplate implementation in Haskell + +LICENSE= BSD + +USE_CABAL= parsec syb text utf8-string + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/textproc/hs-HStringTemplate/distinfo b/textproc/hs-HStringTemplate/distinfo new file mode 100644 index 000000000000..2d84fb089aa2 --- /dev/null +++ b/textproc/hs-HStringTemplate/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/HStringTemplate-0.6.8.tar.gz) = 79d26c2057efb1a9d546a43af2912cd5f921adf29b7d078335e82cb1c7dacbbb +SIZE (cabal/HStringTemplate-0.6.8.tar.gz) = 16144 diff --git a/textproc/hs-HStringTemplate/pkg-descr b/textproc/hs-HStringTemplate/pkg-descr new file mode 100644 index 000000000000..2dff0d8f5b0f --- /dev/null +++ b/textproc/hs-HStringTemplate/pkg-descr @@ -0,0 +1,3 @@ +A port of the Java library by Terrence Parr. + +WWW: http://hackage.haskell.org/package/HStringTemplate |