diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-10-23 10:14:09 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-10-23 10:14:09 +0000 |
commit | 72aaa3f72fa328203435e51a1885239fe5d700bc (patch) | |
tree | 777410f85a8f84fc6f5f1b45ce14395e9731f7b4 /textproc | |
parent | 4a6389abf2997b10097058b14bb996ff7f47e936 (diff) |
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
Notes
Notes:
svn path=/head/; revision=482824
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-HaXml/Makefile | 24 | ||||
-rw-r--r-- | textproc/hs-HaXml/distinfo | 3 | ||||
-rw-r--r-- | textproc/hs-HaXml/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/hs-attoparsec-enumerator/Makefile | 19 | ||||
-rw-r--r-- | textproc/hs-attoparsec-enumerator/distinfo | 3 | ||||
-rw-r--r-- | textproc/hs-attoparsec-enumerator/pkg-descr | 5 |
7 files changed, 0 insertions, 60 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 18dc532ede38..d5b4f8f37b4a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -248,10 +248,8 @@ SUBDIR += hr-aspell SUBDIR += hs-Diff SUBDIR += hs-HStringTemplate - SUBDIR += hs-HaXml SUBDIR += hs-appar SUBDIR += hs-attoparsec - SUBDIR += hs-attoparsec-enumerator SUBDIR += hs-attoparsec-iso8601 SUBDIR += hs-bencode SUBDIR += hs-blaze-html diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile deleted file mode 100644 index 247da71e902a..000000000000 --- a/textproc/hs-HaXml/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Oliver Braun <obraun@informatik.unibw-muenchen.de> -# $FreeBSD$ - -PORTNAME= HaXml -PORTVERSION= 1.25.4 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Utilities for manipulating XML documents - -LICENSE= LGPL21 - -USE_CABAL= polyparse>=1.10 random - -EXECUTABLE= Canonicalise CanonicaliseLazy DtdToHaskell FpMLToHaskell \ - MkOneOf Validate XsdToHaskell Xtract - -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/textproc/hs-HaXml/distinfo b/textproc/hs-HaXml/distinfo deleted file mode 100644 index 99859277fa2a..000000000000 --- a/textproc/hs-HaXml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624824 -SHA256 (cabal/HaXml-1.25.4.tar.gz) = d77467b8c855ba85d900b5d1a9b771aa498c80d570f9ac60a9f10803cfc01db5 -SIZE (cabal/HaXml-1.25.4.tar.gz) = 144571 diff --git a/textproc/hs-HaXml/pkg-descr b/textproc/hs-HaXml/pkg-descr deleted file mode 100644 index 3eebed9d8158..000000000000 --- a/textproc/hs-HaXml/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Haskell utilities for parsing, filtering, transforming and generating XML -documents. - -WWW: http://projects.haskell.org/HaXml/ diff --git a/textproc/hs-attoparsec-enumerator/Makefile b/textproc/hs-attoparsec-enumerator/Makefile deleted file mode 100644 index d1e7b0b05f47..000000000000 --- a/textproc/hs-attoparsec-enumerator/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= attoparsec-enumerator -PORTVERSION= 0.3.4 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Pass input from an enumerator to an Attoparsec parser - -LICENSE= MIT - -USE_CABAL= attoparsec>=0.10 enumerator>=0.4 - -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/textproc/hs-attoparsec-enumerator/distinfo b/textproc/hs-attoparsec-enumerator/distinfo deleted file mode 100644 index b8ad5e0d6529..000000000000 --- a/textproc/hs-attoparsec-enumerator/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624824 -SHA256 (cabal/attoparsec-enumerator-0.3.4.tar.gz) = be95a763ebbec5529f486e62e49ce6709f14e688138fc36cff5590613690f588 -SIZE (cabal/attoparsec-enumerator-0.3.4.tar.gz) = 2485 diff --git a/textproc/hs-attoparsec-enumerator/pkg-descr b/textproc/hs-attoparsec-enumerator/pkg-descr deleted file mode 100644 index 9567c51433cb..000000000000 --- a/textproc/hs-attoparsec-enumerator/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This library allows an Attoparsec parser to receive input incrementally from -an enumerator. This could be used for parsing large files, or implementing -binary network protocols. - -WWW: https://john-millikin.com/software/attoparsec-enumerator/ |