summaryrefslogtreecommitdiff
path: root/databases/ocaml-mysql
AgeCommit message (Collapse)AuthorFilesLines
2022-05-24Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packagesjaapb1-2/+2
2022-05-04Updated databases/ocaml-mysql to version 1.2.4.jaapb4-55/+16
This adds support for mariadb, and fixes some minor bugs.
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-06-23Revbump for MySQL default changenia1-2/+2
2021-03-08Recursive revbump associated with update of lang/ocamljaapb1-2/+2
2019-11-02databases: align variable assignmentsrillig1-4/+4
pkglint -Wall -F --only aligned -r No manual corrections.
2018-11-12Revbumps associated with update of lang/ocaml.jaapb1-2/+2
2018-07-19Recursive revbump associated with the update of lang/ocaml to 4.07.jaapb1-2/+2
2018-04-13Revbump associated with the upgrade of lang/ocamljaapb1-2/+2
(this is the upgrade from 4.06 to 4.06.1)
2018-01-10Recursive revbump associated with the update to OCaml 4.06.jaapb1-2/+2
2017-09-08Recursive revbump associated with update of ocaml to 4.05jaapb1-2/+2
2017-07-11Revbump associated with ocaml-4.04.2jaapb1-2/+2
2016-12-30Recursive revbump associated with ocaml update to 4.04.jaapb1-1/+2
2016-07-02Updated package to latest version, 1.2.0; updated package to work withjaapb3-11/+54
ocaml.mk framework and added patch to support int64 properly (patch from upstream). Changes include: * Tue Mar 10 2015 (1.2.0) * Get rid of Camlp4 dependency * Use mysql_config in configure * Thu Oct 16 2014 (1.1.3) * + OPT_FOUND_ROWS (Dmitry Grebeniuk) * configure: build with percona
2016-05-05Recursive revbump associated with ocaml update.jaapb1-2/+2
2016-02-06Removed the automatic setting of PKGNAME to ocaml-${DISTNAME} fromjaapb1-2/+1
ocaml.mk. It was becoming more trouble than it was worth: only a minority of packages used it, and it only made Makefiles more confusing. (I've left out some packages: these will be updated forthwith)
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.