summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome2/pkg-descr
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-06-02 07:41:06 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-06-02 07:41:06 +0000
commit27aa89a33aa66b1c4b0191fa3452c313b419877f (patch)
treeafc4d82ddf984350c7161a265aa529156709a7c5 /x11-toolkits/py-gnome2/pkg-descr
parentUpgrade to 0.2.2. (diff)
New port pygtk, a set of wrappers around gtk for python.
Notes
Notes: svn path=/head/; revision=11208
Diffstat (limited to 'x11-toolkits/py-gnome2/pkg-descr')
-rw-r--r--x11-toolkits/py-gnome2/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome2/pkg-descr b/x11-toolkits/py-gnome2/pkg-descr
new file mode 100644
index 000000000000..8e2ab4392ce6
--- /dev/null
+++ b/x11-toolkits/py-gnome2/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.