diff options
author | thorpej <thorpej@pkgsrc.org> | 2002-10-19 20:54:21 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2002-10-19 20:54:21 +0000 |
commit | 32dff39cb7185c22d8bf9223056ff5c181895d73 (patch) | |
tree | 0d2df4850c596c8db26a0bb5e0287becba031e07 /emulators | |
parent | 0905c3678b64b7048ea28f495bf00df0139533e5 (diff) | |
download | pkgsrc-32dff39cb7185c22d8bf9223056ff5c181895d73.tar.gz |
Update to 2.10-beta2. This will be the basis for DELQA/DEQNA
Ethernet support for the PDP11 and VAX simulators.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/simh/Makefile | 13 | ||||
-rw-r--r-- | emulators/simh/PLIST | 8 | ||||
-rw-r--r-- | emulators/simh/distinfo | 6 |
3 files changed, 15 insertions, 12 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index b2fe094a686..f846750eea3 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/08/20 23:58:14 soren Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/19 20:54:21 thorpej Exp $ # -DISTNAME= simhv29-11 -PKGNAME= simh-2.9.11 +DISTNAME= simhv210-0b2 +PKGNAME= simh-2.10.0b2 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ EXTRACT_SUFX= .zip @@ -14,10 +14,11 @@ COMMENT= Bob Supnik's historical computer simulator WRKSRC= ${WRKDIR} -pre-build: +post-extract: ${MKDIR} ${WRKSRC}/BIN - -${MV} ${WRKSRC}/AltairZ80/altairz80_defs.h \ - ${WRKSRC}/AltairZ80/altairZ80_defs.h + ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile + ${MV} ${WRKSRC}/AltairZ80/altairZ80_defs.h \ + ${WRKSRC}/AltairZ80/altairz80_defs.h do-install: (cd ${WRKSRC}/BIN && for BIN in *; do \ diff --git a/emulators/simh/PLIST b/emulators/simh/PLIST index 03c44f46edf..73df679a2f1 100644 --- a/emulators/simh/PLIST +++ b/emulators/simh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/08/20 23:58:14 soren Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/10/19 20:54:21 thorpej Exp $ bin/simh-altair bin/simh-altairz80 bin/simh-eclipse @@ -6,6 +6,7 @@ bin/simh-gri bin/simh-h316 bin/simh-hp2100 bin/simh-i1401 +bin/simh-i1620 bin/simh-nova bin/simh-pdp1 bin/simh-pdp10 @@ -19,15 +20,16 @@ bin/simh-s3 bin/simh-vax share/simh/ka655.bin @dirrm share/simh -share/doc/simh/0readme29.txt +share/doc/simh/0readme210.txt share/doc/simh/altair.txt -share/doc/simh/altairZ80.txt +share/doc/simh/altairz80.txt share/doc/simh/eclipse.txt share/doc/simh/gri_doc.txt share/doc/simh/h316_doc.txt share/doc/simh/haltguide.txt share/doc/simh/hp2100_doc.txt share/doc/simh/i1401_doc.txt +share/doc/simh/i1620_doc.txt share/doc/simh/nova_doc.txt share/doc/simh/pdp10_doc.txt share/doc/simh/pdp11_doc.txt diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo index 4ebb986a826..9c53f59651b 100644 --- a/emulators/simh/distinfo +++ b/emulators/simh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/08/20 23:58:14 soren Exp $ +$NetBSD: distinfo,v 1.4 2002/10/19 20:54:21 thorpej Exp $ -SHA1 (simhv29-11.zip) = c09544b7a48825cda96ef47a432f81b712827bcc -Size (simhv29-11.zip) = 1172434 bytes +SHA1 (simhv210-0b2.zip) = 841669853d24f7b2b608442806eeaa083f2dd7ab +Size (simhv210-0b2.zip) = 1555874 bytes |