freebsd-ports/x11-toolkits/py-anygui/pkg-descr
Christian Weisgerber 6492f3715f URL updates.
PR:		48167
Submitted by:	tadalunch@sources.redhat.com
2003-02-12 12:29:46 +00:00

23 lines
883 B
Text

From the README:
Anygui is a generic package which functions as a "front-end" to various
existing GUI packages for Python, presenting a simple, unified API for
writing GUI applications.
Python currently lacks a single, standard, cross-platform GUI toolkit.
Anygui aims to solve this problem by providing generic access to several
popular toolkits through one simple API, making it possible to write GUI
applications that work with all these toolkits.
To use this port, you will also need to have at least one of the following
Python GUI toolkits installed:
- Tkinter (x11-toolkits/py-tkinter)
- wxPython (x11-toolkits/py-wxPython)
- PyGTK (x11-toolkits/py-gtk)
(Anygui also supports further toolkits which are not currently relevant to
FreeBSD.)
Author: Magnus Lie Hetland <magnus@hetland.org>
WWW: http://anygui.sourceforge.net/
-- Johann Visagie <wjv@FreeBSD.org>