- Update to 1.0.0.3

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 22:43:42 +00:00
parent df5f7132e2
commit 920026b39f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298292
3 changed files with 14 additions and 15 deletions

View file

@ -6,15 +6,15 @@
#
PORTNAME= shakespeare-js
PORTVERSION= 0.10.4
PORTVERSION= 1.0.0.3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Stick your Haskell variables into JavaScript at compile time
LICENSE= BSD
LICENSE= MIT
USE_CABAL= shakespeare>=0.10 text>=0.7
USE_CABAL= shakespeare>=1.0 text>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (cabal/shakespeare-js-0.10.4.tar.gz) = 5c763bc910eb2397e5a5d0fa097bd2b30aca7f2a06abdd5fb6f86234da48b096
SIZE (cabal/shakespeare-js-0.10.4.tar.gz) = 4515
SHA256 (cabal/shakespeare-js-1.0.0.3.tar.gz) = a67defaea5079259591f9e6814d3dc6f9602e0e26bb372b020744745e5eea503
SIZE (cabal/shakespeare-js-1.0.0.3.tar.gz) = 6191

View file

@ -1,12 +1,11 @@
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. In this case, the
variable type needs a ToJavascript instance.
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. In this case, the
variable type needs a ToJavascript instance. There is also
shakespeare-coffeescript for coffeescript templates. Coffescript is a
language that compiles down to javascript. It expects a coffeescript
compiler in your path, and variable should be a ToCoffee instance. And
we even have a Roy template for the adventorous FP addicts.
There is also shakespeare-coffeescript for coffeescript templates.
Coffescript is a language that compiles down to javascript. It expects
a coffeescript compiler in your path, and variable should be a ToCoffee
instance.
WWW: http://www.yesodweb.com/book/templates
WWW: http://www.yesodweb.com/book/shakespearean-templates