Up to [NetBSD + pkgsrc-wip] / pkgsrc / lang / ocamlduce
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Pullup ticket #3735 - requested by dholland lang/ocamlduce: build fix Revisions pulled up: - lang/ocamlduce/Makefile 1.9 - lang/ocamlduce/PLIST.opt 1.3 - lang/ocamlduce/distinfo 1.5 - lang/ocamlduce/files/ocaml-configure.diff 1.1 - lang/ocamlduce/patches/patch-aa 1.3 --- Module Name: pkgsrc Committed By: dholland Date: Fri Apr 13 07:34:54 UTC 2012 Modified Files: pkgsrc/lang/ocamlduce: Makefile PLIST.opt distinfo pkgsrc/lang/ocamlduce/patches: patch-aa Added Files: pkgsrc/lang/ocamlduce/files: ocaml-configure.diff Log Message: Update to 3.12.1, syncing with current ocaml in pkgsrc and thereby fixing the build. Changes 3.12.0.0 -> 3.12.1.0: - merge with OCaml 3.12.1 Changes 3.11.2.0 -> 3.12.0.0: - merge with OCaml 3.12.0 - drop native ocamlducedoc - fix memory leak issue in NS handling [Stefan Lampe] Changes 3.11.1.0 -> 3.11.2.0: - merge with OCaml 3.11.2 - build and install native-code plugin - build ocamldoc library - accept also ocaml_cmi_magic_number in objinfo
Update to 3.12.1, syncing with current ocaml in pkgsrc and thereby fixing the build. Changes 3.12.0.0 -> 3.12.1.0: - merge with OCaml 3.12.1 Changes 3.11.2.0 -> 3.12.0.0: - merge with OCaml 3.12.0 - drop native ocamlducedoc - fix memory leak issue in NS handling [Stefan Lampe] Changes 3.11.1.0 -> 3.11.2.0: - merge with OCaml 3.11.2 - build and install native-code plugin - build ocamldoc library - accept also ocaml_cmi_magic_number in objinfo
Update lang/ocamlduce to 3.11.1.0 [pkg/41696] Adds support for ocaml 3.11.1
OCamlDuce is an enhancement to OCaml that allows one to use XML features, such as types and values, natively in OCaml programs. The goal of the OCamlDuce project is to extend the OCaml language with features to make it easier to write safe and efficient complex applications that need to deal with XML documents. In particular, it relies on a notion of types and patterns to guarantee statically that all the possible input documents are correctly processed, and that only valid output documents are produced. WWW: http://www.cduce.org/ocaml
Initial revision