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