summaryrefslogtreecommitdiff
path: root/databases/ocaml-mysql
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-27 22:04:54 +0000
committerrillig <rillig>2006-07-27 22:04:54 +0000
commitc95a44bfe7c5f2ce629d3676c60ec3d03eb55ee1 (patch)
tree2290d094a301e6b27fe034524fbe60fb6c330a42 /databases/ocaml-mysql
parent3ffbce1bffc8d0fd4c3bd409779f6772bddaad17 (diff)
downloadpkgsrc-c95a44bfe7c5f2ce629d3676c60ec3d03eb55ee1.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/ocaml-mysql')
-rw-r--r--databases/ocaml-mysql/DESCR3
-rw-r--r--databases/ocaml-mysql/Makefile24
-rw-r--r--databases/ocaml-mysql/PLIST21
-rw-r--r--databases/ocaml-mysql/distinfo5
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