summaryrefslogtreecommitdiff
path: root/lang/sxm
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sxm')
-rw-r--r--lang/sxm/Makefile25
-rw-r--r--lang/sxm/distinfo2
-rw-r--r--lang/sxm/files/patch-Makefile11
-rw-r--r--lang/sxm/pkg-descr11
-rw-r--r--lang/sxm/pkg-plist2
5 files changed, 0 insertions, 51 deletions
diff --git a/lang/sxm/Makefile b/lang/sxm/Makefile
deleted file mode 100644
index 4a3456e10bde..000000000000
--- a/lang/sxm/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= sxm
-PORTVERSION= 1.1
-PORTREVISION= 1
-CATEGORIES= lang scheme
-MASTER_SITES= http://www.malgil.com/sxm/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Another implementation of Scheme
-
-DEPRECATED= Unmaintained since 2002
-EXPIRATION_DATE= 2014-04-17
-USE_GMAKE= yes
-ALL_TARGET= all image Formlist
-
-MAN1= sxm.1 sxi.1
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g ; \
- s,^CC,#CC,g" ${WRKSRC}/Makefile
-
-.include <bsd.port.mk>
diff --git a/lang/sxm/distinfo b/lang/sxm/distinfo
deleted file mode 100644
index 37de7d37af2e..000000000000
--- a/lang/sxm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sxm-1.1.tar.gz) = 04bf7a4c9b527aa60d85bc074bee95f9a5376586b78fb82c4996f470d640d3da
-SIZE (sxm-1.1.tar.gz) = 280620
diff --git a/lang/sxm/files/patch-Makefile b/lang/sxm/files/patch-Makefile
deleted file mode 100644
index d6b5c4d05ca5..000000000000
--- a/lang/sxm/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Tue Jan 1 14:56:42 2002
-+++ Makefile Tue Jan 1 14:57:17 2002
-@@ -20,7 +20,7 @@
-
- INSTALL = install
- CDEFS = CS=CS_ANSI $(CPPTABLES) SXMPATH=\"$(INSTALL_ROOT)$(bindir)/$(engine)\"
--CFLAGS = -Wall -pedantic -O2 $(CDEFS:%=-D%)
-+CFLAGS += $(CDEFS:%=-D%)
-
- # destinations for installer
- prefix=/usr/local
diff --git a/lang/sxm/pkg-descr b/lang/sxm/pkg-descr
deleted file mode 100644
index 889d8321e2db..000000000000
--- a/lang/sxm/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-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/
diff --git a/lang/sxm/pkg-plist b/lang/sxm/pkg-plist
deleted file mode 100644
index 34156910f646..000000000000
--- a/lang/sxm/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/sxi
-bin/sxm