aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-xml-enumerator
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 23:28:40 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 23:28:40 +0000
commitfb51ad45b1002df844c7cec4216f11e1e96fae2f (patch)
tree503bcf23af33518ae561b2f65777d6b439249ae1 /textproc/hs-xml-enumerator
parent76d5c3f9a383c731aef56742018ee995eef683cf (diff)
downloadports-fb51ad45b1002df844c7cec4216f11e1e96fae2f.tar.gz
ports-fb51ad45b1002df844c7cec4216f11e1e96fae2f.zip
Notes
Diffstat (limited to 'textproc/hs-xml-enumerator')
-rw-r--r--textproc/hs-xml-enumerator/Makefile23
-rw-r--r--textproc/hs-xml-enumerator/distinfo2
-rw-r--r--textproc/hs-xml-enumerator/pkg-descr21
3 files changed, 0 insertions, 46 deletions
diff --git a/textproc/hs-xml-enumerator/Makefile b/textproc/hs-xml-enumerator/Makefile
deleted file mode 100644
index dddd598d4e2f..000000000000
--- a/textproc/hs-xml-enumerator/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: hs-xml-enumerator
-# Date created: December 26, 2011
-# Whom: haskell@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= xml-enumerator
-PORTVERSION= 0.4.4.1
-CATEGORIES= textproc haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Pure utilities for dealing with XML with the enumerator
-
-LICENSE= BSD
-
-USE_CABAL= attoparsec>=0.10 attoparsec-enumerator>=0.3 blaze-builder>=0.2 \
- blaze-builder-enumerator>=0.2 data-default>=0.2 \
- enumerator>=0.4.5 failure>=0.1 text>=0.7 transformers>=0.2 \
- xml-types>=0.3
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/textproc/hs-xml-enumerator/distinfo b/textproc/hs-xml-enumerator/distinfo
deleted file mode 100644
index 2fa7d0c44b82..000000000000
--- a/textproc/hs-xml-enumerator/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cabal/xml-enumerator-0.4.4.1.tar.gz) = f287ee652ef84b9de2ce3362b0f72cb66c3c9fadd03f8a1638c908d38f36966f
-SIZE (cabal/xml-enumerator-0.4.4.1.tar.gz) = 24051
diff --git a/textproc/hs-xml-enumerator/pkg-descr b/textproc/hs-xml-enumerator/pkg-descr
deleted file mode 100644
index 516e508c72ea..000000000000
--- a/textproc/hs-xml-enumerator/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: http://github.com/snoyberg/xml