NetBSD.se

CVS log for pkgsrc/x11/gnustep-gui/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / x11 / gnustep-gui

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:41:58 2012 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Jan 13 10:55:39 2012 UTC (4 months, 1 week ago) by obache
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1 lines
Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Apr 7 02:07:19 2011 UTC (13 months, 2 weeks ago) by rh
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -5 lines
Update gnustep-gui to 0.18.0.  Notable changes include:
   * 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

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Mar 9 16:30:44 2011 UTC (14 months, 2 weeks ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)
bump PKGREV

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:39:45 2011 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Dec 23 11:45:00 2010 UTC (17 months ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Mechanically replace references to graphics/jpeg with the suitable
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

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Jun 13 22:45:38 2010 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
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.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jan 18 09:59:34 2010 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:58:30 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
bump revision because of graphics/jpeg update

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue May 19 08:59:38 2009 UTC (3 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -3 lines
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Apr 13 12:19:14 2009 UTC (3 years, 1 month ago) by rh
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +9 -2 lines
Update gnustep-gui to 0.16.0.  This makes the gui library more hier(7)
compliant.  Changes also include lots of compatibility enhancements with
OS X 10.5, including improvements to the NIB loader classes.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Nov 25 12:52:14 2008 UTC (3 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Changes 0.14.0:
* New class NSGlyphGenerator for glyph generation
* NSSplitView implemented setAutosaveName:
* NSOpenGLView added some Mac OS X 10.3 methods
* Manu bug fixes.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun May 25 08:28:01 2008 UTC (4 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3 lines
Changes 0.12.1:
* 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.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jan 18 05:09:55 2008 UTC (4 years, 4 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -1 lines
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Nov 25 14:43:11 2007 UTC (4 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -8 lines
Changes 0.12.0:
* 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.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jan 15 19:07:14 2007 UTC (5 years, 4 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Probes for X11, but doesn't really use it. No symbols in the shared
objects, no files include X11/*. So remove the dep and bump revision.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Sep 22 07:08:16 2006 UTC (5 years, 8 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
The GNUstep packages have GNUmakefile instead of Makefile.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Aug 30 14:55:28 2006 UTC (5 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -3 lines
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.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jul 28 04:54:01 2006 UTC (5 years, 9 months ago) by minskim
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Add a missing entry to PLIST.  Bump PKGREVISION.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jul 22 05:10:55 2006 UTC (5 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Reverted the recent change that has set USE_LANGUAGES="c objc", where only
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to
handle this.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Jul 21 04:51:11 2006 UTC (5 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Needs a C compiler.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun May 28 00:26:27 2006 UTC (5 years, 11 months ago) by rh
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -3 lines
Add USE_LANGUAGES= objc

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:46:00 2006 UTC (6 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Apr 3 18:25:02 2006 UTC (6 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -4 lines
Changes 0.10.3:
* Mostly bug fixes.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:11:34 2006 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 17 07:40:02 2006 UTC (6 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -2 lines
Changes 0.10.2:

Mostly bug fixes.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Sep 30 23:16:22 2005 UTC (6 years, 7 months ago) by rh
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Update gnustep-gui to 0.10.1.  This uses v19 of portaudio for the sound
daemon.  Some minor bugfixes.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jul 29 12:59:25 2005 UTC (6 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -14 lines
Changes 0.10.0:

   * Nib loading supports window auto-positioning

   * Keyed encoding is supported in many classes.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jun 1 18:03:29 2005 UTC (6 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Apr 12 15:54:21 2005 UTC (7 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -3 lines
Changes 0.9.5:
   * Beginnings of CUPS interface were added.
   * Added new control colors and methods from 10.3 version of Cocoa.
   * Added new font methods from 10.3 version of Cocoa.
   * NSApplication -runModalSession behavior changed.
   * You can find the GUI library's version using the Info.plist

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:48:07 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Dec 28 23:18:21 2004 UTC (7 years, 4 months ago) by reed
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:18:33 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Sep 27 01:07:23 2004 UTC (7 years, 7 months ago) by rh
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3 lines
Update gnustep-gui to 0.9.4.  Notable changes include:

   * The printing classes have been completely reorganized to
     accommodate different native printing systems

   * PPD files have been moved to a separate package.

   * NSToolbar now allows rearranging items.

   * NSScroller, NSScrollView has a new ivar.

   * Some improvement of NSDataLink classes.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Sep 24 01:56:53 2004 UTC (7 years, 8 months ago) by rh
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.

Noteworthy changes in gnustep-base-1.10.0:
==========================================

Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.

   * A large majority of the library classes have been documented
     thanks to the efforts of Andrew Ruder

   * URL classes support persistant connections

   * Mac OSX XML compatibility fixes.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 18 14:01:14 2004 UTC (7 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -3 lines
Changes 0.9.3:
   * Working NSToolbar implementation
   * New Mac OS X methods in NSView and other classes
   * Fixed some sheet handling problems.
   * Integrated gif, jpg, and png handling in front-end.
   * Added overridable button and frame drawing functions
   * Add some keyed decode/encoding to some classes
   * NSStringDrawing redesigned.
   * Much improved loading of gorm files

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat May 1 12:20:38 2004 UTC (8 years ago) by kristerw
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Make this work with the NetBSD 1.6 make too.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Apr 16 13:32:03 2004 UTC (8 years, 1 month ago) by rh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +12 -1 lines
Make this compile on systems without OSS (or emulation thereof).

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Apr 10 23:44:28 2004 UTC (8 years, 1 month ago) by rh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +11 -15 lines
Update gnustep-gui to 0.9.2.

Noteworthy changes in version `0.9.2'
=====================================

   * Working NSToolbar implementation
   * New Mac OS X methods in NSView and other classes
   * Fixed some sheet handling problems.
   * Integrated gif, jpg, and png handling in front-end.
   * Added overridable button and frame drawing functions
   * Add some keyed decode/encoding to some classes
   * NSStringDrawing redesigned.
   * Much improved loading of gorm files

Noteworthy changes in version `0.9.1'
=====================================

   * NSWindow - DnD works on whole window and events are propogated up
     to first DnD aware view.
   * Absolute paths and DnD works in OpenPanels.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Mar 26 02:27:59 2004 UTC (8 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 24 15:30:33 2004 UTC (8 years, 4 months ago) by grant
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jan 23 21:50:50 2004 UTC (8 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Bump PKGREVISION due to xmlcatmgr update to 2.0beta1.  I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 3 18:49:56 2004 UTC (8 years, 4 months ago) by reed
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Dec 5 10:06:39 2003 UTC (8 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -7 lines
Noteworthy changes in version `0.9.0':
   Improvements in various classes, include NSPopUpButton,
NSBitmapImageRep, NSMenu, NSToolbar. Added support for thumbnail images
in NSWorkspace.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 17 22:56:29 2003 UTC (8 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 13 13:54:01 2003 UTC (8 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
PKGREVISION bump for libiconv update.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri May 2 11:57:04 2003 UTC (9 years ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 1 08:35:15 2003 UTC (9 years, 1 month ago) by rh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update gnustep-gui to 0.8.5

Noteworthy changes in version `0.8.5'
=====================================

   Bug fixes. NSStringDrawing now uses text system implementation.

Noteworthy changes in version `0.8.4'
=====================================

   This release features a brand new text and layout system thanks to
Alexander Malmberg. Other improvements include:

   * Various display optimizations.

   * Default border to NSScrollView changed

   * Printing fixes.

   * NSToolbar partially implemented.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 3 04:06:13 2003 UTC (9 years, 4 months ago) by rh
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Update gnustep-gui to 0.8.3.

Noteworthy changes in version `0.8.3'
=====================================
   * Additions for Gorm support.
   * Alpha support for OpenGL
   * Better ruler support - dragging of tab markers.
   * Document support, recent files, etc.
   * Simple printing to printer and print previewing.
   * Window focus fixes
   * Key view handling rewritten.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 18 09:23:26 2002 UTC (9 years, 7 months ago) by rh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update gnustep-gui to 0.8.2

Noteworthy changes in version `0.8.2'
=====================================

   * Handle fonts that aren't found better.

   * Implement pageUp/Down.

   * Some window focusing problems fixed.

   * Quartz-like interface partially implemented.

   * NSSecureTextField partially rewritten. More secure.

   * NSBrowser: implement non-separate columns

   * Fix firstResponder status in text fields.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Sep 27 15:24:35 2002 UTC (9 years, 7 months ago) by rh
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of gnustep-gui-0.8.1, the GNUstep GUI AppKit class library.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Sep 27 15:24:35 2002 UTC (9 years, 7 months ago) by rh
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>