NOTICE: This package has been removed from pkgsrc

./wip/hs-hxt-regex-xmlschema, Regular expression library for W3C XML Schema regular expressions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 9.1.0, Package name: hs-hxt-regex-xmlschema-9.1.0, Maintainer: pho

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.


Required to run:
[textproc/hs-parsec]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: e14030c25891baa08a4208feb0fa1b02c2dd8b7b
RMD160: 0aa77acedf54c55056856daceebc977423295784
Filesize: 26.05 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-19 23:28:46 by Ryosuke Moro | Files touched by this commit (81)
Log message:
Remove hs-parsec, imported to pkgsrc/textproc.
Remove hs-data-default-instances-base, hs-data-default-instances-containers,
hs-data-default-instances-dlist, hs-data-default-instances-old-locale,
imported to pkgsrc/devel.
   2013-10-01 01:05:23 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to hxt-regex-xmlschema-9.1.0

   2012-02-11 05:15:36 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to hxt-regex-xmlschema-9.0.4

   2011-10-05 08:50:09 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to hxt-regex-xmlschema-9.0.1

   2011-07-27 07:44:34 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-hxt-regex-xmlschema-9.0.0 as wip/hs-hxt-regex-xmlschema.

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.