Index: head/emulators/Makefile =================================================================== --- head/emulators/Makefile (revision 538698) +++ head/emulators/Makefile (revision 538699) @@ -1,181 +1,182 @@ # $FreeBSD$ # COMMENT = Emulators for other operating systems SUBDIR += adamem SUBDIR += advancemame SUBDIR += advancemenu SUBDIR += advancemess SUBDIR += almostti SUBDIR += anese SUBDIR += aqemu SUBDIR += atari800 SUBDIR += bfe SUBDIR += bochs SUBDIR += bsvc SUBDIR += cannonball SUBDIR += cinc SUBDIR += cingb SUBDIR += citra SUBDIR += citra-qt5 SUBDIR += cpmemu SUBDIR += cpmtools SUBDIR += cpmtools2 SUBDIR += darcnes SUBDIR += dgen-sdl SUBDIR += dolphin-emu SUBDIR += dosbox SUBDIR += dtcyber SUBDIR += dynagen SUBDIR += dynamips-community SUBDIR += e-uae SUBDIR += edumips64 SUBDIR += emu64 SUBDIR += emulationstation SUBDIR += fceux SUBDIR += fmsx SUBDIR += frodo SUBDIR += fs-uae SUBDIR += fs-uae-launcher SUBDIR += fuse SUBDIR += fuse-roms SUBDIR += fuse-utils SUBDIR += gbe SUBDIR += gem5 SUBDIR += gens SUBDIR += gngb SUBDIR += gngeo SUBDIR += gxemul SUBDIR += hatari SUBDIR += hercules SUBDIR += higan SUBDIR += hugo SUBDIR += i386-wine SUBDIR += i386-wine-devel SUBDIR += ines SUBDIR += javatari SUBDIR += joytran SUBDIR += jzintv SUBDIR += kcemu SUBDIR += klh10 SUBDIR += lib765 SUBDIR += libdsk SUBDIR += libspectrum SUBDIR += linux-c7 SUBDIR += linux-power9-functional-sim SUBDIR += linux_base-c7 SUBDIR += lisaem SUBDIR += mame SUBDIR += mastergear SUBDIR += mednafen SUBDIR += mesen SUBDIR += mess SUBDIR += mgba SUBDIR += mtools SUBDIR += mupen64plus SUBDIR += mupen64plus-audio-sdl SUBDIR += mupen64plus-core SUBDIR += mupen64plus-input-sdl SUBDIR += mupen64plus-plugins SUBDIR += mupen64plus-qt SUBDIR += mupen64plus-rsp-cxd4 SUBDIR += mupen64plus-rsp-hle SUBDIR += mupen64plus-rsp-z64 SUBDIR += mupen64plus-ui-console SUBDIR += mupen64plus-video-arachnoid SUBDIR += mupen64plus-video-glide64 SUBDIR += mupen64plus-video-glide64mk2 SUBDIR += mupen64plus-video-rice SUBDIR += mupen64plus-video-z64 SUBDIR += nemu SUBDIR += nestopia SUBDIR += nonpareil SUBDIR += o2em SUBDIR += ods2reader SUBDIR += open-vm-tools SUBDIR += open-vm-tools-nox11 SUBDIR += openmsx SUBDIR += p5-Acme-6502 SUBDIR += parallels-tools SUBDIR += pcem SUBDIR += pcemu SUBDIR += pcsxr SUBDIR += playonbsd SUBDIR += ppsspp SUBDIR += ppsspp-qt5 SUBDIR += py-gns3-converter SUBDIR += py-unicorn SUBDIR += qemu SUBDIR += qemu-cheri SUBDIR += qemu-devel SUBDIR += qemu-powernv SUBDIR += qemu-sbruno SUBDIR += qemu-user-static SUBDIR += qemu-user-static-devel SUBDIR += qemu-utils SUBDIR += qemu31 SUBDIR += qemu40 SUBDIR += qmc2 SUBDIR += quasi88 SUBDIR += riscv-fesvr SUBDIR += riscv-isa-sim SUBDIR += rpcs3 SUBDIR += rtc SUBDIR += rubygem-fission SUBDIR += simh + SUBDIR += simh-hp2100 SUBDIR += simh-hpdoc SUBDIR += skyeye SUBDIR += snes9x-gtk SUBDIR += spim SUBDIR += stella SUBDIR += stonx SUBDIR += teo SUBDIR += tiemu3 SUBDIR += tilem SUBDIR += tme SUBDIR += tpm-emulator SUBDIR += tuxnes SUBDIR += uae SUBDIR += ucon64 SUBDIR += ukncbtl SUBDIR += unicorn SUBDIR += vba SUBDIR += vboxtool SUBDIR += vgb-bin SUBDIR += vgba-bin SUBDIR += vice SUBDIR += virtualbox-ose SUBDIR += virtualbox-ose-additions SUBDIR += virtualbox-ose-additions-nox11 SUBDIR += virtualbox-ose-kmod SUBDIR += virtualbox-ose-nox11 SUBDIR += visualboyadvance-m SUBDIR += vmips SUBDIR += vmsbackup SUBDIR += vmw SUBDIR += vpcs SUBDIR += vxtools SUBDIR += wine SUBDIR += wine-devel SUBDIR += wine-gecko SUBDIR += wine-gecko-devel SUBDIR += wine-mono SUBDIR += wine-mono-devel SUBDIR += winetricks SUBDIR += wxmupen64plus SUBDIR += x16-emulator SUBDIR += x16-rom SUBDIR += x48 SUBDIR += x49gp SUBDIR += xbraitenberg SUBDIR += xcpc SUBDIR += xen-kernel SUBDIR += xhomer SUBDIR += xsystem35 SUBDIR += xzx SUBDIR += yuzu SUBDIR += yuzu-qt5 SUBDIR += zsnes .include Index: head/emulators/simh-hp2100/Makefile =================================================================== --- head/emulators/simh-hp2100/Makefile (nonexistent) +++ head/emulators/simh-hp2100/Makefile (revision 538699) @@ -0,0 +1,46 @@ +# $FreeBSD$ + +PORTNAME= hp2100 +DISTVERSION= 3.11-0.29 +CATEGORIES= emulators +MASTER_SITES= http://simh.trailing-edge.com/hp/releases/:src \ + http://simh.trailing-edge.com/hp/docs/:app \ + http://www.ml1.org.uk/distfiles/:src \ + http://www.ml1.org.uk/distfiles/:app +PKGNAMEPREFIX= simh- +DISTFILES= HP2100-source-release-${DISTVERSION:E}.zip:src +DIST_SUBDIR= simh-hp +EXTRACT_ONLY= HP2100-source-release-${DISTVERSION:E}.zip + +MAINTAINER= bob@eager.cx +COMMENT= Emulates classic HP 2100 computers + +LICENSE= SIMHv1 +LICENSE_NAME= SIMH License +LICENSE_FILE= ${FILESDIR}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +RUN_DEPENDS= ${LOCALBASE}/share/doc/hpdoc/simh_doc.pdf:emulators/simh-hpdoc + +USES= gmake dos2unix zip + +NO_WRKSUBDIR= yes + +CONFLICTS_INSTALL= simh-3.[789]* +DOS2UNIX_GLOB= *.c *.h *.txt *.mak makefile + +SUB_FILES= hp2100.1 + +.include + +do-build: + (cd ${WRKSRC}; GCC=clang ${GMAKE} -C SCP hp2100) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hp2100 ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKDIR}/hp2100.1 ${STAGEDIR}${MANPREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/SCP/doc/*.txt ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/SCP/doc/hp2100_guide.pdf ${STAGEDIR}${DOCSDIR} + +.include Property changes on: head/emulators/simh-hp2100/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/simh-hp2100/distinfo =================================================================== --- head/emulators/simh-hp2100/distinfo (nonexistent) +++ head/emulators/simh-hp2100/distinfo (revision 538699) @@ -0,0 +1,7 @@ +TIMESTAMP = 1582463933 +SHA256 (simh-hp/HP2100-source-release-29.zip) = e381eb51cdbea84a729fe0fa45001b7a864adcbf97438af0c788696b0c18c0bf +SIZE (simh-hp/HP2100-source-release-29.zip) = 1890682 +SHA256 (simh-hp/running_hp_2000_tsb.pdf) = 905f8748d38b60a2f128961126086268f5f1485d625572333fee418beec85300 +SIZE (simh-hp/running_hp_2000_tsb.pdf) = 111280 +SHA256 (simh-hp/hp_1000_io_simulation.pdf) = 64a523a8237ed6143614c1b0747f5aa933b8e77e2cf5daf9fe62a3845aea8dc8 +SIZE (simh-hp/hp_1000_io_simulation.pdf) = 272289 Property changes on: head/emulators/simh-hp2100/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/simh-hp2100/files/LICENSE =================================================================== --- head/emulators/simh-hp2100/files/LICENSE (nonexistent) +++ head/emulators/simh-hp2100/files/LICENSE (revision 538699) @@ -0,0 +1,23 @@ +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject +to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the names of the authors shall not +be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization from the +authors. Property changes on: head/emulators/simh-hp2100/files/LICENSE ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +ON \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/simh-hp2100/files/hp2100.1.in =================================================================== --- head/emulators/simh-hp2100/files/hp2100.1.in (nonexistent) +++ head/emulators/simh-hp2100/files/hp2100.1.in (revision 538699) @@ -0,0 +1,72 @@ +.Dd February 23, 2020 +.Dt HP2100 1 CON +.Os +.Sh NAME +.Nm hp2100 +.Nd Simulator for HP 21xx/1000 series computers +.Sh SYNOPSIS +.Nm +.Op Fl e +.Op Fl q +.Op Fl v +.Oo +.Ar startup-file +.Op Ar arguments +.Oc +.Sh DESCRIPTION +.Nm +is a simulator for the HP 2116/15/14, 2100, and 1000 M/E/F-Series +machines (hereafter referred collectively as the HP 2100 simulator). A +large variety of CPU options, device interface cards, and peripherals +are provided. +.Pp +The following options are available: +.Bl -tag -width indent +.It Fl e +Processing of +.Ar startup-file +(including nested command invocations) is aborted if +a command error is encountered. +.It Fl q +Certain informational messages are suppressed. +.It Fl v +The commands in +.Ar startup-file +are echoed before they are executed. +.El +.Pp +If +.Ar startup-file +is specified, it is used as an initial source of simulator commands. +If +.Ar startup-file +is not specified, default locations are searched. See the +.Em SIMH User's Supplement +for more details. +.Pp +If a startup file is specified, either on the +command line or otherwise, +it should contain a series of non-interactive simulator +commands, one per line. +These commands can be used to set up standard parameters. +.Pp +After initializing its internal structures and processing the startup file (if any), +the simulator types out its name and version and then prompts for input with: +.Bd -ragged -offset indent +.Sy sim> +.Ed +.Sh EXIT STATUS +.Nm +exits 0 on success, and >0 if an error occurs. +.Sh SEE ALSO +Documentation is available; it can be found locally in +.Pa %%DOCSDIR%% +(if installed), and also at +.Pa http://simh.trailing-edge.com/hp/#Documentation . +.Sh SEE ALSO +.Xr hp3000 1 , +.Xr hpdoc 1 . +.Sh AUTHORS +.An "J. David Bryan, Robert M. Supnik and others" . +.Fx "port maintenance, and this manual page, by" +.An "Bob Eager" Aq bob@eager.cx . Property changes on: head/emulators/simh-hp2100/files/hp2100.1.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +ON \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/simh-hp2100/pkg-descr =================================================================== --- head/emulators/simh-hp2100/pkg-descr (nonexistent) +++ head/emulators/simh-hp2100/pkg-descr (revision 538699) @@ -0,0 +1,6 @@ +hp2100 is a simulator for the HP 2116/15/14, 2100, and 1000 M/E/F-Series +machines (hereafter referred collectively as the HP 2100 simulator). A +large variety of CPU options, device interface cards, and peripherals +are provided. + +WWW: http://simh.trailing-edge.com/hp/ Property changes on: head/emulators/simh-hp2100/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/simh-hp2100/pkg-plist =================================================================== --- head/emulators/simh-hp2100/pkg-plist (nonexistent) +++ head/emulators/simh-hp2100/pkg-plist (revision 538699) @@ -0,0 +1,6 @@ +bin/hp2100 +man/man1/hp2100.1.gz +%%DOCSDIR%%/hp2100_bugfixes.txt +%%DOCSDIR%%/hp2100_diag.txt +%%DOCSDIR%%/hp2100_guide.pdf +%%DOCSDIR%%/hp2100_release.txt Property changes on: head/emulators/simh-hp2100/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property