aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ikarus
Commit message (Collapse)AuthorAgeFilesLines
* - * Switch NOPORTDOCS and NOPORTEXAMPLES to their OptionsNGsylvio2012-06-101-1/+6
| | | | | | | | | | | | | equivalents for devel/premake4, lang/ikarus, lang/stklos and lang/ypsilon. * Add mutual conflicts to lang/ikarus - Only define NO_PACKAGE for lang/ikarus when PACKAGE_BUILDING is set (i.e. on the pointyhat cluster). PR: ports/168715 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
* - Update MASTER_SITESdhn2011-09-101-1/+4
| | | | | PR: ports/159909 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
* - remove MD5ohauer2011-07-031-1/+0
|
* Switch to use newer GMP version.ale2010-04-191-2/+2
| | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
* Make NO_PACKAGE unconditional, as it's already only for i386.erwin2009-05-191-4/+1
| | | | Submitted by: pointyhat
* - Chase math/libgmp4 shlib bumppav2009-05-141-2/+2
| | | | | Reported by: pointyhat Pointy hat to: ale
* - Prevent package building on i386/6.x pointyhat, due to lack of requiredglarkin2009-05-101-0/+5
| | | | | | | CPU SSE instruction set. - Bumped PORTREVISION Suggested by: erwin
* Ikarus Scheme is a free optimizing incremental native-code compilerglarkin2009-04-297-0/+107
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/