aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fsharp
Commit message (Collapse)AuthorAgeFilesLines
* Update devel/fsharp 3.1.2.5.rpaulo2015-07-293-67/+42
| | | | | | | | This unbreaks the port with Mono 4.0. Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3224
* Mark BROKEN: Fails to build with mono 4antoine2015-05-251-0/+2
| | | | | | | | | | | | | | | | Project "/wrkdirs/usr/ports/lang/fsharp/work/fsharp-3.1.1.25/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj" (default target(s)): Target CallFsSrGen: Created directory "obj/proto/./" : error : Error initializing task FsSrGen: The classes in the module cannot be loaded. Build FAILED. Errors: /wrkdirs/usr/ports/lang/fsharp/work/fsharp-3.1.1.25/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj (default targets) -> /wrkdirs/usr/ports/lang/fsharp/work/fsharp-3.1.1.25/lib/bootstrap/2.0/FSharp.SRGen.targets (CallFsSrGen target) -> : error : Error initializing task FsSrGen: The classes in the module cannot be loaded. 0 Warning(s) 1 Error(s) Reported by: pkg-fallout
* Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-082-4/+2
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* Cleanup plistbapt2014-10-271-40/+0
|
* - Update to 3.1.1.25lwhsu2014-07-303-89/+80
| | | | | PR: 191479 (based on) Submitted by: jack.pappas@gmail.com
* Convert to USES=monobapt2014-05-261-1/+1
| | | | With hat: portmgr
* Remove the last @comment $FreeBSD$ from plists.mat2014-04-251-1/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to 3.0.34 and frenshen port.romain2014-01-284-158/+153
| | | | | | | Partially based on [1]. PR: ports/181361 [1] Submitted by: Jack Pappas <jack.pappas@gmail.com> [1]
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-1/+1
| | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
|
* - Fix build with pkgtoolspgj2013-03-312-104/+112
| | | | Approved by: portmgr (miwi)
* - Update to 3.0.25pgj2013-03-215-164/+171
| | | | | | | | | - Change license to AL2, not restricted any more - Transfer maintainership to mono - Trim header PR: ports/176018 Submitted by: Jack Pappas <jack.pappas@tidepowerd.com>
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - remove MD5ohauer2011-07-031-1/+0
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to 1.9.6.16pgj2009-05-293-39/+26
| | | | Approved by: gabor (mentor)
* F# developed as a research programming language to provide the muchpgj2009-05-104-0/+192
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)