aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sketchy
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2006-11-27.clsung2006-11-293-5/+5
| | | | | | | | - Improved memory allocator. - Added READ-FROM-STRING and WRITE-TO-STRING procedures. PR: ports/105912 Submitted by: maintainer (Nils M Holm)
* - Update to 2006-11-16miwi2006-11-173-10/+9
| | | | | PR: ports/105605 Submitted by: Nils M Holm <nmh@t3x.org> (Maintainer)
* - Update to 20061108rafan2006-11-093-43/+87
| | | | | | | - Add conflicts with devel/p5-PAR for bin/pp PR: ports/105237 Submitted by: Nils M Holm (maintainer)
* - Update to 2006-10-23clsung2006-10-313-16/+15
| | | | | PR: ports/104433 Submitted by: maintainer (Nils M Holm)
* - Update to 2006-10-08 [1].alepulver2006-10-093-7/+21
| | | | | | | | | | | | | | - Fixed syntax transformers [1]. - Added Micro KANREN example [1]. - Add -fPIC to sketchy.o, which goes into libsketchy.so to allow building on amd64 [2]. - Rename libsketchy.so to libsketchy.so.0 and add symlink libsketchy.so -> libskeychy.so.0 to allow using the shared library [2]. - Add USE_LDCONFIG [2]. PR: ports/104167 [1] Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) [1] Reworked by: alepulver (myself) [2]
* - Update to 2006-10-05clsung2006-10-053-157/+163
| | | | | | | - Added syntax transformers PR: ports/104000 Submitted by: maintainer (Nils M Holm)
* - Update to 2006-09-24miwi2006-09-243-6/+6
| | | | | | | - Completed API part of manual PR: ports/103551 Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer)
* - Update to 20060913miwi2006-09-194-7/+7
| | | | | PR: ports/103335 Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer)
* - Update to 2006-08-07miwi2006-08-193-9/+32
| | | | | | | | - Added -fPIC to CFLAGS. PR: ports/101577 Submitted by: Nils M Holm <nmh(at)t3x.org> Approved by: krion (mentor)
* - Update to 20060305pav2006-03-204-11/+13
| | | | | PR: ports/94095 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* - Update to 20060121tdb2006-02-012-4/+4
| | | | | PR: 92641 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* update lang/sketchyedwin2006-01-043-99/+64
| | | | | | | | | | | Update to version 2006-01-02. (In case the pasted diff is not usable, please contact me by email. I have tried to send the patch by mail, but my provider appears to be blacklisted at spamcop.net.) PR: ports/91271 Submitted by: Nils M Holm <nmh@t3x.org>
* Update to 20051203 version.philip2005-12-052-5/+5
| | | | | PR: ports/89941 Submitted by: Nils M Holm <nmh -at- t3x.org> (maintainer)
* Update to 20051118mnag2005-11-184-26/+20
| | | | | | | | Update COMMENT and pkg-descr Add SHA256 PR: 89216 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* Update to version 2005-08-07vs2005-09-144-21/+8
| | | | | PR: ports/84813 Submitted by: maintainer
* - Update to 20050705ahze2005-07-063-26/+91
| | | | | PR: ports/83015 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)N
* - Update to 20050526pav2005-05-274-19/+28
| | | | | PR: ports/81514 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* Add sketchy.jylefort2005-05-174-0/+292
SketchyLISP is a small, tail-recursive, lexically scoped interpreter for purely symbolic dialect of LISP that smells like Scheme. It may be considered an implementation of pure LISP plus DEFINE and CALL/CC. This package contains the SketchyLISP interpreter and library, the reference manual, and example programs. WWW: http://www.t3x.org/sketchy/ PR: ports/81012 Submitted by: Nils M Holm <nmh@t3x.org>