From e0ef1e23c45e9ced5ff300cfda2f80621b739fd4 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 1 Jul 2010 05:49:29 +0000 Subject: Cego is a Relational Database Management System (RDBMS). Cego supports transactional SQL query requests in a multithreaded architecture. For high availablility requirements, Cego supports a database shadowing feature. Several compute nodes can be defined in a Cego database configuration, where each node is able to manage a number of so called table sets. For each tableset, a backup node can be defined, which runs is recover mode for the corresponding tableset. If required, the tableset can be switched to the backup node and this node gets the active node for the tableset. Many more details are available at: WWW: http://www.lemke-it.com/ PR: ports/147822 Submitted by: Kurt Jaeger Feature safe: yes --- databases/Makefile | 1 + databases/cego/Makefile | 27 +++++++++++++++++++++++++++ databases/cego/distinfo | 3 +++ databases/cego/pkg-descr | 13 +++++++++++++ databases/cego/pkg-plist | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 77 insertions(+) create mode 100644 databases/cego/Makefile create mode 100644 databases/cego/distinfo create mode 100644 databases/cego/pkg-descr create mode 100644 databases/cego/pkg-plist (limited to 'databases') diff --git a/databases/Makefile b/databases/Makefile index f39e966be82f..3764971a3512 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -20,6 +20,7 @@ SUBDIR += buzhug SUBDIR += cassandra SUBDIR += cdb + SUBDIR += cego SUBDIR += clip SUBDIR += couchdb SUBDIR += courier-authlib-mysql diff --git a/databases/cego/Makefile b/databases/cego/Makefile new file mode 100644 index 000000000000..50d5039b1cf3 --- /dev/null +++ b/databases/cego/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: cego +# Date created: Jun 12, 2010 +# Whom: Kurt Jaeger +# +# $FreeBSD$ + +PORTNAME= cego +PORTVERSION= 2.5.13 +CATEGORIES= databases +MASTER_SITES= http://www.lemke-it.com/ +DISTNAME= cego-${PORTVERSION} + +MAINTAINER= fbsd-ports@opsec.eu +COMMENT= A relational and transactional database system + +LIB_DEPENDS= Base.1:${PORTSDIR}/devel/cego-base \ + XML.1:${PORTSDIR}/devel/cego-xml + +LICENSE= GPLv2 +WRKSRC= ${WRKDIR}/cego +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +USE_LDCONFIG= yes +USE_AUTOTOOLS= autoconf:262:env + +.include diff --git a/databases/cego/distinfo b/databases/cego/distinfo new file mode 100644 index 000000000000..1fe23a4b93bc --- /dev/null +++ b/databases/cego/distinfo @@ -0,0 +1,3 @@ +MD5 (cego-2.5.13.tar.gz) = 163d35defe03fbffa46b215bbd4348be +SHA256 (cego-2.5.13.tar.gz) = 93a0ef10d6790874b1087c78fcf0098d933e010b8f280e7f9a7feb7dae5fae9c +SIZE (cego-2.5.13.tar.gz) = 634213 diff --git a/databases/cego/pkg-descr b/databases/cego/pkg-descr new file mode 100644 index 000000000000..6d5fcd3e3f2d --- /dev/null +++ b/databases/cego/pkg-descr @@ -0,0 +1,13 @@ +Cego is a Relational Database Management System (RDBMS). Cego +supports transactional SQL query requests in a multithreaded +architecture. For high availablility requirements, Cego supports a +database shadowing feature. Several compute nodes can be defined in +a Cego database configuration, where each node is able to manage a +number of so called table sets. For each tableset, a backup node +can be defined, which runs is recover mode for the corresponding +tableset. If required, the tableset can be switched to the backup +node and this node gets the active node for the tableset. + +Many more details are available at: + +WWW: http://www.lemke-it.com/ diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist new file mode 100644 index 000000000000..bc0e7c663f3f --- /dev/null +++ b/databases/cego/pkg-plist @@ -0,0 +1,33 @@ +bin/cego +bin/cgadm +bin/cgblow +bin/cgclt +bin/cglog +include/CegoBlob.h +include/CegoCheckObject.h +include/CegoContentObject.h +include/CegoDataPointer.h +include/CegoDataType.h +include/CegoDbHandler.h +include/CegoDecodableObject.h +include/CegoField.h +include/CegoFieldValue.h +include/CegoJoinObject.h +include/CegoKeyObject.h +include/CegoModule.h +include/CegoObject.h +include/CegoOutput.h +include/CegoProcObject.h +include/CegoProcVar.h +include/CegoTableObject.h +include/CegoViewObject.h +include/cgwrap.h +lib/libcego.a +lib/libcego.so.1 +lib/libcgwrap.a +lib/libcgwrap.so.1 +share/licenses/cego-2.5.13/GPLv2 +share/licenses/cego-2.5.13/LICENSE +share/licenses/cego-2.5.13/catalog.mk +@dirrm share/licenses/cego-2.5.13 +@dirrm share/licenses -- cgit