cvs commit: ports/textproc Makefile ports/textproc/sml-fxp
Makefile distinfo pkg-descr pkg-plist ports/textproc/sml-fxp/files
patch-Makefile patch-doc-features.html patch-doc-fxcanon.html
patch-doc-fxcopy.html patch-doc-fxesis.html patch-doc-fxp.html ...
Thomas Abthorpe
tabthorpe at FreeBSD.org
Wed Oct 3 20:03:00 PDT 2007
tabthorpe 2007-10-04 03:03:00 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/sml-fxp Makefile distinfo pkg-descr pkg-plist
textproc/sml-fxp/files patch-Makefile patch-doc-features.html
patch-doc-fxcanon.html
patch-doc-fxcopy.html
patch-doc-fxesis.html
patch-doc-fxp.html patch-doc-fxviz.html
patch-doc-index.html patch-fxp.sh.in
patch-src-Apps-Canon-canon.cm
patch-src-Apps-Copy-copy.cm
patch-src-Apps-Copy-copyEncode.sml
patch-src-Apps-Esis-esis.cm
patch-src-Apps-Null-null.cm
patch-src-Apps-Viz-viz.cm
patch-src-Parser-Dfa-dfaPassTwo.sml
patch-src-Parser-Dfa-dfaString.sml
patch-src-Parser-Dfa-dfaUtil.sml
patch-src-Parser-Dtd-dtdAttributes.sml
patch-src-Parser-Params-dtd.sml
patch-src-Parser-Parse-parseContent.sml
patch-src-Unicode-Chars-charClasses.sml
patch-src-Unicode-Chars-uniChar.sml
patch-src-Unicode-Uri-uri.sml
patch-src-Unicode-Uri-uriEncode.sml
patch-src-Util-SymDict-dict.sml
patch-src-Util-SymDict-symbolTable.sml
patch-src-Util-intSets.sml
patch-src-Util-utilString.sml
patch-src-Util-utilTime.sml
patch-src-config.sml patch-src-fxlib.cm
sml-nj-devel-plist sml-nj-plist
src-Apps-Canon-canon.mlb
src-Apps-Canon-runcanon.sml
src-Apps-Copy-copy.mlb
src-Apps-Copy-runcopy.sml
src-Apps-Esis-esis.mlb
src-Apps-Esis-runesis.sml
src-Apps-Null-null.mlb
src-Apps-Null-runnull.sml
src-Apps-Viz-runviz.sml
src-Apps-Viz-viz.mlb
src-Catalog-catalog.cm
src-Parser-Base-base.cm
src-Parser-Dfa-dfa.cm
src-Parser-Dtd-dtd.cm
src-Parser-Error-error.cm
src-Parser-Params-params.cm
src-Parser-Parse-parse.cm
src-Parser-entities.cm
src-Parser-parser.cm
src-Unicode-Chars-chars.cm
src-Unicode-Decode-decode.cm
src-Unicode-Encode-encode.cm
src-Unicode-Uri-uri.cm
src-Unicode-encoding.cm
src-Unicode-unicode.cm
src-Util-SymDict-symdict.cm
src-Util-util.cm src-config.cm
src-fxlib.mlb
Log:
fxp is a validating XML parser written completely in the functional
programming language SML. fxp can validate both XML 1.0 and XML 1.1
documents. It has a programming interface allowing for production of XML
applications based on fxp. It is installed with four example applications.
WWW: http://www2.informatik.tu-muenchen.de/~berlea/Fxp
PR: ports/116572
Submitted by: Timothy Bourke <timbob at bigpond.com>
Revision Changes Path
1.1186 +1 -0 ports/textproc/Makefile
1.1 +132 -0 ports/textproc/sml-fxp/Makefile (new)
1.1 +3 -0 ports/textproc/sml-fxp/distinfo (new)
1.1 +173 -0 ports/textproc/sml-fxp/files/patch-Makefile (new)
1.1 +96 -0 ports/textproc/sml-fxp/files/patch-doc-features.html (new)
1.1 +23 -0 ports/textproc/sml-fxp/files/patch-doc-fxcanon.html (new)
1.1 +82 -0 ports/textproc/sml-fxp/files/patch-doc-fxcopy.html (new)
1.1 +98 -0 ports/textproc/sml-fxp/files/patch-doc-fxesis.html (new)
1.1 +108 -0 ports/textproc/sml-fxp/files/patch-doc-fxp.html (new)
1.1 +111 -0 ports/textproc/sml-fxp/files/patch-doc-fxviz.html (new)
1.1 +144 -0 ports/textproc/sml-fxp/files/patch-doc-index.html (new)
1.1 +19 -0 ports/textproc/sml-fxp/files/patch-fxp.sh.in (new)
1.1 +9 -0 ports/textproc/sml-fxp/files/patch-src-Apps-Canon-canon.cm (new)
1.1 +13 -0 ports/textproc/sml-fxp/files/patch-src-Apps-Copy-copy.cm (new)
1.1 +12 -0 ports/textproc/sml-fxp/files/patch-src-Apps-Copy-copyEncode.sml (new)
1.1 +9 -0 ports/textproc/sml-fxp/files/patch-src-Apps-Esis-esis.cm (new)
1.1 +9 -0 ports/textproc/sml-fxp/files/patch-src-Apps-Null-null.cm (new)
1.1 +9 -0 ports/textproc/sml-fxp/files/patch-src-Apps-Viz-viz.cm (new)
1.1 +11 -0 ports/textproc/sml-fxp/files/patch-src-Parser-Dfa-dfaPassTwo.sml (new)
1.1 +17 -0 ports/textproc/sml-fxp/files/patch-src-Parser-Dfa-dfaString.sml (new)
1.1 +12 -0 ports/textproc/sml-fxp/files/patch-src-Parser-Dfa-dfaUtil.sml (new)
1.1 +12 -0 ports/textproc/sml-fxp/files/patch-src-Parser-Dtd-dtdAttributes.sml (new)
1.1 +18 -0 ports/textproc/sml-fxp/files/patch-src-Parser-Params-dtd.sml (new)
1.1 +14 -0 ports/textproc/sml-fxp/files/patch-src-Parser-Parse-parseContent.sml (new)
1.1 +12 -0 ports/textproc/sml-fxp/files/patch-src-Unicode-Chars-charClasses.sml (new)
1.1 +22 -0 ports/textproc/sml-fxp/files/patch-src-Unicode-Chars-uniChar.sml (new)
1.1 +36 -0 ports/textproc/sml-fxp/files/patch-src-Unicode-Uri-uri.sml (new)
1.1 +21 -0 ports/textproc/sml-fxp/files/patch-src-Unicode-Uri-uriEncode.sml (new)
1.1 +23 -0 ports/textproc/sml-fxp/files/patch-src-Util-SymDict-dict.sml (new)
1.1 +31 -0 ports/textproc/sml-fxp/files/patch-src-Util-SymDict-symbolTable.sml (new)
1.1 +32 -0 ports/textproc/sml-fxp/files/patch-src-Util-intSets.sml (new)
1.1 +14 -0 ports/textproc/sml-fxp/files/patch-src-Util-utilString.sml (new)
1.1 +13 -0 ports/textproc/sml-fxp/files/patch-src-Util-utilTime.sml (new)
1.1 +9 -0 ports/textproc/sml-fxp/files/patch-src-config.sml (new)
1.1 +163 -0 ports/textproc/sml-fxp/files/patch-src-fxlib.cm (new)
1.1 +3 -0 ports/textproc/sml-fxp/files/sml-nj-devel-plist (new)
1.1 +262 -0 ports/textproc/sml-fxp/files/sml-nj-plist (new)
1.1 +16 -0 ports/textproc/sml-fxp/files/src-Apps-Canon-canon.mlb (new)
1.1 +2 -0 ports/textproc/sml-fxp/files/src-Apps-Canon-runcanon.sml (new)
1.1 +16 -0 ports/textproc/sml-fxp/files/src-Apps-Copy-copy.mlb (new)
1.1 +2 -0 ports/textproc/sml-fxp/files/src-Apps-Copy-runcopy.sml (new)
1.1 +16 -0 ports/textproc/sml-fxp/files/src-Apps-Esis-esis.mlb (new)
1.1 +2 -0 ports/textproc/sml-fxp/files/src-Apps-Esis-runesis.sml (new)
1.1 +15 -0 ports/textproc/sml-fxp/files/src-Apps-Null-null.mlb (new)
1.1 +2 -0 ports/textproc/sml-fxp/files/src-Apps-Null-runnull.sml (new)
1.1 +2 -0 ports/textproc/sml-fxp/files/src-Apps-Viz-runviz.sml (new)
1.1 +14 -0 ports/textproc/sml-fxp/files/src-Apps-Viz-viz.mlb (new)
1.1 +28 -0 ports/textproc/sml-fxp/files/src-Catalog-catalog.cm (new)
1.1 +16 -0 ports/textproc/sml-fxp/files/src-Parser-Base-base.cm (new)
1.1 +31 -0 ports/textproc/sml-fxp/files/src-Parser-Dfa-dfa.cm (new)
1.1 +20 -0 ports/textproc/sml-fxp/files/src-Parser-Dtd-dtd.cm (new)
1.1 +17 -0 ports/textproc/sml-fxp/files/src-Parser-Error-error.cm (new)
1.1 +32 -0 ports/textproc/sml-fxp/files/src-Parser-Params-params.cm (new)
1.1 +30 -0 ports/textproc/sml-fxp/files/src-Parser-Parse-parse.cm (new)
1.1 +15 -0 ports/textproc/sml-fxp/files/src-Parser-entities.cm (new)
1.1 +32 -0 ports/textproc/sml-fxp/files/src-Parser-parser.cm (new)
1.1 +25 -0 ports/textproc/sml-fxp/files/src-Unicode-Chars-chars.cm (new)
1.1 +26 -0 ports/textproc/sml-fxp/files/src-Unicode-Decode-decode.cm (new)
1.1 +17 -0 ports/textproc/sml-fxp/files/src-Unicode-Encode-encode.cm (new)
1.1 +22 -0 ports/textproc/sml-fxp/files/src-Unicode-Uri-uri.cm (new)
1.1 +8 -0 ports/textproc/sml-fxp/files/src-Unicode-encoding.cm (new)
1.1 +25 -0 ports/textproc/sml-fxp/files/src-Unicode-unicode.cm (new)
1.1 +30 -0 ports/textproc/sml-fxp/files/src-Util-SymDict-symdict.cm (new)
1.1 +38 -0 ports/textproc/sml-fxp/files/src-Util-util.cm (new)
1.1 +5 -0 ports/textproc/sml-fxp/files/src-config.cm (new)
1.1 +104 -0 ports/textproc/sml-fxp/files/src-fxlib.mlb (new)
1.1 +6 -0 ports/textproc/sml-fxp/pkg-descr (new)
1.1 +461 -0 ports/textproc/sml-fxp/pkg-plist (new)
More information about the cvs-ports
mailing list