Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2005 01:47:33 +0000 (UTC)
From:      Michael Johnson <ahze@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases Makefile ports/databases/glom Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200511060147.jA61lXUY037869@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ahze        2005-11-06 01:47:33 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/glom       Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add glom
  
  With Glom you can design table definitions and the relationships
  between them, plus arrange the fields on the screen. You can edit
  and search the data in those tables, and specify field values in
  terms of other fields. It's as easy as it should be.
  
  The design is loosely based on FileMaker Pro, with the added
  advantage of separation between interface and data. Its simple
  framework should be enough to implement most database
  applications. Without Glom these systems normally consist of lots
  of repetitive, unmaintainable code.
  
  Glom-specific data such as the relationship definitions is saved
  in the Glom document. Glom re-connects to the database server
  when it loads a previous Glom document. The document is in XML
  format.
  
  Glom uses the PostgreSQL database backend but it can not edit
  databases that it did not create, because it uses only a simple
  subset of Postgres functionality.
  
  Submitted by:   adamw
  
  Revision  Changes    Path
  1.456     +1 -0      ports/databases/Makefile
  1.1       +41 -0     ports/databases/glom/Makefile (new)
  1.1       +2 -0      ports/databases/glom/distinfo (new)
  1.1       +21 -0     ports/databases/glom/pkg-descr (new)
  1.1       +38 -0     ports/databases/glom/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511060147.jA61lXUY037869>