An update for ocaml-calendar to version 2.01.1. I'm not sure if it is compatible with the FreeBSD version comparison algorithm, but this version is supposed to be superior to that of the latest port, 2.0.2. Changes: ========================= * [Date] add a missing coercion rule for months (e.g. "Date.make 2008 18 1" is now equal to "Date.make 2009 6 1") * [Date] bug fixed in date arithmetic operations due to the missing above feature * [Printer] new formats available for printers and parsers o %C century: as %Y without the two last digits o %F replace %i which is now deprecated o %P am or pm o %R shortcut for %H:%M o %s number of seconds since 1970/1/1 o %z time zone in the form +hhmm (from Warren Harris' suggestion) o %:z time zone in the form +hh:mm (from Warren Harris' suggestion) o %::z time zone in the form +hh:mm:ss (from Warren Harris' suggestion) o %:::z time zone in the form +hh (from Warren Harris' suggestion) * [Printer] new paddings available for printers o 0 (zero): pad fields with zeroes like by default o ^: use uppercase if possible * [Tests] test suite now uses Utils.Float.equal if required (patch of Richard Jones) * [Compilation] calendarLib.cma and calendarLib.cmxa are now installed (Janne Hellsten and Guillaume Yziquel's suggestion) * [Compilation] small bug fixed in make install * [Compilation] support of win64 (patch of David Allsopp) * [Printer] bug fixed with "%j" * [Printer] support of "%w" and "%V" in parsers of date from string * [Compilation] module Period was not properly linked Fix: diff included. Patch attached with submission follows: How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->garga I'll take it.
garga 2009-02-25 14:55:08 UTC FreeBSD ports repository Modified files: devel/ocaml-calendar Makefile distinfo Log: - Update to 2.01.1 PR: ports/132062 Submitted by: maintainer Revision Changes Path 1.6 +1 -2 ports/devel/ocaml-calendar/Makefile 1.3 +3 -3 ports/devel/ocaml-calendar/distinfo _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!