1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

add slisp

A simple Lisp interpreter

PR:		29643
Submitted by:	Patrick Li <pat@databits.net>
This commit is contained in:
Ying-Chieh Liao 2001-08-29 12:39:06 +00:00
parent d71b137e0b
commit dcb2f17c04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47091
6 changed files with 32 additions and 0 deletions

View File

@ -148,6 +148,7 @@
SUBDIR += scriba
SUBDIR += siod
SUBDIR += slib
SUBDIR += slisp
SUBDIR += smalleiffel
SUBDIR += smalleiffel-devel
SUBDIR += smalltalk

19
lang/slisp/Makefile Normal file
View File

@ -0,0 +1,19 @@
# New ports collection makefile for: slisp
# Date created: Sun Aug 12 05:20:32 EDT 2001
# Whom: Patrick Li <pat@databits.net>
#
# $FreeBSD$
#
PORTNAME= slisp
PORTVERSION= 1.2
CATEGORIES= lang
MASTER_SITES= http://www.sigala.it/sandro/files/
MAINTAINER= pat@databits.net
GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1
.include <bsd.port.mk>

1
lang/slisp/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (slisp-1.2.tar.gz) = d8549a17f8de75c73b667f3aa0e203b4

1
lang/slisp/pkg-comment Normal file
View File

@ -0,0 +1 @@
A simple Lisp interpreter

8
lang/slisp/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
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
Author: Sandro Sigala <sandro@sigala.it>
- Patrick Li <pat@databits.net>

2
lang/slisp/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/slisp
info/slisp.info