pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hs-hxt-regex-xmlschema Import hxt-regex-xmlsc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/049038d638c2
branches: trunk
changeset: 409407:049038d638c2
user: pho <pho%pkgsrc.org@localhost>
date: Fri Jan 17 15:52:41 2020 +0000
description:
Import hxt-regex-xmlschema-9.2.0.3
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.
diffstat:
textproc/hs-hxt-regex-xmlschema/DESCR | 12 ++++++++++++
textproc/hs-hxt-regex-xmlschema/Makefile | 12 ++++++++++++
textproc/hs-hxt-regex-xmlschema/buildlink3.mk | 15 +++++++++++++++
textproc/hs-hxt-regex-xmlschema/distinfo | 6 ++++++
4 files changed, 45 insertions(+), 0 deletions(-)
diffs (61 lines):
diff -r 7ccac524908d -r 049038d638c2 textproc/hs-hxt-regex-xmlschema/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-hxt-regex-xmlschema/DESCR Fri Jan 17 15:52:41 2020 +0000
@@ -0,0 +1,12 @@
+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.
diff -r 7ccac524908d -r 049038d638c2 textproc/hs-hxt-regex-xmlschema/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-hxt-regex-xmlschema/Makefile Fri Jan 17 15:52:41 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/17 15:52:41 pho Exp $
+
+DISTNAME= hxt-regex-xmlschema-9.2.0.3
+CATEGORIES= textproc
+
+MAINTAINER= pho%cielonegro.org@localhost
+COMMENT= Regular expression library for W3C XML Schema regular expressions
+LICENSE= mit
+
+.include "../../mk/haskell.mk"
+.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7ccac524908d -r 049038d638c2 textproc/hs-hxt-regex-xmlschema/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-hxt-regex-xmlschema/buildlink3.mk Fri Jan 17 15:52:41 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 15:52:41 pho Exp $
+
+BUILDLINK_TREE+= hs-hxt-regex-xmlschema
+
+.if !defined(HS_HXT_REGEX_XMLSCHEMA_BUILDLINK3_MK)
+HS_HXT_REGEX_XMLSCHEMA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-hxt-regex-xmlschema+= hs-hxt-regex-xmlschema>=9.2.0
+BUILDLINK_ABI_DEPENDS.hs-hxt-regex-xmlschema+= hs-hxt-regex-xmlschema>=9.2.0.3
+BUILDLINK_PKGSRCDIR.hs-hxt-regex-xmlschema?= ../../textproc/hs-hxt-regex-xmlschema
+
+.include "../../textproc/hs-hxt-charproperties/buildlink3.mk"
+.endif # HS_HXT_REGEX_XMLSCHEMA_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-hxt-regex-xmlschema
diff -r 7ccac524908d -r 049038d638c2 textproc/hs-hxt-regex-xmlschema/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-hxt-regex-xmlschema/distinfo Fri Jan 17 15:52:41 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/17 15:52:41 pho Exp $
+
+SHA1 (hxt-regex-xmlschema-9.2.0.3.tar.gz) = 0269207fbdb6bffe5c47b4b3b061d0ad61987905
+RMD160 (hxt-regex-xmlschema-9.2.0.3.tar.gz) = 487abc195c5b573755e639f46fd6097e9afa864b
+SHA512 (hxt-regex-xmlschema-9.2.0.3.tar.gz) = 707ad7a4b5c32785fd89131279dd89a871f134a26ce1f98fd4ac8fec196c8960c2d39d18674967379b40508748fca3a34b9289500173075c54c1d6726191bbd8
+Size (hxt-regex-xmlschema-9.2.0.3.tar.gz) = 35781 bytes
Home |
Main Index |
Thread Index |
Old Index