From owner-cvs-all@FreeBSD.ORG Sun Nov 6 01:47:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 042EB16A41F; Sun, 6 Nov 2005 01:47:34 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C691743D45; Sun, 6 Nov 2005 01:47:33 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jA61lXqY037870; Sun, 6 Nov 2005 01:47:33 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA61lXUY037869; Sun, 6 Nov 2005 01:47:33 GMT (envelope-from ahze) Message-Id: <200511060147.jA61lXUY037869@repoman.freebsd.org> From: Michael Johnson Date: Sun, 6 Nov 2005 01:47:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/glom Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 01:47:34 -0000 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)