From 4991dd0eac9df878678eae89126db950cc516d4c 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/edb/DESCR | 8 ++++++++ databases/edb/PLIST | 10 ++++++++++ databases/edb/pkg/DESCR | 8 -------- databases/edb/pkg/PLIST | 10 ---------- 4 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 databases/edb/DESCR create mode 100644 databases/edb/PLIST delete mode 100644 databases/edb/pkg/DESCR delete mode 100644 databases/edb/pkg/PLIST (limited to 'databases/edb') diff --git a/databases/edb/DESCR b/databases/edb/DESCR new file mode 100644 index 00000000000..bdfb58ab3a9 --- /dev/null +++ b/databases/edb/DESCR @@ -0,0 +1,8 @@ + Edb is a database abstraction layer to Berkeley Databases. Edb contains +the source for DB 2.7.7, thus freezing the database format on disk, making +sure it will never become incompatible. Edb wraps this with a convenience +and optimization API layer, making database access easy, fast and +consistent. It handles typing of information in the database and much +more. Edb is *VERY* fast and all of Enlightenment 17 configuration +management is built on top of it - every configuration file is a database +- including Ebits files. diff --git a/databases/edb/PLIST b/databases/edb/PLIST new file mode 100644 index 00000000000..0fb54021c3c --- /dev/null +++ b/databases/edb/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:11:38 zuntum Exp $ +bin/edb-config +bin/edb_ed +bin/edb_gtk_ed +include/Edb.h +lib/libedb.a +lib/libedb.la +lib/libedb.so +lib/libedb.so.1 +lib/libedb.so.1.2 diff --git a/databases/edb/pkg/DESCR b/databases/edb/pkg/DESCR deleted file mode 100644 index bdfb58ab3a9..00000000000 --- a/databases/edb/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ - Edb is a database abstraction layer to Berkeley Databases. Edb contains -the source for DB 2.7.7, thus freezing the database format on disk, making -sure it will never become incompatible. Edb wraps this with a convenience -and optimization API layer, making database access easy, fast and -consistent. It handles typing of information in the database and much -more. Edb is *VERY* fast and all of Enlightenment 17 configuration -management is built on top of it - every configuration file is a database -- including Ebits files. diff --git a/databases/edb/pkg/PLIST b/databases/edb/pkg/PLIST deleted file mode 100644 index 2145aa119bb..00000000000 --- a/databases/edb/pkg/PLIST +++ /dev/null @@ -1,10 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/16 10:46:58 rh Exp $ -bin/edb-config -bin/edb_ed -bin/edb_gtk_ed -include/Edb.h -lib/libedb.a -lib/libedb.la -lib/libedb.so -lib/libedb.so.1 -lib/libedb.so.1.2 -- cgit v1.2.3