pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ocaml-mysql Imported ocaml-mysql.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/decae63311ce
branches:  trunk
changeset: 516792:decae63311ce
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jul 27 22:04:54 2006 +0000

description:
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:

 databases/ocaml-mysql/DESCR    |   3 +++
 databases/ocaml-mysql/Makefile |  24 ++++++++++++++++++++++++
 databases/ocaml-mysql/PLIST    |  21 +++++++++++++++++++++
 databases/ocaml-mysql/distinfo |   5 +++++
 4 files changed, 53 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 05e900c59996 -r decae63311ce databases/ocaml-mysql/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ocaml-mysql/DESCR       Thu Jul 27 22:04:54 2006 +0000
@@ -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 -r 05e900c59996 -r decae63311ce databases/ocaml-mysql/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ocaml-mysql/Makefile    Thu Jul 27 22:04:54 2006 +0000
@@ -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@localhost
+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 -r 05e900c59996 -r decae63311ce databases/ocaml-mysql/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ocaml-mysql/PLIST       Thu Jul 27 22:04:54 2006 +0000
@@ -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 -r 05e900c59996 -r decae63311ce databases/ocaml-mysql/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ocaml-mysql/distinfo    Thu Jul 27 22:04:54 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index