Date: Sun, 8 May 2011 18:40:30 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/hs-hxt-regex-xmlschema Makefile distinfo pkg-descr Message-ID: <201105081840.p48IeUw2052099@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2011-05-08 18:40:30 UTC FreeBSD ports repository Added files: textproc/hs-hxt-regex-xmlschema Makefile distinfo pkg-descr Log: 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 Obtained from: FreeBSD Haskell Revision Changes Path 1.1 +19 -0 ports/textproc/hs-hxt-regex-xmlschema/Makefile (new) 1.1 +2 -0 ports/textproc/hs-hxt-regex-xmlschema/distinfo (new) 1.1 +11 -0 ports/textproc/hs-hxt-regex-xmlschema/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105081840.p48IeUw2052099>