From owner-cvs-all@FreeBSD.ORG Sun May 8 18:40:30 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F9A2106566B; Sun, 8 May 2011 18:40:30 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 832CA8FC18; Sun, 8 May 2011 18:40:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p48IeUGA052100; Sun, 8 May 2011 18:40:30 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p48IeUw2052099; Sun, 8 May 2011 18:40:30 GMT (envelope-from pgj) Message-Id: <201105081840.p48IeUw2052099@repoman.freebsd.org> From: Gabor Pali Date: Sun, 8 May 2011 18:40:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/hs-hxt-regex-xmlschema Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 18:40:30 -0000 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 . 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)