FreeBSD Bugzilla – Attachment 214172 Details for
Bug 246237
[NEW PORT] emulators/simh-hp2100: HP 2100 series emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar file containing the port files
hp2100.shar (text/plain), 6.70 KB, created by
Bob Eager
on 2020-05-05 19:42:58 UTC
(
hide
)
Description:
shar file containing the port files
Filename:
MIME Type:
Creator:
Bob Eager
Created:
2020-05-05 19:42:58 UTC
Size:
6.70 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># simh-hp2100 ># simh-hp2100/files ># simh-hp2100/files/hp2100.1.in ># simh-hp2100/files/LICENSE ># simh-hp2100/Makefile ># simh-hp2100/distinfo ># simh-hp2100/pkg-descr ># simh-hp2100/pkg-plist ># >echo c - simh-hp2100 >mkdir -p simh-hp2100 > /dev/null 2>&1 >echo c - simh-hp2100/files >mkdir -p simh-hp2100/files > /dev/null 2>&1 >echo x - simh-hp2100/files/hp2100.1.in >sed 's/^X//' >simh-hp2100/files/hp2100.1.in << 'a863f48e0c4b7a1d112283aa915e3c9d' >X.Dd February 23, 2020 >X.Dt HP2100 1 CON >X.Os >X.Sh NAME >X.Nm hp2100 >X.Nd Simulator for HP 21xx/1000 series computers >X.Sh SYNOPSIS >X.Nm >X.Op Fl e >X.Op Fl q >X.Op Fl v >X.Oo >X.Ar startup-file >X.Op Ar arguments >X.Oc >X.Sh DESCRIPTION >X.Nm >Xis a simulator for the HP 2116/15/14, 2100, and 1000 M/E/F-Series >Xmachines (hereafter referred collectively as the HP 2100 simulator). A >Xlarge variety of CPU options, device interface cards, and peripherals >Xare provided. >X.Pp >XThe following options are available: >X.Bl -tag -width indent >X.It Fl e >XProcessing of >X.Ar startup-file >X(including nested command invocations) is aborted if >Xa command error is encountered. >X.It Fl q >XCertain informational messages are suppressed. >X.It Fl v >XThe commands in >X.Ar startup-file >Xare echoed before they are executed. >X.El >X.Pp >XIf >X.Ar startup-file >Xis specified, it is used as an initial source of simulator commands. >XIf >X.Ar startup-file >Xis not specified, default locations are searched. See the >X.Em SIMH User's Supplement >Xfor more details. >X.Pp >XIf a startup file is specified, either on the >Xcommand line or otherwise, >Xit should contain a series of non-interactive simulator >Xcommands, one per line. >XThese commands can be used to set up standard parameters. >X.Pp >XAfter initializing its internal structures and processing the startup file (if any), >Xthe simulator types out its name and version and then prompts for input with: >X.Bd -ragged -offset indent >X.Sy sim> >X.Ed >X.Sh EXIT STATUS >X.Nm >Xexits 0 on success, and >0 if an error occurs. >X.Sh SEE ALSO >XDocumentation is available; it can be found locally in >X.Pa %%DOCSDIR%% >X(if installed), and also at >X.Pa http://simh.trailing-edge.com/hp/#Documentation . >X.Sh SEE ALSO >X.Xr hp3000 1 , >X.Xr hpdoc 1 . >X.Sh AUTHORS >X.An "J. David Bryan, Robert M. Supnik and others" . >X.Fx "port maintenance, and this manual page, by" >X.An "Bob Eager" Aq bob@eager.cx . >a863f48e0c4b7a1d112283aa915e3c9d >echo x - simh-hp2100/files/LICENSE >sed 's/^X//' >simh-hp2100/files/LICENSE << '3dc669b9608f5c102bd0107f1f2b8e3a' >XPermission is hereby granted, free of charge, to any person obtaining >Xa copy of this software and associated documentation files (the >X"Software"), to deal in the Software without restriction, including >Xwithout limitation the rights to use, copy, modify, merge, publish, >Xdistribute, sublicense, and/or sell copies of the Software, and to >Xpermit persons to whom the Software is furnished to do so, subject >Xto the following conditions: >X >XThe above copyright notice and this permission notice shall be >Xincluded in all copies or substantial portions of the Software. >X >XTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, >XEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF >XMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. >XIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR >XOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, >XARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR >XOTHER DEALINGS IN THE SOFTWARE. >X >XExcept as contained in this notice, the names of the authors shall not >Xbe used in advertising or otherwise to promote the sale, use or other >Xdealings in this Software without prior written authorization from the >Xauthors. >3dc669b9608f5c102bd0107f1f2b8e3a >echo x - simh-hp2100/Makefile >sed 's/^X//' >simh-hp2100/Makefile << '49df7dc06f1d01d28b7b87fb04862bb8' >X# $FreeBSD$ >X >XPORTNAME= hp2100 >XDISTVERSION= 3.11-0.29 >XCATEGORIES= emulators >XMASTER_SITES= http://simh.trailing-edge.com/hp/releases/:src \ >X http://simh.trailing-edge.com/hp/docs/:app \ >X http://www.ml1.org.uk/distfiles/:src \ >X http://www.ml1.org.uk/distfiles/:app >XPKGNAMEPREFIX= simh- >XDISTFILES= HP2100-source-release-${DISTVERSION:E}.zip:src >XDIST_SUBDIR= simh-hp >XEXTRACT_ONLY= HP2100-source-release-${DISTVERSION:E}.zip >X >XMAINTAINER= bob@eager.cx >XCOMMENT= Emulates classic HP 2100 computers >X >XLICENSE= SIMHv1 >XLICENSE_NAME= SIMH License >XLICENSE_FILE= ${FILESDIR}/LICENSE >XLICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >X >XRUN_DEPENDS= ${LOCALBASE}/share/doc/hpdoc/simh_doc.pdf:emulators/simh-hpdoc >X >XUSES= gmake dos2unix zip >X >XNO_WRKSUBDIR= yes >X >XCONFLICTS_INSTALL= simh-3.[789]* >XDOS2UNIX_GLOB= *.c *.h *.txt *.mak makefile >X >XSUB_FILES= hp2100.1 >X >X.include <bsd.port.pre.mk> >X >Xdo-build: >X (cd ${WRKSRC}; GCC=clang ${GMAKE} -C SCP hp2100) >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/hp2100 ${STAGEDIR}${PREFIX}/bin >X ${INSTALL_MAN} ${WRKDIR}/hp2100.1 ${STAGEDIR}${MANPREFIX}/man/man1 >X @${MKDIR} ${STAGEDIR}${DOCSDIR} >X ${INSTALL_MAN} ${WRKSRC}/SCP/doc/*.txt ${STAGEDIR}${DOCSDIR} >X ${INSTALL_MAN} ${WRKSRC}/SCP/doc/hp2100_guide.pdf ${STAGEDIR}${DOCSDIR} >X >X.include <bsd.port.post.mk> >49df7dc06f1d01d28b7b87fb04862bb8 >echo x - simh-hp2100/distinfo >sed 's/^X//' >simh-hp2100/distinfo << 'da305b4b9b15b8e0182e579fad8d8eb9' >XTIMESTAMP = 1582463933 >XSHA256 (simh-hp/HP2100-source-release-29.zip) = e381eb51cdbea84a729fe0fa45001b7a864adcbf97438af0c788696b0c18c0bf >XSIZE (simh-hp/HP2100-source-release-29.zip) = 1890682 >XSHA256 (simh-hp/running_hp_2000_tsb.pdf) = 905f8748d38b60a2f128961126086268f5f1485d625572333fee418beec85300 >XSIZE (simh-hp/running_hp_2000_tsb.pdf) = 111280 >XSHA256 (simh-hp/hp_1000_io_simulation.pdf) = 64a523a8237ed6143614c1b0747f5aa933b8e77e2cf5daf9fe62a3845aea8dc8 >XSIZE (simh-hp/hp_1000_io_simulation.pdf) = 272289 >da305b4b9b15b8e0182e579fad8d8eb9 >echo x - simh-hp2100/pkg-descr >sed 's/^X//' >simh-hp2100/pkg-descr << 'afaf219e506df1a698e236bd8bb8e054' >Xhp2100 is a simulator for the HP 2116/15/14, 2100, and 1000 M/E/F-Series >Xmachines (hereafter referred collectively as the HP 2100 simulator). A >Xlarge variety of CPU options, device interface cards, and peripherals >Xare provided. >X >XWWW: http://simh.trailing-edge.com/hp/ >afaf219e506df1a698e236bd8bb8e054 >echo x - simh-hp2100/pkg-plist >sed 's/^X//' >simh-hp2100/pkg-plist << '2399f7b2d8a10e9f18efd91090e3596c' >Xbin/hp2100 >Xman/man1/hp2100.1.gz >X%%DOCSDIR%%/hp2100_bugfixes.txt >X%%DOCSDIR%%/hp2100_diag.txt >X%%DOCSDIR%%/hp2100_guide.pdf >X%%DOCSDIR%%/hp2100_release.txt >2399f7b2d8a10e9f18efd91090e3596c >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 246237
: 214172