aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2000-05-20 14:23:18 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2000-05-20 14:23:18 +0000
commit6335cb42fc14a5cdf9e64e0550f750fe0371377e (patch)
tree6b043aa8dc86ecd8cc513defd5827a1bab22d872 /x11-toolkits/py-wxPython
parentacc1a69fd0cfa8db26595a0adbbc3fecaae96bb4 (diff)
downloadports-6335cb42fc14a5cdf9e64e0550f750fe0371377e.tar.gz
ports-6335cb42fc14a5cdf9e64e0550f750fe0371377e.zip
Notes
Diffstat (limited to 'x11-toolkits/py-wxPython')
-rw-r--r--x11-toolkits/py-wxPython/pkg-descr16
1 files changed, 9 insertions, 7 deletions
diff --git a/x11-toolkits/py-wxPython/pkg-descr b/x11-toolkits/py-wxPython/pkg-descr
index df25c9f103e5..7b577eb6349f 100644
--- a/x11-toolkits/py-wxPython/pkg-descr
+++ b/x11-toolkits/py-wxPython/pkg-descr
@@ -1,10 +1,12 @@
From the home page:
- wxPython is a Python extension module that encapsulates the wxWindows
- GUI classes. Currently it is only available for the Win32 and GTK
- ports of wxWindows, but as soon as the other ports are brought up to
- the same level as Win32 and GTK, it should be fairly trivial to enable
- wxPython to be used with the new GUI.
+ wxPython is a GUI toolkit for the Python programming language. It allows
+ Python programmers to create programs with a robust, highly functional
+ graphical user interface, simply and easily. It is implemented as a Python
+ extension module (native code) that wraps the popular wxWindows cross-
+ platform GUI library, which is written in C++.
-WWW: http://alldunn.com/wxPython/
+ wxPython is a cross-platform toolkit. This means that the same program
+ will run on multiple platforms without modification. Currently supported
+ platforms are Microsoft Windows, and most Unix or unix-like systems.
-Jacques Vidrine <nectar@FreeBSD.ORG>
+WWW: http://www.wxpython.org/