diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index c4954c0656e6..d043f3ab513b 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -154,6 +154,7 @@ html_port= textproc/hs-html html-conduit_port= textproc/hs-html-conduit HTTP_port= www/hs-HTTP http-conduit_port= www/hs-http-conduit +http-date_port= www/hs-http-date http-server_port= www/hs-http-server http-types_port= www/hs-http-types HUnit_port= devel/hs-HUnit diff --git a/www/Makefile b/www/Makefile index f9c8a0e76cc0..e47c0a37fad3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -295,6 +295,7 @@ SUBDIR += hs-heist SUBDIR += hs-hjsmin SUBDIR += hs-http-conduit + SUBDIR += hs-http-date SUBDIR += hs-http-server SUBDIR += hs-http-types SUBDIR += hs-oeis diff --git a/www/hs-http-date/Makefile b/www/hs-http-date/Makefile new file mode 100644 index 000000000000..cfb9b94c512b --- /dev/null +++ b/www/hs-http-date/Makefile @@ -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 diff --git a/www/hs-http-date/distinfo b/www/hs-http-date/distinfo new file mode 100644 index 000000000000..b8e380fc3488 --- /dev/null +++ b/www/hs-http-date/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/http-date-0.0.2.tar.gz) = 72333b1686e5f34d7b8ca25d5c35d5d52afb2a666cc1aa4a637b710d8793d1a2 +SIZE (cabal/http-date-0.0.2.tar.gz) = 4810 diff --git a/www/hs-http-date/pkg-descr b/www/hs-http-date/pkg-descr new file mode 100644 index 000000000000..a75fd36eca0d --- /dev/null +++ b/www/hs-http-date/pkg-descr @@ -0,0 +1,3 @@ +Fast parser and formatter for HTTP Date. + +WWW: http://hackage.haskell.org/package/http-date