summaryrefslogtreecommitdiff
path: root/textproc/hs-hxt-regex-xmlschema
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hs-hxt-regex-xmlschema')
-rw-r--r--textproc/hs-hxt-regex-xmlschema/Makefile19
-rw-r--r--textproc/hs-hxt-regex-xmlschema/distinfo3
-rw-r--r--textproc/hs-hxt-regex-xmlschema/pkg-descr10
3 files changed, 0 insertions, 32 deletions
diff --git a/textproc/hs-hxt-regex-xmlschema/Makefile b/textproc/hs-hxt-regex-xmlschema/Makefile
deleted file mode 100644
index cbd5cf2c74c5..000000000000
--- a/textproc/hs-hxt-regex-xmlschema/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= hxt-regex-xmlschema
-PORTVERSION= 9.2.0.3
-PORTREVISION= 4
-CATEGORIES= textproc haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Regular expression library for W3C XML Schema regular expressions
-
-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= hxt-charproperties>=9.0
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/textproc/hs-hxt-regex-xmlschema/distinfo b/textproc/hs-hxt-regex-xmlschema/distinfo
deleted file mode 100644
index 4d26a802b048..000000000000
--- a/textproc/hs-hxt-regex-xmlschema/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1499624833
-SHA256 (cabal/hxt-regex-xmlschema-9.2.0.3.tar.gz) = f4743ba65498d6001cdfcf5cbc3317d4bc43941be5c7030b60beb83408c892b0
-SIZE (cabal/hxt-regex-xmlschema-9.2.0.3.tar.gz) = 35781
diff --git a/textproc/hs-hxt-regex-xmlschema/pkg-descr b/textproc/hs-hxt-regex-xmlschema/pkg-descr
deleted file mode 100644
index 2c7f91c9a5d2..000000000000
--- a/textproc/hs-hxt-regex-xmlschema/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This library supports full W3C XML Schema regular expressions inclusive
-all Unicode character sets and blocks. It is implemented by the
-technique of derivations of regular expressions. The W3C syntax is
-extended to support not only union of regular sets, but also
-intersection, set difference, exor. Matching of subexpressions is also
-supported. The library can be used for constricting lightweight
-scanners and tokenizers. It is a standalone library, no external regex
-libraries are used.
-
-WWW: http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema