1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Shakespeare is a template family for type-safe, efficient templates with

simple variable interpolation.  Shakespeare templates can be used inline
with a quasi-quoter or in an external file.  Shakespeare interpolates
variables according to the type being inserted.

WWW:	http://www.yesodweb.com/book/templates

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-02-18 17:11:03 +00:00
parent 230e9ffc4e
commit 4ec18f7207
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291710
5 changed files with 30 additions and 0 deletions

View File

@ -212,6 +212,7 @@ sendfile_port= net/hs-sendfile
semigroupoids_port= math/hs-semigroupoids
semigroups_port= math/hs-semigroups
SHA_port= security/hs-SHA
shakespeare_port= www/hs-shakespeare
show_port= devel/hs-show
simple-sendfile_port= net/hs-simple-sendfile
skein_port= security/hs-skein

View File

@ -299,6 +299,7 @@
SUBDIR += hs-oeis
SUBDIR += hs-recaptcha
SUBDIR += hs-scgi
SUBDIR += hs-shakespeare
SUBDIR += hs-snap
SUBDIR += hs-snap-core
SUBDIR += hs-snap-server

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-shakespeare
# Date created: December 25, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= shakespeare
PORTVERSION= 0.10.2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A toolkit for making compile-time interpolated templates
LICENSE= BSD
USE_CABAL= parsec>=2 text>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/shakespeare-0.10.2.tar.gz) = 8c63e160932ac004624ee9dfb02a13a5049e3434b08751f7783df0646a63779c
SIZE (cabal/shakespeare-0.10.2.tar.gz) = 6202

View File

@ -0,0 +1,6 @@
Shakespeare is a template family for type-safe, efficient templates with
simple variable interpolation. Shakespeare templates can be used inline
with a quasi-quoter or in an external file. Shakespeare interpolates
variables according to the type being inserted.
WWW: http://www.yesodweb.com/book/templates