Path to this page:
./
x11/gnustep-back,
X11 AppKit backend for GNUstep
Branch: CURRENT,
Version: 0.16.0nb1,
Package name: gnustep-back-0.16.0nb1,
Maintainer: rh This is the X11 graphical user interface backend package for GNUstep.
Required to run:[
graphics/MesaLib] [
fonts/Xft2] [
x11/gnustep-gui] [
graphics/libart]
Required to build:[
pkgtools/x11-links] [
devel/gmake] [
devel/pkg-config] [
x11/renderproto] [
x11/inputproto] [
x11/xextproto]
Master sites:
SHA1: e3bb755117b12c7eef65fd781650b7f5dbe02147
RMD160: 099c10aea9435c738973f774a7673a8d640097d7
Filesize: 865.336 KB
Version history: (Expand)
- (2010-01-24) Updated to version: gnustep-back-0.16.0nb1
- (2009-04-13) Updated to version: gnustep-back-0.16.0
- (2008-11-25) Updated to version: gnustep-back-0.14.0
- (2008-05-25) Updated to version: gnustep-back-0.12.1
- (2008-01-18) Updated to version: gnustep-back-0.12.0nb1
- (2008-01-18) Updated to version: gnustep-back-0.12.0nb1
CVS history: (Expand)
| 2010-01-24 14:26:13 by Thomas Klausner | Files touched by this commit (40) |
Log message:
More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
|
| 2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message:
Remove @dirrm related logic.
|
| 2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-04-13 14:21:37 by Rene Hexel | Files touched by this commit (4) |  |
Log message:
Update gnustep-back to 0.16.0. This makes the backend more hier(7)
compliant. Changes also include gui rendering improvements and other
bug fixes.
|
| 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-11-25 13:52:33 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 0.14.0:
* Added code to automatically make any window which uses the
NSDesktopWindowLevel also be omnipresent.
* Many glyph drawing improvements.
|
| 2008-05-25 10:27:03 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 0.12.1:
* Add DPSshfill for all backends. Better handling of X event times.
|