diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-08-26 09:25:57 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-08-26 09:25:57 +0000 |
commit | f2c3b4328886e504fa0d607f6b543db2ffe8f0b2 (patch) | |
tree | 631e5737f8ab1b33e7636d2e4341479ccecb3b56 | |
parent | 6ee05b1605e2ea0d53d7e36b8a48447b7a809f82 (diff) |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/edb/Makefile | 26 | ||||
-rw-r--r-- | databases/edb/distinfo | 2 | ||||
-rw-r--r-- | databases/edb/pkg-descr | 21 | ||||
-rw-r--r-- | databases/edb/pkg-plist | 8 |
6 files changed, 1 insertions, 58 deletions
@@ -3650,3 +3650,4 @@ www/cakephp2|www/cakephp21|2012-08-21|Moved to match port version databases/libudbc||2012-08-21|Has expired: Does not fetch and no vendor support anymore net/asterisk16||2012-08-22|Unsupported upstream, please use net/asterisk instead. net/asterisk16-addons||2012-08-22|Unsupported upstream, now part of net/asterisk. +databases/edb||2012-08-26|Has expired: Deprecated by enlightenment.org team diff --git a/databases/Makefile b/databases/Makefile index 5183e4f39fa0..18a2d2e74e1c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -60,7 +60,6 @@ SUBDIR += dbtool SUBDIR += dbview SUBDIR += drizzle - SUBDIR += edb SUBDIR += embedded_innodb SUBDIR += emma SUBDIR += erlang-mysql diff --git a/databases/edb/Makefile b/databases/edb/Makefile deleted file mode 100644 index ec382227da99..000000000000 --- a/databases/edb/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: edb -# Date created: 10/16/2000 -# Whom: Brandon Fosdick <bfoz@glue.umd.edu> -# -# $FreeBSD$ -# - -PORTNAME= edb -PORTVERSION= 1.0.5.042 -PORTEPOCH= 2 -CATEGORIES= databases enlightenment -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ - http://download.enlightenment.org/snapshots/2008-01-25/ - -MAINTAINER= magik@roorback.net -COMMENT= Enlightenment Database Library - -DEPRECATED= Deprecated by enlightenment.org team -EXPIRATION_DATE= 2012-07-31 - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig -USE_LDCONFIG= yes - -.include <bsd.port.mk> diff --git a/databases/edb/distinfo b/databases/edb/distinfo deleted file mode 100644 index b8e28ec93226..000000000000 --- a/databases/edb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (edb-1.0.5.042.tar.bz2) = a6e110c47d8979b86156eac2db8121bee5d8aa4927cb60ba612044709df538a2 -SIZE (edb-1.0.5.042.tar.bz2) = 492293 diff --git a/databases/edb/pkg-descr b/databases/edb/pkg-descr deleted file mode 100644 index d7cb29697534..000000000000 --- a/databases/edb/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -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 uses a berkley. -Edb provides a convenience API designed to make access fast AND improve 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. - -WWW: http://www.enlightenment.org/Libraries/Edb/index.html diff --git a/databases/edb/pkg-plist b/databases/edb/pkg-plist deleted file mode 100644 index 05a671a9ffbf..000000000000 --- a/databases/edb/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/edb_ed -bin/edb_vt_ed -include/Edb.h -lib/libedb.a -lib/libedb.la -lib/libedb.so -lib/libedb.so.1 -libdata/pkgconfig/edb.pc |