diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-24 11:23:15 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-24 11:23:15 +0000 |
commit | ddf8c7b9c3408f26958e481191ed273683ed6143 (patch) | |
tree | 3eb228464f7f08371176e7ea5dafecae9e2918e7 /x11-toolkits/gdl/pkg-descr | |
parent | 1f76b38543b22fbc65b0f3b080bcd519817c1427 (diff) | |
download | FreeBSD-ports-ddf8c7b9c3408f26958e481191ed273683ed6143.zip FreeBSD-ports-ddf8c7b9c3408f26958e481191ed273683ed6143.tar.gz |
Add gdl 0.1.0, a set of components intended to be shared between GNOME
development tools.
Diffstat (limited to 'x11-toolkits/gdl/pkg-descr')
-rw-r--r-- | x11-toolkits/gdl/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/gdl/pkg-descr b/x11-toolkits/gdl/pkg-descr new file mode 100644 index 0000000..ae7f43d --- /dev/null +++ b/x11-toolkits/gdl/pkg-descr @@ -0,0 +1,16 @@ +Gnome Devtool Libraries +======================= + +This package contains components and libraries that are intended to be +shared between GNOME development tools, including gnome-debug, +gnome-build, and gIDE. + +The current pieces of GDL include: + + - A code-editing bonboo component based on the Scintilla + widget (scintilla-control). + + - An utility library that also contains the stubs and skels for + the above components (gdl). + +WWW: http://www.gnome.org/ |