1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Pacify distfile survey.

This commit is contained in:
Mark Linimon 2005-10-09 23:14:50 +00:00
parent efe3722bac
commit 81e555bc00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144721

View File

@ -2,7 +2,7 @@ SLisp is a simple Lisp interpreter that implements most of the
common Lisp constructs in a few hundred lines of C code. It may be
useful for learning the basis of the Lisp language.
WWW: http://www.sigala.it/sandro/software.html#slisp
WWW: http://www.sigala.it/sandro/software.php#slisp
Author: Sandro Sigala <sandro@sigala.it>
- Patrick Li <pat@FreeBSD.org>