diff options
author | rene <rene@FreeBSD.org> | 2018-10-23 18:14:09 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-10-23 18:14:09 +0800 |
commit | eca83706aad236974ce7d53053a2dfa14fd47abb (patch) | |
tree | 777410f85a8f84fc6f5f1b45ce14395e9731f7b4 /devel | |
parent | ea07e91f8931b5b45f29c652a8049e70d482b5d1 (diff) | |
download | freebsd-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 'devel')
-rw-r--r-- | devel/Makefile | 4 | ||||
-rw-r--r-- | devel/hs-PSQueue/Makefile | 18 | ||||
-rw-r--r-- | devel/hs-PSQueue/distinfo | 3 | ||||
-rw-r--r-- | devel/hs-PSQueue/files/patch-Data_PSQueue.hs | 11 | ||||
-rw-r--r-- | devel/hs-PSQueue/pkg-descr | 8 | ||||
-rw-r--r-- | devel/hs-TypeCompose/Makefile | 21 | ||||
-rw-r--r-- | devel/hs-TypeCompose/distinfo | 3 | ||||
-rw-r--r-- | devel/hs-TypeCompose/pkg-descr | 4 | ||||
-rw-r--r-- | devel/hs-blaze-builder-enumerator/Makefile | 19 | ||||
-rw-r--r-- | devel/hs-blaze-builder-enumerator/distinfo | 3 | ||||
-rw-r--r-- | devel/hs-blaze-builder-enumerator/files/patch-blaze-builder-enumerator.cabal | 19 | ||||
-rw-r--r-- | devel/hs-blaze-builder-enumerator/pkg-descr | 6 | ||||
-rw-r--r-- | devel/hs-enumerator/Makefile | 18 | ||||
-rw-r--r-- | devel/hs-enumerator/distinfo | 3 | ||||
-rw-r--r-- | devel/hs-enumerator/pkg-descr | 22 |
15 files changed, 0 insertions, 162 deletions
diff --git a/devel/Makefile b/devel/Makefile index 52d0b8200a25..77a42d816f83 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -936,7 +936,6 @@ SUBDIR += hs-MonadRandom SUBDIR += hs-ObjectName SUBDIR += hs-Only - SUBDIR += hs-PSQueue SUBDIR += hs-QuickCheck SUBDIR += hs-ReadArgs SUBDIR += hs-STMonadTrans @@ -944,7 +943,6 @@ SUBDIR += hs-ShellCheck SUBDIR += hs-StateVar SUBDIR += hs-Stream - SUBDIR += hs-TypeCompose SUBDIR += hs-abstract-deque SUBDIR += hs-abstract-par SUBDIR += hs-activehs-base @@ -970,7 +968,6 @@ SUBDIR += hs-bifunctors SUBDIR += hs-bits-atomic SUBDIR += hs-blaze-builder - SUBDIR += hs-blaze-builder-enumerator SUBDIR += hs-blaze-textual SUBDIR += hs-bloomfilter SUBDIR += hs-boxes @@ -1024,7 +1021,6 @@ SUBDIR += hs-edit-distance SUBDIR += hs-either SUBDIR += hs-enclosed-exceptions - SUBDIR += hs-enumerator SUBDIR += hs-equivalence SUBDIR += hs-errors SUBDIR += hs-exceptions diff --git a/devel/hs-PSQueue/Makefile b/devel/hs-PSQueue/Makefile deleted file mode 100644 index d2745b22359c..000000000000 --- a/devel/hs-PSQueue/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $FreeBSD$ - -PORTNAME= PSQueue -PORTVERSION= 1.1 -PORTREVISION= 16 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Priority Search Queue - -LICENSE= BSD3CLAUSE - -IGNORE= Doesn't build with recent GHC version -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/devel/hs-PSQueue/distinfo b/devel/hs-PSQueue/distinfo deleted file mode 100644 index d9dda354b543..000000000000 --- a/devel/hs-PSQueue/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627814 -SHA256 (cabal/PSQueue-1.1.tar.gz) = a8e0871ad10f916f55c3b9baec53eff23c4e97e09cf96d6c66771789e00a49cc -SIZE (cabal/PSQueue-1.1.tar.gz) = 6280 diff --git a/devel/hs-PSQueue/files/patch-Data_PSQueue.hs b/devel/hs-PSQueue/files/patch-Data_PSQueue.hs deleted file mode 100644 index eee077a2b7b2..000000000000 --- a/devel/hs-PSQueue/files/patch-Data_PSQueue.hs +++ /dev/null @@ -1,11 +0,0 @@ ---- Data/PSQueue.hs.orig 2018-04-19 15:27:45 UTC -+++ Data/PSQueue.hs -@@ -62,7 +62,7 @@ module Data.PSQueue - , foldl - ) where - --import Prelude hiding (lookup,null,foldl,foldr) -+import Prelude hiding (lookup,null,foldl,foldr,(<>)) - import qualified Prelude as P - - {- diff --git a/devel/hs-PSQueue/pkg-descr b/devel/hs-PSQueue/pkg-descr deleted file mode 100644 index a6481f342dec..000000000000 --- a/devel/hs-PSQueue/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -A priority search queue efficiently supports the opperations of both a -search tree and a priority queue. A 'Binding' is a product of a key and -a priority. Bindings can be inserted, deleted, modified and queried in -logarithmic time, and the binding with the least priority can be -retrieved in constant time. A queue can be built from a list of -bindings, sorted by keys, in linear time. - -WWW: http://hackage.haskell.org/package/PSQueue diff --git a/devel/hs-TypeCompose/Makefile b/devel/hs-TypeCompose/Makefile deleted file mode 100644 index 553f3d99b799..000000000000 --- a/devel/hs-TypeCompose/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# $FreeBSD$ - -PORTNAME= TypeCompose -PORTVERSION= 0.9.12 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Type composition classes and instances - -LICENSE= BSD3CLAUSE - -USE_CABAL= base-orphans - -IGNORE= Doesn't build with recent GHC version -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/devel/hs-TypeCompose/distinfo b/devel/hs-TypeCompose/distinfo deleted file mode 100644 index fa65760e56f1..000000000000 --- a/devel/hs-TypeCompose/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627817 -SHA256 (cabal/TypeCompose-0.9.12.tar.gz) = 3a182c2cc93f8291b3aedfc32c0b1faa84a982601c1a24cbe7fe1ecc50e333e2 -SIZE (cabal/TypeCompose-0.9.12.tar.gz) = 17946 diff --git a/devel/hs-TypeCompose/pkg-descr b/devel/hs-TypeCompose/pkg-descr deleted file mode 100644 index 559e43e2d20d..000000000000 --- a/devel/hs-TypeCompose/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -TypeCompose provides some classes and instances for forms of type composition, as -well as some modules who have not yet found a home. - -WWW: https://github.com/conal/TypeCompose diff --git a/devel/hs-blaze-builder-enumerator/Makefile b/devel/hs-blaze-builder-enumerator/Makefile deleted file mode 100644 index 543c164b7b24..000000000000 --- a/devel/hs-blaze-builder-enumerator/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= blaze-builder-enumerator -PORTVERSION= 0.2.1.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Enumeratees for the incremental conversion of builders to bytestrings - -LICENSE= BSD3CLAUSE - -USE_CABAL= blaze-builder enumerator streaming-commons - -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/devel/hs-blaze-builder-enumerator/distinfo b/devel/hs-blaze-builder-enumerator/distinfo deleted file mode 100644 index 34ad87e35b46..000000000000 --- a/devel/hs-blaze-builder-enumerator/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627822 -SHA256 (cabal/blaze-builder-enumerator-0.2.1.0.tar.gz) = 50f52918a130e81971d01782ead343cdc9bfbf7270ec1e5630943e6b5d23bf96 -SIZE (cabal/blaze-builder-enumerator-0.2.1.0.tar.gz) = 4248 diff --git a/devel/hs-blaze-builder-enumerator/files/patch-blaze-builder-enumerator.cabal b/devel/hs-blaze-builder-enumerator/files/patch-blaze-builder-enumerator.cabal deleted file mode 100644 index 4605b668925e..000000000000 --- a/devel/hs-blaze-builder-enumerator/files/patch-blaze-builder-enumerator.cabal +++ /dev/null @@ -1,19 +0,0 @@ ---- blaze-builder-enumerator.cabal.orig 2015-04-01 17:10:57 UTC -+++ blaze-builder-enumerator.cabal -@@ -43,14 +43,13 @@ Library - , bytestring >= 0.9 && < 0.11 - , enumerator >= 0.4.3.1 && < 0.5 - , streaming-commons >= 0.1.10 && < 0.2 -- , transformers >= 0.2 && < 0.5 -+ , transformers >= 0.2 - Exposed-modules: - Blaze.ByteString.Builder.Enumerator - - if flag(newbuilder) - Build-depends: -- bytestring-builder >= 0.10.4 && <0.11 -- , blaze-builder >= 0.2.1.4 && <0.5 -+ blaze-builder >= 0.2.1.4 && <0.5 - else - Build-depends: - blaze-builder >= 0.3 && <0.4 diff --git a/devel/hs-blaze-builder-enumerator/pkg-descr b/devel/hs-blaze-builder-enumerator/pkg-descr deleted file mode 100644 index 5e0ace9abf13..000000000000 --- a/devel/hs-blaze-builder-enumerator/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package integrates the builders from the blaze-builder package with -the enumerator package. It provides infrastructure and enumeratees for -incrementally executing builders and pass the filled chunks to a bytestring -iteratee. - -WWW: https://github.com/meiersi/blaze-builder-enumerator diff --git a/devel/hs-enumerator/Makefile b/devel/hs-enumerator/Makefile deleted file mode 100644 index 648576d4ecf2..000000000000 --- a/devel/hs-enumerator/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $FreeBSD$ - -PORTNAME= enumerator -PORTVERSION= 0.4.20 -PORTREVISION= 6 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Reliable, high-performance processing with left-fold enumerators - -LICENSE= MIT - -IGNORE= Doesn't build with recent GHC version -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/devel/hs-enumerator/distinfo b/devel/hs-enumerator/distinfo deleted file mode 100644 index 11f76a64f017..000000000000 --- a/devel/hs-enumerator/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627832 -SHA256 (cabal/enumerator-0.4.20.tar.gz) = 33e21054352bb579e8db8697256ff3c61b3dc862c567f9e0fc2509f95e2b4709 -SIZE (cabal/enumerator-0.4.20.tar.gz) = 53986 diff --git a/devel/hs-enumerator/pkg-descr b/devel/hs-enumerator/pkg-descr deleted file mode 100644 index 9228d1b84f4f..000000000000 --- a/devel/hs-enumerator/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Typical buffer-based incremental I/O is based around a single loop, -which reads data from some source (such as a socket or file), transforms -it, and generates one or more outputs (such as a line count, HTTP -responses, or modified file). Although efficient and safe, these loops are -all single-purpose; it is difficult or impossible to compose -buffer-based processing loops. - -Haskell's concept of "lazy I/O" allows pure code to operate on data from an -external source. However, lazy I/O has several shortcomings. Most notably, -resources such as memory and file handles can be retained for arbitrarily -long periods of time, causing unpredictable performance and error conditions. - -Enumerators are an efficient, predictable, and safe alternative to lazy -I/O. Discovered by Oleg Kiselyov, they allow large datasets to be processed -in near constant space by pure code. Although somewhat more complex -to write, using enumerators instead of lazy I/O produces more correct -programs. - -This library contains an enumerator implementation for Haskell, designed to -be both simple and efficient. - -WWW: https://john-millikin.com/software/enumerator/ |