aboutsummaryrefslogtreecommitdiff
path: root/emulators/simh
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/simh')
-rw-r--r--emulators/simh/Makefile70
-rw-r--r--emulators/simh/distinfo3
-rw-r--r--emulators/simh/files/patch-makefile11
-rw-r--r--emulators/simh/files/pkg-message.in5
-rw-r--r--emulators/simh/pkg-descr18
5 files changed, 0 insertions, 107 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
deleted file mode 100644
index f921192b1f36..000000000000
--- a/emulators/simh/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-# New ports collection makefile for: sim
-# Date created: 7 November 1997
-# Whom: jraynard
-#
-# $FreeBSD$
-#
-
-PORTNAME= sim
-PORTVERSION= 3.6.0
-CATEGORIES= emulators
-MASTER_SITES= http://simh.trailing-edge.com/sources/
-DISTNAME= ${PORTNAME}hv36-0
-
-MAINTAINER= mmendez@energyhq.be
-COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
-
-USE_ZIP= yes
-EXTRACT_BEFORE_ARGS= -qoa
-USE_GMAKE= yes
-RESTRICTED= Non-commercial use only
-MAKEFILE= makefile
-NO_WRKSUBDIR= yes
-
-OPTIONS= NETWORK "Enable Sim_Ether module (and ports libpcap)" on
-
-BIN_FILES= altair h316 ibm1130 nova pdp15 pdp9 vax780 \
- altairz80 hp2100 id16 pdp1 pdp4 s3 \
- i1401 id32 pdp10 pdp7 sds \
- gri i1620 lgp pdp11 pdp8 vax
-
-PORTDOCS= 0readme_36.txt 0readme_ethernet.txt
-
-PLIST_FILES= ${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/sim-eclipse
-PLIST_DIRS= %%DATADIR%%
-
-SUB_FILES+= pkg-message
-
-.include <bsd.port.pre.mk>
-
-# XXX How do we know that libpcap.a is really the correct >0.9.x version?!
-.if defined (WITH_NETWORK)
-RUN_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
-BUILD_DEPENDS= ${RUN_DEPENDS}
-MAKE_ENV= USE_NETWORK=1
-.endif
-
-pre-patch:
- @${MKDIR} ${WRKSRC}/BIN
-
-do-install:
-.for file in ${BIN_FILES}
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin
-.endfor
-# eclipse conflicts with java/eclipse, install it as sim-eclipse
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/eclipse ${PREFIX}/bin/sim-eclipse
-
- @${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKDIR}/VAX/ka655x.bin ${DATADIR}
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @for i in ${PORTDOCS}; do\
- ${INSTALL_DATA} ${WRKDIR}/$$i ${DOCSDIR}; \
- done
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo
deleted file mode 100644
index e07564b187dc..000000000000
--- a/emulators/simh/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (simhv36-0.zip) = 3e5b13362132e039b228dd0ad9ac1a3c
-SHA256 (simhv36-0.zip) = dfd4d76490b56cc1df538016c45f041912a1f52916c6725e177250a88e343d17
-SIZE (simhv36-0.zip) = 2215996
diff --git a/emulators/simh/files/patch-makefile b/emulators/simh/files/patch-makefile
deleted file mode 100644
index 6d771593e784..000000000000
--- a/emulators/simh/files/patch-makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- makefile.orig Mon Aug 22 18:36:56 2005
-+++ makefile Mon Aug 22 18:37:56 2005
-@@ -10,7 +10,7 @@
- else
- OS_CCDEFS = -D_GNU_SOURCE
- endif
--CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I .
-+CC += ${CFLAGS} -lm $(OS_CCDEFS) -I .
- ifeq ($(USE_NETWORK),)
- else
- NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include /usr/local/lib/libpcap.a
diff --git a/emulators/simh/files/pkg-message.in b/emulators/simh/files/pkg-message.in
deleted file mode 100644
index 1c3a94dfa896..000000000000
--- a/emulators/simh/files/pkg-message.in
+++ /dev/null
@@ -1,5 +0,0 @@
-*********************************************************************
-
-The file needed by the VAX emulator is located in %%PREFIX%%/share/sim
-
-*********************************************************************
diff --git a/emulators/simh/pkg-descr b/emulators/simh/pkg-descr
deleted file mode 100644
index 039169280298..000000000000
--- a/emulators/simh/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-SIMH is a higly portable, multi-system simulator.
-
-SIMH implements simulators for:
- - Data General Nova, Eclipse
- - Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9,
- PDP-10, PDP-11, PDP-15, VAX
- - GRI Corporation GRI-909
- - IBM 1401, 1620, 1130, System 3
- - Interdata (Perkin-Elmer) 16b and 32b systems
- - Hewlett-Packard 2116, 2100, 21MX
- - Honeywell H316/H516
- - MITS Altair 8800, with both 8080 and Z80
- - Royal-Mcbee LGP-30, LGP-21
- - Scientific Data Systems SDS 940
-
-These simulators are capable of running the Unix V5, V6 and V7 binaries
-licenced for non-commercial use by SCO. See ${WRKDIR}/simh_doc.txt for
-further details.