1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Sylvio Cesar Teixeira
9f260c691c - * Switch NOPORTDOCS and NOPORTEXAMPLES to their OptionsNG
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)
2012-06-10 00:11:01 +00:00
Dennis Herrmann
3f44e858fa - Update MASTER_SITES
PR:		ports/159909
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer)
2011-09-09 19:05:28 +00:00
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Alex Dupre
bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Erwin Lansing
82e678d9f0 Make NO_PACKAGE unconditional, as it's already only for i386.
Submitted by:	pointyhat
2009-05-19 15:25:18 +00:00
Pav Lucistnik
1ebd8b8869 - Chase math/libgmp4 shlib bump
Reported by:	pointyhat
Pointy hat to:	ale
2009-05-14 11:53:13 +00:00
Greg Larkin
7b37b9d551 - Prevent package building on i386/6.x pointyhat, due to lack of required
CPU SSE instruction set.
- Bumped PORTREVISION

Suggested by:	erwin
2009-05-09 23:28:28 +00:00
Greg Larkin
37588abd4c 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/
2009-04-29 14:52:15 +00:00