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/hs-HaXml | |
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/hs-HaXml')
-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 |
3 files changed, 0 insertions, 31 deletions
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/ |