diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-25 20:07:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-25 20:07:30 +0000 |
commit | a4daa0e317de602509069d6cca57ba9edd9e70e2 (patch) | |
tree | 316c462e9b30dbc74008b7c83e002e17061a9110 /x11/wxGTK | |
parent | 894a4285e255707a414337e1dd8dd4d34671e135 (diff) | |
download | pkgsrc-a4daa0e317de602509069d6cca57ba9edd9e70e2.tar.gz |
wxWindows -> wxWidgets in DESCR, HOMEPAGE, and COMMENT.
Diffstat (limited to 'x11/wxGTK')
-rw-r--r-- | x11/wxGTK/DESCR | 34 | ||||
-rw-r--r-- | x11/wxGTK/Makefile | 6 |
2 files changed, 24 insertions, 16 deletions
diff --git a/x11/wxGTK/DESCR b/x11/wxGTK/DESCR index 0a40cc0add0..cb1ecef6117 100644 --- a/x11/wxGTK/DESCR +++ b/x11/wxGTK/DESCR @@ -1,16 +1,24 @@ -A GTK+-based implementation of the wxWindows cross-platform GUI library. +A GTK+-based implementation of the wxWidgets cross-platform GUI library. -wxWindows is a set of libraries that allows C++ applications to compile -and run on several different types of computer, with minimal source code -changes. There is one library per supported GUI (such as Windows, GTK+, -Motif, and Mac). +wxWidgets is a set of libraries that allows C++ applications to compile and +run on several different types of computer, with minimal source code changes. +There is one library per supported GUI (such as Windows, GTK+, Motif, and +Mac). As well as providing a common API (Application Programming Interface) +for GUI functionality, it provides functionality for accessing some +commonly-used operating system facilities, from copying and deleting files +to socket and thread support. wxWidgets is a 'framework' in the sense that +it provides a lot of built-in functionality, which the application can use +or replace as required, thus saving a great deal of coding effort. Basic data +structures such as strings, arrays, linked lists and hash tables are also +supported. -wxWindows is free, well-established, well-documented, and very broad in -its coverage of GUI functionality. It has some extras that make it -stand out from the crowd, such as the many convenience dialogs, built-in -HTML display and printing, virtual filesystems, easy-to-use OLE -automation controller class, Open GL support, and many other features -that make it easier to write modern and user-friendly applications. +Such a toolkit is not unique - there are others to choose from - but wxWidgets +is free, well-established, well-documented, and very broad in its coverage +of GUI functionality. It has some extras that make it stand out from the +crowd, such as the many convenience dialogs, built-in HTML display and +printing, virtual filesystems, easy-to-use OLE automation controller class, +Open GL support, and many other features that make it easier to write modern +and user-friendly applications. -There is also a python interface available, wxPython (see the -py-wxWindows pkg). +There is also a python interface available, wxPython (see the py-wxWidgets +package). diff --git a/x11/wxGTK/Makefile b/x11/wxGTK/Makefile index d70c9b7ef12..9fe6edd6590 100644 --- a/x11/wxGTK/Makefile +++ b/x11/wxGTK/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/10/07 16:36:47 tv Exp $ +# $NetBSD: Makefile,v 1.34 2004/12/25 20:07:30 wiz Exp $ # DISTNAME= wxGTK-2.4.2 @@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxwindows/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tsarna@NetBSD.org -HOMEPAGE= http://www.wxwindows.org/ -COMMENT= GTK-based implementation of the wxWindows GUI library +HOMEPAGE= http://www.wxwidgets.org/ +COMMENT= GTK-based implementation of the wxWidgets GUI library USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES |