summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-10-27 01:59:22 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-10-27 01:59:22 +0000
commit81a947884f26eff713dbc429006f6344a8b9c2c9 (patch)
tree0c53f4256d66f7bcac7ea2a07ebf110b0ad123c6 /dev-db/myodbc/files
parentinitial commit, bug #15546, submitted by Zhen Lin <lowzl@hotmail.com>. major... (diff)
downloadgentoo-2-81a947884f26eff713dbc429006f6344a8b9c2c9.tar.gz
gentoo-2-81a947884f26eff713dbc429006f6344a8b9c2c9.tar.bz2
gentoo-2-81a947884f26eff713dbc429006f6344a8b9c2c9.zip
initial commit, bug #15546, submitted by Zhen Lin <lowzl@hotmail.com>. major changes made for auto-configuration of driver and DSN.
Diffstat (limited to 'dev-db/myodbc/files')
-rw-r--r--dev-db/myodbc/files/digest-myodbc-3.51.061
-rw-r--r--dev-db/myodbc/files/odbc.ini.m418
-rw-r--r--dev-db/myodbc/files/odbcinst.ini.m46
3 files changed, 25 insertions, 0 deletions
diff --git a/dev-db/myodbc/files/digest-myodbc-3.51.06 b/dev-db/myodbc/files/digest-myodbc-3.51.06
new file mode 100644
index 000000000000..fecb2686315a
--- /dev/null
+++ b/dev-db/myodbc/files/digest-myodbc-3.51.06
@@ -0,0 +1 @@
+MD5 5a59b4f01592fc9ec96e985bc7d6aada MyODBC-3.51.06.tar.gz 322059
diff --git a/dev-db/myodbc/files/odbc.ini.m4 b/dev-db/myodbc/files/odbc.ini.m4
new file mode 100644
index 000000000000..f3db4e7463b3
--- /dev/null
+++ b/dev-db/myodbc/files/odbc.ini.m4
@@ -0,0 +1,18 @@
+# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/files/odbc.ini.m4,v 1.1 2003/10/27 01:59:20 robbat2 Exp $
+# vim:ts=4 noexpandtab ft=dosini:
+#
+[ODBC Data Sources]
+__PN__-test = MySQL ODBC __PF__ Driver Testing DSN
+
+# see http://www.mysql.com/products/myodbc/faq_toc.html
+# for details about the following entry
+[__PN__-test]
+Description = MySQL ODBC __PF__ Driver Testing DSN
+Driver = __PN__
+Socket = /var/run/mysqld/mysqld.sock
+Server = localhost
+User = root
+Database = test
+Option = 3
+#Port =
+#Password =
diff --git a/dev-db/myodbc/files/odbcinst.ini.m4 b/dev-db/myodbc/files/odbcinst.ini.m4
new file mode 100644
index 000000000000..20e1f996b5b4
--- /dev/null
+++ b/dev-db/myodbc/files/odbcinst.ini.m4
@@ -0,0 +1,6 @@
+# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/files/odbcinst.ini.m4,v 1.1 2003/10/27 01:59:20 robbat2 Exp $
+# vim:ts=4 noexpandtab ft=dosini:
+#
+[__PN__]
+Description = MySQL ODBC __PF__ Driver
+Driver = /usr/lib/libmyodbc3.so