mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Generic HTTP types for Haskell (for both client and server code).
WWW: https://github.com/aristidb/http-types Obtained from: FreeBSD Haskell
This commit is contained in:
parent
a4a5fe9869
commit
2bd0c272b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277489
@ -84,6 +84,7 @@ hslogger_port= devel/hs-hslogger
|
||||
html_port= textproc/hs-html
|
||||
HTTP_port= www/hs-HTTP
|
||||
http-server_port= www/hs-http-server
|
||||
http-types_port= www/hs-http-types
|
||||
HUnit_port= devel/hs-HUnit
|
||||
hxt_port= textproc/hs-hxt
|
||||
hxt-charproperties_port= textproc/hs-hxt-charproperties
|
||||
|
@ -316,6 +316,7 @@
|
||||
SUBDIR += hs-cgi
|
||||
SUBDIR += hs-fastcgi
|
||||
SUBDIR += hs-http-server
|
||||
SUBDIR += hs-http-types
|
||||
SUBDIR += hs-oeis
|
||||
SUBDIR += hs-scgi
|
||||
SUBDIR += hs-url
|
||||
|
22
www/hs-http-types/Makefile
Normal file
22
www/hs-http-types/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: hs-http-types
|
||||
# Date created: May 24, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= http-types
|
||||
PORTVERSION= 0.6.4
|
||||
CATEGORIES= www haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Generic HTTP types for Haskell (for both client and server code)
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
|
||||
USE_CABAL= blaze-builder>=0.2.1.4 case-insensitive>=0.2 text>=0.11.0.2
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
www/hs-http-types/distinfo
Normal file
2
www/hs-http-types/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/http-types-0.6.4.tar.gz) = a9d3ecfe7b347629a397ddaef766c14b075dcac0e52ddab8f2d04b2aa53f481c
|
||||
SIZE (cabal/http-types-0.6.4.tar.gz) = 7638
|
3
www/hs-http-types/pkg-descr
Normal file
3
www/hs-http-types/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Generic HTTP types for Haskell (for both client and server code).
|
||||
|
||||
WWW: https://github.com/aristidb/http-types
|
Loading…
Reference in New Issue
Block a user