This new port is a library that allows for the creation of well-typed XML trees in OCaml (the OCaml typechecker ensures the validity of the XML trees). Supported are XHTML 1.0 and 1.1, HTML5 and, partially, SVG. Fix: shar of the textproc/ocaml-tyxml port directory attached. Patch attached with submission follows: How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
There is a missing dependency in the Makefile, a patch is attached to this mail.
State Changed From-To: open->feedback shar fails to extract
My bad, here's a new shar (which includes the missing dependency patch).
State Changed From-To: feedback->closed New port added. Thanks!
miwi 2012-01-28 10:30:15 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/ocaml-tyxml Makefile distinfo pkg-descr textproc/ocaml-tyxml/files patch-Makefile.config Log: TyXML is an OCaml library that allows you to build XML trees whose validity is insured by the typechecker. It supports XHTML 1.0 and 1.1, HTML5 and SVG (partial). WWW: http://ocsigen.org/tyxml/ PR: ports/163313 Submitted by: Jaap Boender <jaapb@kerguelen.org> Revision Changes Path 1.1698 +1 -0 ports/textproc/Makefile 1.1 +39 -0 ports/textproc/ocaml-tyxml/Makefile (new) 1.1 +2 -0 ports/textproc/ocaml-tyxml/distinfo (new) 1.1 +11 -0 ports/textproc/ocaml-tyxml/files/patch-Makefile.config (new) 1.1 +5 -0 ports/textproc/ocaml-tyxml/pkg-descr (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"