diff options
author | tg <tg@FreeBSD.org> | 1998-06-02 15:41:06 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-02 15:41:06 +0800 |
commit | 852ade7ea0aba1fb78c457e17e9cc9f8d003cf38 (patch) | |
tree | bdb89d85a9620ab55211fa778e0e962272400382 /x11-toolkits/py-gtk2/pkg-descr | |
parent | f292a2727f969685fa716b3dee8ccc4afe5097e9 (diff) | |
download | freebsd-ports-gnome-852ade7ea0aba1fb78c457e17e9cc9f8d003cf38.tar.gz freebsd-ports-gnome-852ade7ea0aba1fb78c457e17e9cc9f8d003cf38.tar.zst freebsd-ports-gnome-852ade7ea0aba1fb78c457e17e9cc9f8d003cf38.zip |
New port pygtk, a set of wrappers around gtk for python.
Diffstat (limited to 'x11-toolkits/py-gtk2/pkg-descr')
-rw-r--r-- | x11-toolkits/py-gtk2/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtk2/pkg-descr b/x11-toolkits/py-gtk2/pkg-descr new file mode 100644 index 000000000000..8e2ab4392ce6 --- /dev/null +++ b/x11-toolkits/py-gtk2/pkg-descr @@ -0,0 +1,16 @@ +Gtkmodule and Gtkinter +====================== +Author: James Henstridge <james@daa.com.au> + +This archive contains modules that allow you to use gtk in Python +programs. At this point, it is still very much a work in progress. +Despite the low version number, this peice of software is quite useful, +and is usable to write moderately complex programs. (see the examples +directory for some examples of the simpler programs you could write). + +If you have any enhancements or bug reports, please send them to me at +james@daa.com.au. If you are going to send me diffs, my prefered +format is unified diff (ie. diff -u), although context diffs are OK as +well. Please don't send me diffs which don't have any context, as these +are almost useless if I try to apply them manually, or have a different +version of the source tree. |