diff options
author | drochner <drochner> | 2000-04-28 17:44:01 +0000 |
---|---|---|
committer | drochner <drochner> | 2000-04-28 17:44:01 +0000 |
commit | d0fa90c32fc27acc681f618fd9621d931f874b01 (patch) | |
tree | 2db740e19fae7de8f0ff394af2fa29e54a8ecd0b | |
parent | 437b3d0660cfff6ba8157426ecfd69bb854abd05 (diff) | |
download | pkgsrc-d0fa90c32fc27acc681f618fd9621d931f874b01.tar.gz |
replace outdated stuff with some Qt marketing from Troll's website
-rw-r--r-- | x11/qt/pkg/DESCR | 19 | ||||
-rw-r--r-- | x11/qt1/pkg/DESCR | 22 |
2 files changed, 20 insertions, 21 deletions
diff --git a/x11/qt/pkg/DESCR b/x11/qt/pkg/DESCR index 74bf1d75de4..20d03bf3e97 100644 --- a/x11/qt/pkg/DESCR +++ b/x11/qt/pkg/DESCR @@ -1,9 +1,10 @@ -Qt is a toolkit for building a GUI for X in C++. The main documentation -is in /usr/pkg/share/doc/qt and is also available on the web. This -directory also contains a tutorial, and example programs (aclock, biff, -connect, cursor, dclock, desktop, drawdemo, forever, hello, life, menu, -makepic/ showpic, qmag, showimg, tetris, tictac, timestmp, widgets, -xform, xshape) have also been installed. - -Michael Searle -searle@longacre.demon.co.uk +Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and +maintaining GUI (graphical user interface) applications. +Qt is written in C++ and is fully object-oriented. It has everything you need +to create professional GUI applications. And it enables you to create them +quickly. +Qt is a multi-platform toolkit. When developing software with Qt, you can run +it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. +Simply recompile your source code on the platform you want. +Qt cuts down the complexity in implementing large and complex systems. Its +ingenious signal-slot technology enables true component programming. diff --git a/x11/qt1/pkg/DESCR b/x11/qt1/pkg/DESCR index a97e51b64f9..20d03bf3e97 100644 --- a/x11/qt1/pkg/DESCR +++ b/x11/qt1/pkg/DESCR @@ -1,12 +1,10 @@ -Qt is a toolkit for building a GUI for X in C++. The main documentation -is in ${PREFIX}/qt1/share/doc/qt and is also available on the web. This -directory also contains a tutorial, and example programs (aclock, biff, -connect, cursor, dclock, desktop, drawdemo, forever, hello, life, menu, -makepic/ showpic, qmag, showimg, tetris, tictac, timestmp, widgets, -xform, xshape) have also been installed. - -This version of the pkg is intended to provide support for those pkgs -which will not work with more recent versions of Qt. - -Michael Searle -searle@longacre.demon.co.uk +Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and +maintaining GUI (graphical user interface) applications. +Qt is written in C++ and is fully object-oriented. It has everything you need +to create professional GUI applications. And it enables you to create them +quickly. +Qt is a multi-platform toolkit. When developing software with Qt, you can run +it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. +Simply recompile your source code on the platform you want. +Qt cuts down the complexity in implementing large and complex systems. Its +ingenious signal-slot technology enables true component programming. |