From owner-cvs-all@FreeBSD.ORG Sun May 10 10:46:38 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 BD5D71065673; Sun, 10 May 2009 10:46:38 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A840A8FC15; Sun, 10 May 2009 10:46:38 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4AAkcqg035140; Sun, 10 May 2009 10:46:38 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4AAkcvH035139; Sun, 10 May 2009 10:46:38 GMT (envelope-from pgj) Message-Id: <200905101046.n4AAkcvH035139@repoman.freebsd.org> From: Gabor Pali Date: Sun, 10 May 2009 10:46:38 +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/fsharp 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: Sun, 10 May 2009 10:46:39 -0000 pgj 2009-05-10 10:46:38 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/fsharp Makefile distinfo pkg-descr pkg-plist Log: F# developed as a research programming language to provide the much sought-after combination of type safety, succinctness, performance, expressivity and scripting, with all the advantages of running on a high-quality, well-supported modern runtime system. This combination has been so successful that the language is now being transitioned towards a fully supported language on the .NET platform. F# was developed as a pragmatically-oriented variant of ML that shares a core language with OCaml. Unlike other scripting languages it executes at or near the speed of C# and C++, making use of the performance that comes through strong typing. Unlike many type-inferred, statically-typed languages it also supports many dynamic language techniques, such as property discovery and reflection where needed. F# includes extensions for working across languages and for object-oriented programming, and it works seamlessly with other .NET programming languages and tools. WWW: http://research.microsoft.com/fsharp/fsharp.aspx Approved by: gabor (mentor) Revision Changes Path 1.639 +1 -0 ports/lang/Makefile 1.1 +77 -0 ports/lang/fsharp/Makefile (new) 1.1 +3 -0 ports/lang/fsharp/distinfo (new) 1.1 +18 -0 ports/lang/fsharp/pkg-descr (new) 1.1 +94 -0 ports/lang/fsharp/pkg-plist (new)