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
-rw-r--r--emulators/simh/pkg-plist25
7 files changed, 0 insertions, 126 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
deleted file mode 100644
index 3c43f5c6a6d6..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.0.2
-PORTREVISION= 1
-CATEGORIES= emulators
-MASTER_SITES= http://simh.trailing-edge.com/sources/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=jedgar
-DISTNAME= ${PORTNAME}hv30-2
-
-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
-
-PORTDOCS= 0readme_30.txt simh_doc.txt simh_swre.txt \
- 0readme_ethernet.txt simh_faq.txt
-
-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} ${PREFIX}/share/doc/sim
- @for i in ${PORTDOCS}; do\
- ${INSTALL_DATA} ${WRKDIR}/$$i ${PREFIX}/share/doc/sim; \
- 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 5669f82745ac..000000000000
--- a/emulators/simh/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (simhv30-2.zip) = 3747e8b28b284ba06edc0c7ea549abe4
-SIZE (simhv30-2.zip) = 1757964
diff --git a/emulators/simh/files/patch-makefile b/emulators/simh/files/patch-makefile
deleted file mode 100644
index 1e61f59270b4..000000000000
--- a/emulators/simh/files/patch-makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- makefile.orig Tue Oct 28 18:02:43 2003
-+++ makefile Tue Oct 28 18:03:09 2003
-@@ -5,7 +5,7 @@
- #
- ifeq ($(WIN32),)
- #Unix Environments
--CC = gcc -O2 -lm -I .
-+CC = gcc ${CFLAGS} -lm -I .
- #CC = gcc -O2 -g -lm -I .
- ifeq ($(USE_NETWORK),)
- else
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
-
-*********************************************************************
diff --git a/emulators/simh/pkg-plist b/emulators/simh/pkg-plist
deleted file mode 100644
index e4117b4eb3a1..000000000000
--- a/emulators/simh/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-bin/pdp1
-bin/pdp4
-bin/pdp7
-bin/pdp8
-bin/pdp9
-bin/pdp15
-bin/pdp11
-bin/pdp10
-bin/vax
-bin/nova
-bin/eclipse
-bin/h316
-bin/hp2100
-bin/i1401
-bin/i1620
-bin/s3
-bin/altair
-bin/altairz80
-bin/gri
-bin/ibm1130
-bin/id16
-bin/id32
-bin/sds
-share/sim/ka655.bin
-@dirrm share/sim