Provides an efficient routing system, a parser and TH code generation.

WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 19:32:10 +00:00
parent d670032fc1
commit ee674e4bf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298146
4 changed files with 26 additions and 0 deletions

View file

@ -331,6 +331,7 @@ yesod-core_port= www/hs-yesod-core
yesod-form_port= www/hs-yesod-form
yesod-json_port= www/hs-yesod-json
yesod-persistent_port= www/hs-yesod-persistent
yesod-routes_port= www/hs-yesod-routes
zip-archive_port= archivers/hs-zip-archive
zlib_port= archivers/hs-zlib
zlib-bindings_port= archivers/hs-zlib-bindings

View file

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-yesod-routes
# Date created: April 8, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= yesod-routes
PORTVERSION= 1.0.1.2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Efficient routing for Yesod
LICENSE= MIT
USE_CABAL= path-pieces>=0.1 text>=0.5 vector>=0.8
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (cabal/yesod-routes-1.0.1.2.tar.gz) = c75dec099532e1d6ac8f42032e071dc50680de3e14578edf354de7ce7d4a5995
SIZE (cabal/yesod-routes-1.0.1.2.tar.gz) = 16286

View file

@ -0,0 +1,3 @@
Provides an efficient routing system, a parser and TH code generation.
WWW: http://www.yesodweb.com/