mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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)
This commit is contained in:
parent
5595186206
commit
737f1f288e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168098
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= alisp
|
||||
PORTVERSION= 20060602
|
||||
PORTVERSION= 20060717
|
||||
CATEGORIES= lang devel lisp
|
||||
MASTER_SITES= http://www.t3x.org/files/
|
||||
|
||||
@ -21,4 +21,9 @@ MAKE_ENV+= BINOWN=${BINOWN} \
|
||||
BINGRP=${BINGRP} \
|
||||
PREFIX=${PREFIX}
|
||||
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/alisp.h
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (alisp-20060602.tar.gz) = eb8987e3aaca0799dfdcda42d2255636
|
||||
SIZE (alisp-20060602.tar.gz) = 47150
|
||||
SHA256 (alisp-20060602.tar.gz) = fa5818d026c1dd28f270ced840645ce18db73264e27d45da18452b7ad4e512cf
|
||||
MD5 (alisp-20060717.tar.gz) = 5deccf952fb7e02e25b12e08286e01c6
|
||||
SIZE (alisp-20060717.tar.gz) = 70006
|
||||
SHA256 (alisp-20060717.tar.gz) = 0ea35c7756ee8980af1ed54cb3504c8b2e844a7e4096a83b6b978be0fb82b03e
|
||||
|
@ -4,12 +4,59 @@ 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%%/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%%
|
||||
|
Loading…
Reference in New Issue
Block a user