Bug 163313 - [new port] textproc/ocaml-tyxml: OCaml XML typing library
Summary: [new port] textproc/ocaml-tyxml: OCaml XML typing library
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-15 12:50 UTC by jaapb
Modified: 2012-01-28 10:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.00 KB, text/plain)
2011-12-15 12:50 UTC, jaapb
no flags Details
patch-net.txt (465 bytes, patch)
2011-12-19 12:58 UTC, jaapb
no flags Details | Diff
shar.txt (2.56 KB, text/plain; charset="ISO-8859-1")
2011-12-30 14:44 UTC, jaapb
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaapb 2011-12-15 12:50:08 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-12-17 16:51:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 jaapb 2011-12-19 12:58:59 UTC
There is a missing dependency in the Makefile, a patch is attached to this 
mail.
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2011-12-25 19:06:39 UTC
State Changed
From-To: open->feedback

shar fails to extract
Comment 4 jaapb 2011-12-30 14:44:09 UTC
My bad, here's a new shar (which includes the missing dependency patch).
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2012-01-28 10:29:56 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2012-01-28 10:30:31 UTC
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"