An xhtml templating system.
WWW: http://snapframework.com/ Obtained from: FreeBSD Haskell
This commit is contained in:
parent
1ca1d55acd
commit
5742fc75c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279639
5 changed files with 30 additions and 0 deletions
|
@ -82,6 +82,7 @@ haskeline_port= devel/hs-haskeline
|
|||
haskell-src_port= devel/hs-haskell-src
|
||||
haskell-src-exts_port= devel/hs-haskell-src-exts
|
||||
HaXml_port= textproc/hs-HaXml # executable
|
||||
heist_port= www/hs-heist
|
||||
HGL_port= graphics/hs-HGL
|
||||
highlighting-kate_port= textproc/hs-highlighting-kate
|
||||
hint_port= devel/hs-hint
|
||||
|
|
|
@ -311,6 +311,7 @@
|
|||
SUBDIR += hs-HTTP
|
||||
SUBDIR += hs-cgi
|
||||
SUBDIR += hs-hS3
|
||||
SUBDIR += hs-heist
|
||||
SUBDIR += hs-fastcgi
|
||||
SUBDIR += hs-http-server
|
||||
SUBDIR += hs-http-types
|
||||
|
|
23
www/hs-heist/Makefile
Normal file
23
www/hs-heist/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: hs-heist
|
||||
# Date created: September 20, 2010
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= heist
|
||||
PORTVERSION= 0.5.2.1
|
||||
CATEGORIES= www haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= An xhtml templating system
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
USE_CABAL= attoparsec>=0.8.1 attoparsec-text>=0.8 blaze-builder>=0.2 \
|
||||
directory-tree MonadCatchIO-transformers>=0.2.1 mtl>=2 \
|
||||
text>=0.10 transformers xmlhtml>=0.1
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
www/hs-heist/distinfo
Normal file
2
www/hs-heist/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cabal/heist-0.5.2.1.tar.gz) = a14287d1624f0de57640a2f9ca5a474b3d9b2a110d9fb87fe4b561b1adf0e685
|
||||
SIZE (cabal/heist-0.5.2.1.tar.gz) = 34546
|
3
www/hs-heist/pkg-descr
Normal file
3
www/hs-heist/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
An xhtml templating system.
|
||||
|
||||
WWW: http://snapframework.com/
|
Loading…
Reference in a new issue