From 0ca28723fbfb0ed88954e35bf45d7462a40a5178 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/java-db3/DESCR | 23 +++++++++++++++++++++++ databases/java-db3/PLIST | 7 +++++++ databases/java-db3/pkg/DESCR | 23 ----------------------- databases/java-db3/pkg/PLIST | 7 ------- 4 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 databases/java-db3/DESCR create mode 100644 databases/java-db3/PLIST delete mode 100644 databases/java-db3/pkg/DESCR delete mode 100644 databases/java-db3/pkg/PLIST (limited to 'databases/java-db3') diff --git a/databases/java-db3/DESCR b/databases/java-db3/DESCR new file mode 100644 index 00000000000..262096316e7 --- /dev/null +++ b/databases/java-db3/DESCR @@ -0,0 +1,23 @@ +Berkeley DB is an embeddable database system that supports keyed access to +data. The software is distributed in source code form, and developers can +compile and link the source code into a single library for inclusion +directly in their applications. + +Developers may choose to store data in any of several different storage +structures to satisfy the requirements of a particular application. In +database terminology, these storage structures and the code that operates on +them are called access methods. The library includes support for the +following access methods: + + * B+tree: Stores keys in sorted order, using either a programmer-supplied + ordering function or a default function that does lexicographical + ordering of keys. Applications may perform equality or range searches. + * Hashing: Stores records in a hash table for fast searches based on + strict equality. Extended Linear Hashing modifies the hash function + used by the table as new records are inserted, in order to keep buckets + underfull in the steady state. + * Fixed and Variable-Length Records: Stores fixed- or variable-length + records in sequential order. Record numbers may be immutable or + mutable, i.e., permitting new records to be inserted between existing + records or requiring that new records be added only at the end of the + database. diff --git a/databases/java-db3/PLIST b/databases/java-db3/PLIST new file mode 100644 index 00000000000..9ef23e04d45 --- /dev/null +++ b/databases/java-db3/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:11:47 zuntum Exp $ +lib/db3.jar +lib/libdb3_java.a +lib/libdb3_java.la +lib/libdb3_java.so +lib/libdb3_java.so.2 +lib/libdb3_java.so.2.9 diff --git a/databases/java-db3/pkg/DESCR b/databases/java-db3/pkg/DESCR deleted file mode 100644 index 262096316e7..00000000000 --- a/databases/java-db3/pkg/DESCR +++ /dev/null @@ -1,23 +0,0 @@ -Berkeley DB is an embeddable database system that supports keyed access to -data. The software is distributed in source code form, and developers can -compile and link the source code into a single library for inclusion -directly in their applications. - -Developers may choose to store data in any of several different storage -structures to satisfy the requirements of a particular application. In -database terminology, these storage structures and the code that operates on -them are called access methods. The library includes support for the -following access methods: - - * B+tree: Stores keys in sorted order, using either a programmer-supplied - ordering function or a default function that does lexicographical - ordering of keys. Applications may perform equality or range searches. - * Hashing: Stores records in a hash table for fast searches based on - strict equality. Extended Linear Hashing modifies the hash function - used by the table as new records are inserted, in order to keep buckets - underfull in the steady state. - * Fixed and Variable-Length Records: Stores fixed- or variable-length - records in sequential order. Record numbers may be immutable or - mutable, i.e., permitting new records to be inserted between existing - records or requiring that new records be added only at the end of the - database. diff --git a/databases/java-db3/pkg/PLIST b/databases/java-db3/pkg/PLIST deleted file mode 100644 index 09ba2d48bde..00000000000 --- a/databases/java-db3/pkg/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/28 17:49:00 jlam Exp $ -lib/db3.jar -lib/libdb3_java.a -lib/libdb3_java.la -lib/libdb3_java.so -lib/libdb3_java.so.2 -lib/libdb3_java.so.2.9 -- cgit v1.2.3