diff options
author | rh <rh> | 2001-08-16 10:46:58 +0000 |
---|---|---|
committer | rh <rh> | 2001-08-16 10:46:58 +0000 |
commit | 7f143924fca9b34e88240996d3677e85946b1549 (patch) | |
tree | 542682a3c2a0b6e01d819035b9cc82be666611c2 /databases/edb/pkg | |
parent | 30293eec29bf9cafd41a1feecebfbf671ec32494 (diff) | |
download | pkgsrc-7f143924fca9b34e88240996d3677e85946b1549.tar.gz |
Initial import of edb-1.0.2, the Enlightenment database abstraction layer.
Diffstat (limited to 'databases/edb/pkg')
-rw-r--r-- | databases/edb/pkg/DESCR | 8 | ||||
-rw-r--r-- | databases/edb/pkg/PLIST | 10 |
2 files changed, 18 insertions, 0 deletions
diff --git a/databases/edb/pkg/DESCR b/databases/edb/pkg/DESCR new file mode 100644 index 00000000000..bdfb58ab3a9 --- /dev/null +++ b/databases/edb/pkg/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/pkg/PLIST b/databases/edb/pkg/PLIST new file mode 100644 index 00000000000..2145aa119bb --- /dev/null +++ b/databases/edb/pkg/PLIST @@ -0,0 +1,10 @@ +@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 |