Subject: CVS commit: pkgsrc/databases/ocaml-mysql
From: Jaap Boender
Date: 2012-09-16 22:12:09
Message id: 20120916201209.388FC175DD@cvs.netbsd.org

Log Message:
Updated version to 1.1.1. Changes:

* Sat May 19 2012 (1.1.1)
  * Support build with ocaml/msvc and ocaml/mingw (Dmitry Grebeniuk)
  * Update build tools (Dmitry Grebeniuk)
  * OCaml 3.12 compatibility
  * Mysql.Prepared: documentation comments
  * Mysql.Prepared.result_metadata (Hezekiah M. Carty)
  * Mysql.quick_connect: optional unix socket path
  * Mysql.quick_connect: optional connection options

* Sat Dec 26 2009 (1.1.0)
  * Project moved to http://ocaml-mysql.forge.ocamlcore.org
  * Fix crash bugs (mainly in GC & threads interaction)
  * Trigger GC less often (Mysql.connect and Mysql.execute)
  * Mysql.real_escape (Debian patch)
  * Mysql.set_charset
  * Preliminary support for prepared statements (Mysql.Prepared)

Changes to the package: changed maintainer from pkgsrc-users to myself;
incorporated upstream move to other address; added license; added native code
build.

Files:
RevisionActionfile
1.9modifypkgsrc/databases/ocaml-mysql/Makefile
1.3modifypkgsrc/databases/ocaml-mysql/PLIST
1.5modifypkgsrc/databases/ocaml-mysql/distinfo
1.1addpkgsrc/databases/ocaml-mysql/patches/patch-Makefile.in