diff options
author | tsarna <tsarna@pkgsrc.org> | 2000-05-16 01:03:47 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2000-05-16 01:03:47 +0000 |
commit | 62396aef989b9abfb1a2b7f7d2312aa1fefc365d (patch) | |
tree | 882aa0e8e057888030050e2f35d7cf1f4397b7b8 /databases/freetds | |
parent | beff619a18c4a06d2772e36d3837d89ff9c583af (diff) | |
download | pkgsrc-62396aef989b9abfb1a2b7f7d2312aa1fefc365d.tar.gz |
Initial import of pkg for FreeTDS 0.50:
FreeTDS is a free (open source, LGPL-licensed) implementation of
Sybase's db-lib, ct-lib, and ODBC libraries. Currently, dblib and ctlib
are most mature. Both of these libraries have several programs know to
compile and run against them. ODBC is just a roughed in skeleton, and
not useful for real work.
FreeTDS will run at protocol versions 4.2, 4.6, or 5.0 and thus can
access both Sybase and Microsoft SQL-Servers. Experimental support for
TDS 7.0 (the version used by MS SQL Server 7.0) is now included.
Diffstat (limited to 'databases/freetds')
-rw-r--r-- | databases/freetds/Makefile | 20 | ||||
-rw-r--r-- | databases/freetds/files/md5 | 3 | ||||
-rw-r--r-- | databases/freetds/pkg/COMMENT | 1 | ||||
-rw-r--r-- | databases/freetds/pkg/DESCR | 15 | ||||
-rw-r--r-- | databases/freetds/pkg/PLIST | 30 |
5 files changed, 69 insertions, 0 deletions
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile new file mode 100644 index 00000000000..433630729e2 --- /dev/null +++ b/databases/freetds/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/05/16 01:03:47 tsarna Exp $ + +DISTNAME= freetds-0.50 +CATEGORIES= databases +MASTER_SITES= ftp://ftp.metalab.unc.edu/pub/Linux/ALPHA/freetds/ +EXTRACT_SUFX= .tgz + +MAINTAINER= tsarna@netbsd.org +HOMEPAGE= http://www.freetds.org/ + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX}/freetds +USE_GMAKE= yes + +WRKSRC= ${WRKDIR}/freetds + +#post-install: +# ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/doc/db + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/freetds/files/md5 b/databases/freetds/files/md5 new file mode 100644 index 00000000000..56c5ce0b1a6 --- /dev/null +++ b/databases/freetds/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/05/16 01:03:47 tsarna Exp $ + +MD5 (freetds-0.50.tgz) = 06bfb775de2b903fd43163b102cbd16b diff --git a/databases/freetds/pkg/COMMENT b/databases/freetds/pkg/COMMENT new file mode 100644 index 00000000000..4a4146bb85d --- /dev/null +++ b/databases/freetds/pkg/COMMENT @@ -0,0 +1 @@ +LGPL'd implementation of Sybase's db-lib/ct-lib/ODBC libs diff --git a/databases/freetds/pkg/DESCR b/databases/freetds/pkg/DESCR new file mode 100644 index 00000000000..a25d5592f19 --- /dev/null +++ b/databases/freetds/pkg/DESCR @@ -0,0 +1,15 @@ +FreeTDS is a free (open source, LGPL-licensed) implementation of +Sybase's db-lib, ct-lib, and ODBC libraries. Currently, dblib and ctlib +are most mature. Both of these libraries have several programs know to +compile and run against them. ODBC is just a roughed in skeleton, and +not useful for real work. + +FreeTDS will run at protocol versions 4.2, 4.6, or 5.0 and thus can +access both Sybase and Microsoft SQL-Servers. Note: Microsoft SQL +servers do not support TDS versions above 4.2 and need to be configured +with the --with-tdsver=4.2 flag. + +Experimental support for TDS 7.0 (the version used by MS SQL Server 7.0) +is now included. It works for me but beyond that I can't promise much. +That said, TDS 7.0 support can be configured by using the +--with-tdsver=7.0 when running configure. diff --git a/databases/freetds/pkg/PLIST b/databases/freetds/pkg/PLIST new file mode 100644 index 00000000000..49de50c0284 --- /dev/null +++ b/databases/freetds/pkg/PLIST @@ -0,0 +1,30 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/16 01:03:47 tsarna Exp $ +freetds/lib/libtds.so.0.0 +freetds/lib/libtds.so.0 +freetds/lib/libtds.so +freetds/lib/libtds.la +freetds/lib/libtds.a +freetds/lib/libct.so.0.0 +freetds/lib/libct.so.0 +freetds/lib/libct.so +freetds/lib/libct.la +freetds/lib/libct.a +freetds/lib/libsybdb.so.0.0 +freetds/lib/libsybdb.so.0 +freetds/lib/libsybdb.so +freetds/lib/libsybdb.la +freetds/lib/libsybdb.a +freetds/include/cspublic.h +freetds/include/ctpublic.h +freetds/include/sybdb.h +freetds/include/sybfront.h +freetds/include/tdsutil.h +freetds/include/bkpublic.h +freetds/include/cstypes.h +freetds/include/dblib.h +freetds/include/syberror.h +freetds/include/sqldb.h +freetds/include/sqlfront.h +freetds/include/tds.h +freetds/include/tdsver.h +freetds/interfaces.example |