NOTICE: This package has been removed from pkgsrc

./x11/qt2-libs, C++ X GUI toolkit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.3.1nb9, Package name: qt2-libs-2.3.1nb9, Maintainer: pkgsrc-users

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.


Required to run:
[graphics/MesaLib] [graphics/mng] [graphics/png] [graphics/jpeg] [graphics/glu] [fonts/Xft2]

Required to build:
[pkgtools/xpkgwedge] [pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [x11/glproto] [x11/renderproto] [x11/xproto] [x11/xf86vidmodeproto] [x11/fixesproto] [x11/xf86driproto] [x11/inputproto] [x11/xextproto]

Master sites: (Expand)

SHA1: f1403700fe80fbfb125ec84731d0dfe9c576c823
RMD160: b579018cfa5782d2f8b94b0846c35bce3a09dfa4
Filesize: 8757.101 KB

Version history: (Expand)


CVS history: (Expand)


   2007-09-28 15:11:29 by Matthias Drochner | Files touched by this commit (2)
Log message:
fix compilation on NetBSD-4+ (seen in bulk build)
   2007-01-13 19:26:54 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Modular Xorg support.
   2006-12-15 21:33:06 by Joerg Sonnenberger | Files touched by this commit (236)
Log message:
Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-05-15 23:58:22 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Uses C++.
   2006-04-17 15:47:02 by Thomas Klausner | Files touched by this commit (1055) | Package updated
Log message:
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
   2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749)
Log message:
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.