aboutsummaryrefslogtreecommitdiffstats
path: root/lang/stalin
Commit message (Collapse)AuthorAgeFilesLines
* . remove the indefinite article from COMMENT;bsam2013-11-182-18/+17
| | | | | | | | . use new LIB_DEPENDS syntax; . incorporate options; . support STAGE; . remove unneeded trailing "/"; . mute MKDIRs.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | lang)
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* - remove MD5ohauer2011-07-031-1/+0
|
* Mark as broken on sparc64: includes i386 asm.linimon2009-12-041-0/+4
| | | | Hat: portmgr
* - Add sparc64 support (untested).stas2009-10-262-5/+8
|
* - Add port for lang/stalin, an aggressive optimizing Scheme compiler, whichstas2009-10-245-0/+91
is able to outperform hand-written C in a number of tests. This is a modified version suitable to use on FreeBSD i386/amd64. It possible to run it on other platfroms as well, but I have not boostrapped/tested it on anything except i386/amd64 yet. Author: Jeffrey Mark Siskind WWW: http://cobweb.ecn.purdue.edu/~qobi/software.html