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:
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
|
@ -12,6 +12,7 @@
|
|||
SUBDIR += grass
|
||||
SUBDIR += gtksql
|
||||
SUBDIR += interbase4
|
||||
SUBDIR += libiodbc
|
||||
SUBDIR += metakit
|
||||
SUBDIR += msql
|
||||
SUBDIR += mysql-editor
|
||||
|
|
18
databases/libiodbc/Makefile
Normal file
18
databases/libiodbc/Makefile
Normal 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>
|
1
databases/libiodbc/distinfo
Normal file
1
databases/libiodbc/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libiodbc-2.50.3.tar.gz) = 5d23b748d4c57d61a004395cea5ff0f0
|
1
databases/libiodbc/pkg-comment
Normal file
1
databases/libiodbc/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
ODBC library, for universal database access
|
5
databases/libiodbc/pkg-descr
Normal file
5
databases/libiodbc/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
libiodbc is an ODBC implementation that allows access to a variety
|
||||
of databases
|
||||
|
||||
- Erik H. Bakke
|
||||
erikhb@bgnett.no
|
9
databases/libiodbc/pkg-plist
Normal file
9
databases/libiodbc/pkg-plist
Normal 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
|
Loading…
Reference in a new issue