From cb177271fc35bb7cf0f7a75a050503c6eea999e3 Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Sun, 8 May 2011 18:40:30 +0000 Subject: This library supports full W3C XML Schema regular expressions inclusive all Unicode character sets and blocks. The complete grammar can be found under . 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 Obtained from: FreeBSD Haskell --- textproc/hs-hxt-regex-xmlschema/Makefile | 19 +++++++++++++++++++ textproc/hs-hxt-regex-xmlschema/distinfo | 2 ++ textproc/hs-hxt-regex-xmlschema/pkg-descr | 11 +++++++++++ 3 files changed, 32 insertions(+) create mode 100644 textproc/hs-hxt-regex-xmlschema/Makefile create mode 100644 textproc/hs-hxt-regex-xmlschema/distinfo create mode 100644 textproc/hs-hxt-regex-xmlschema/pkg-descr (limited to 'textproc/hs-hxt-regex-xmlschema') 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 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 +. 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 -- cgit v1.2.3