diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:43:42 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:43:42 +0800 |
commit | 62b646e58b05eb629500e252e202401517fb2a25 (patch) | |
tree | 75436cf2ce8a9f6191f4fc43405675510e7441ae /www | |
parent | 55151dd171f0a3f366d2f116ffbcc777f835f9ad (diff) | |
download | freebsd-ports-gnome-62b646e58b05eb629500e252e202401517fb2a25.tar.gz freebsd-ports-gnome-62b646e58b05eb629500e252e202401517fb2a25.tar.zst freebsd-ports-gnome-62b646e58b05eb629500e252e202401517fb2a25.zip |
- Update to 1.0.0.3
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-shakespeare-js/Makefile | 6 | ||||
-rw-r--r-- | www/hs-shakespeare-js/distinfo | 4 | ||||
-rw-r--r-- | www/hs-shakespeare-js/pkg-descr | 19 |
3 files changed, 14 insertions, 15 deletions
diff --git a/www/hs-shakespeare-js/Makefile b/www/hs-shakespeare-js/Makefile index 69764eb6acfb..a01c04ebec37 100644 --- a/www/hs-shakespeare-js/Makefile +++ b/www/hs-shakespeare-js/Makefile @@ -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> diff --git a/www/hs-shakespeare-js/distinfo b/www/hs-shakespeare-js/distinfo index 22ef6788540b..6262a4ad92b5 100644 --- a/www/hs-shakespeare-js/distinfo +++ b/www/hs-shakespeare-js/distinfo @@ -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 diff --git a/www/hs-shakespeare-js/pkg-descr b/www/hs-shakespeare-js/pkg-descr index bdad4b129138..6d6a9efdd526 100644 --- a/www/hs-shakespeare-js/pkg-descr +++ b/www/hs-shakespeare-js/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 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 |