From owner-cvs-all@FreeBSD.ORG Tue Feb 15 07:32:50 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9A27106564A; Tue, 15 Feb 2011 07:32:50 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7FA738FC0A; Tue, 15 Feb 2011 07:32:50 +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 p1F7WojH087079; Tue, 15 Feb 2011 07:32:50 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F7WokA087078; Tue, 15 Feb 2011 07:32:50 GMT (envelope-from wen) Message-Id: <201102150732.p1F7WokA087078@repoman.freebsd.org> From: Wen Heping Date: Tue, 15 Feb 2011 07:32:50 +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/gnat-aux Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 07:32:50 -0000 wen 2011-02-15 07:32:50 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/gnat-aux Makefile distinfo pkg-descr pkg-plist Log: GNAT AUX is based on the trunk version of Free Software Foundation's GNU Compiler Collection. It carries with it the GMGPL license, the modified version of the GPL that exempts generic instantiation from resulting in a GPL-licensed executable. This version of GNAT also carries with it the GCC Runtime Library Exception, so the resulting binaries have no licensing requirements. Binaries produced by GNAT AUX should be handled the same as binaries produced by any FSF GNAT compiler. GNAT AUX implements the full Ada-83, Ada-95, and Ada-2005 language standards. It also implements some features of the draft Ada-2012 standard, which are optionally accessible via the -gnat2012 switch or Ada_2012 pragma. WWW: http://www.dragonlace.net/ PR: ports/153828 Submitted by: John Marino Revision Changes Path 1.716 +1 -0 ports/lang/Makefile 1.1 +179 -0 ports/lang/gnat-aux/Makefile (new) 1.1 +4 -0 ports/lang/gnat-aux/distinfo (new) 1.1 +13 -0 ports/lang/gnat-aux/pkg-descr (new) 1.1 +40 -0 ports/lang/gnat-aux/pkg-plist (new)