mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Miscellaneous utilities for Happstack packages.
WWW: http://happstack.com/ Obtained from: FreeBSD Haskell
This commit is contained in:
parent
c5e6a39b93
commit
93d4869e36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291596
@ -98,6 +98,7 @@ gtkglext_port= x11-toolkits/hs-gtkglext
|
||||
gtksourceview2_port= x11-toolkits/hs-gtksourceview2
|
||||
haddock_port= devel/hs-haddock # executable
|
||||
happstack-data_port= www/hs-happstack-data
|
||||
happstack-util_port= www/hs-happstack-util
|
||||
happy_port= devel/hs-happy # executable
|
||||
hashable_port= devel/hs-hashable
|
||||
hashed-storage_port= devel/hs-hashed-storage
|
||||
|
@ -282,6 +282,7 @@
|
||||
SUBDIR += hs-cgi
|
||||
SUBDIR += hs-hS3
|
||||
SUBDIR += hs-happstack-data
|
||||
SUBDIR += hs-happstack-util
|
||||
SUBDIR += hs-heist
|
||||
SUBDIR += hs-fastcgi
|
||||
SUBDIR += hs-http-server
|
||||
|
22
www/hs-happstack-util/Makefile
Normal file
22
www/hs-happstack-util/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: hs-happstack-util
|
||||
# Date created: December 2, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= happstack-util
|
||||
PORTVERSION= 6.0.2
|
||||
CATEGORIES= www haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Web framework
|
||||
|
||||
LICENSE= BSD
|
||||
FILE_LICENSE= COPYING
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
USE_CABAL= hslogger>=1.0.2 mtl>=1.1 network>=2.2 parsec unix-compat
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
www/hs-happstack-util/distinfo
Normal file
2
www/hs-happstack-util/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/happstack-util-6.0.2.tar.gz) = ca90e24ff856570672527484d0f7f2d654dc356893f6e03375519c7729b3140f
|
||||
SIZE (cabal/happstack-util-6.0.2.tar.gz) = 24531
|
3
www/hs-happstack-util/pkg-descr
Normal file
3
www/hs-happstack-util/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Miscellaneous utilities for Happstack packages.
|
||||
|
||||
WWW: http://happstack.com/
|
Loading…
Reference in New Issue
Block a user