ODBC 2.x driver manager
This commit is contained in:
parent
a3cfc26c7d
commit
84bc417e22
33
databases/iodbc/Makefile
Normal file
33
databases/iodbc/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/11/22 17:32:18 dugsong Exp $
|
||||
|
||||
PKGNAME= iodbc-2.50.3
|
||||
|
||||
DISTNAME= libiodbc-2.50.3
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
MASTER_SITES= http://www.iodbc.org/dist/
|
||||
|
||||
MAINTAINER= Dug Song <dugsong@monkey.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= yes
|
||||
PERMIT_PACKAGE_FTP= yes
|
||||
PERMIT_DISTFILES_CDROM= yes
|
||||
PERMIT_DISTFILES_FTP= yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
CONFIGURE_ARGS+=--with-iodbc-inidir=/etc
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/iodbc
|
||||
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/iodbc
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/iodbc
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/iodbc
|
||||
${INSTALL_DATA} ${WRKSRC}/odbc.ini.sample \
|
||||
${PREFIX}/share/examples/iodbc/odbc.ini
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/iodbc/files/md5
Normal file
3
databases/iodbc/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (libiodbc-2.50.3.tar.gz) = 5d23b748d4c57d61a004395cea5ff0f0
|
||||
RMD160 (libiodbc-2.50.3.tar.gz) = e224c023ac039ba35566f3a7a0d79e493d83971f
|
||||
SHA1 (libiodbc-2.50.3.tar.gz) = 00586122fe823fac67031c3d4866a817c19f4f33
|
1
databases/iodbc/pkg/COMMENT
Normal file
1
databases/iodbc/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
ODBC 2.x driver manager
|
11
databases/iodbc/pkg/DESCR
Normal file
11
databases/iodbc/pkg/DESCR
Normal file
@ -0,0 +1,11 @@
|
||||
iODBC (intrinsic Open Database Connectivity) driver manager
|
||||
is compatible with ODBC 2.x specification and performs exactly
|
||||
same jobs of ODBC 2.x driver manager(i.e. driver loading,
|
||||
Parameters and function sequence checking, driver's function
|
||||
Invoking, etc.). Any ODBC driver works with ODBC 2.0 driver
|
||||
Manager will also work with iODBC driver manager and vice versa.
|
||||
|
||||
Applications (using ODBC function calls) linked with
|
||||
iODBC driver manager will be able to simultaneously access
|
||||
different type of data sources within one process through
|
||||
suitable iODBC drivers.
|
14
databases/iodbc/pkg/PLIST
Normal file
14
databases/iodbc/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/11/22 17:32:18 dugsong Exp $
|
||||
lib/libiodbc.so.2.50
|
||||
lib/libiodbc.la
|
||||
lib/libiodbc.a
|
||||
include/isql.h
|
||||
include/isqlext.h
|
||||
include/isqltypes.h
|
||||
include/sql.h
|
||||
include/sqlext.h
|
||||
include/sqltypes.h
|
||||
share/doc/iodbc/COPYING
|
||||
share/examples/iodbc/odbc.ini
|
||||
@dirrm share/examples/iodbc
|
||||
@dirrm share/doc/iodbc
|
Loading…
Reference in New Issue
Block a user