diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:23:48 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:23:48 +0000 |
commit | b1fc1e37e415f865a17af4a93e252a53b0dc269c (patch) | |
tree | 6b178a6cb29f2821ea80c8bb5a1b917ed605b168 /www/hs-http-date | |
parent | 616c62eabc57d56d06c6f9aaaef10cd908ff6313 (diff) | |
download | ports-b1fc1e37e415f865a17af4a93e252a53b0dc269c.tar.gz ports-b1fc1e37e415f865a17af4a93e252a53b0dc269c.zip |
Notes
Diffstat (limited to 'www/hs-http-date')
-rw-r--r-- | www/hs-http-date/Makefile | 22 | ||||
-rw-r--r-- | www/hs-http-date/distinfo | 2 | ||||
-rw-r--r-- | www/hs-http-date/pkg-descr | 3 |
3 files changed, 27 insertions, 0 deletions
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 <bsd.port.mk> 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 |