diff --git a/x11/e17/edb/Makefile b/x11/e17/edb/Makefile index 47a2c23b422..f7939f1e773 100644 --- a/x11/e17/edb/Makefile +++ b/x11/e17/edb/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2007/12/02 13:55:21 bernd Exp $ +# $OpenBSD: Makefile,v 1.3 2007/12/02 13:58:12 bernd Exp $ -COMMENT= databse conveneince library based on db 2.7.7 +COMMENT= database convenience library based on db 2.7.7 DISTNAME= edb-20071107 +PKGNAME= ${DISTNAME}p0 SHARED_LIBS += edb 0.0 # .1.5 MAINTAINER= Laurent FANIS diff --git a/x11/e17/edb/pkg/DESCR b/x11/e17/edb/pkg/DESCR index e1f206aa1fa..db268788bd7 100644 --- a/x11/e17/edb/pkg/DESCR +++ b/x11/e17/edb/pkg/DESCR @@ -1,6 +1,6 @@ -This is a database conveneince library base on db 2.7.7 from +This is a database convenience library based on db 2.7.7 from http://www.sleepycat.com. It is intended to make accessing database -information portable, easy, fast and efficient as well as bypass the -proplem of libdb continuously changing formats. Read the Edb.h header +information portable, easy, fast and efficient as well as bypassing the +problem of libdb continuously changing formats. Read the Edb.h header for inormation on how to use the calls and the test directory for sample code.