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 19 18:56:48 UTC 2011


dinoex      2011-10-19 18:56:47 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.
  
  Revision  Changes    Path
  1.749     +1 -0      ports/lang/Makefile
  1.6       +61 -0     ports/lang/libobjc2/Makefile (new)
  1.3       +2 -0      ports/lang/libobjc2/distinfo (new)
  1.4       +58 -0     ports/lang/libobjc2/files/patch-Makefile (new)
  1.3       +8 -0      ports/lang/libobjc2/pkg-descr (new)
  1.3       +22 -0     ports/lang/libobjc2/pkg-plist (new)


More information about the cvs-all mailing list