aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-hxt-regex-xmlschema
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-05-08 18:40:30 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-05-08 18:40:30 +0000
commitcb177271fc35bb7cf0f7a75a050503c6eea999e3 (patch)
treed24ee49d0dc6ec374212a6929f19e2d47b442d00 /textproc/hs-hxt-regex-xmlschema
parent7b6bb01d97a843808654e59989403598c9d8a7a2 (diff)
downloadports-cb177271fc35bb7cf0f7a75a050503c6eea999e3.tar.gz
ports-cb177271fc35bb7cf0f7a75a050503c6eea999e3.zip
Notes
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/distinfo2
-rw-r--r--textproc/hs-hxt-regex-xmlschema/pkg-descr11
3 files changed, 32 insertions, 0 deletions
diff --git a/textproc/hs-hxt-regex-xmlschema/Makefile b/textproc/hs-hxt-regex-xmlschema/Makefile
new file mode 100644
index 000000000000..fcf570cc8538
--- /dev/null
+++ b/textproc/hs-hxt-regex-xmlschema/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: hs-hxt-regex-xmlschema
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= hxt-regex-xmlschema
+PORTVERSION= 9.0.0
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= A regular expression library for W3C XML Schema regular expressions
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= hxt-charproperties>=9 parsec>=2.1
+
+.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
new file mode 100644
index 000000000000..08a3b9e3bf03
--- /dev/null
+++ b/textproc/hs-hxt-regex-xmlschema/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/hxt-regex-xmlschema-9.0.0.tar.gz) = 6cfec39130d89c5926a9ccc67ebb9ec9f8ca66affb2fa2000d6d7a895e3f5b02
+SIZE (cabal/hxt-regex-xmlschema-9.0.0.tar.gz) = 26407
diff --git a/textproc/hs-hxt-regex-xmlschema/pkg-descr b/textproc/hs-hxt-regex-xmlschema/pkg-descr
new file mode 100644
index 000000000000..3c11bcf67594
--- /dev/null
+++ b/textproc/hs-hxt-regex-xmlschema/pkg-descr
@@ -0,0 +1,11 @@
+This library supports full W3C XML Schema regular expressions inclusive all
+Unicode character sets and blocks. The complete grammar can be found under
+<http://www.w3.org/TR/xmlschema11-2/#regexs>. 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.
+This package is a substitute for the old regex-xmlschema package.
+
+WWW: http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema