cvs commit: ports/databases Makefile ports/databases/cego Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Thu Jul 1 05:49:30 UTC 2010


miwi        2010-07-01 05:49:29 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/cego       Makefile distinfo pkg-descr pkg-plist 
  Log:
  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 <fbsd-ports at opsec.eu>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.886     +1 -0      ports/databases/Makefile
  1.1       +27 -0     ports/databases/cego/Makefile (new)
  1.1       +3 -0      ports/databases/cego/distinfo (new)
  1.1       +13 -0     ports/databases/cego/pkg-descr (new)
  1.1       +33 -0     ports/databases/cego/pkg-plist (new)


More information about the cvs-ports mailing list