diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-26 02:16:27 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-26 02:16:27 +0800 |
commit | 6513d1092221b72c3243344abe07a9bf04bd8be4 (patch) | |
tree | a30c2c14132b5670a97716724fe385eb2aafab5b /databases/glom/pkg-descr | |
parent | 533bef7c2c5368837cf3802239a049ef3110b4cd (diff) | |
download | marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar.gz marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar.bz2 marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar.lz marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar.xz marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar.zst marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.zip |
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
BTW: Can't be test due to BROKEN.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6806 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/glom/pkg-descr')
-rw-r--r-- | databases/glom/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/glom/pkg-descr b/databases/glom/pkg-descr new file mode 100644 index 000000000..6974a6efb --- /dev/null +++ b/databases/glom/pkg-descr @@ -0,0 +1,21 @@ +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. + +WWW: http://www.glom.org/ |