Path to this page:
./
devel/gnustep-objc-lf2,
Objective-C library required for libFoundation
Branch: CURRENT,
Version: 2.95.3.88nb3,
Package name: gnustep-objc-lf2-2.95.3.88nb3,
Maintainer: pkgsrc-users This is a specific GCC/GNUstep objective C runtime required by sope,
OpenGroupware.org, and libFoundation.
The runtime is modeled after the NeXT Objective C runtime. That is, most
functions have semantics as it is known from the NeXT. The names, however,
have changed. All runtime API functions have names of lowercase letters
and underscores as opposed to the `traditional' mixed case names.
Required to run:[
devel/gnustep-make]
Required to build:[
devel/gmake]
Master sites:
SHA1: a69bae2cac8716d5547c210de7485ce57e401f68
RMD160: 623476a5d0475333702d14c91605d5247bb3e2dc
Filesize: 99.158 KB
Version history: (Expand)
- (2009-04-18) Updated to version: gnustep-objc-lf2-2.95.3.88nb3
- (2008-06-23) Updated to version: gnustep-objc-lf2-2.95.3.88nb2
- (2006-02-06) Updated to version: gnustep-objc-lf2-2.95.3.88nb1
- (2005-10-05) Package added to pkgsrc.se, version gnustep-objc-lf2-2.95.3.88 (created)
CVS history: (Expand)
| 2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
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-18 05:42:56 by Rene Hexel | Files touched by this commit (1) |
Log message:
This now allows unprivileged DESTDIR installs
|
2009-04-18 01:10:30 by Rene Hexel | Files touched by this commit (3) |  |
Log message:
Make this build within the new gnustep world order. Bump PKGREVISION.
|
| 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-06-22 00:46:36 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Catch up with gnustep-base changes. Bump revision.
|
| 2007-06-08 20:39:24 by Thomas Klausner | Files touched by this commit (13) |
Log message:
Remove dead MASTERS_SITES. From Zafer Aydogan.
|
| 2007-01-17 04:11:19 by Roland Illig | Files touched by this commit (20) |
Log message:
Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make
clear that these variables are completely unrelated to
BUILDLINK_TRANSFORM.
Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*.
XXX: Where should incompatible changes in pkgsrc be documented?
|