diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-22 03:03:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-22 03:03:04 +0800 |
commit | 974f8eb6e4eeeadfc99cd3ebd56ed8eddb90d00b (patch) | |
tree | 1f91bf8adc0895feb3326dcc5846412f2ae7e8b2 /x11-toolkits/gtk20/pkg-descr | |
parent | 3137beba67b425bb18818ef5f34ce34650802ff6 (diff) | |
download | marcuscom-ports-974f8eb6e4eeeadfc99cd3ebd56ed8eddb90d00b.tar marcuscom-ports-974f8eb6e4eeeadfc99cd3ebd56ed8eddb90d00b.tar.gz marcuscom-ports-974f8eb6e4eeeadfc99cd3ebd56ed8eddb90d00b.tar.bz2 marcuscom-ports-974f8eb6e4eeeadfc99cd3ebd56ed8eddb90d00b.tar.lz marcuscom-ports-974f8eb6e4eeeadfc99cd3ebd56ed8eddb90d00b.tar.xz marcuscom-ports-974f8eb6e4eeeadfc99cd3ebd56ed8eddb90d00b.tar.zst marcuscom-ports-974f8eb6e4eeeadfc99cd3ebd56ed8eddb90d00b.zip |
Remove gtk20. It has since been updated in the FreeBSD ports tree.
Reminded by: Koop Mast <einekoai@chello.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@919 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/pkg-descr')
-rw-r--r-- | x11-toolkits/gtk20/pkg-descr | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-toolkits/gtk20/pkg-descr b/x11-toolkits/gtk20/pkg-descr deleted file mode 100644 index 83ab3d952..000000000 --- a/x11-toolkits/gtk20/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ - GTK is a library for creating graphical user interfaces similar to -the Motif "look and feel". It is designed to be small and efficient, but -still flexible enough to allow the programmer freedom in the interfaces -created. GTK allows the programmer to use a variety of standard user -interface widgets such as push, radio and check buttons, menus, lists -and frames. It also provides several "container" widgets which can be -used to control the layout of the user interface elements. - - GTK provides some unique features. (At least, I know of no other -widget library which provides them). For example, a button does not -contain a label, it contains a child widget, which in most instances -will be a label. However, the child widget can also be a pixmap, image -or any combination possible the programmer desires. This flexibility is -adhered to throughout the library. - -GTK+-2.0 is a stable release, but many applications still require -GTK+-1.2, the previous stable version. You can have the runtime and -development environments for both GTK+-2.0 and GTK+-1.2 installed -simultaneously on your computer. - -WWW: http://www.gtk.org/ |