aboutsummaryrefslogtreecommitdiff
path: root/emulators/simh
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/simh')
-rw-r--r--emulators/simh/Makefile62
-rw-r--r--emulators/simh/distinfo2
-rw-r--r--emulators/simh/files/patch-makefile11
-rw-r--r--emulators/simh/files/patch-sim_defs.h11
-rw-r--r--emulators/simh/pkg-descr10
-rw-r--r--emulators/simh/pkg-message5
6 files changed, 0 insertions, 101 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
deleted file mode 100644
index 5a277fcfbf53..000000000000
--- a/emulators/simh/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: sim
-# Date created: 7 November 1997
-# Whom: jraynard
-#
-# $FreeBSD$
-#
-
-PORTNAME= sim
-PORTVERSION= 3.2.0
-CATEGORIES= emulators
-MASTER_SITES= http://simh.trailing-edge.com/sources/
-DISTNAME= ${PORTNAME}hv32-0
-
-MAINTAINER= jedgar@FreeBSD.org
-COMMENT= PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators
-
-USE_ZIP= yes
-USE_GMAKE= yes
-RESTRICTED= "Non-commercial use only"
-MAKEFILE= makefile
-NO_WRKSUBDIR= yes
-
-SHELL=${SH}
-
-BIN_FILES= pdp1 pdp4 pdp7 pdp8 pdp9 \
- pdp15 pdp11 pdp10 vax nova \
- eclipse h316 hp2100 i1401 \
- i1620 s3 altair altairz80 \
- gri ibm1130 id16 id32 sds lgp
-
-PORTDOCS= 0readme_32.txt simh_doc.txt simh_swre.txt \
- 0readme_ethernet.txt simh_faq.txt
-
-PLIST_FILES= ${BIN_FILES:S/^/bin\//g} share/sim/ka655.bin share/sim/ka655x.bin
-PLIST_DIRS= share/sim
-
-pre-patch:
- @${MKDIR} ${WRKSRC}/BIN
- @for i in ${WRKSRC}/makefile `${FIND} ${WRKSRC} -name "*.[hc]"`; do \
- ${CAT} $$i | ${TR} -d '\r' > $$i.new; \
- ${MV} $$i.new $$i; \
- done
-
-do-install:
-.for file in ${BIN_FILES}
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin
-.endfor
-
- @${MKDIR} ${PREFIX}/share/sim
- ${INSTALL_DATA} ${WRKDIR}/VAX/ka655*.bin ${PREFIX}/share/sim
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @for i in ${PORTDOCS}; do\
- ${INSTALL_DATA} ${WRKDIR}/$$i ${DOCSDIR}; \
- done
-.endif
-
-post-install:
- @${CAT} pkg-message
-
-.include <bsd.port.mk>
diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo
deleted file mode 100644
index 60302168ecdf..000000000000
--- a/emulators/simh/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (simhv32-0.zip) = 431a1b7915e9aa9253eab83a366590bf
-SIZE (simhv32-0.zip) = 1914305
diff --git a/emulators/simh/files/patch-makefile b/emulators/simh/files/patch-makefile
deleted file mode 100644
index faa54a9b6722..000000000000
--- a/emulators/simh/files/patch-makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- makefile.orig Wed Jun 23 18:01:06 2004
-+++ makefile Wed Jun 23 18:01:50 2004
-@@ -10,7 +10,7 @@
- else
- OS_CCDEFS = -D_GNU_SOURCE
- endif
--CC = gcc -std=c99 -O2 -g -lm $(OS_CCDEFS) -I .
-+CC += ${CFLAGS} -lm $(OS_CCDEFS) -I .
- ifeq ($(USE_NETWORK),)
- else
- NETWORK_OPT = -DUSE_NETWORK -lpcap -isystem /usr/local/include -L /usr/local/lib
diff --git a/emulators/simh/files/patch-sim_defs.h b/emulators/simh/files/patch-sim_defs.h
deleted file mode 100644
index 7e85051e3cff..000000000000
--- a/emulators/simh/files/patch-sim_defs.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- sim_defs.h.orig Thu May 2 18:23:02 2002
-+++ sim_defs.h Wed May 22 08:13:27 2002
-@@ -319,7 +319,7 @@
- #define GRDATA(nm,loc,rdx,wd,pos) #nm, &(loc), (rdx), (wd), (pos), 1
- #define BRDATA(nm,loc,rdx,wd,dep) #nm, (loc), (rdx), (wd), 0, (dep)
- #define URDATA(nm,loc,rdx,wd,off,dep,fl) \
-- #nm, &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
-+ "nm", &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
- #else
- #define ORDATA(nm,loc,wd) "nm", &(loc), 8, (wd), 0, 1
- #define DRDATA(nm,loc,wd) "nm", &(loc), 10, (wd), 0, 1
diff --git a/emulators/simh/pkg-descr b/emulators/simh/pkg-descr
deleted file mode 100644
index fc904651ca4a..000000000000
--- a/emulators/simh/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators.
-
-The simulators have been tested on VAX VMS, Alpha VMS, Alpha UNIX, Intel
-FreeBSD and Intel LINUX; a port to Windows 95 and Windows NT is in progress
-but lacks terminal emulation code. Porting to other environments will
-require changes to the operating system dependent code in scp_tty.c.
-
-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.
diff --git a/emulators/simh/pkg-message b/emulators/simh/pkg-message
deleted file mode 100644
index a7a5bbf096a7..000000000000
--- a/emulators/simh/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-*********************************************************************
-
-The file needed by the VAX emulator is located in ${PREFIX}/share/sim
-
-*********************************************************************