Port details |
- alisp Interpreter for purely symbolic LISP
- 20060917 lang
=1 20060917Version of this port present on the latest quarterly branch. BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months
This port expired on: 2016-07-04
IGNORE: is marked as broken: unfetchable
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2003-09-28 10:58:55
- Last Update: 2016-07-04 20:48:24
- SVN Revision: 418057
- People watching this port, also watch:: ghc, python
- Also Listed In: devel lisp
- License: not specified in port
- WWW:
- http://www.t3x.org/alisp/
- Description:
- ArrowLISP is an interpreter for a purely symbolic,
side effect-free, lexically scoped dialect of LISP.
It may be considered an implementation of pure LISP
plus global definitions.
WWW: http://www.t3x.org/alisp/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: alisp
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for alisp-20060917:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20060917 04 Jul 2016 20:48:24
  |
rene  |
Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
20060917 03 Jun 2016 16:44:58
  |
antoine  |
Deprecate ports broken for more than 6 months |
20060917 09 Nov 2015 12:59:04
  |
antoine  |
Mark a few ports BROKEN: unfetchable |
20060917 27 Oct 2014 15:23:31
  |
bapt  |
Cleanup plist |
20060917 04 Aug 2014 03:40:15
  |
adamw  |
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure. |
20060917 31 May 2014 19:20:38
  |
pawel  |
- Add staging suport, allow it as normal user
- Remove leading article from COMMENT
- Strip library |
20060917 14 Apr 2014 13:18:07
  |
culot  |
- Reassign to the heap at maintainer's request
With hat: portmgr-lurker
PR: ports/188514
Submitted by: Nils M Holm <nmh@t3x.org> |
20060917 20 Sep 2013 19:53:10
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
20060917 16 Nov 2011 16:11:34
 |
miwi  |
- Unbreak build
PR: 162532
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer
Feature safe: yes |
20060917 03 Jul 2011 13:45:36
 |
ohauer  |
- remove MD5 |
20060917 08 Jan 2009 16:58:29
 |
pav  |
- No need to define USE_REINPLACE these days |
20060917 25 Jul 2008 12:24:09
 |
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
20060917 18 Sep 2006 19:19:07
 |
miwi  |
- Update to 20060917
PR: ports/103336
Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer) |
20060912 12 Sep 2006 19:07:19
 |
miwi  |
- Update to 20060912
PR: ports/103199
Submitted by: Nils M Holm <nmh(at)t3x.org> (maintainer) |
20060717 17 Jul 2006 19:00:38
 |
novel  |
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) |
20060602 14 Jun 2006 02:36:58
 |
aaron  |
- 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 |
20050425_1 16 Apr 2006 15:30:03
 |
mnag  |
- Distfile are rerolled. From diff and README: As of version 2005-04-29, dynamic
scoping was dropped.
- Bump PORTREVISION
PR: 94854
Submitted by: maintainer |
20050425 22 Jan 2006 12:42:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
20050425 04 Sep 2005 12:20:26
 |
lawrance  |
- change MASTER_SITE
- change maintainer e-mail
- drop WWW page
PR: ports/84478
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) |
20050425 25 Apr 2005 17:47:41
 |
jylefort  |
- Update to 20050425
- Fix pkg-plist
PR: ports/80336
Submitted by: maintainer |
20050327 12 Apr 2005 22:13:18
 |
pav  |
- Update to 20050327
PR: ports/79299
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) |
20050314 14 Mar 2005 14:31:33
 |
vs  |
- Update to 20050314
- Previous update broke tail call optimization. Oops.
PR: ports/78817
Submitted by: maintainer |
20050312 13 Mar 2005 11:30:10
 |
krion  |
Update to 20050312
PR: ports/78742
Submitted by: maintainer |
20050212 13 Feb 2005 16:34:10
 |
vs  |
- Update to 20050212
- Added M-Expression compiler and examples
- Updated documentation
PR: ports/77413
Submitted by: Nils M. Holm (maintainer) |
20050124 24 Jan 2005 16:03:32
 |
pav  |
- Update to 20050124
PR: ports/76617
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) |
20040924 22 Nov 2004 11:11:25
 |
vs  |
- Change URL
- Change maintainer e-mail
- Drop WWW pages
PR: ports/74203
Submitted by: maintainer |
20040924 11 Oct 2004 22:58:30
 |
pav  |
- Update to 20040924
PR: ports/72079
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) |
20040206 13 Feb 2004 04:57:13
 |
linimon  |
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) |
20031205 14 Dec 2003 18:36:05
 |
pav  |
- Update to 20031205.
PR: ports/60004
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) |
20031029 18 Nov 2003 10:46:09
 |
linimon  |
Forgot to check this in at the same time as Makefile and distinfo.
Reminded by: submitter of original PR (ports/58996). |
20031029 18 Nov 2003 09:14:57
 |
linimon  |
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) |
8 18 Nov 2003 09:12:30
 |
linimon  |
Incorporated into upstream version. PR: ports/58996. |
8 13 Oct 2003 01:02:00
 |
edwin  |
Give the MAKE_ENV the proper BINOWN/BINGRP variables.
Fix pkg-plist to use DOCSDIR
Noticed by: bento |
8 28 Sep 2003 10:57:21
 |
edwin  |
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> |