aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-10-23 18:14:09 +0800
committerrene <rene@FreeBSD.org>2018-10-23 18:14:09 +0800
commiteca83706aad236974ce7d53053a2dfa14fd47abb (patch)
tree777410f85a8f84fc6f5f1b45ce14395e9731f7b4 /archivers
parentea07e91f8931b5b45f29c652a8049e70d482b5d1 (diff)
downloadfreebsd-ports-gnome-eca83706aad236974ce7d53053a2dfa14fd47abb.tar.gz
freebsd-ports-gnome-eca83706aad236974ce7d53053a2dfa14fd47abb.tar.zst
freebsd-ports-gnome-eca83706aad236974ce7d53053a2dfa14fd47abb.zip
Remove expired ports:
2018-10-22 devel/hs-enumerator: Doesn't build with recent GHC version 2018-10-22 net-im/hs-haskell-xmpp: Doesn't build with recent GHC version 2018-10-22 security/hs-certificate: Doesn't build with recent GHC version 2018-10-22 textproc/hs-attoparsec-enumerator: Doesn't build with recent GHC version 2018-10-22 textproc/hs-HaXml: Doesn't build with recent GHC version 2018-10-22 www/hs-happstack: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wxc: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wx: Doesn't build with recent GHC version 2018-10-22 archivers/hs-zlib-enum: Doesn't build with recent GHC version 2018-10-22 x11-toolkits/hs-wxcore: Doesn't build with recent GHC version 2018-10-22 devel/hs-TypeCompose: Doesn't build with recent GHC version 2018-10-22 devel/hs-PSQueue: Doesn't build with recent GHC version 2018-10-22 devel/hs-blaze-builder-enumerator: Doesn't build with recent GHC version
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/hs-zlib-enum/Makefile19
-rw-r--r--archivers/hs-zlib-enum/distinfo2
-rw-r--r--archivers/hs-zlib-enum/files/patch-zlib-enum.cabal44
-rw-r--r--archivers/hs-zlib-enum/pkg-descr4
5 files changed, 0 insertions, 70 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 1e0d38801a88..86548eedffa7 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -48,7 +48,6 @@
SUBDIR += hs-zip-archive
SUBDIR += hs-zlib
SUBDIR += hs-zlib-bindings
- SUBDIR += hs-zlib-enum
SUBDIR += innoextract
SUBDIR += javatar
SUBDIR += jzlib
diff --git a/archivers/hs-zlib-enum/Makefile b/archivers/hs-zlib-enum/Makefile
deleted file mode 100644
index e50c169bcf3f..000000000000
--- a/archivers/hs-zlib-enum/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= zlib-enum
-PORTVERSION= 0.2.3.1
-PORTREVISION= 6
-CATEGORIES= archivers haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Enumerator interface for zlib compression
-
-LICENSE= MIT
-
-USE_CABAL= enumerator>=0.4 zlib-bindings>=0.1
-
-DEPRECATED= Doesn't build with recent GHC version
-EXPIRATION_DATE= 2018-10-22
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/archivers/hs-zlib-enum/distinfo b/archivers/hs-zlib-enum/distinfo
deleted file mode 100644
index 8360108738e8..000000000000
--- a/archivers/hs-zlib-enum/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cabal/zlib-enum-0.2.3.1.tar.gz) = e43dc9ea85ceea02c4f4204c95e8d8540205839c58079f9399dfa96e63fdccd9
-SIZE (cabal/zlib-enum-0.2.3.1.tar.gz) = 4652
diff --git a/archivers/hs-zlib-enum/files/patch-zlib-enum.cabal b/archivers/hs-zlib-enum/files/patch-zlib-enum.cabal
deleted file mode 100644
index 3ea88a3a86c2..000000000000
--- a/archivers/hs-zlib-enum/files/patch-zlib-enum.cabal
+++ /dev/null
@@ -1,44 +0,0 @@
---- zlib-enum.cabal.orig 2017-07-09 15:22:07 UTC
-+++ zlib-enum.cabal
-@@ -14,40 +14,14 @@ build-type: Simple
- homepage: http://github.com/maltem/zlib-enum
-
- -------------------------------------------------------------------------------
--flag test
-- description: Build the test executable.
-- default: False
--
---------------------------------------------------------------------------------
- library
-- if flag(test)
-- Buildable: False
- build-depends: base >= 4 && < 5
- , bytestring >= 0.9 && < 0.11
-- , transformers >= 0.2 && < 0.5
-+ , transformers >= 0.2 && < 0.6
- , enumerator == 0.4.*
- , zlib-bindings == 0.1.*
- exposed-modules: Codec.Zlib.Enum
- ghc-options: -Wall
--
---------------------------------------------------------------------------------
--executable zlib-enum-test
-- main-is: test.hs
-- if flag(test)
-- Buildable: True
-- build-depends:
-- base >= 4.0 && < 5.0
-- , bytestring >= 0.9 && < 0.11
-- , transformers >= 0.2 && < 0.5
-- , enumerator >= 0.4 && < 0.5
-- , zlib-bindings >= 0.1
-- , test-framework >= 0.6 && < 0.7
-- , test-framework-quickcheck2 >= 0.2.12.1 && < 0.3.0
-- , QuickCheck >= 2.4 && < 2.5
-- else
-- Buildable: False
-- ghc-options: -Wall
--
- -------------------------------------------------------------------------------
- source-repository head
- type: git
diff --git a/archivers/hs-zlib-enum/pkg-descr b/archivers/hs-zlib-enum/pkg-descr
deleted file mode 100644
index 1d25eb7f1c4d..000000000000
--- a/archivers/hs-zlib-enum/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-zlib-enum is a stop-gap package to provide enumeratees for zlib
-compression/decompression.
-
-WWW: https://github.com/maltem/zlib-enum