Path to this page:
./
x11/qt3-tools,
QT GUI (WYSIWYG) builder and other tools
Branch: CURRENT,
Version: 3.3.8nb6,
Package name: qt3-tools-3.3.8nb6,
Maintainer: pkgsrc-usersThis package contains tools from the Qt3 Graphical User Interface
toolkit. This includes Qt Designer; Qt Linguist, lupdate and lrelease
for translating international applications; qm2ts for converting
old .qm ii18n message files; Qt Assistant for finding help; qtconfig
configuration tool (with online help); uic, the User Interface
Compiler; and qmake for creating Makefiles from simple platform-independent
project files.
Qt Designer accelerates GUI application development and maintenance by
offering a WYSIWYG (What You See Is What You Get) drag and drop interface
for UI creation and maintenance. Qt Designer employs a vendor neutral,
XML-format for persistent storage, which simplifies the tasks involved
with the creation and layout of dialogs.
Required to run:[
devel/libtool-base] [
x11/qt3-libs]
Required to build:[
pkgtools/x11-links] [
devel/gmake] [
devel/libtool-base] [
x11/renderproto] [
x11/xproto] [
x11/fixesproto] [
x11/inputproto] [
x11/xextproto] [
x11/randrproto]
Package options: inet6
Master sites: (Expand)
SHA1: 91b192cb8e80679607d24ae35d6e20ed68d149d7
RMD160: 7b8e4e35f49014eac4fcfe91b7ec0a45c5569cf4
Filesize: 14023.909 KB
Version history: (Expand)
- (2010-06-14) Updated to version: qt3-tools-3.3.8nb6
- (2010-01-18) Updated to version: qt3-tools-3.3.8nb5
- (2009-08-27) Updated to version: qt3-tools-3.3.8nb4
- (2008-10-08) Updated to version: qt3-tools-3.3.8nb3
- (2008-01-18) Updated to version: qt3-tools-3.3.8nb2
- (2008-01-18) Updated to version: qt3-tools-3.3.8nb2
CVS history: (Expand)
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |  |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
| 2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938) |
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
|
| 2009-09-02 15:32:57 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Explicitly call libtool with --mode=install.
|
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) |  |
Log message:
bump revision because of graphics/jpeg update
|
| 2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2008-10-08 11:35:27 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix qmake.conf to handle shared libraries correctly.
Bump qt3-tools PKGREVISION.
|
| 2008-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274) |
Log message:
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
|