mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
add sxm, another implementation of scheme
This commit is contained in:
parent
c63971334c
commit
0ae3e3a342
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37447
@ -129,6 +129,7 @@
|
||||
SUBDIR += sr
|
||||
SUBDIR += starlogo
|
||||
SUBDIR += swi-pl
|
||||
SUBDIR += sxm
|
||||
SUBDIR += t3x
|
||||
SUBDIR += tcl80
|
||||
SUBDIR += tcl81-thread
|
||||
|
24
lang/sxm/Makefile
Normal file
24
lang/sxm/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: sxm
|
||||
# Date created: Jan 8, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sxm
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.malgil.com/sxm/
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= all image Formlist
|
||||
|
||||
MAN1= sxm.1 sxi.1
|
||||
|
||||
post-extract:
|
||||
@${PERL} -pi -e "s|/usr/local|${PREFIX}|g" ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
1
lang/sxm/distinfo
Normal file
1
lang/sxm/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sxm-1.0.tar.gz) = 9fa9b81e348bd65bb1b2989a29df4aaf
|
1
lang/sxm/pkg-comment
Normal file
1
lang/sxm/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Another implementation of Scheme
|
14
lang/sxm/pkg-descr
Normal file
14
lang/sxm/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
SXM (a.k.a. CXEMA) is a portable implementation of the Scheme
|
||||
Programming language. It conforms to IEEE/ANSI standard of Scheme
|
||||
and supports all features of the R5RS Report on Scheme. In addition,
|
||||
SXM supports numerous features of Chez Scheme v6.0 and SRFIs 0, 6, 8,
|
||||
11, and 16. SXM is derived from David Michael Betz's XScheme. Due to
|
||||
the loss of compatibility with the original (object system has been
|
||||
dropped) and significant amount of modifications and additions (SXM
|
||||
is 4 times bigger), I decided to treat it as a separate project with
|
||||
its own name.
|
||||
|
||||
WWW: http://www.malgil.com/sxm/
|
||||
|
||||
-- Ying-Chieh Liao
|
||||
ijliao@FreeBSD.org
|
2
lang/sxm/pkg-plist
Normal file
2
lang/sxm/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/sxi
|
||||
bin/sxm
|
Loading…
Reference in New Issue
Block a user