summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorIsmael Luceno2014-12-11 23:34:31 -0300
committerIsmael Luceno2014-12-11 23:35:01 -0300
commite9537c25db06490781479d2471cf66b0d23f6c4e (patch)
treea06453c028e705da5692bfea79649f2870a07bcb /php-pear
parent1456ae2c68fe2cea34cba06894df4301ee51626e (diff)
pear-gtk_mdb_designer: Fix description formatting
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/pear-gtk_mdb_designer/DETAILS48
-rw-r--r--php-pear/pear-gtk_mdb_designer/HISTORY1
2 files changed, 22 insertions, 27 deletions
diff --git a/php-pear/pear-gtk_mdb_designer/DETAILS b/php-pear/pear-gtk_mdb_designer/DETAILS
index 72d165647b..cff670cfda 100755
--- a/php-pear/pear-gtk_mdb_designer/DETAILS
+++ b/php-pear/pear-gtk_mdb_designer/DETAILS
@@ -8,34 +8,28 @@
KEYWORDS="database php"
SHORT='PEAR: An Gtk Database schema designer'
cat << EOF
-A graphical database schema designer, based
-loosely around the MDB schema,
-it features
-- table boxes which are dragged around a
-window to layout your database
-- add/delete tables
-- add delete columns
-- support for NotNull, Indexes, Sequences ,
-Unique Indexes and defaults
-- works totally in non-connected mode (eg. no
-database or setting up required)
-- stores in MDB like xml file.
-- saves to any supported database SQL create
-tables files.
-- screenshots at
-http://devel.akbkhome.com/screenshots/Gtk_MDB/
+A graphical database schema designer, based loosely around the MDB schema.
+
+It features:
+- Table boxes which are dragged around a window to layout your database.
+- Add/delete tables add delete columns support for NotNull, Indexes, Sequences,
+ Unique Indexes and defaults works totally in non-connected mode (eg. no
+ database or setting up required) stores in MDB like xml file.
+- Saves to any supported database SQL create tables files.
+- Screenshots at http://devel.akbkhome.com/screenshots/Gtk_MDB/
+
Future enhancements:
-- real MDB schema exports
-- relationships = with lines etc.
-Note: the primary aim is to generate SQL files,
-(so that I can get my work done)
-however it is eventually planned to support MDB
-schema's fully.. - just a matter of time..
-To use - just pear install and run
-gtkmdbdesigner
-** Note - this package is not actively being
-maintained. If you find it useful, and what to
-take over please contact the developer.
+- Real MDB.
+- Schema exports relationships = with lines etc.
+
+Note: the primary aim is to generate SQL files, (so that I can get my work done)
+however it is eventually planned to support MDB schema's fully - just a matter
+of time.
+
+To use just run gtkmdbdesigner.
+
+Note: this package is not actively being maintained. If you find it useful, and
+what to take over please contact the developer.
EOF
source $SECTION_DIRECTORY/PEAR_DETAILS
diff --git a/php-pear/pear-gtk_mdb_designer/HISTORY b/php-pear/pear-gtk_mdb_designer/HISTORY
index 4e4e22f266..a0a9fb786a 100644
--- a/php-pear/pear-gtk_mdb_designer/HISTORY
+++ b/php-pear/pear-gtk_mdb_designer/HISTORY
@@ -1,5 +1,6 @@
2014-12-12 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: Fix typo in description (activily -> actively)
+ * DETAILS: Fix description formatting
2008-09-08 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* HISTORY: fixed #12619