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:
parent
d71b137e0b
commit
dcb2f17c04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47091
@ -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
19
lang/slisp/Makefile
Normal 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
1
lang/slisp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (slisp-1.2.tar.gz) = d8549a17f8de75c73b667f3aa0e203b4
|
1
lang/slisp/pkg-comment
Normal file
1
lang/slisp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A simple Lisp interpreter
|
8
lang/slisp/pkg-descr
Normal file
8
lang/slisp/pkg-descr
Normal 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
2
lang/slisp/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/slisp
|
||||
info/slisp.info
|
Loading…
Reference in New Issue
Block a user