diff options
author | nakai <nakai@FreeBSD.org> | 2000-11-03 07:17:19 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-11-03 07:17:19 +0000 |
commit | 7714614a5f26d2de439bea5041a104e636732868 (patch) | |
tree | f54d68e8c0fdf01aee3fdc96d1a4854ff8f6194c /databases/edb | |
parent | 23ffd36fff24ca230e0a009f7d98b350152b1c07 (diff) | |
download | FreeBSD-ports-7714614a5f26d2de439bea5041a104e636732868.zip FreeBSD-ports-7714614a5f26d2de439bea5041a104e636732868.tar.gz |
Initial import.
Enlightenment DR17 database utility.
Submitted by: ports/22089
Reviewed by: Brandon Fosdick
Diffstat (limited to 'databases/edb')
-rw-r--r-- | databases/edb/Makefile | 19 | ||||
-rw-r--r-- | databases/edb/distinfo | 1 | ||||
-rw-r--r-- | databases/edb/pkg-comment | 1 | ||||
-rw-r--r-- | databases/edb/pkg-descr | 25 | ||||
-rw-r--r-- | databases/edb/pkg-plist | 6 |
5 files changed, 52 insertions, 0 deletions
diff --git a/databases/edb/Makefile b/databases/edb/Makefile new file mode 100644 index 0000000..a25fe45 --- /dev/null +++ b/databases/edb/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: edb +# Date created: 10/16/2000 +# Whom: Brandon Fosdick <bfoz@glue.umd.edu> +# +# $FreeBSD$ +# + +PORTNAME= edb +PORTVERSION= 1.0.1 +CATEGORIES= databases +MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/e17/libs/ + +MAINTAINER= bfoz@glue.umd.edu + +USE_GMAKE= yes +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/databases/edb/distinfo b/databases/edb/distinfo new file mode 100644 index 0000000..ba95b9e --- /dev/null +++ b/databases/edb/distinfo @@ -0,0 +1 @@ +MD5 (edb-1.0.1.tar.gz) = 483a81c9d6f30b0a6954c14acc9dafea diff --git a/databases/edb/pkg-comment b/databases/edb/pkg-comment new file mode 100644 index 0000000..ecc684f --- /dev/null +++ b/databases/edb/pkg-comment @@ -0,0 +1 @@ +Enlightenment Database Library diff --git a/databases/edb/pkg-descr b/databases/edb/pkg-descr new file mode 100644 index 0000000..3dd5f74 --- /dev/null +++ b/databases/edb/pkg-descr @@ -0,0 +1,25 @@ +Enlightenment Database Library + +Edb is intended to provide a stable API and file format for archiving +configuration, theme and other data available all the time for access at +random really fast. Edb can store any kind of data in key-value pair format. +Random access reading and writing is FAST as the core of Edb used a berkley. +Edb provides a convenience API designed to make access fast AND improves access +speed by caching open db's until a flush and providing conveience macros too. +It also will be used to store image data and geometry data for theme files so +the information can be accessed without needing to unarchive files and can be +edited without having to unarchive and re-archive, and still be accesses at +random really quickly. Documentation is provided as comments in the Edb.h header +file. + +Edb will be used for all config theme and meta data stroage for E17/EFM +etc. sine it provides FAST random-access read/write of any data wanted +(binary, string, integert, floating point) withotu the need to +unpack/repack files - data can be etxracted and put back at whim with a +simple API from which simple or complex tools can be built. + +--Raster +raster@rasterman.com + +Website: http://www.enlightenment.org/ +Maintainer: Brandon Fosdick <bfoz@glue.umd.edu> diff --git a/databases/edb/pkg-plist b/databases/edb/pkg-plist new file mode 100644 index 0000000..6a0172a --- /dev/null +++ b/databases/edb/pkg-plist @@ -0,0 +1,6 @@ +bin/edb-config +include/Edb.h +lib/libedb.so.1 +lib/libedb.so +lib/libedb.la +lib/libedb.a |