diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:44:12 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:44:12 +0000 |
commit | f3a5983bf954fc9714a268c3d46f865f47331be5 (patch) | |
tree | b92e946367e06a0035ec2e30eceadf60ab34463e /www/hs-shakespeare | |
parent | 920026b39f4137749e8f6534e7ea74d1d515e81f (diff) |
Notes
Diffstat (limited to 'www/hs-shakespeare')
-rw-r--r-- | www/hs-shakespeare/Makefile | 4 | ||||
-rw-r--r-- | www/hs-shakespeare/distinfo | 4 | ||||
-rw-r--r-- | www/hs-shakespeare/pkg-descr | 15 |
3 files changed, 14 insertions, 9 deletions
diff --git a/www/hs-shakespeare/Makefile b/www/hs-shakespeare/Makefile index fcfaedb1362b..107406465922 100644 --- a/www/hs-shakespeare/Makefile +++ b/www/hs-shakespeare/Makefile @@ -6,13 +6,13 @@ # PORTNAME= shakespeare -PORTVERSION= 0.10.2 +PORTVERSION= 1.0.0.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= A toolkit for making compile-time interpolated templates -LICENSE= BSD +LICENSE= MIT USE_CABAL= parsec>=2 text>=0.7 diff --git a/www/hs-shakespeare/distinfo b/www/hs-shakespeare/distinfo index c31bc4ab3000..31febdc1e42e 100644 --- a/www/hs-shakespeare/distinfo +++ b/www/hs-shakespeare/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/shakespeare-0.10.2.tar.gz) = 8c63e160932ac004624ee9dfb02a13a5049e3434b08751f7783df0646a63779c -SIZE (cabal/shakespeare-0.10.2.tar.gz) = 6202 +SHA256 (cabal/shakespeare-1.0.0.2.tar.gz) = 2e31213807639b98ca540d569d3f3f4aef0f8656459f32e7ca63f2c20e4dd312 +SIZE (cabal/shakespeare-1.0.0.2.tar.gz) = 7785 diff --git a/www/hs-shakespeare/pkg-descr b/www/hs-shakespeare/pkg-descr index 93ffd238640b..2c0d9f78b95a 100644 --- a/www/hs-shakespeare/pkg-descr +++ b/www/hs-shakespeare/pkg-descr @@ -1,6 +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. +Shakespeare is a family of type-safe, efficient template languages. +Shakespeare templates are expanded at compile-time, ensuring that all +interpolated variables are in scope. Variables are interpolated +according to their type through a typeclass. Shakespeare templates can +be used inline with a quasi-quoter or in an external file. Note there is +no dependency on haskell-src-extras. Instead Shakespeare believes logic +should stay out of templates and has its own minimal Haskell parser. +Packages that use this: shakespeare-js, shakespeare-css, +shakespeare-text, hamlet, and xml-hamlet. -WWW: http://www.yesodweb.com/book/templates +WWW: http://www.yesodweb.com/book/shakespearean-templates |