Bug 116572 - New port: textproc/sml-fxp
Summary: New port: textproc/sml-fxp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-23 06:00 UTC by Timothy Bourke
Modified: 2007-10-04 04:10 UTC (History)
0 users

See Also:


Attachments
newport (103.85 KB, text/plain)
2007-09-23 06:00 UTC, Timothy Bourke
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Bourke 2007-09-23 06:00:07 UTC
Fxp is a validating XML parser with Standard ML interface.
		It was originally written by Andreas Neumann and is now
		maintained by Alexandru Berlea.

		This port incorporates the Kevin S. Millikin patches for the
		SML/NJ working version, and the Wesley W. Terpstra patches
		for MLton. New patches to the .cm files that facilitate
		library stabilisation and use are included.

		The port was much improved by suggestions from
		Johannes 5 Joemann.
Comment 1 Thomas Abthorpe freebsd_committer freebsd_triage 2007-09-23 18:54:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

I'll take it.
Comment 2 Thomas Abthorpe freebsd_committer freebsd_triage 2007-09-24 15:23:18 UTC
State Changed
From-To: open->feedback

OPTIONS list needs to conform to standard.
Comment 3 Thomas Abthorpe freebsd_committer freebsd_triage 2007-09-24 15:29:58 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Timothy

Please rework your OPTION list to look like the following, and resubmit your 
shar.

OPTIONS=       X11             "Disable X11"   off\
               STABILIZATION "Stabilize the libraries for SML/NJ." On\
               DEVEL "Prefer the devel version of SML/NJ." On \
               MLTON "Build executables with mlton." Off

Thank you very much.

Thomas

- -- 
Thomas Abthorpe		| FreeBSD Ports Committer
tabthorpe@FreeBSD.org	| http://people.freebsd.org/~tabthorpe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFG98rT5Gm/jNBp8qARAvXjAJ45F8RcULDSVr8LrUc/8I4GgE2xlQCfYRRa
rnbLFkSpFK0xEmU1ymdnbX0=
=Uj8P
-----END PGP SIGNATURE-----
Comment 4 Thomas Abthorpe freebsd_committer freebsd_triage 2007-10-02 16:03:27 UTC
With this port, you blend both static AND dynamic plist, please unify on a 
single plist format.
-- 
Thomas Abthorpe		| FreeBSD Ports Committer
tabthorpe@FreeBSD.org	| http://people.freebsd.org/~tabthorpe
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-10-04 04:03:05 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Thomas Abthorpe freebsd_committer freebsd_triage 2007-10-04 04:04:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!