From owner-svn-doc-all@FreeBSD.ORG Mon Oct 7 10:29:39 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 592691A1; Mon, 7 Oct 2013 10:29:39 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B3E42514; Mon, 7 Oct 2013 10:29:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r97ATdWq025653; Mon, 7 Oct 2013 10:29:39 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r97ATcvu025652; Mon, 7 Oct 2013 10:29:38 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201310071029.r97ATcvu025652@svn.freebsd.org> From: Gabor Pali Date: Mon, 7 Oct 2013 10:29:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42871 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 10:29:39 -0000 Author: pgj Date: Mon Oct 7 10:29:38 2013 New Revision: 42871 URL: http://svnweb.freebsd.org/changeset/doc/42871 Log: - Add Q3 entry on the GNUstep ports Submitted by: theraven Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Mon Oct 7 10:16:32 2013 (r42870) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Mon Oct 7 10:29:38 2013 (r42871) @@ -19,7 +19,7 @@

Thanks to all the reporters for the excellent work! This report - contains 19 entries and we hope you enjoy reading it.

+ contains 20 entries and we hope you enjoy reading it.

The deadline for submissions covering between October and @@ -981,4 +981,45 @@ external help. + + + GNUstep on &os; + + + + + David + Chisnall + + theraven@FreeBSD.org + + + + +

GNUstep is the open source implementation of the Objective-C + APIs based on the OpenStep specification that Apple brands as + Cocoa. The similarities between &os; and OS X + libc make &os; an attractive target platform for + porting OS X applications, with the addition of + GNUstep.

+ +

The GNUstep ports in &os; have now been updated to the latest + releases and now build with the GNUstep Objective-C runtime and + Clang 3.3, with the non-fragile ABI by default. This means that + all of the modern features of Objective-C are supported, + including Automatic Reference Counting (ARC) and recent syntax + improvements.

+ +

The devel/gnustep meta-port will install all of the + core GNUstep libraries, ready for development. The + x11/gnustep-app meta-port will install all of the + GNUstep-based applications and libraries currently in the ports + tree. Many of these are old and not well-tested with later + GNUstep release, so consider them experimental at present. + We are currently working on updating them, including moving from + some abandoned upstream locations to the GNUstep Applications + Project (GAP), which has taken over maintenance of a number of + older GNUstep programs.

+ +