FreeBSD Bugzilla – Attachment 214173 Details for
Bug 246238
[NEW PORT] emulators/simh-hp3000: HP 3000 series emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar file containing the port files
hp3000.shar (text/plain), 6.39 KB, created by
Bob Eager
on 2020-05-05 19:44:41 UTC
(
hide
)
Description:
shar file containing the port files
Filename:
MIME Type:
Creator:
Bob Eager
Created:
2020-05-05 19:44:41 UTC
Size:
6.39 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-hp3000 ># simh-hp3000/files ># simh-hp3000/files/hp3000.1.in ># simh-hp3000/files/LICENSE ># simh-hp3000/Makefile ># simh-hp3000/distinfo ># simh-hp3000/pkg-descr ># simh-hp3000/pkg-plist ># >echo c - simh-hp3000 >mkdir -p simh-hp3000 > /dev/null 2>&1 >echo c - simh-hp3000/files >mkdir -p simh-hp3000/files > /dev/null 2>&1 >echo x - simh-hp3000/files/hp3000.1.in >sed 's/^X//' >simh-hp3000/files/hp3000.1.in << '75f245967fe47bc3e0d421b0373fbf76' >X.Dd February 23, 2020 >X.Dt HP3000 1 CON >X.Os >X.Sh NAME >X.Nm hp3000 >X.Nd Simulator for HP 3000 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 classic SIO machines. This group consists of the >X3000 CX, the Series I, Series II, and the HP 3000 Series III that is >Xsimulated here. A large variety of CPU options, device interface cards, >Xand peripherals are 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 hp2100 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 . >75f245967fe47bc3e0d421b0373fbf76 >echo x - simh-hp3000/files/LICENSE >sed 's/^X//' >simh-hp3000/files/LICENSE << '1ce4617f89146ce9a5a663a7e7fd06c8' >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. >1ce4617f89146ce9a5a663a7e7fd06c8 >echo x - simh-hp3000/Makefile >sed 's/^X//' >simh-hp3000/Makefile << '15c58bbdbfec5c45cd3f910a2fe3c200' >X# $FreeBSD$ >X >XPORTNAME= hp3000 >XDISTVERSION= 3.11-0.8 >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= HP3000-source-release-${DISTVERSION:E}.zip:src >XDIST_SUBDIR= simh-hp >XEXTRACT_ONLY= HP3000-source-release-${DISTVERSION:E}.zip >X >XMAINTAINER= bob@eager.cx >XCOMMENT= Emulates classic HP 3000 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= hp3000.1 >X >X.include <bsd.port.pre.mk> >X >Xdo-build: >X (cd ${WRKSRC}; GCC=clang ${GMAKE} -C SCP hp3000) >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/hp3000 ${STAGEDIR}${PREFIX}/bin >X ${INSTALL_MAN} ${WRKDIR}/hp3000.1 ${STAGEDIR}${MANPREFIX}/man/man1 >X @${MKDIR} ${STAGEDIR}${DOCSDIR} >X ${INSTALL_MAN} ${WRKSRC}/SCP/doc/*.txt ${STAGEDIR}${DOCSDIR} >X ${INSTALL_MAN} ${WRKSRC}/SCP/doc/hp3000_guide.pdf ${STAGEDIR}${DOCSDIR} >X >X.include <bsd.port.post.mk> >15c58bbdbfec5c45cd3f910a2fe3c200 >echo x - simh-hp3000/distinfo >sed 's/^X//' >simh-hp3000/distinfo << '1bf66ceaa69ed8d7ed3bb07f8a24fc7e' >XTIMESTAMP = 1582502963 >XSHA256 (simh-hp/HP3000-source-release-8.zip) = 2c003841b8c189299d45253520fd687694687c0a023aae9c79650234948b5a66 >XSIZE (simh-hp/HP3000-source-release-8.zip) = 1412655 >1bf66ceaa69ed8d7ed3bb07f8a24fc7e >echo x - simh-hp3000/pkg-descr >sed 's/^X//' >simh-hp3000/pkg-descr << 'f367315296de9c2a5dafbc320fb5da32' >Xhp3000 is a simulator for the classic SIO machines. This group consists >Xof the 3000 CX, the Series I, Series II, and the HP 3000 Series III that >Xis simulated here. A large variety of CPU options, device interface >Xcards, and peripherals are provided. >X >XWWW: http://simh.trailing-edge.com/hp/ >f367315296de9c2a5dafbc320fb5da32 >echo x - simh-hp3000/pkg-plist >sed 's/^X//' >simh-hp3000/pkg-plist << 'f040903a82624b7c6ddd905c4006e77d' >Xbin/hp3000 >Xman/man1/hp3000.1.gz >X%%DOCSDIR%%/hp3000_diag.txt >X%%DOCSDIR%%/hp3000_guide.pdf >X%%DOCSDIR%%/hp3000_release.txt >f040903a82624b7c6ddd905c4006e77d >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 246238
: 214173