From 8bc5dafa3b85eac1ad1a0c6f37cd23466c28a12c Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:11:36 +0000 Subject: Move pkg/ files into package's toplevel directory --- databases/freetds/DESCR | 15 +++++++++++++++ databases/freetds/PLIST | 36 ++++++++++++++++++++++++++++++++++++ databases/freetds/pkg/DESCR | 15 --------------- databases/freetds/pkg/PLIST | 36 ------------------------------------ 4 files changed, 51 insertions(+), 51 deletions(-) create mode 100644 databases/freetds/DESCR create mode 100644 databases/freetds/PLIST delete mode 100644 databases/freetds/pkg/DESCR delete mode 100644 databases/freetds/pkg/PLIST (limited to 'databases/freetds') diff --git a/databases/freetds/DESCR b/databases/freetds/DESCR new file mode 100644 index 00000000000..a25d5592f19 --- /dev/null +++ b/databases/freetds/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/PLIST b/databases/freetds/PLIST new file mode 100644 index 00000000000..99f87d296ba --- /dev/null +++ b/databases/freetds/PLIST @@ -0,0 +1,36 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:11:39 zuntum Exp $ +freetds/include/bkpublic.h +freetds/include/common.h +freetds/include/cspublic.h +freetds/include/cstypes.h +freetds/include/ctlib.h +freetds/include/ctpublic.h +freetds/include/dblib.h +freetds/include/sqldb.h +freetds/include/sqlfront.h +freetds/include/sybdb.h +freetds/include/syberror.h +freetds/include/sybfront.h +freetds/include/tds.h +freetds/include/tdsconvert.h +freetds/include/tdsutil.h +freetds/include/tdsver.h +freetds/interfaces +freetds/lib/libct.a +freetds/lib/libct.la +freetds/lib/libct.so +freetds/lib/libct.so.0 +freetds/lib/libct.so.0.0 +freetds/lib/libsybdb.a +freetds/lib/libsybdb.la +freetds/lib/libsybdb.so +freetds/lib/libsybdb.so.0 +freetds/lib/libsybdb.so.0.0 +freetds/lib/libtds.a +freetds/lib/libtds.la +freetds/lib/libtds.so +freetds/lib/libtds.so.0 +freetds/lib/libtds.so.0.0 +@dirrm freetds/lib +@dirrm freetds/include +@dirrm freetds diff --git a/databases/freetds/pkg/DESCR b/databases/freetds/pkg/DESCR deleted file mode 100644 index a25d5592f19..00000000000 --- a/databases/freetds/pkg/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -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 deleted file mode 100644 index 9746017ced8..00000000000 --- a/databases/freetds/pkg/PLIST +++ /dev/null @@ -1,36 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2001/05/22 04:37:07 jlam Exp $ -freetds/include/bkpublic.h -freetds/include/common.h -freetds/include/cspublic.h -freetds/include/cstypes.h -freetds/include/ctlib.h -freetds/include/ctpublic.h -freetds/include/dblib.h -freetds/include/sqldb.h -freetds/include/sqlfront.h -freetds/include/sybdb.h -freetds/include/syberror.h -freetds/include/sybfront.h -freetds/include/tds.h -freetds/include/tdsconvert.h -freetds/include/tdsutil.h -freetds/include/tdsver.h -freetds/interfaces -freetds/lib/libct.a -freetds/lib/libct.la -freetds/lib/libct.so -freetds/lib/libct.so.0 -freetds/lib/libct.so.0.0 -freetds/lib/libsybdb.a -freetds/lib/libsybdb.la -freetds/lib/libsybdb.so -freetds/lib/libsybdb.so.0 -freetds/lib/libsybdb.so.0.0 -freetds/lib/libtds.a -freetds/lib/libtds.la -freetds/lib/libtds.so -freetds/lib/libtds.so.0 -freetds/lib/libtds.so.0.0 -@dirrm freetds/lib -@dirrm freetds/include -@dirrm freetds -- cgit v1.2.3