summaryrefslogtreecommitdiff
path: root/x11/gnustep-gui
AgeCommit message (Collapse)AuthorFilesLines
2016-12-04Recursive revbump from textproc/icu 58.1ryoon2-4/+4
2016-12-01needs libxml2wiedi1-1/+2
2016-04-11Recursive revbump from textproc/icu 57.1ryoon2-4/+4
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-10Recursive revbump from textproc/icuryoon1-2/+2
2015-04-06Revbump after updating textproc/icuadam2-4/+4
2014-10-07Revbump after updating libwebp and icuadam2-4/+4
2014-07-21Fix packaging on FreeBSD 10.asau1-0/+2
2014-05-31libungif is not relevant any longer since the GIF relevant patentswiz1-3/+3
expired (about 10 years ago). Unconditionally switch to libgif. As discussed on tech-pkg without dissent. Bump PKGREVISION.
2014-05-25Revbump after updating graphics/giflibobache1-2/+2
2014-05-25Adapt to giflib-5.1 API change.obache2-4/+42
2014-04-09recursive bump from icu shlib major bump.obache2-4/+4
2013-10-19Revbump after updating textproc/icuadam2-4/+4
2013-08-30Fix fallout from giflib5.joerg2-1/+73
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam2-4/+4
2013-03-23Don't override IBOutlet and IBAction on NetBSD, the compiler has themjoerg3-3/+17
already. Bump revision.
2013-02-26Fix libpng fallout.joerg2-1/+15
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-3/+4
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-22Update gnustep-gui to 0.22.0rh5-68/+68
Noteworthy changes in version `0.22.0' ====================================== * This version is binary incompatible with previous versions due to the change of NSNotFound in GNUstep base. * Support for drawing the GUI with a scale factor, for high-DPI monitors. * Character panel * Color picker "Magnifier" tool, for grabbing the color of arbitrary parts of the screen Many NSImage improvements (Mac OS X 10.6 drawing methods, better selection of image reps, better support for icons). Many bugfixes, including in Xib loading, printing, and NSView geometry. Noteworthy changes in version `0.20.0' ====================================== A new stable release. Many improvments with Nib loading, documents and document controllers. Fixed many drawing issues, particularly ones related to flipping. Much improved theming.
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-1/+2
2011-09-14Fix build on SunOS.hans1-0/+2
2011-04-07Update gnustep-gui to 0.18.0. Notable changes include:rh5-63/+88
* Add live resize in NSSplitView * Toolbars have been completely rewritten and improved * New Mac OS X 10.5 methods in NSFont * Bug fixes and stability improvements
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner1-3/+3
(uses giflib now per default) bump PKGREV
2011-01-29Fix build with png-1.5.wiz2-3/+4
Includes upstream bug report URL.
2011-01-29Fix build with png-1.5.wiz2-1/+17
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
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-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Remove @dirrm related logic.joerg1-90/+1
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-45/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-3/+2
block). Uncomment some commented out LICENSE lines while here.
2009-04-13Update gnustep-gui to 0.16.0. This makes the gui library more hier(7)rh4-503/+566
compliant. Changes also include lots of compatibility enhancements with OS X 10.5, including improvements to the NIB loader classes.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-14/+6
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-25Changes 0.14.0:adam4-39/+49
* New class NSGlyphGenerator for glyph generation * NSSplitView implemented setAutosaveName: * NSOpenGLView added some Mac OS X 10.3 methods * Manu bug fixes.
2008-05-25Changes 0.12.1:adam3-8/+10
* Switched to use LGPL 3 and GPL 3. * Report more controls as being flipped. (NSTextField, NSTableHeaderView, NSSlider, NSProgressIndicator, NSButton) NSTabView is still missing. * In NSAffineTransform use optimized primitive methods from base. * Add font attribute fixing to NSAttributedString. To allow for the output of glyphs not present in the current font. * Optimized the validation of edited cells.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-3/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-25Changes 0.12.0:adam4-50/+64
* Lots of improvements to the NSBitmapImage subclasses. * GSTheme and other classes were added to improve support of theming. * Added new methods from Mac OS X 10.4 for NSControl, NSResponder, NSDocument, NSPrintOperation, NSWindowController, NSCell, NSMenuItem, NSView. Some ivar names were changed also. * Added new ivars for NSMenuItem, NSPrintOperation, NSTableView, NSDrawer, NSScrollView. * New classes from Mac OS X 10.4 and earlier were added including NSLevelIndicator, NSObjectController, NSUserDefaultsController, NSKeyValueBinding, NSArrayController, NSController. * NSSpellServer and NSAffineTransform was moved to GNUstep base for Mac OS X compatibility. Changes 0.11.0: * Added support for keyed encoding in all gui classes. * Added mechanism to allow for dynamic extension of model loading mechanism * Implemented glue code in GSNibCompatibility for classes such as NSIBObjectData, NSClassSwapper, etc. to facilitate nib loading.
2007-01-15Probes for X11, but doesn't really use it. No symbols in the sharedjoerg1-2/+2
objects, no files include X11/*. So remove the dep and bump revision.
2006-09-22The GNUstep packages have GNUmakefile instead of Makefile.rillig1-1/+2
2006-08-30Changes 0.11.0:adam3-8/+24
* Added support for keyed encoding in all gui classes. * Added mechanism to allow for dynamic extension of model loading mechanism * Implemented glue code in GSNibCompatibility for classes such as NSIBObjectData, NSClassSwapper, etc. to facilitate nib loading.
2006-07-28Add a missing entry to PLIST. Bump PKGREVISION.minskim2-3/+4
2006-07-22Reverted the recent change that has set USE_LANGUAGES="c objc", where onlyrillig1-2/+2
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to handle this.
2006-07-21Needs a C compiler.rillig1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
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