Up to [cvs.netbsd.org] / pkgsrc / lang / ocamlduce
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4.22.1 / (download) - annotate - [select for diffs], Sun Apr 15 14:35:20 2012 UTC (5 weeks, 5 days ago) by tron
Branch: pkgsrc-2012Q1
Changes since 1.4: +8 -8
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 13 07:34:53 2012 UTC (6 weeks ago) by dholland
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +8 -8
lines
Diff to previous 1.4 (colored)
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
Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 7 21:53:31 2009 UTC (2 years, 8 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Branch point for: pkgsrc-2012Q1
Changes since 1.3: +8 -5
lines
Diff to previous 1.3 (colored)
Update lang/ocamlduce to 3.11.1.0 [pkg/41696] Adds support for ocaml 3.11.1
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 16 12:55:51 2008 UTC (3 years, 7 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Update distinfo file.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 1 14:48:28 2007 UTC (4 years, 5 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update lang/ocamlduce to 3.10.0 This update lets ocamlduce work with ocaml 3.10
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Apr 8 23:04:53 2007 UTC (5 years, 1 month ago) by tonio
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 8 23:04:53 2007 UTC (5 years, 1 month ago) by tonio
Branch: MAIN
Initial revision