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


1.12
date	2006.09.12.19.07.19;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2006.07.17.19.00.38;	author novel;	state Exp;
branches;
next	1.10;

1.10
date	2006.06.14.02.36.58;	author aaron;	state Exp;
branches;
next	1.9;

1.9
date	2005.04.25.17.47.41;	author jylefort;	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	2004.10.11.22.58.30;	author pav;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2003.11.18.10.46.09;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.13.01.02.00;	author edwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
log
@- Update to 20060912

PR:		ports/103199
Submitted by:	Nils M Holm <nmh(at)t3x.org> (maintainer)
@
text
@bin/alisp
lib/libalisp.a
lib/libalisp.so
include/alisp.h
%%DATADIR%%/LICENSE
%%DATADIR%%/alisp-image
%%DATADIR%%/amk-tools.l
%%DATADIR%%/amk.l
%%DATADIR%%/any.l
%%DATADIR%%/base.l
%%DATADIR%%/bottles.l
%%DATADIR%%/bubblesort.l
%%DATADIR%%/count.l
%%DATADIR%%/depth.l
%%DATADIR%%/every.l
%%DATADIR%%/fact.l
%%DATADIR%%/filter.l
%%DATADIR%%/gener.l
%%DATADIR%%/hanoi.l
%%DATADIR%%/headp.l
%%DATADIR%%/hyper.l
%%DATADIR%%/imath.l
%%DATADIR%%/infix.l
%%DATADIR%%/insert.l
%%DATADIR%%/intersection.l
%%DATADIR%%/iota.l
%%DATADIR%%/isort.l
%%DATADIR%%/iter.l
%%DATADIR%%/last.l
%%DATADIR%%/lisp.l
%%DATADIR%%/lvrename.l
%%DATADIR%%/m-append.l
%%DATADIR%%/m-fac.l
%%DATADIR%%/m-hanoi.l
%%DATADIR%%/m-queens.l
%%DATADIR%%/mexprc.l
%%DATADIR%%/nmath.l
%%DATADIR%%/nth.l
%%DATADIR%%/o.l
%%DATADIR%%/orderedp.l
%%DATADIR%%/pair.l
%%DATADIR%%/prefix.l
%%DATADIR%%/product.l
%%DATADIR%%/prolog-db.l
%%DATADIR%%/prolog.l
%%DATADIR%%/qsort.l
%%DATADIR%%/queens.l
%%DATADIR%%/remove.l
%%DATADIR%%/rmath.l
%%DATADIR%%/some.l
%%DATADIR%%/sublis.l
%%DATADIR%%/subst.l
%%DATADIR%%/sum.l
%%DATADIR%%/tailp.l
%%DATADIR%%/union.l
%%DATADIR%%/unique.l
%%DATADIR%%/unlet.l
%%DATADIR%%/unsort.l
%%DATADIR%%/xeval.l
%%DATADIR%%/zebra.l
%%DOCSDIR%%/alisp.txt
@@dirrm %%DATADIR%%
@@dirrm %%DOCSDIR%%
@


1.11
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
@d18 1
@


1.10
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
@d7 3
d11 10
d22 5
d28 1
d30 6
d37 11
d49 11
@


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

PR:		ports/80336
Submitted by:	maintainer
@
text
@a0 1
bin/Alisp
d2 3
a4 1
bin/alisp_install
d6 8
a13 164
%%DATADIR%%/alisp.image
%%DATADIR%%/ext/date-after-p.l
%%DATADIR%%/ext/date-before-p.l
%%DATADIR%%/ext/date-difference.l
%%DATADIR%%/ext/date-to-days.l
%%DATADIR%%/ext/date.l
%%DATADIR%%/ext/ext-date.l
%%DATADIR%%/ext/ext-tree.l
%%DATADIR%%/ext/fixed-point.l
%%DATADIR%%/ext/tree-assoc.l
%%DATADIR%%/ext/tree-balance.l
%%DATADIR%%/ext/tree-flatten.l
%%DATADIR%%/ext/tree-insert.l
%%DATADIR%%/ext/tree-sort.l
%%DATADIR%%/lib/abs.l
%%DATADIR%%/lib/alisp.l
%%DATADIR%%/lib/any.l
%%DATADIR%%/lib/append.l
%%DATADIR%%/lib/apply.l
%%DATADIR%%/lib/assoc.l
%%DATADIR%%/lib/caaaar.l
%%DATADIR%%/lib/caaar.l
%%DATADIR%%/lib/caar.l
%%DATADIR%%/lib/copy.l
%%DATADIR%%/lib/count.l
%%DATADIR%%/lib/decr.l
%%DATADIR%%/lib/denominator.l
%%DATADIR%%/lib/depth.l
%%DATADIR%%/lib/difference.l
%%DATADIR%%/lib/digits.l
%%DATADIR%%/lib/divide.l
%%DATADIR%%/lib/equal.l
%%DATADIR%%/lib/equalize.l
%%DATADIR%%/lib/evenp.l
%%DATADIR%%/lib/every.l
%%DATADIR%%/lib/expt.l
%%DATADIR%%/lib/fac.l
%%DATADIR%%/lib/filter.l
%%DATADIR%%/lib/gcd.l
%%DATADIR%%/lib/greaterp.l
%%DATADIR%%/lib/headp.l
%%DATADIR%%/lib/hyper.l
%%DATADIR%%/lib/id.l
%%DATADIR%%/lib/idifference.l
%%DATADIR%%/lib/idivide.l
%%DATADIR%%/lib/iexpt.l
%%DATADIR%%/lib/igreaterp.l
%%DATADIR%%/lib/ilessp.l
%%DATADIR%%/lib/imath.l
%%DATADIR%%/lib/imax.l
%%DATADIR%%/lib/imin.l
%%DATADIR%%/lib/incr.l
%%DATADIR%%/lib/ingreaterp.l
%%DATADIR%%/lib/inlessp.l
%%DATADIR%%/lib/insert.l
%%DATADIR%%/lib/integer.l
%%DATADIR%%/lib/integerp.l
%%DATADIR%%/lib/intersection.l
%%DATADIR%%/lib/iota.l
%%DATADIR%%/lib/iplus.l
%%DATADIR%%/lib/iquotient.l
%%DATADIR%%/lib/iremainder.l
%%DATADIR%%/lib/isort.l
%%DATADIR%%/lib/itimes.l
%%DATADIR%%/lib/last.l
%%DATADIR%%/lib/length.l
%%DATADIR%%/lib/lessp.l
%%DATADIR%%/lib/listp.l
%%DATADIR%%/lib/listproc.l
%%DATADIR%%/lib/litatom.l
%%DATADIR%%/lib/logand.l
%%DATADIR%%/lib/logeqv.l
%%DATADIR%%/lib/lognand.l
%%DATADIR%%/lib/logneqv.l
%%DATADIR%%/lib/lognor.l
%%DATADIR%%/lib/lognot.l
%%DATADIR%%/lib/logop.l
%%DATADIR%%/lib/logor.l
%%DATADIR%%/lib/map.l
%%DATADIR%%/lib/mapcar.l
%%DATADIR%%/lib/maplis.l
%%DATADIR%%/lib/math.l
%%DATADIR%%/lib/max.l
%%DATADIR%%/lib/memb.l
%%DATADIR%%/lib/member.l
%%DATADIR%%/lib/min.l
%%DATADIR%%/lib/minus.l
%%DATADIR%%/lib/minusp.l
%%DATADIR%%/lib/natural.l
%%DATADIR%%/lib/naturalp.l
%%DATADIR%%/lib/neq.l
%%DATADIR%%/lib/nequal.l
%%DATADIR%%/lib/ngreaterp.l
%%DATADIR%%/lib/nlessp.l
%%DATADIR%%/lib/normalize.l
%%DATADIR%%/lib/nth.l
%%DATADIR%%/lib/numberp.l
%%DATADIR%%/lib/numerator.l
%%DATADIR%%/lib/o.l
%%DATADIR%%/lib/oddp.l
%%DATADIR%%/lib/onep.l
%%DATADIR%%/lib/orderedp.l
%%DATADIR%%/lib/pair.l
%%DATADIR%%/lib/pairp.l
%%DATADIR%%/lib/permute.l
%%DATADIR%%/lib/plus.l
%%DATADIR%%/lib/plusp.l
%%DATADIR%%/lib/pred.l
%%DATADIR%%/lib/product.l
%%DATADIR%%/lib/quicksort.l
%%DATADIR%%/lib/quotient.l
%%DATADIR%%/lib/rational.l
%%DATADIR%%/lib/rationalp.l
%%DATADIR%%/lib/rdifference.l
%%DATADIR%%/lib/reduce.l
%%DATADIR%%/lib/remainder.l
%%DATADIR%%/lib/remove.l
%%DATADIR%%/lib/reverse.l
%%DATADIR%%/lib/rexpt.l
%%DATADIR%%/lib/rgreaterp.l
%%DATADIR%%/lib/rlessp.l
%%DATADIR%%/lib/rmax.l
%%DATADIR%%/lib/rmath.l
%%DATADIR%%/lib/rmin.l
%%DATADIR%%/lib/rngreaterp.l
%%DATADIR%%/lib/rnlessp.l
%%DATADIR%%/lib/rplus.l
%%DATADIR%%/lib/rquotient.l
%%DATADIR%%/lib/rsquareroot.l
%%DATADIR%%/lib/rtimes.l
%%DATADIR%%/lib/sassoc.l
%%DATADIR%%/lib/some.l
%%DATADIR%%/lib/sort.l
%%DATADIR%%/lib/squareroot.l
%%DATADIR%%/lib/sublis.l
%%DATADIR%%/lib/subst.l
%%DATADIR%%/lib/succ.l
%%DATADIR%%/lib/sum.l
%%DATADIR%%/lib/tailp.l
%%DATADIR%%/lib/times.l
%%DATADIR%%/lib/union.l
%%DATADIR%%/lib/unique.l
%%DATADIR%%/lib/unsort.l
%%DATADIR%%/lib/zerop.l
%%DATADIR%%/src/bottles.l
%%DATADIR%%/src/bubblesort.l
%%DATADIR%%/src/evaluate.l
%%DATADIR%%/src/hanoi.l
%%DATADIR%%/src/infix.l
%%DATADIR%%/src/lvrename.l
%%DATADIR%%/src/mexpr-append.m
%%DATADIR%%/src/mexpr-fac.m
%%DATADIR%%/src/mexpr-hanoi.m
%%DATADIR%%/src/mexpr-queens.m
%%DATADIR%%/src/mexprc.l
%%DATADIR%%/src/prefix.l
%%DATADIR%%/src/prolog.l
%%DATADIR%%/src/queens.l
%%DATADIR%%/src/unlabel.l
%%DATADIR%%/src/xeval.l
%%DOCSDIR%%/alisp.sd
@@dirrm %%DATADIR%%/ext
@@dirrm %%DATADIR%%/lib
@@dirrm %%DATADIR%%/src
@


1.8
log
@Update to 20050312

PR:		ports/78742
Submitted by:	maintainer
@
text
@d165 1
a165 1
%%PORTDOCS%%%%DOCSDIR%%/alisp.sd
d170 1
a170 1
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
@


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

PR:		ports/77413
Submitted by:	Nils M. Holm (maintainer)
@
text
@d4 167
a170 167
share/alisp/LICENSE
share/alisp/alisp.image
share/alisp/ext/date-after-p.l
share/alisp/ext/date-before-p.l
share/alisp/ext/date-difference.l
share/alisp/ext/date-to-days.l
share/alisp/ext/date.l
share/alisp/ext/ext-date.l
share/alisp/ext/ext-tree.l
share/alisp/ext/fixed-point.l
share/alisp/ext/tree-assoc.l
share/alisp/ext/tree-balance.l
share/alisp/ext/tree-flatten.l
share/alisp/ext/tree-insert.l
share/alisp/ext/tree-sort.l
share/alisp/lib/abs.l
share/alisp/lib/alisp.l
share/alisp/lib/any.l
share/alisp/lib/append.l
share/alisp/lib/apply.l
share/alisp/lib/assoc.l
share/alisp/lib/caaaar.l
share/alisp/lib/caaar.l
share/alisp/lib/caar.l
share/alisp/lib/copy.l
share/alisp/lib/count.l
share/alisp/lib/decr.l
share/alisp/lib/denominator.l
share/alisp/lib/depth.l
share/alisp/lib/difference.l
share/alisp/lib/digits.l
share/alisp/lib/divide.l
share/alisp/lib/equal.l
share/alisp/lib/equalize.l
share/alisp/lib/evenp.l
share/alisp/lib/every.l
share/alisp/lib/expt.l
share/alisp/lib/fac.l
share/alisp/lib/filter.l
share/alisp/lib/gcd.l
share/alisp/lib/greaterp.l
share/alisp/lib/headp.l
share/alisp/lib/hyper.l
share/alisp/lib/id.l
share/alisp/lib/idifference.l
share/alisp/lib/idivide.l
share/alisp/lib/iexpt.l
share/alisp/lib/igreaterp.l
share/alisp/lib/ilessp.l
share/alisp/lib/imath.l
share/alisp/lib/imax.l
share/alisp/lib/imin.l
share/alisp/lib/incr.l
share/alisp/lib/ingreaterp.l
share/alisp/lib/inlessp.l
share/alisp/lib/insert.l
share/alisp/lib/integer.l
share/alisp/lib/integerp.l
share/alisp/lib/intersection.l
share/alisp/lib/iota.l
share/alisp/lib/iplus.l
share/alisp/lib/iquotient.l
share/alisp/lib/iremainder.l
share/alisp/lib/isort.l
share/alisp/lib/itimes.l
share/alisp/lib/last.l
share/alisp/lib/length.l
share/alisp/lib/lessp.l
share/alisp/lib/listp.l
share/alisp/lib/listproc.l
share/alisp/lib/litatom.l
share/alisp/lib/logand.l
share/alisp/lib/logeqv.l
share/alisp/lib/lognand.l
share/alisp/lib/logneqv.l
share/alisp/lib/lognor.l
share/alisp/lib/lognot.l
share/alisp/lib/logop.l
share/alisp/lib/logor.l
share/alisp/lib/map.l
share/alisp/lib/mapcar.l
share/alisp/lib/maplis.l
share/alisp/lib/math.l
share/alisp/lib/max.l
share/alisp/lib/memb.l
share/alisp/lib/member.l
share/alisp/lib/min.l
share/alisp/lib/minus.l
share/alisp/lib/minusp.l
share/alisp/lib/natural.l
share/alisp/lib/naturalp.l
share/alisp/lib/neq.l
share/alisp/lib/nequal.l
share/alisp/lib/ngreaterp.l
share/alisp/lib/nlessp.l
share/alisp/lib/normalize.l
share/alisp/lib/nth.l
share/alisp/lib/numberp.l
share/alisp/lib/numerator.l
share/alisp/lib/o.l
share/alisp/lib/oddp.l
share/alisp/lib/onep.l
share/alisp/lib/orderedp.l
share/alisp/lib/pair.l
share/alisp/lib/pairp.l
share/alisp/lib/permute.l
share/alisp/lib/plus.l
share/alisp/lib/plusp.l
share/alisp/lib/pred.l
share/alisp/lib/product.l
share/alisp/lib/quicksort.l
share/alisp/lib/quotient.l
share/alisp/lib/rational.l
share/alisp/lib/rationalp.l
share/alisp/lib/rdifference.l
share/alisp/lib/reduce.l
share/alisp/lib/remainder.l
share/alisp/lib/remove.l
share/alisp/lib/reverse.l
share/alisp/lib/rexpt.l
share/alisp/lib/rgreaterp.l
share/alisp/lib/rlessp.l
share/alisp/lib/rmax.l
share/alisp/lib/rmath.l
share/alisp/lib/rmin.l
share/alisp/lib/rngreaterp.l
share/alisp/lib/rnlessp.l
share/alisp/lib/rplus.l
share/alisp/lib/rquotient.l
share/alisp/lib/rsquareroot.l
share/alisp/lib/rtimes.l
share/alisp/lib/sassoc.l
share/alisp/lib/some.l
share/alisp/lib/sort.l
share/alisp/lib/squareroot.l
share/alisp/lib/sublis.l
share/alisp/lib/subst.l
share/alisp/lib/succ.l
share/alisp/lib/sum.l
share/alisp/lib/tailp.l
share/alisp/lib/times.l
share/alisp/lib/union.l
share/alisp/lib/unique.l
share/alisp/lib/unsort.l
share/alisp/lib/zerop.l
share/alisp/src/bottles.l
share/alisp/src/bubblesort.l
share/alisp/src/evaluate.l
share/alisp/src/hanoi.l
share/alisp/src/infix.l
share/alisp/src/lvrename.l
share/alisp/src/mexpr-append.m
share/alisp/src/mexpr-fac.m
share/alisp/src/mexpr-hanoi.m
share/alisp/src/mexpr-queens.m
share/alisp/src/mexprc.l
share/alisp/src/prefix.l
share/alisp/src/prolog.l
share/alisp/src/queens.l
share/alisp/src/unlabel.l
share/alisp/src/xeval.l
share/doc/alisp/alisp.sd
@@dirrm share/alisp/ext
@@dirrm share/alisp/lib
@@dirrm share/alisp/src
@@dirrm share/alisp
@@dirrm share/doc/alisp
@


1.6
log
@- Update to 20040924

PR:		ports/72079
Submitted by:	Nils M Holm <nmh@@t3x.org> (maintainer)
@
text
@d155 5
@


1.5
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
@a3 4
bin/iai
bin/iai-1
bin/iai_color
bin/iai_pfmt
a5 4
share/alisp/black.rc
share/alisp/blue.rc
share/alisp/default.rc
share/alisp/default-1.rc
d13 1
a148 1
share/alisp/monochrm.rc
a159 1
share/alisp/white.rc
a160 2
share/doc/alisp/helpfile
share/doc/alisp/helpfile-1
@


1.4
log
@- Update to 20031205.

PR:		ports/60004
Submitted by:	Nils M Holm <nmh@@t3x.org> (maintainer)
@
text
@d1 1
d8 2
d39 1
d45 1
d53 1
d111 1
@


1.3
log
@Forgot to check this in at the same time as Makefile and distinfo.
Reminded by: submitter of original PR (ports/58996).
@
text
@d4 1
d10 4
d15 8
d27 1
d35 1
d40 1
d62 1
d103 1
d116 3
d123 12
a144 5
share/alisp/lib/tree-assoc.l
share/alisp/lib/tree-balance.l
share/alisp/lib/tree-flatten.l
share/alisp/lib/tree-insert.l
share/alisp/lib/tree-sort.l
d164 1
@


1.2
log
@Give the MAKE_ENV the proper BINOWN/BINGRP variables.
Fix pkg-plist to use DOCSDIR

Noticed by: bento
@
text
@d6 2
d9 1
d12 1
d18 3
d25 1
d31 2
d41 3
d47 1
d51 1
d53 1
d56 9
d66 1
d69 1
a69 1
share/alisp/lib/maplist.l
d72 1
d79 4
d84 1
d87 1
d90 1
d93 1
d96 1
d103 1
d105 1
d110 1
d112 5
d119 1
d127 1
a130 1
share/alisp/src/quicksort.l
d133 4
a136 2
%%DOCSDIR%%/alisp.sd
%%DOCSDIR%%/helpfile
@


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
@d88 2
a89 2
share/doc/alisp/alisp.sd
share/doc/alisp/helpfile
@

