head	1.18;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.17
	RELEASE_7_0_0:1.17
	RELEASE_6_3_0:1.17
	PRE_XORG_7:1.17
	RELEASE_4_EOL:1.17
	RELEASE_6_2_0:1.17
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2;
locks; strict;
comment	@# @;


1.18
date	2011.07.03.13.45.05;	author ohauer;	state Exp;
branches;
next	1.17;

1.17
date	2006.09.18.19.19.07;	author miwi;	state Exp;
branches;
next	1.16;

1.16
date	2006.09.12.19.07.19;	author miwi;	state Exp;
branches;
next	1.15;

1.15
date	2006.07.17.19.00.38;	author novel;	state Exp;
branches;
next	1.14;

1.14
date	2006.06.14.02.36.58;	author aaron;	state Exp;
branches;
next	1.13;

1.13
date	2006.04.16.15.30.03;	author mnag;	state Exp;
branches;
next	1.12;

1.12
date	2006.01.22.12.42.08;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2005.04.25.17.47.41;	author jylefort;	state Exp;
branches;
next	1.10;

1.10
date	2005.04.12.22.13.18;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2005.03.14.14.31.33;	author vs;	state Exp;
branches;
next	1.8;

1.8
date	2005.03.13.11.30.10;	author krion;	state Exp;
branches;
next	1.7;

1.7
date	2005.02.13.16.34.10;	author vs;	state Exp;
branches;
next	1.6;

1.6
date	2005.01.24.16.03.32;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2004.10.11.22.58.30;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.13.04.57.13;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2003.12.14.18.36.04;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2003.11.18.09.14.57;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.28.10.57.20;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.18
log
@- remove MD5
@
text
@SHA256 (alisp-20060917.tar.gz) = adaa708606516f7d81124d2b2a97507f6e5bceef5128ac1a7f43e96b4b7b7edb
SIZE (alisp-20060917.tar.gz) = 71551
@


1.17
log
@- Update to 20060917

PR:		ports/103336
Submitted by:	Nils M Holm <nmh(at)t3x.org> (maintainer)
@
text
@a0 1
MD5 (alisp-20060917.tar.gz) = 0a40b92ee86c305f42150026f95fcc69
@


1.16
log
@- Update to 20060912

PR:		ports/103199
Submitted by:	Nils M Holm <nmh(at)t3x.org> (maintainer)
@
text
@d1 3
a3 3
MD5 (alisp-20060912.tar.gz) = 6d503acc098f22d25957ce4e3e9b6106
SIZE (alisp-20060912.tar.gz) = 71175
SHA256 (alisp-20060912.tar.gz) = 2e9c8efda1f44da0c2213bd6a650b1a026af40748e3f7da41308617cdab7b729
@


1.15
log
@Update to 20060717:
 - Changed core language (see README)
 - Added KANREN-like logic programming extensions (examples/amk)
 - Added M-expression compiler (examples/mexprc)
 - Added loads of example programs (examples/misc)
 - Looking up default image in $PREFIX now rather than in /usr/local

PR:		100440
Submitted by:	Nils M Holm (maintainer)
@
text
@d1 3
a3 3
MD5 (alisp-20060717.tar.gz) = 5deccf952fb7e02e25b12e08286e01c6
SIZE (alisp-20060717.tar.gz) = 70006
SHA256 (alisp-20060717.tar.gz) = 0ea35c7756ee8980af1ed54cb3504c8b2e844a7e4096a83b6b978be0fb82b03e
@


1.14
log
@- re-wrote the T3X part of the interpreter in C
- re-wrote the reference manual
- added AND and OR primitives
- added RECURSIVE-BIND primitive
- added DEFINED primitive
- replaced meta commands with functions, ie
  :L FILE.L became (LOAD FILE)
- replaced (DEFUN f(x) ...) with (DEFINE (f x) ...)
- replaced LABEL with LET and LETREC
- replaced *T* and *F* (true/false) with T and ()
- dropped CALL/CC
- renamed math functions:
    plus/iplus/rplus -> N+, I+, R+, +
    times/itimes/rtimes -> N*, I*, R*, *
    difference/idifference/rdifference -> N-, I-, R-, -
    rquotient -> /
- added default workspace image (no need to install a
  local copy of the library functions any longer)
- temporarily removed most example programs

PR:		ports/98483
Submitted by:	Nils M Holm <nmh@@t3x.org>
Reviewed by:	aaron
Approved by:	tobez
@
text
@d1 3
a3 3
MD5 (alisp-20060602.tar.gz) = eb8987e3aaca0799dfdcda42d2255636
SIZE (alisp-20060602.tar.gz) = 47150
SHA256 (alisp-20060602.tar.gz) = fa5818d026c1dd28f270ced840645ce18db73264e27d45da18452b7ad4e512cf
@


1.13
log
@- Distfile are rerolled. From diff and README: As of version 2005-04-29, dynamic scoping was dropped.
- Bump PORTREVISION

PR:		94854
Submitted by:	maintainer
@
text
@d1 3
a3 3
MD5 (alisp-20050425.tar.gz) = a7eb8083d352a48fb08c840060cf34a3
SHA256 (alisp-20050425.tar.gz) = 8746eac66794881ee05070a4d5584d3bfb2e2cfa54cbc278c698cb25c5f552d6
SIZE (alisp-20050425.tar.gz) = 127353
@


1.12
log
@SHA256ify

Approved by: krion@@
@
text
@d1 3
a3 3
MD5 (alisp-20050425.tar.gz) = 92a4f2681536072f4f0ba3a7b2c52788
SHA256 (alisp-20050425.tar.gz) = eb39be4f5a61fd2435323e3ae6f0529f35083a47ccd92ab9b543ce5d2cb69d07
SIZE (alisp-20050425.tar.gz) = 127027
@


1.11
log
@- Update to 20050425
- Fix pkg-plist

PR:		ports/80336
Submitted by:	maintainer
@
text
@d2 1
@


1.10
log
@- Update to 20050327

PR:		ports/79299
Submitted by:	Nils M Holm <nmh@@t3x.org> (maintainer)
@
text
@d1 2
a2 2
MD5 (alisp-20050327.tar.gz) = d5e0f8e34a9afc9bb04034f699b8fef5
SIZE (alisp-20050327.tar.gz) = 126372
@


1.9
log
@- Update to 20050314
- Previous update broke tail call optimization. Oops.

PR:		ports/78817
Submitted by:	maintainer
@
text
@d1 2
a2 2
MD5 (alisp-20050314.tar.gz) = 54d6ed0476b017719cc5ed7299af9a86
SIZE (alisp-20050314.tar.gz) = 123219
@


1.8
log
@Update to 20050312

PR:		ports/78742
Submitted by:	maintainer
@
text
@d1 2
a2 2
MD5 (alisp-20050312.tar.gz) = 15bc6d7edc6bee8349dbdf79b9c4325d
SIZE (alisp-20050312.tar.gz) = 122777
@


1.7
log
@- Update to 20050212
- Added M-Expression compiler and examples
- Updated documentation

PR:		ports/77413
Submitted by:	Nils M. Holm (maintainer)
@
text
@d1 2
a2 2
MD5 (alisp-20050212.tar.gz) = e2a2d3e85e1bdd384192e5d9bea3c1b1
SIZE (alisp-20050212.tar.gz) = 119490
@


1.6
log
@- Update to 20050124

PR:		ports/76617
Submitted by:	Nils M Holm <nmh@@t3x.org> (maintainer)
@
text
@d1 2
a2 2
MD5 (alisp-20050124.tar.gz) = 7e57d9e0542b841a4b3fb5faa837cda9
SIZE (alisp-20050124.tar.gz) = 112051
@


1.5
log
@- Update to 20040924

PR:		ports/72079
Submitted by:	Nils M Holm <nmh@@t3x.org> (maintainer)
@
text
@d1 2
a2 2
MD5 (alisp-20040924.tar.gz) = 8b93abe0f08f19e41a4e5e7e02548a8f
SIZE (alisp-20040924.tar.gz) = 111428
@


1.4
log
@Update to 2004-02-06; added pre-compiled image; added a few new functions
(HYPER; DEPTH; EVENP; ODDP; APPLY); lowercased much of the lib code;
bugfixes.

PR:		ports/62630
Submitted by:	Nils M Holm <nmh@@t3x.org> (maintainer)
@
text
@d1 2
a2 1
MD5 (alisp-20040206.tar.gz) = 28e7f62c399a9b172641596e447dd703
@


1.3
log
@- Update to 20031205.

PR:		ports/60004
Submitted by:	Nils M Holm <nmh@@t3x.org> (maintainer)
@
text
@d1 1
a1 1
MD5 (alisp-20031205.tar.gz) = c1dc179c5d45dd0b551e62cd6e51dd2c
@


1.2
log
@Maintainer update to latest version.  Major changes: renumbered versioning;
the user interface has changed to vi(1) style.  For other changes and
bugfixes see alisp.t.
PR: ports/58996
Submitted by:  nmh@@t3x.org (maintainer)
@
text
@d1 1
a1 1
MD5 (alisp-20031029.tar.gz) = faf2ffcd18458dfc36d410bd5f6087d9
@


1.1
log
@New port: ArrowLISP - purely symbolic LISP interpreter and IDE

	ArrowLISP is a small, properly tail-recursive, dynamically
	scoped interpreter for a purely symbolic and almost
	side-effect-free dialect of LISP. It may be considered an
	implementation of pure LISP.

	The interpreter has both a command line interface and an
	editor-like full screen interface.

PR:		ports/55501
Submitted by:	Nils M Holm <nmh@@t3x.org>
@
text
@d1 1
a1 1
MD5 (alisp8.tar.gz) = b973ac56592d32b874bf1a954207d7be
@

