diff options
Diffstat (limited to 'www/hs-http2')
-rw-r--r-- | www/hs-http2/Makefile | 22 | ||||
-rw-r--r-- | www/hs-http2/distinfo | 3 | ||||
-rw-r--r-- | www/hs-http2/files/patch-http2.cabal | 50 | ||||
-rw-r--r-- | www/hs-http2/pkg-descr | 4 |
4 files changed, 0 insertions, 79 deletions
diff --git a/www/hs-http2/Makefile b/www/hs-http2/Makefile deleted file mode 100644 index fb0599ada9d7..000000000000 --- a/www/hs-http2/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= http2 -PORTVERSION= 1.6.3 -PORTREVISION= 5 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= HTTP/2.0 library including frames and HPACK - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson aeson-pretty case-insensitive hex mwc-random psqueues \ - unordered-containers vector word8 - -FLAGS_DISABLE= devel - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/www/hs-http2/distinfo b/www/hs-http2/distinfo deleted file mode 100644 index b914d033241b..000000000000 --- a/www/hs-http2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625378 -SHA256 (cabal/http2-1.6.3.tar.gz) = 61620eca0f57875a6a9bd24f9cc04c301b5c3c668bf98f85e9989aad5d069c43 -SIZE (cabal/http2-1.6.3.tar.gz) = 5138268 diff --git a/www/hs-http2/files/patch-http2.cabal b/www/hs-http2/files/patch-http2.cabal deleted file mode 100644 index 830fac27bffc..000000000000 --- a/www/hs-http2/files/patch-http2.cabal +++ /dev/null @@ -1,50 +0,0 @@ ---- http2.cabal.orig 2017-02-02 01:41:44 UTC -+++ http2.cabal -@@ -82,7 +82,6 @@ Library - Build-Depends: base >= 4.6 && < 5 - , array - , bytestring >= 0.10 -- , bytestring-builder - , case-insensitive - , containers >= 0.5 - , psqueues -@@ -115,7 +114,6 @@ Test-Suite spec - Build-Depends: base >= 4 && < 5 - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , hex -@@ -138,7 +136,6 @@ Test-Suite hpack - , aeson-pretty - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , directory -@@ -188,7 +185,6 @@ Executable hpack-encode - , aeson-pretty - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , hex -@@ -210,7 +206,6 @@ Executable hpack-debug - , aeson - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , hex -@@ -233,7 +228,6 @@ Executable hpack-stat - , aeson-pretty - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , directory diff --git a/www/hs-http2/pkg-descr b/www/hs-http2/pkg-descr deleted file mode 100644 index dde5115be78c..000000000000 --- a/www/hs-http2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -HTTP/2.0 library including frames and HPACK. Currently HTTP/2 16 -framing and HPACK 10 is supported. - -WWW: http://hackage.haskell.org/package/http2 |