aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-xml-conduit
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-xml-conduit')
-rw-r--r--textproc/hs-xml-conduit/Makefile22
-rw-r--r--textproc/hs-xml-conduit/distinfo3
-rw-r--r--textproc/hs-xml-conduit/pkg-descr21
3 files changed, 0 insertions, 46 deletions
diff --git a/textproc/hs-xml-conduit/Makefile b/textproc/hs-xml-conduit/Makefile
deleted file mode 100644
index 850c95ad7955..000000000000
--- a/textproc/hs-xml-conduit/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= xml-conduit
-PORTVERSION= 1.8.0
-PORTREVISION= 2
-CATEGORIES= textproc haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Pure-Haskell utilities for dealing with XML with the conduit package
-
-LICENSE= MIT
-
-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= attoparsec>=0.10 blaze-builder>=0.2 blaze-html>=0.5 \
- blaze-markup>=0.5 conduit>=1.0 conduit-extra>=1.1 \
- data-default monad-control>=0.3 resourcet>=0.3 \
- xml-types>=0.3.4
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/textproc/hs-xml-conduit/distinfo b/textproc/hs-xml-conduit/distinfo
deleted file mode 100644
index da5da32152d2..000000000000
--- a/textproc/hs-xml-conduit/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1523899098
-SHA256 (cabal/xml-conduit-1.8.0.tar.gz) = 0382bfd3627be4970b11228948274faef51ca9a2590a7723b5787a7205a52036
-SIZE (cabal/xml-conduit-1.8.0.tar.gz) = 39469
diff --git a/textproc/hs-xml-conduit/pkg-descr b/textproc/hs-xml-conduit/pkg-descr
deleted file mode 100644
index adbaeed67791..000000000000
--- a/textproc/hs-xml-conduit/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-This package provides parsing and rendering functions for XML. It is
-based on the datatypes found in the xml-types package. This package is
-broken up into the following modules:
-
- * Text.XML: DOM-based parsing and rendering. This is the most commonly
- used module.
-
- * Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional
- traversing of the DOM, similar to XPath.
-
- * Text.XML.Unresolved: A slight modification to Text.XML which does not
- require all entities to be resolved at parsing. The datatypes are
- slightly more complicated here, and therefore this module is only
- recommended when you need to deal directly with raw entities.
-
- * Text.XML.Stream.Parse: Streaming parser, including some streaming
- parser combinators.
-
- * Text.XML.Stream.Render: Streaming renderer.
-
-WWW: https://github.com/snoyberg/xml