Add libiodbc, a library which allows access to ODBC databases.

PR:		17587
Submitted by:	Erik H. Bakke <erikhb@bgnett.no>
This commit is contained in:
Will Andrews 2000-05-29 08:23:02 +00:00
parent 8d1228a7a5
commit 1fdcbff778
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28920
6 changed files with 35 additions and 0 deletions

View file

@ -12,6 +12,7 @@
SUBDIR += grass
SUBDIR += gtksql
SUBDIR += interbase4
SUBDIR += libiodbc
SUBDIR += metakit
SUBDIR += msql
SUBDIR += mysql-editor

View file

@ -0,0 +1,18 @@
# New ports collection makefile for: libiodbc
# Date created: 24 Mar 2000
# Whom: erikhb@bgnett.no
#
# $FreeBSD$
#
PORTNAME= libiodbc
PORTVERSION= 2.50.3
CATEGORIES= databases
MASTER_SITES= ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MyODBC/
MAINTAINER= erikhb@bgnett.no
USE_LIBTOOL= yes
USE_GMAKE= yes
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (libiodbc-2.50.3.tar.gz) = 5d23b748d4c57d61a004395cea5ff0f0

View file

@ -0,0 +1 @@
ODBC library, for universal database access

View file

@ -0,0 +1,5 @@
libiodbc is an ODBC implementation that allows access to a variety
of databases
- Erik H. Bakke
erikhb@bgnett.no

View file

@ -0,0 +1,9 @@
lib/libiodbc.so.2
lib/libiodbc.so
lib/libiodbc.a
include/isql.h
include/isqlext.h
include/isqltypes.h
include/sql.h
include/sqlext.h
include/sqltypes.h