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/iodbc/DESCR | 11 +++++++++++ databases/iodbc/PLIST | 18 ++++++++++++++++++ databases/iodbc/pkg/DESCR | 11 ----------- databases/iodbc/pkg/PLIST | 18 ------------------ 4 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 databases/iodbc/DESCR create mode 100644 databases/iodbc/PLIST delete mode 100644 databases/iodbc/pkg/DESCR delete mode 100644 databases/iodbc/pkg/PLIST (limited to 'databases/iodbc') diff --git a/databases/iodbc/DESCR b/databases/iodbc/DESCR new file mode 100644 index 00000000000..d87f8817ad6 --- /dev/null +++ b/databases/iodbc/DESCR @@ -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. diff --git a/databases/iodbc/PLIST b/databases/iodbc/PLIST new file mode 100644 index 00000000000..118fe3a8074 --- /dev/null +++ b/databases/iodbc/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:11:46 zuntum Exp $ +bin/odbctest +include/isql.h +include/isqlext.h +include/isqltypes.h +include/sql.h +include/sqlext.h +include/sqltypes.h +lib/libiodbc.a +lib/libiodbc.la +lib/libiodbc.so +lib/libiodbc.so.2 +lib/libiodbc.so.2.50 +share/doc/iodbc/COPYING +share/doc/iodbc/README +share/examples/iodbc/odbc.ini +@dirrm share/examples/iodbc +@dirrm share/doc/iodbc diff --git a/databases/iodbc/pkg/DESCR b/databases/iodbc/pkg/DESCR deleted file mode 100644 index d87f8817ad6..00000000000 --- a/databases/iodbc/pkg/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -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. diff --git a/databases/iodbc/pkg/PLIST b/databases/iodbc/pkg/PLIST deleted file mode 100644 index 85ffbf0dab3..00000000000 --- a/databases/iodbc/pkg/PLIST +++ /dev/null @@ -1,18 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2001/04/06 11:39:54 hubertf Exp $ -bin/odbctest -include/isql.h -include/isqlext.h -include/isqltypes.h -include/sql.h -include/sqlext.h -include/sqltypes.h -lib/libiodbc.a -lib/libiodbc.la -lib/libiodbc.so -lib/libiodbc.so.2 -lib/libiodbc.so.2.50 -share/doc/iodbc/COPYING -share/doc/iodbc/README -share/examples/iodbc/odbc.ini -@dirrm share/examples/iodbc -@dirrm share/doc/iodbc -- cgit v1.2.3