From owner-cvs-all@FreeBSD.ORG Wed Apr 29 15:26:33 2009 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 624FD1065688; Wed, 29 Apr 2009 15:26:33 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 3974A8FC1F; Wed, 29 Apr 2009 15:26:32 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=Gregory-Larkins-Computer.local) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LzBDa-0005FH-7S; Wed, 29 Apr 2009 10:57:08 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by Gregory-Larkins-Computer.local (Postfix) with ESMTP id 545CA2DCDDD7; Wed, 29 Apr 2009 10:57:02 -0400 (EDT) Message-ID: <49F86ABC.1080509@FreeBSD.org> Date: Wed, 29 Apr 2009 10:57:00 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200904291452.n3TEqF8v001753@repoman.freebsd.org> In-Reply-To: <200904291452.n3TEqF8v001753@repoman.freebsd.org> X-Enigmail-Version: 0.95.7 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.4 (/) Cc: Subject: Re: cvs commit: ports/lang Makefile ports/lang/ikarus Makefile distinfo pkg-descr pkg-plist ports/lang/ikarus/files extra-patch-Makefile.in extra-patch-doc__Makefile.in patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2009 15:26:33 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greg Larkin wrote: > glarkin 2009-04-29 14:52:15 UTC > > FreeBSD ports repository > > Modified files: > lang Makefile > Added files: > lang/ikarus Makefile distinfo pkg-descr pkg-plist > lang/ikarus/files extra-patch-Makefile.in > extra-patch-doc__Makefile.in > patch-Makefile.in > Log: > Ikarus Scheme is a free optimizing incremental native-code compiler > for Scheme as specified in the Revised^6 Report on the Algorithmic > Language Scheme. > > Ikarus Scheme is an optimizing compiler, so your Scheme code will > run fast without the need to port hot spots to C "for performance". > With an incremental compiler, you don't need a separate compilation > step to make your program run fast. The best part is that the > compiler itself is fast, capable of compiling thousands of lines > of code per second. > > Finally, Ikarus Scheme is an R6RS compiler. R6RS libraries, scripts, > record types, condition system, exception handling, unicode strings, > bytevectors, hashtable, and enumerations are among the supported > features. > > WWW: http://www.ikarus-scheme.org/ > > Revision Changes Path > 1.634 +1 -0 ports/lang/Makefile > 1.1 +38 -0 ports/lang/ikarus/Makefile (new) > 1.1 +3 -0 ports/lang/ikarus/distinfo (new) > 1.1 +11 -0 ports/lang/ikarus/files/extra-patch-Makefile.in (new) > 1.1 +11 -0 ports/lang/ikarus/files/extra-patch-doc__Makefile.in (new) > 1.1 +13 -0 ports/lang/ikarus/files/patch-Makefile.in (new) > 1.1 +17 -0 ports/lang/ikarus/pkg-descr (new) > 1.1 +14 -0 ports/lang/ikarus/pkg-plist (new) PR: ports/131169 Submitted by: Vitaly Magerya - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ+Gq80sRouByUApARAm/jAKCxug8+mfS3G79SyDE9cmmrMPscagCfetiu LEHsi/K8Qvp/ZxK1QhEYi54= =h+/O -----END PGP SIGNATURE-----