diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-27 22:04:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-27 22:04:54 +0000 |
commit | e86f4afe35f72110a05b955d88a2076c317c1d4d (patch) | |
tree | 2290d094a301e6b27fe034524fbe60fb6c330a42 /databases | |
parent | b5e83f7d360ae21f4b5be5f1c1c435333e548007 (diff) | |
download | pkgsrc-e86f4afe35f72110a05b955d88a2076c317c1d4d.tar.gz |
Imported ocaml-mysql.
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.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ocaml-mysql/DESCR | 3 | ||||
-rw-r--r-- | databases/ocaml-mysql/Makefile | 24 | ||||
-rw-r--r-- | databases/ocaml-mysql/PLIST | 21 | ||||
-rw-r--r-- | databases/ocaml-mysql/distinfo | 5 |
4 files changed, 53 insertions, 0 deletions
diff --git a/databases/ocaml-mysql/DESCR b/databases/ocaml-mysql/DESCR new file mode 100644 index 00000000000..be77bed6118 --- /dev/null +++ b/databases/ocaml-mysql/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile new file mode 100644 index 00000000000..687bd46d6da --- /dev/null +++ b/databases/ocaml-mysql/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/27 22:04:54 rillig Exp $ +# + +DISTNAME= ocaml-mysql-1.0.4 +CATEGORIES= databases +MASTER_SITES= http://raevnos.pennmush.org/code/ocaml-mysql/ + +MAINTAINER= rillig@NetBSD.org +HOMEPAGE= http://raevnos.pennmush.org/code/ocaml-mysql/ +COMMENT= Ocaml library for MySQL database access + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +USE_TOOLS+= gmake + +DOCDIR= ${PREFIX}/share/doc/ocaml-mysql +INSTALLATION_DIRS= ${DOCDIR} + +post-install: + cd ${WRKSRC}/doc/html && ${INSTALL_DATA} *.html ${DOCDIR} + +.include "../../lang/ocaml/buildlink3.mk" +.include "../../databases/mysql5-client/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/ocaml-mysql/PLIST b/databases/ocaml-mysql/PLIST new file mode 100644 index 00000000000..0d867499d7d --- /dev/null +++ b/databases/ocaml-mysql/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/27 22:04:54 rillig Exp $ +lib/ocaml/site-lib/mysql/META +lib/ocaml/site-lib/mysql/dllmysql_stubs.so +lib/ocaml/site-lib/mysql/libmysql_stubs.a +lib/ocaml/site-lib/mysql/mysql.cma +lib/ocaml/site-lib/mysql/mysql.cmi +lib/ocaml/site-lib/mysql/mysql.mli +share/doc/ocaml-mysql/Mysql.html +share/doc/ocaml-mysql/index.html +share/doc/ocaml-mysql/index_attributes.html +share/doc/ocaml-mysql/index_class_types.html +share/doc/ocaml-mysql/index_classes.html +share/doc/ocaml-mysql/index_exceptions.html +share/doc/ocaml-mysql/index_methods.html +share/doc/ocaml-mysql/index_module_types.html +share/doc/ocaml-mysql/index_modules.html +share/doc/ocaml-mysql/index_types.html +share/doc/ocaml-mysql/index_values.html +share/doc/ocaml-mysql/type_Mysql.html +@dirrm share/doc/ocaml-mysql +@dirrm lib/ocaml/site-lib/mysql diff --git a/databases/ocaml-mysql/distinfo b/databases/ocaml-mysql/distinfo new file mode 100644 index 00000000000..9cc5c0ff3d8 --- /dev/null +++ b/databases/ocaml-mysql/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/07/27 22:04:54 rillig Exp $ + +SHA1 (ocaml-mysql-1.0.4.tar.gz) = e8b7c2d84eee9ae798cd5dcd3ba68fc64c321f9b +RMD160 (ocaml-mysql-1.0.4.tar.gz) = 57b316fdbdd26762916859d04ab0ca15c1365203 +Size (ocaml-mysql-1.0.4.tar.gz) = 119584 bytes |