aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently fromIon-Mihai Tetcu2009-05-123-6/+7
| | | | | | | | | | 5 to 6. Forgotten by: araujo@ Reported by: QAT Notes: svn path=/head/; revision=233764
* - IDE option enabled by default (editors/gambas2-ide was added)Jose Alonso Cardenas Marquez2009-05-111-1/+2
| | | | Notes: svn path=/head/; revision=233667
* - MASSIVE update to 1.0.1Philip M. Gollucci2009-05-113-218/+142
| | | | | | | | | | | - Unbreak, (reported by erwin via pointyhat) - Use SF Macro - Requires BASH not SH to build - Now works on amd64 and i386 - Remove NO_INSTALL_MANPAGES and NOPRECIOUSMAKEVARS Notes: svn path=/head/; revision=233664
* - Update to 1.0.0Martin Wilke2009-05-102-6/+7
| | | | | | | | PR: 134373 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Notes: svn path=/head/; revision=233626
* F# developed as a research programming language to provide the muchGabor Pali2009-05-105-0/+193
| | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=233574
* - Prevent package building on i386/6.x pointyhat, due to lack of requiredGreg Larkin2009-05-091-0/+5
| | | | | | | | | | CPU SSE instruction set. - Bumped PORTREVISION Suggested by: erwin Notes: svn path=/head/; revision=233560
* - Fix a couple of serious bugs in threading code (#4666 and #4678).Stanislav Sedov2009-05-093-0/+131
| | | | | | | Obtained from: ocaml cvs Notes: svn path=/head/; revision=233551
* Update to the 20090507 snapshot of GCC 4.5.0.Gerald Pfeifer2009-05-0910-95/+95
| | | | Notes: svn path=/head/; revision=233534
* Turn off IDE by default as this port is not added (yet) to unbreak INDEX.Erwin Lansing2009-05-091-1/+1
| | | | Notes: svn path=/head/; revision=233530
* Update to the 20090505 snapshot of GCC 4.4.1.Gerald Pfeifer2009-05-092-19/+19
| | | | Notes: svn path=/head/; revision=233525
* - Fix buildJose Alonso Cardenas Marquez2009-05-091-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=233475
* - New port: lang/gambas2-examplesJose Alonso Cardenas Marquez2009-05-095-0/+845
| | | | | | | Example projects for gambas language Notes: svn path=/head/; revision=233474
* - New port: lang/gambas2Jose Alonso Cardenas Marquez2009-05-094-0/+142
| | | | | | | | | | | | | | | | | Gambas is a free development environment based on a Basic interpreter with object extensions, a bit like Visual Basic (but it is NOT a clone !). With Gambas, you can quickly design your program GUI with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications with DCOP, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on. (meta port) WWW: http://gambas.sf.net/ Notes: svn path=/head/; revision=233473
* - New port: lang/gambas2-componentsJose Alonso Cardenas Marquez2009-05-093-0/+58
| | | | | | | Native components for gambas2 Notes: svn path=/head/; revision=233448
* - New port: lang/gambas2-baseJose Alonso Cardenas Marquez2009-05-098-0/+345
| | | | | | | | | | | | | | | Gambas is a free development environment based on a Basic interpreter with object extensions, a bit like Visual Basic (but it is NOT a clone !). With Gambas, you can quickly design your program GUI with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications with DCOP, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on. WWW: http://gambas.sf.net/ Notes: svn path=/head/; revision=233446
* - Fix a visual problem with OPTIONS descripcionJose Alonso Cardenas Marquez2009-05-081-8/+8
| | | | | | | Suggested by: Zahemszky Gábor <Gabor __at zahemszky.hu> via email Notes: svn path=/head/; revision=233403
* Mark BROKEN: does not build.Erwin Lansing2009-05-061-0/+2
| | | | Notes: svn path=/head/; revision=233322
* Update to 0.7.0.Marcus von Appen2009-05-052-5/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=233270
* - Fix do-installJose Alonso Cardenas Marquez2009-05-051-1/+1
| | | | | | | Reported by: Zahemszky Gabor <gabor__ at _zahemszky.hu> via email Notes: svn path=/head/; revision=233261
* - Fix all MASTER_SITES entries. Now it will compile without problemsJose Alonso Cardenas Marquez2009-05-041-8/+7
| | | | | | | Reported by: Zahemszky Gábor <Gabor __ at__zahemszky.hu> via email Notes: svn path=/head/; revision=233249
* - Update to 2.2.4Jose Alonso Cardenas Marquez2009-05-049-29/+47
| | | | | | | | - Add convertors/fpc-iconvenc port to bsd.fpc.mk - pkg-plist fixes Notes: svn path=/head/; revision=233207
* Update to the 20090503 snapshot of GCC 4.3.4.Gerald Pfeifer2009-05-042-19/+19
| | | | Notes: svn path=/head/; revision=233193
* - Update to 5.6.64Wesley Shields2009-05-017-23/+1821
| | | | | | | | | PR: ports/133578 Submitted by: Kazumasa Kotani <freebsd@cuma.sakura.ne.jp> Approved by: maintainer timeout Notes: svn path=/head/; revision=233099
* - Update to 05_20090426Pietro Cerutti2009-05-013-4/+6
| | | | Notes: svn path=/head/; revision=233098
* - Update to 0.11.1Martin Wilke2009-05-012-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=233086
* - Update to 2009-04-29Martin Wilke2009-05-013-7/+10
| | | | | | | | PR: 134088 Submitted by: "Nils M Holm" <nmh@T3X.ORG> (maintainer) Notes: svn path=/head/; revision=233047
* - Set ONLY_FOR_ARCHS= i386 (amd64/sparc64 core dump)Martin Wilke2009-04-302-18/+3
| | | | | | | | PR: 133076 Submitted by: Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com> (maintainer) Notes: svn path=/head/; revision=233012
* Update to cmucl-19f.Martin Cracauer2009-04-293-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | After discussions with the CMUCL implementor's list it has been decided that the FreeBSD port should stay as it is, which means that the 6.3 binary gets installed on all FreeBSD versions. That means the port will not be smartened up to select binaries built for newer FreeBSD versions that might be available. Consensus on the list was that those who care about that level of detail do not use the port (remember that it's a binary distribution anyway) and that for those who casually want to run some Common Lisp code it is good enough to just run the 6.3 binary. The next release will probably not have a FreeBSD-6.3 binary but at that time the majority of users will probably be on FreeBSD-7.x or higher. Tested: install/deinstall, manual check for proper removal, portlint. Commited during partial thaw as a leave port that doesn't affect other ports. Notes: svn path=/head/; revision=232950
* Ikarus Scheme is a free optimizing incremental native-code compilerGreg Larkin2009-04-298-0/+108
| | | | | | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=232947
* Added python 2.6.1 supportJosh Paetzel2009-04-291-0/+9
| | | | | | | | PR: ports/134028 Approved by: linimon (mentor) Notes: svn path=/head/; revision=232926
* - Match modules dependency with latest tcl85 updateMartin Matuska2009-04-261-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=232761
* - Update to 8.5.7Martin Matuska2009-04-266-61/+38
| | | | Notes: svn path=/head/; revision=232760
* - Update MASTER_SITES and WWWRong-En Fan2009-04-262-2/+2
| | | | | | | | PR: ports/133885 Submitted by: maintainer Notes: svn path=/head/; revision=232753
* Mark ONLY_FOR_ARCHS=i386 due to build problems on amd64.Gerald Pfeifer2009-04-251-0/+2
| | | | Notes: svn path=/head/; revision=232742
* Break dependency on lang/gcc295.Gerald Pfeifer2009-04-256-1/+205
| | | | | | | | | PR: 132652 Submitted by: carl shapiro <carl.shapiro@gmail.com> Approved by: maintainer (Erik Greenwald <erik.greenwald@gmail.com>) Notes: svn path=/head/; revision=232734
* Update to the 20090423 snapshot of GCC 4.5.0.Gerald Pfeifer2009-04-2410-95/+95
| | | | Notes: svn path=/head/; revision=232672
* Update to the 20090421 snapshot of GCC 4.4.1. This basically is aGerald Pfeifer2009-04-232-20/+20
| | | | | | | slightly updated version over the official GCC 4.4.0 release. Notes: svn path=/head/; revision=232579
* Update to the 20090419 snapshot of GCC 4.3.4.Gerald Pfeifer2009-04-232-19/+19
| | | | Notes: svn path=/head/; revision=232542
* - Fix build on -CURRENT.Wesley Shields2009-04-224-22/+22
| | | | | | | | | PR: ports/133598 Submitted by: Kai Wang <kaiwang27@gmail.com> Approved by: Takeshi MUTOH <mutoh@openedu.org> (maintainer) Notes: svn path=/head/; revision=232517
* - Update to 05_20090413Pietro Cerutti2009-04-222-4/+4
| | | | Notes: svn path=/head/; revision=232516
* - Update to 20090321Dennis Herrmann2009-04-212-4/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=232430
* Update to the 20090414 snapshot of GCC 4.4.0.Gerald Pfeifer2009-04-212-20/+19
| | | | | | | | Address a long term FIXME related to older versions of FreeBSD by removing NOMANCOMPRESS=yes. Notes: svn path=/head/; revision=232418
* Drop maintainership.Bruce M Simpson2009-04-211-1/+1
| | | | Notes: svn path=/head/; revision=232396
* Fix for NOPORTDOCS.Bruce M Simpson2009-04-211-3/+10
| | | | Notes: svn path=/head/; revision=232395
* Drop maintainership.Bruce M Simpson2009-04-211-1/+1
| | | | Notes: svn path=/head/; revision=232393
* Fix for NOPORTDOCS from QA tindy.Bruce M Simpson2009-04-211-2/+8
| | | | Notes: svn path=/head/; revision=232392
* Ubreak by making the port check for availability of Tcl's man-pages.Mikhail Teterin2009-04-213-7/+317
| | | | | | | | | | Tcl-8.4 does not install those by default any more... Approved by: portmgr (erwin) PR: ports/133555 Notes: svn path=/head/; revision=232391
* - Add forgotten dependency on ftp/curlPietro Cerutti2009-04-131-0/+1
| | | | | | | Reported by: QA Tindie Notes: svn path=/head/; revision=232306
* - Add dependency on BisonPietro Cerutti2009-04-131-0/+1
| | | | | | | Reported by: QA Tindie Notes: svn path=/head/; revision=232301
* Update to 0.6.1.Joe Marcus Clarke2009-04-132-4/+4
| | | | Notes: svn path=/head/; revision=232278