Index: head/www/hs-shakespeare-css/Makefile =================================================================== --- head/www/hs-shakespeare-css/Makefile (revision 298290) +++ head/www/hs-shakespeare-css/Makefile (revision 298291) @@ -1,20 +1,20 @@ # New ports collection makefile for: hs-shakespeare-css # Date created: December 26, 2011 # Whom: haskell@FreeBSD.org # # $FreeBSD$ # 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 Property changes on: head/www/hs-shakespeare-css/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/hs-shakespeare-css/distinfo =================================================================== --- head/www/hs-shakespeare-css/distinfo (revision 298290) +++ head/www/hs-shakespeare-css/distinfo (revision 298291) @@ -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 Property changes on: head/www/hs-shakespeare-css/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/hs-shakespeare-css/pkg-descr =================================================================== --- head/www/hs-shakespeare-css/pkg-descr (revision 298290) +++ head/www/hs-shakespeare-css/pkg-descr (revision 298291) @@ -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 Property changes on: head/www/hs-shakespeare-css/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property