aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:36:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:36:48 +0000
commitda977380baf68d13d8cd5a758af5db0b145e2b0a (patch)
tree7b357e6252923660b4928fbc4eb56e8629dda236 /lang
parent7a2fb52885457bd521a9ec11e2b5f4de46a47de1 (diff)
downloadports-da977380baf68d13d8cd5a758af5db0b145e2b0a.tar.gz
ports-da977380baf68d13d8cd5a758af5db0b145e2b0a.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/screamer/Makefile43
-rw-r--r--lang/screamer/distinfo3
-rw-r--r--lang/screamer/files/build.lisp7
-rw-r--r--lang/screamer/pkg-descr16
-rw-r--r--lang/screamer/pkg-plist22
6 files changed, 0 insertions, 92 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 06d3183e6874..4e97879ac198 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -294,7 +294,6 @@
SUBDIR += scheme48
SUBDIR += schemetoc
SUBDIR += scm
- SUBDIR += screamer
SUBDIR += scriba
SUBDIR += scsh
SUBDIR += sdcc
diff --git a/lang/screamer/Makefile b/lang/screamer/Makefile
deleted file mode 100644
index a9d9303b47e2..000000000000
--- a/lang/screamer/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: screamer
-# Date created: Jun 26 2002
-# Whom: Scott Flatman <sf@dsinw.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= screamer
-PORTVERSION= 3.20
-CATEGORIES= lang
-MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/
-DISTNAME= screamer.tar
-EXTRACT_SUFX= .Z
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Extension of Common Lisp for nondeterministic programming
-
-BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
-RUN_DEPENDS= ${LOCALBASE}/bin/lisp:${PORTSDIR}/lang/cmucl
-
-NO_BUILD= yes
-
-BROKEN= Does not compile (dumps core)
-DEPRECATED= Has been broken for more than 6 months
-EXPIRATION_DATE=2008-09-19
-
-pre-install:
- (cd ${WRKDIR}/screamer && ${LOCALBASE}/bin/lisp -eval '(load "${FILESDIR}/build.lisp")')
-
-do-install:
- (cd ${WRKDIR}/screamer ; ${MV} screamer.x86f ${PREFIX}/lib/cmucl/lib/subsystems/screamer-library.x86f)
- ${CHMOD} 644 ${PREFIX}/lib/cmucl/lib/subsystems/screamer-library.x86f
- -${MKDIR} ${PREFIX}/share/screamer
- (cd ${WRKDIR} && tar fc - screamer) | (cd ${PREFIX}/share && tar fx -)
- (cd ${PREFIX}/share/screamer ; ${CHMOD} 644 *)
-
-post-install:
- @echo "To load screamer into a lisp session:"
- @echo " (1) invoke lisp"
- @echo " (2) (require 'screamer)"
- @echo "${PREFIX}/share/screamer constains source and documentation."
-
-.include <bsd.port.mk>
diff --git a/lang/screamer/distinfo b/lang/screamer/distinfo
deleted file mode 100644
index 049c2df3fa3e..000000000000
--- a/lang/screamer/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (screamer.tar.Z) = 8cb9d55f2d727d2409053e9fd4b47768
-SHA256 (screamer.tar.Z) = 5851b524dbb2c2ec8b0a2fca32a743997e51ef991294bfac2bbd9845cb62b3f9
-SIZE (screamer.tar.Z) = 601407
diff --git a/lang/screamer/files/build.lisp b/lang/screamer/files/build.lisp
deleted file mode 100644
index 547469021587..000000000000
--- a/lang/screamer/files/build.lisp
+++ /dev/null
@@ -1,7 +0,0 @@
-;; -*- Mode: Lisp -*-
-(declaim (optimize (speed 3)
- (compilation-speed 0)
- (safety 0)
- (debug 0)))
-(compile-file "screamer.lisp")
-(quit)
diff --git a/lang/screamer/pkg-descr b/lang/screamer/pkg-descr
deleted file mode 100644
index c218c153534a..000000000000
--- a/lang/screamer/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Screamer is an extension of Common Lisp that adds support for
-nondeterministic programming. Screamer consists of two levels. The
-basic nondeterministic level adds support for backtracking and
-undoable side effects. On top of this nondeterministic substrate,
-Screamer provides a comprehensive constraint programming language in
-which one can formulate and solve mixed systems of numeric and
-symbolic constraints.
-
-WWW: http://www.cis.upenn.edu/~screamer-tools/
-
-Built to run with CMU Common Lisp.
-Installed in CMUCL's subsystem directory.
-
-/usr/local/share/screamer contains lisp source and documentation.
-
-- Scott Flatman <sf@slappy.org>
diff --git a/lang/screamer/pkg-plist b/lang/screamer/pkg-plist
deleted file mode 100644
index 956fe1e6387e..000000000000
--- a/lang/screamer/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-lib/cmucl/lib/subsystems/screamer-library.x86f
-share/screamer/FAQ
-share/screamer/README
-share/screamer/aaai93.dvi
-share/screamer/aaai93.ps
-share/screamer/bug-5511.hbin
-share/screamer/bug-5511.mbin
-share/screamer/bug-6920-dbcs.sbin
-share/screamer/bug-6920-non-dbcs.sbin
-share/screamer/equations.lisp
-share/screamer/ircs-93-03.dvi
-share/screamer/ircs-93-03.ps
-share/screamer/iscream.el
-share/screamer/iterate.lisp
-share/screamer/mbmfe.sbin
-share/screamer/not-so-trivial-patch.fasl.hqx
-share/screamer/primordial.lisp
-share/screamer/screamer.dvi
-share/screamer/screamer.lisp
-share/screamer/screamer.ps
-share/screamer/screams.lisp
-@dirrm share/screamer