cvs commit: ports/lang Makefile ports/lang/libobjc2 Makefile
distinfo pkg-descr pkg-plist ports/lang/libobjc2/files
patch-Makefile
Dirk Meyer
dinoex at FreeBSD.org
Wed Oct 13 16:41:24 UTC 2010
dinoex 2010-10-13 16:41:24 UTC
FreeBSD ports repository
Modified files:
lang Makefile
Added files:
lang/libobjc2 Makefile distinfo pkg-descr pkg-plist
lang/libobjc2/files patch-Makefile
Log:
Replacement for the GNU Objective-C runtime supporting the features
of Objective-C 2 for use with GNUstep and other Objective-C programs.
This runtime is based on the Etoile Objective-C Runtime, an earlier
research prototype, and includes support for non-fragile instance
variables, type-dependent dispatch, and object planes. It is fully
compatible with the FSF's GCC Objective-C ABI and also implements
a new ABI that is supported by Clang and is required for some of
the newer features.
Submitted by: Pete French
Reviewed by: dinoex
Revision Changes Path
1.704 +1 -0 ports/lang/Makefile
1.1 +35 -0 ports/lang/libobjc2/Makefile (new)
1.1 +3 -0 ports/lang/libobjc2/distinfo (new)
1.1 +89 -0 ports/lang/libobjc2/files/patch-Makefile (new)
1.1 +8 -0 ports/lang/libobjc2/pkg-descr (new)
1.1 +15 -0 ports/lang/libobjc2/pkg-plist (new)
More information about the cvs-all
mailing list