summaryrefslogtreecommitdiff
path: root/databases/ocaml-mysql
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2.jaapb1-1/+2
2014-10-29Add .include "../../lang/camlp4/buildlink3.mk".hiramatsu1-1/+2
2014-10-09Updated package to newest version, 1.1.2 - now uses ocaml.mk. Changes:jaapb3-24/+22
* Mysql.Prepared.execute_null (Gregory Bellier)
2014-04-15Do not need to set -destdir here, becausehiramatsu2-15/+1
ocaml-findlib/buildlink3.mk does.
2013-11-01Revision bump associated with the update of lang/ocaml to version 4.01.jaapb1-2/+2
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz1-2/+2
2012-12-13Changed buildlink include to generic mysql file instead of specific packagejaapb1-3/+3
2012-10-08Revision bump associated with the update of lang/ocaml to version 4.jaapb1-1/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-17Corrected Makefile to build only HTML documentation.jaapb4-47/+2
Removed superfluous patches.
2012-09-16Updated version to 1.1.1. Changes:jaapb4-17/+41
* 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.
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd1-2/+2
2010-02-19Don't mess with ldconf.joerg2-4/+4
2010-01-30DESTDIR supportjoerg3-2/+24
2010-01-29Prepare for DESTDIRjoerg1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2006-10-14Fixed "test ==".rillig3-1/+29
2006-09-02Added ocaml-findlib to BUILD_DEPENDS.rillig1-1/+3
2006-07-27Imported ocaml-mysql.rillig4-0/+53
ocaml-mysql is a package for ocaml that provides access to mysql databases. It consists of low level functions implemented in C and a module Mysql intended for application development.