summaryrefslogtreecommitdiff
path: root/textproc/hs-xmlhtml
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-xmlhtml')
-rw-r--r--textproc/hs-xmlhtml/Makefile19
-rw-r--r--textproc/hs-xmlhtml/distinfo3
-rw-r--r--textproc/hs-xmlhtml/files/patch-xmlhtml.cabal12
-rw-r--r--textproc/hs-xmlhtml/pkg-descr15
4 files changed, 0 insertions, 49 deletions
diff --git a/textproc/hs-xmlhtml/Makefile b/textproc/hs-xmlhtml/Makefile
deleted file mode 100644
index 244fae87adee..000000000000
--- a/textproc/hs-xmlhtml/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= xmlhtml
-PORTVERSION= 0.2.5.2
-PORTREVISION= 3
-CATEGORIES= textproc haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= XML parser and renderer with HTML 5 quirks mode
-
-LICENSE= BSD3CLAUSE
-
-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= blaze-builder blaze-html blaze-markup unordered-containers
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/textproc/hs-xmlhtml/distinfo b/textproc/hs-xmlhtml/distinfo
deleted file mode 100644
index b159c775f81b..000000000000
--- a/textproc/hs-xmlhtml/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1524404821
-SHA256 (cabal/xmlhtml-0.2.5.2.tar.gz) = 64818617644bfc7c3c9fe561435af9929ef60310627b0796c78b4b99240b5bdc
-SIZE (cabal/xmlhtml-0.2.5.2.tar.gz) = 123829
diff --git a/textproc/hs-xmlhtml/files/patch-xmlhtml.cabal b/textproc/hs-xmlhtml/files/patch-xmlhtml.cabal
deleted file mode 100644
index c83c3b3c5c8e..000000000000
--- a/textproc/hs-xmlhtml/files/patch-xmlhtml.cabal
+++ /dev/null
@@ -1,12 +0,0 @@
---- xmlhtml.cabal.orig 2017-11-24 19:17:43 UTC
-+++ xmlhtml.cabal
-@@ -826,8 +826,7 @@ Library
- blaze-html >= 0.9 && < 0.10,
- blaze-markup >= 0.8 && < 0.9,
- bytestring >= 0.9 && < 0.11,
-- bytestring-builder >= 0.10.4.0.2 && < 0.11,
-- containers >= 0.3 && < 0.6,
-+ containers >= 0.3 && < 0.7,
- parsec >= 3.1.2 && < 3.2,
- text >= 0.11 && < 1.3,
- unordered-containers >= 0.1.4 && < 0.3
diff --git a/textproc/hs-xmlhtml/pkg-descr b/textproc/hs-xmlhtml/pkg-descr
deleted file mode 100644
index e1b4a7989886..000000000000
--- a/textproc/hs-xmlhtml/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Contains renderers and parsers for both XML and HTML 5 document fragments,
-which share data structures so that it's easy to work with both. Document
-fragments are bits of documents, which are not constrained by some of the
-high-level structure rules (in particular, they may contain more than one
-root element). Note that this is not a compliant HTML 5 parser. Rather,
-it is a parser for HTML 5 compliant documents. It does not implement the
-HTML 5 parsing algorithm, and should generally be expected to perform
-correctly only on documents that you trust to conform to HTML 5. This is
-not a suitable library for implementing web crawlers or other software
-that will be exposed to documents from outside sources. The result is also
-not the HTML 5 node structure, but rather something closer to the physical
-structure. For example, omitted start tags are not inserted (and so, their
-corresponding end tags must also be omitted).
-
-WWW: http://hackage.haskell.org/package/xmlhtml