The NetBSD Project

CVS log for pkgsrc/devel/gnustep-base/PLIST

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / gnustep-base

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Thu Apr 7 01:55:14 2011 UTC (13 months, 2 weeks ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Changes since 1.24: +691 -638 lines
Diff to previous 1.24 (colored)

Update gnustep-base to 1.20.1.  Notable changes include:
 - new classes NSHashTable and NSMapTable
 - string handling performance improvements
 - bug fixes and stability improvements

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jun 14 18:48:11 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.23: +4 -6 lines
Diff to previous 1.23 (colored)

Convert @exec/@unexec to @pkgdir or drop it.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jun 14 17:48:46 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.22: +1 -51 lines
Diff to previous 1.22 (colored)

Remove @dirrm entries from PLISTs

Revision 1.22 / (download) - annotate - [select for diffs], Sat Apr 18 01:32:44 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

add another directory independently installed by libFoundation

Revision 1.21 / (download) - annotate - [select for diffs], Sat Apr 18 01:17:19 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Fix regression, as lib/GNUstep may also be installed by libFoundation

Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 13 12:16:24 2009 UTC (3 years, 1 month ago) by rh
Branch: MAIN
Changes since 1.19: +867 -858 lines
Diff to previous 1.19 (colored)

Update gnustep-base to 1.18.0.  This package is now more hier(7) compliant,
allows multi-threaded applications, and includes compatibility enhancements
with OS X 10.5

Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 25 12:51:47 2008 UTC (3 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.18: +668 -657 lines
Diff to previous 1.18 (colored)

Changes 1.16.0:
* Many updates to include new OS X methods up to 10.5
* Made KeyValueCoding/Observing fully functional and MacOS-X compatible
See the release notes for more information.

Revision 1.18 / (download) - annotate - [select for diffs], Sun May 25 08:29:21 2008 UTC (4 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

Changes 1.14.2:
* Minor configuration change so it will compile on darwin with ffcall.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Nov 25 14:42:23 2007 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.16: +667 -659 lines
Diff to previous 1.16 (colored)

Changes 1.14.1:
License changed to GPLv3.  Mostly bug fixes, particularly with regard
to XML handling and handling unichar on Windows.

Changes 1.14.0:
Many portability (particularly for ms-windows) and MacOS-X
compatibility fixes.  New MacOS-X classes and incorporation of
NSAffineTransform and NSSpellServer which were formerly in the gui
library.  Improved performance of amssively multithreaded programs.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Aug 30 14:55:00 2006 UTC (5 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.15: +34 -2 lines
Diff to previous 1.15 (colored)

Changes 1.13.0:

Debug libraries now have the same name as normal libraries (i.e. no "_d"
suffix). This reduces the possiblity of multiple libraries being loaded
into the same executable.

   Added dragonfly OS to make targets.

   Spaces and backslashes are no longer allowed in paths used by the
make package (e.g. with Windows OS). The libraries can still use native
paths.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 3 18:20:50 2006 UTC (6 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.14: +9 -15 lines
Diff to previous 1.14 (colored)

Changes 1.12.0:

There have been a number of API changes and several methods have been
depreciated in this release. Although current GNUstep programs that use
these methods will still work in this version, there are enough changes
that a new library version was considered useful. See the release notes
for more details

   New NSStream classes where added to the library.

   User defaults were restructured to create the defaults lazily and
can be set to not write to an external file at all, for developers who
wish to use the library as a stand-alone library or in other situations
where using external resources is not desired.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 17 07:38:34 2006 UTC (6 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.13: +2 -5 lines
Diff to previous 1.13 (colored)

Changes 1.11.2:

   * Support for GNUstep.conf and relocation of the filesystem is much
     improved in this release.

   * The WM_QUIT message is now intercepted to allow an application to
     terminate cleanly.

   * NSMessagePort was implemented on Windows platforms.

   * Deprecated support for system-wide GNUsteprc files has been
     removed.

   * Some support for keeping user defaults in the Windows registry
     implemented.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 30 23:13:57 2005 UTC (6 years, 7 months ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.12: +4 -1 lines
Diff to previous 1.12 (colored)

Update gnustep-base to 1.11.1.  This adds NSSortDescriptor and some bug
fixes.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jul 29 12:58:37 2005 UTC (6 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.11: +17 -16 lines
Diff to previous 1.11 (colored)

Changes 1.11.0:

   * Window's path handling has changed to use native paths throughout.

   * Startup/configuration of the libraries no longer requires
     environement variables.

   * Character sets are included in the library rather than being read
     from data files.

   * NSRunLoop and related classes use natvie win32 event handling on
     Windows machines.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Apr 12 15:11:11 2005 UTC (7 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.10: +6 -5 lines
Diff to previous 1.10 (colored)

Changes 1.10.2:
This version mostly includes minor fixes and updates.
   * The definition of NSContainsRect has changed to correspond with the
     current Mac OS X/Cocoa def - the sides of the bRect can touch
     aRect.
   * Add support for systems that support unichar file paths (e.g.
     Windows).
   * Use a proper one-to-one abbreviation dictionary for NSTimeZone.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 16 01:16:06 2004 UTC (7 years, 6 months ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.9: +1 -6 lines
Diff to previous 1.9 (colored)

Reinstate SSL patch to avoid inconsistent behaviour on systems with and
without OpenSSL installed (hi adam!)
Bump PKGREVISION.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 5 14:25:19 2004 UTC (7 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.8: +18 -1 lines
Diff to previous 1.8 (colored)

Changes 1.10.1:
* Runtime discovery of the library version is possible.
* NSXMLParser class added. Not completely implemented.
* NSArrays makeObjectsPerformSelector iterates in same order as
  MacOSX.
* Designated initializers for NSArray, NSDictionary, NSSet, and
  NSString have been changed for MacOSX compatibility.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 24 01:56:53 2004 UTC (7 years, 8 months ago) by rh
Branch: MAIN
Changes since 1.7: +6 -2 lines
Diff to previous 1.7 (colored)

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.7 / (download) - annotate - [select for diffs], Wed Aug 18 13:59:19 2004 UTC (7 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.6: +16 -4 lines
Diff to previous 1.6 (colored)

Changes 1.9.2:
   * GSMime parsing ignores extraneous data
   * New log functions GSOnceFlag and GSOnceMLog
   * New class NSError
   * Multiple new function in GSObjCRuntime
   * NSProtocolChecker rewritten
   * autogsdoc support added for building frames
   * Binary incompatibility:  NSUnarchiver, GSIMapTable have new ivars added

Revision 1.6 / (download) - annotate - [select for diffs], Sat Apr 10 23:41:01 2004 UTC (8 years, 1 month ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.5: +7 -8 lines
Diff to previous 1.5 (colored)

Update gnustep-base to 1.9.1.

Noteworthy changes in version `1.9.1'
=====================================

   * Default string encoding taken from system nl_langinfo if not set
     with GNUSTEP_STRING_ENCODING.
   * NSKeyedArchiver/NSKeyedUnarchiver classes added.
   * NSPropertyLists class added, also decodes Mac OS X binary propery
     lists.

Noteworthy changes in version `1.9.0'
=====================================

   * Lazy locking implemented (see GSLock documentation)
   * MacOSX PB files updated to 10.3
   * DO retain/release implementation simplified and also handles some
     complex DO retain/release problems.
   * GNUSTEP_STRING_ENCODING now supports any valid iconv name.
   * gdomap uid/gid fixes
   * NSString subclass heirarchy reorganized to fix problems with
     copying and ownership of data.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 5 09:55:46 2003 UTC (8 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.4: +780 -754 lines
Diff to previous 1.4 (colored)

Noteworthy changes in version `1.8.0':
   Read the NEWS file for a compete list of changes since the last
stable version. The major change is that the header files (both in the
package and when installed) are in different locations. Also, due to
filesystem changes in gnustep-make, several components of gnustep-base
are located in different locations. Generally this should not affect the
compilation or running of applications and tools.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Apr 1 08:33:34 2003 UTC (9 years, 1 month ago) by rh
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.3: +4 -3 lines
Diff to previous 1.3 (colored)

Update gnustep-base to 1.6.0.

Noteworthy changes in version `1.6.0'
=====================================

   * More MinGW support

   * New MacOSX compatible methods.

   * The Base Additions library compiles on native OSX.

   * autogsdoc produces better, cleaner docs.

   * Built-in garbage collecting classes.

   * Any many many bug fixes and minor improvements.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 3 04:04:36 2003 UTC (9 years, 4 months ago) by rh
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.2: +5 -5 lines
Diff to previous 1.2 (colored)

Update gnustep-base to 1.5.1.

Noteworthy changes in version `1.5.1'
=====================================
   * Port NSThread to MingW
   * Better framework support in NSBundle
   * Added Thai string encodings.
   * New makeImmutableCopyOnFail: method.
   * Lots of autogsdoc improvements, Updated gsdoc DTD to 1.0 version.
   * Added GSPrintf for logging to stdout.
   * Warning logs selectable at runtime.
   * NSTimeZone code rewritten for speed.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 27 23:56:30 2002 UTC (9 years, 7 months ago) by rh
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Work around a bug in pth that breaks a non-threaded applications that are
linked against SYSCALL_HARD versions of libpthread.
Add an openapp wrapper script to ${PREFIX}bin for starting GNUstep apps
Bump pkgrevision

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Sep 27 10:58:43 2002 UTC (9 years, 7 months ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of gnustep-base-1.5.0, the (non-graphical) Objective C
foundation library for GNUstep.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 27 10:58:43 2002 UTC (9 years, 7 months ago) by rh
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>