diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:42:42 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:42:42 +0800 |
commit | 55151dd171f0a3f366d2f116ffbcc777f835f9ad (patch) | |
tree | 816855d94830512296c0db31efc6885a7bae0a85 /www | |
parent | 6c9334ae0f710f78cc1fa8c32f98aa09eeea5a9c (diff) | |
download | freebsd-ports-gnome-55151dd171f0a3f366d2f116ffbcc777f835f9ad.tar.gz freebsd-ports-gnome-55151dd171f0a3f366d2f116ffbcc777f835f9ad.tar.zst freebsd-ports-gnome-55151dd171f0a3f366d2f116ffbcc777f835f9ad.zip |
- Update to 1.0.1.2
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-shakespeare-css/Makefile | 6 | ||||
-rw-r--r-- | www/hs-shakespeare-css/distinfo | 4 | ||||
-rw-r--r-- | www/hs-shakespeare-css/pkg-descr | 19 |
3 files changed, 14 insertions, 15 deletions
diff --git a/www/hs-shakespeare-css/Makefile b/www/hs-shakespeare-css/Makefile index 6a910ae68490..c82bf2952990 100644 --- a/www/hs-shakespeare-css/Makefile +++ b/www/hs-shakespeare-css/Makefile @@ -6,15 +6,15 @@ # PORTNAME= shakespeare-css -PORTVERSION= 0.10.6 +PORTVERSION= 1.0.1.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Stick your Haskell variables into CSS at compile time -LICENSE= BSD +LICENSE= MIT -USE_CABAL= parsec>=2 shakespeare>=0.10 text>=0.7 +USE_CABAL= parsec>=2 shakespeare>=1.0 text>=0.11.1.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-shakespeare-css/distinfo b/www/hs-shakespeare-css/distinfo index adfe7e330ce1..9f3e22757f90 100644 --- a/www/hs-shakespeare-css/distinfo +++ b/www/hs-shakespeare-css/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/shakespeare-css-0.10.6.tar.gz) = a799199db3f8dbd7571d34609327f10794b702cb2390e57f63e2f5c3abce0ca2 -SIZE (cabal/shakespeare-css-0.10.6.tar.gz) = 13392 +SHA256 (cabal/shakespeare-css-1.0.1.2.tar.gz) = 07baa4a4b021aabe9a428a5d9e0f1111b2feb18a44185469e48bfe629dfbb614 +SIZE (cabal/shakespeare-css-1.0.1.2.tar.gz) = 14038 diff --git a/www/hs-shakespeare-css/pkg-descr b/www/hs-shakespeare-css/pkg-descr index 737e77d48df2..805d12b84434 100644 --- a/www/hs-shakespeare-css/pkg-descr +++ b/www/hs-shakespeare-css/pkg-descr @@ -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 ToCss 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 ToCss instance. This package contains 2 css +template languages. The Cassius language uses whitespace to avoid the +need for closing brackets and semi-colons. Lucius does not care about +whitespace and is a strict superset of css. There are also some +significant conveniences added for css. -This package contains 2 CSS template languages. The Cassius language -uses whitespace to avoid the need for closing brackets and semi-colons. -Lucius does not care about whitespace and is a strict superset of CSS. -There are also some significant conveniences added for CSS. - -WWW: http://www.yesodweb.com/book/templates +WWW: http://www.yesodweb.com/book/shakespearean-templates |