Generic HTTP types for Haskell (for both client and server code).
ok jasper@
This commit is contained in:
parent
82b32ef0f2
commit
6dbcdf41ef
25
www/hs-http-types/Makefile
Normal file
25
www/hs-http-types/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/16 14:16:13 kili Exp $
|
||||
|
||||
COMMENT = generic HTTP types for Haskell
|
||||
|
||||
DISTNAME = http-types-0.6.6
|
||||
CATEGORIES = devel www
|
||||
|
||||
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 \
|
||||
devel/hs-case-insensitive \
|
||||
devel/hs-text
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/hs-http-types/distinfo
Normal file
5
www/hs-http-types/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (ghc/http-types-0.6.6.tar.gz) = L8XvPRAyI0pOynTzTEYa2Q==
|
||||
RMD160 (ghc/http-types-0.6.6.tar.gz) = meHxtfEArIcBwwq4VWUDW8IpAnk=
|
||||
SHA1 (ghc/http-types-0.6.6.tar.gz) = gvdlKla08jYeMSTjkWIyXi+32p4=
|
||||
SHA256 (ghc/http-types-0.6.6.tar.gz) = +UyyjaeO/N8RqLh2qAOMMeFNRVDb6DpYQ0ilNKB7MvQ=
|
||||
SIZE (ghc/http-types-0.6.6.tar.gz) = 8724
|
1
www/hs-http-types/pkg/DESCR
Normal file
1
www/hs-http-types/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Generic HTTP types for Haskell (for both client and server code).
|
27
www/hs-http-types/pkg/PLIST
Normal file
27
www/hs-http-types/pkg/PLIST
Normal file
@ -0,0 +1,27 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/11/16 14:16:13 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/Network/
|
||||
lib/ghc/${DISTNAME}/Network/HTTP/
|
||||
lib/ghc/${DISTNAME}/Network/HTTP/Types.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-HTTP-Types.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/http-types.haddock
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Network-HTTP-Types.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
|
Loading…
Reference in New Issue
Block a user