From owner-cvs-ports@FreeBSD.ORG Thu Oct 7 08:44:28 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5154A1065672; Thu, 7 Oct 2010 08:44:28 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 412F18FC0A; Thu, 7 Oct 2010 08:44:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o978iSqd000251; Thu, 7 Oct 2010 08:44:28 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o978iSIj000250; Thu, 7 Oct 2010 08:44:28 GMT (envelope-from dinoex) Message-Id: <201010070844.o978iSIj000250@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 7 Oct 2010 08:44:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang Makefile ports/lang/gnustep-libobjc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2010 08:44:28 -0000 dinoex 2010-10-07 08:44:28 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/gnustep-libobjc Makefile distinfo pkg-descr pkg-plist Log: GNUstep Objective-C Runtime The GNUstep Objective-C runtime is designed as a drop-in replacement for the GCC runtime. It supports both a legacy and a modern ABI, allowing code compiled with old versions of GCC to be supported without requiring recompilation. The modern ABI adds the following features: - Non-fragile instance variables. - Protocol uniquing. - Object planes support. - Declared property introspection. Both ABIs support the following feature above and beyond the GCC runtime: - The modern Objective-C runtime APIs, introduced with OS X 10.5. - Blocks (closures). - Low memory profile for platforms where memory usage is more important than speed. - Synthesised property accessors. - Efficient support for @synchronized() - Type-dependent dispatch, eliminating stack corruption from mismatched selectors. LICENSE: MIT Revision Changes Path 1.702 +1 -0 ports/lang/Makefile 1.1 +30 -0 ports/lang/gnustep-libobjc/Makefile (new) 1.1 +3 -0 ports/lang/gnustep-libobjc/distinfo (new) 1.1 +22 -0 ports/lang/gnustep-libobjc/pkg-descr (new) 1.1 +18 -0 ports/lang/gnustep-libobjc/pkg-plist (new)