Warp is a fast, light-weight HTTP server handler for WAI.
ok jasper@
This commit is contained in:
parent
770573c4a1
commit
d1fc7805ae
34
www/hs-warp/Makefile
Normal file
34
www/hs-warp/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/16 14:18:32 kili Exp $
|
||||
|
||||
COMMENT = web server for WAI applications
|
||||
|
||||
# DISTNAME = warp-0.4.1.1
|
||||
DISTNAME = warp-0.4.5
|
||||
CATEGORIES = devel www
|
||||
HOMEPAGE = http://github.com/snoyberg/warp
|
||||
|
||||
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
||||
|
||||
# BSD3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/hs-blaze-builder>=0.2.1.4,<0.4 \
|
||||
devel/hs-blaze-builder-enumerator>=0.2,<0.4 \
|
||||
devel/hs-case-insensitive>=0.2,<0.3 \
|
||||
devel/hs-enumerator>=0.4.5,<0.5 \
|
||||
devel/hs-network>=2.3,<2.4 \
|
||||
devel/hs-simple-sendfile>=0.1,<0.2 \
|
||||
devel/hs-transformers>=0.2,<0.3 \
|
||||
devel/hs-unix-compat>=0.2,<0.3 \
|
||||
www/hs-http-types>=0.6,<0.7 \
|
||||
www/hs-wai>=0.4,<0.5
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/hs-warp/distinfo
Normal file
5
www/hs-warp/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (ghc/warp-0.4.5.tar.gz) = 99dOQd9vEpJm7C5rcZmMSg==
|
||||
RMD160 (ghc/warp-0.4.5.tar.gz) = xvQoRwfsjyCgrknv2Pgr8znbAfI=
|
||||
SHA1 (ghc/warp-0.4.5.tar.gz) = ofvLJFkJbZpuwYH0pY2ynx7KaZc=
|
||||
SHA256 (ghc/warp-0.4.5.tar.gz) = C8niHwDxLpxwZ2FOIEbOyA+G9DLyQWPy23pHo/BRiWI=
|
||||
SIZE (ghc/warp-0.4.5.tar.gz) = 9169
|
1
www/hs-warp/pkg/DESCR
Normal file
1
www/hs-warp/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Warp is a fast, light-weight HTTP server handler for WAI.
|
30
www/hs-warp/pkg/PLIST
Normal file
30
www/hs-warp/pkg/PLIST
Normal file
@ -0,0 +1,30 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/11/16 14:18:32 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/Network/
|
||||
lib/ghc/${DISTNAME}/Network/Wai/
|
||||
lib/ghc/${DISTNAME}/Network/Wai/Handler/
|
||||
lib/ghc/${DISTNAME}/Network/Wai/Handler/Warp.hi
|
||||
lib/ghc/${DISTNAME}/Paths_warp.hi
|
||||
lib/ghc/${DISTNAME}/Timeout.hi
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
|
||||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
|
||||
lib/ghc/${DISTNAME}/unregister.sh
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/LICENSE
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Network-Wai-Handler-Warp.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Network-Wai-Handler-Warp.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
share/doc/hs-${DISTNAME}/html/warp.haddock
|
Loading…
Reference in New Issue
Block a user