diff options
author | jedgar <jedgar@FreeBSD.org> | 1999-12-22 22:14:11 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 1999-12-22 22:14:11 +0000 |
commit | f44a665f3e12dbdeb7c0601f204e96f3a87ce6c3 (patch) | |
tree | 50444028f60a7134ae5eba8806776eb74363aa50 /emulators/simh | |
parent | 297d44b0142f44d8b84ccf902a9a0d43a6eedf2f (diff) | |
download | FreeBSD-ports-f44a665f3e12dbdeb7c0601f204e96f3a87ce6c3.zip FreeBSD-ports-f44a665f3e12dbdeb7c0601f204e96f3a87ce6c3.tar.gz |
Update to 2.3d
Diffstat (limited to 'emulators/simh')
-rw-r--r-- | emulators/simh/Makefile | 9 | ||||
-rw-r--r-- | emulators/simh/distinfo | 3 | ||||
-rw-r--r-- | emulators/simh/files/Makefile | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index e462ebd..cade1c1 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,16 +1,17 @@ # New ports collection makefile for: sim -# Version required: 2.3 +# Version required: 2.3d # Date created: 7 November 1997 # Whom: jraynard # # $FreeBSD$ # -DISTNAME= sim_2.3 -PKGNAME= sim-2.3 +DISTNAME= sim_2.3d +PKGNAME= sim-2.3d CATEGORIES= emulators MASTER_SITES= ftp://minnie.cs.adfa.oz.au/pub/PDP-11/Sims/Supnik_2.3/sources/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.update1.tar.gz + +MAINTAINER= jedgar@FreeBSD.org RESTRICTED= "Non-commercial use only" diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo index d3b8992..bb8d5bd 100644 --- a/emulators/simh/distinfo +++ b/emulators/simh/distinfo @@ -1,2 +1 @@ -MD5 (sim_2.3.tar.gz) = 4dbd894a56359f6607375d602322c9df -MD5 (sim_2.3.update1.tar.gz) = 3001131f5d9df87612f76db939a8a6cb +MD5 (sim_2.3d.tar.gz) = b7e81ea3bd4f368be3989f8aad8a13be diff --git a/emulators/simh/files/Makefile b/emulators/simh/files/Makefile index b4161a2..0ed4d8d 100644 --- a/emulators/simh/files/Makefile +++ b/emulators/simh/files/Makefile @@ -1,3 +1,5 @@ +# $FreeBSD$ + CONTROL_FILES= scp.c scp_tty.c I1401_FILES= i1401_cd.c i1401_cpu.c i1401_iq.c i1401_lp.c \ @@ -7,7 +9,8 @@ NOVA_FILES= nova_clk.c nova_cpu.c nova_dkp.c nova_dsk.c \ nova_lp.c nova_mta.c nova_pt.c nova_sys.c nova_tt.c PDP11_FILES= pdp11_cpu.c pdp11_fp.c pdp11_lp.c pdp11_rk.c pdp11_rl.c \ - pdp11_rp.c pdp11_rx.c pdp11_stddev.c pdp11_sys.c pdp11_tm.c + pdp11_rp.c pdp11_rx.c pdp11_stddev.c pdp11_sys.c pdp11_tm.c \ + pdp11_cis.c PDP18B_FILES= pdp18b_cpu.c pdp18b_drm.c pdp18b_lp.c pdp18b_mt.c \ pdp18b_rf.c pdp18b_rp.c pdp18b_stddev.c pdp18b_sys.c |