As announced on Aug 7, remove the broken ETHOberonV4 port

This commit is contained in:
Kris Kennaway 2003-11-08 06:26:55 +00:00
parent e96edda462
commit 363c160be7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93366
6 changed files with 0 additions and 1358 deletions

View file

@ -1,46 +0,0 @@
# New ports collection makefile for: ETHOberonV4
# Date created: 12 July 1998
# Whom: Jerry Hicks <jhicks@glenatl.glenayre.com>
#
# $FreeBSD$
#
PORTNAME= ETHOberonV4
PORTVERSION= 0.9
CATEGORIES= lang linux
MASTER_SITES= ftp://ftp.inf.ethz.ch/pub/Oberon/OberonV4/Linux/latest/
DISTNAME= ETHLinuxOberon
EXTRACT_SUFX= .tgz
MAINTAINER= jhicks@glenatl.glenayre.com
COMMENT= Oberon-2/V4 from ETH (Linux emulation)
BROKEN= "Does not run"
NO_CDROM= licensing
NO_PACKAGE= no version number on distfile
ONLY_FOR_ARCHS= i386
USE_LINUX= yes
WRKSRC= ${WRKDIR}/${UNTAR_DIR}
UNTAR_DIR= usr/local/ETHOberon
do-build:
@${RM} -fr ${WRKSRC}/.Fonts
@${ECHO_MSG} "Do a \`make install' as root."
do-install:
@(if [ ! -d ${PREFIX}/lib ] ; then \
${MKDIR} ${PREFIX}/lib ; \
fi)
@(if [ -e ${PREFIX}/lib/ETHOberonV4 ] ; then \
${ECHO_MSG} "error: ${PREFIX}/lib/ETHOberonV4 already exists" 1>&2 ; \
exit 1 ; \
fi)
@${MV} ${WRKSRC} ${PREFIX}/lib/ETHOberonV4
@${SCRIPTDIR}/MakeStartV4 ${PREFIX}
@${ECHO_MSG} ""
@${ECHO_MSG} " '${PREFIX}/bin/StartV4' will launch ETH Oberon V4"
@${ECHO_MSG} ""
.include <bsd.port.mk>

View file

@ -1 +0,0 @@
MD5 (ETHLinuxOberon.tgz) = 97ed718f5a5bbd3dc7382c7f694c0484

View file

@ -1,16 +0,0 @@
Linux-Oberon (TM) V4 Release 0.9 (Linux 1.X version)
======================================================
Linux-Oberon is an Oberon implementation for Linux
based machines or FreeBSD using Linux emulation. It
covers both the programming language Oberon and the
Oberon system closely resembling the original imple-
mentation by N. Wirth and J. Gutknecht.
Linux-Oberon implements the Oberon2 language exten-
sions.
WWW: http://www.oberon.ethz.ch/
NUX-Oberon (TM) V4 Release 0.9 (Linux 1.X version)
======================================================
Copyright 1990-1994 ETH Zurich

File diff suppressed because it is too large Load diff

View file

@ -1,12 +0,0 @@
#!/bin/sh
cat <<EOF > /tmp/$$StartV4
#!/bin/sh
if [ X"\$DISPLAY" = X"" ] ; then
echo this script should be started from within X 1>&2
exit 1;
fi
OBERON=.:PREFIX/lib/ETHOberonV4 PREFIX/lib/ETHOberonV4/oberon &
EOF
sed -e "1,\$ s,PREFIX,$1,g" < /tmp/$$StartV4 > $1/bin/StartV4
rm -f /tmp/$$StartV4
chmod +x $1/bin/StartV4

View file

@ -1,7 +1,6 @@
# $FreeBSD$
#
SUBDIR += ETHOberonV4
SUBDIR += Gofer
SUBDIR += STk
SUBDIR += Sather