mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fast parser and formatter for HTTP Date.
WWW: http://hackage.haskell.org/package/http-date Obtained from: FreeBSD Haskell
This commit is contained in:
parent
616c62eabc
commit
b1fc1e37e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299855
5 changed files with 29 additions and 0 deletions
|
@ -154,6 +154,7 @@ html_port= textproc/hs-html
|
||||||
html-conduit_port= textproc/hs-html-conduit
|
html-conduit_port= textproc/hs-html-conduit
|
||||||
HTTP_port= www/hs-HTTP
|
HTTP_port= www/hs-HTTP
|
||||||
http-conduit_port= www/hs-http-conduit
|
http-conduit_port= www/hs-http-conduit
|
||||||
|
http-date_port= www/hs-http-date
|
||||||
http-server_port= www/hs-http-server
|
http-server_port= www/hs-http-server
|
||||||
http-types_port= www/hs-http-types
|
http-types_port= www/hs-http-types
|
||||||
HUnit_port= devel/hs-HUnit
|
HUnit_port= devel/hs-HUnit
|
||||||
|
|
|
@ -295,6 +295,7 @@
|
||||||
SUBDIR += hs-heist
|
SUBDIR += hs-heist
|
||||||
SUBDIR += hs-hjsmin
|
SUBDIR += hs-hjsmin
|
||||||
SUBDIR += hs-http-conduit
|
SUBDIR += hs-http-conduit
|
||||||
|
SUBDIR += hs-http-date
|
||||||
SUBDIR += hs-http-server
|
SUBDIR += hs-http-server
|
||||||
SUBDIR += hs-http-types
|
SUBDIR += hs-http-types
|
||||||
SUBDIR += hs-oeis
|
SUBDIR += hs-oeis
|
||||||
|
|
22
www/hs-http-date/Makefile
Normal file
22
www/hs-http-date/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# New ports collection makefile for: hs-http-date
|
||||||
|
# Date created: June 10, 2012
|
||||||
|
# Whom: haskell@FreeBSD.org
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= http-date
|
||||||
|
PORTVERSION= 0.0.2
|
||||||
|
CATEGORIES= www haskell
|
||||||
|
|
||||||
|
MAINTAINER= haskell@FreeBSD.org
|
||||||
|
COMMENT= HTTP Date parser/formatter
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
|
||||||
|
CABAL_SETUP= Setup.hs
|
||||||
|
|
||||||
|
USE_CABAL= attoparsec
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||||
|
.include <bsd.port.mk>
|
2
www/hs-http-date/distinfo
Normal file
2
www/hs-http-date/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (cabal/http-date-0.0.2.tar.gz) = 72333b1686e5f34d7b8ca25d5c35d5d52afb2a666cc1aa4a637b710d8793d1a2
|
||||||
|
SIZE (cabal/http-date-0.0.2.tar.gz) = 4810
|
3
www/hs-http-date/pkg-descr
Normal file
3
www/hs-http-date/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Fast parser and formatter for HTTP Date.
|
||||||
|
|
||||||
|
WWW: http://hackage.haskell.org/package/http-date
|
Loading…
Add table
Reference in a new issue