FreeBSD Bugzilla – Attachment 211922 Details for
Bug 244395
[NEW PORT] emulators/simh-hpdoc: Documentation for HP simulators
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar file containing the port files
simh-hpdoc.shar (text/plain), 6.00 KB, created by
Bob Eager
on 2020-02-25 10:27:59 UTC
(
hide
)
Description:
shar file containing the port files
Filename:
MIME Type:
Creator:
Bob Eager
Created:
2020-02-25 10:27:59 UTC
Size:
6.00 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-hpdoc ># simh-hpdoc/Makefile ># simh-hpdoc/files ># simh-hpdoc/files/hpdoc.1.in ># simh-hpdoc/files/LICENSE ># simh-hpdoc/pkg-descr ># simh-hpdoc/distinfo ># simh-hpdoc/pkg-plist ># >echo c - simh-hpdoc >mkdir -p simh-hpdoc > /dev/null 2>&1 >echo x - simh-hpdoc/Makefile >sed 's/^X//' >simh-hpdoc/Makefile << '3e97e0851c1fa3713d88eff62a99fd39' >X# $FreeBSD$ >X >X# documentation for simh-hp2100 and simh-hp3000 >X# packaged separately to avoid conflicts as they share files >X >XPORTNAME= hpdoc >XDISTVERSION= 3.11.0 >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-29.zip:src \ >X HP3000-source-release-8.zip:src \ >X running_hp_2000_tsb.pdf:app \ >X hp_1000_io_simulation.pdf:app >XDIST_SUBDIR= simh-hp >XEXTRACT_ONLY= HP2100-source-release-29.zip \ >X HP3000-source-release-8.zip >X >XMAINTAINER= bob@eager.cx >XCOMMENT= Documentation for emulators of classic HP 2100 and 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 >XUSES= zip >X >XNO_WRKSUBDIR= yes >X >XCONFLICTS_INSTALL= simh-3.[789]* >X >XOPTIONS_DEFINE= APPNOTES >XOPTIONS_DEFAULT= APPNOTES >XOPTIONS_SUB= yes >XAPPNOTES_DESC= Install application notes >X >XSUB_FILES= hpdoc.1 >X >X.include <bsd.port.pre.mk> >X >Xdo-build: # nothing to do >X >Xdo-install: >X @${MKDIR} ${STAGEDIR}${DOCSDIR} >X ${INSTALL_MAN} ${WRKSRC}/SCP/doc/simh_doc.pdf ${STAGEDIR}${DOCSDIR} >X ${INSTALL_MAN} ${WRKSRC}/SCP/doc/simh_supplement.pdf ${STAGEDIR}${DOCSDIR} >X ${INSTALL_MAN} ${WRKDIR}/hpdoc.1 ${STAGEDIR}${MANPREFIX}/man/man1 >X >Xdo-install-APPNOTES-on: >X @${MKDIR} ${STAGEDIR}${DOCSDIR} >X ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/running_hp_2000_tsb.pdf ${STAGEDIR}${DOCSDIR} >X ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/hp_1000_io_simulation.pdf ${STAGEDIR}${DOCSDIR} >X >X.include <bsd.port.post.mk> >3e97e0851c1fa3713d88eff62a99fd39 >echo c - simh-hpdoc/files >mkdir -p simh-hpdoc/files > /dev/null 2>&1 >echo x - simh-hpdoc/files/hpdoc.1.in >sed 's/^X//' >simh-hpdoc/files/hpdoc.1.in << 'b4dabf8147b812db209811a546ec5c5f' >X.Dd February 23, 2020 >X.Dt HPDOC 1 CON >X.Os >X.Sh NAME >X.Nm hpdoc >X.Nd Documentation for HP 21xx/1000 and HP3000 computers >X.Sh DESCRIPTION >X.Xr hp2100 >Xand >X.Xr hp3000 >Xare simulators for a number of HP computers. >XSee the appropriate manual pages for more details. >X.Pp >XMuch of the documentation is simulator specific, but there >Xis also some generic documentation. >X.Pp >XIt can be found at >X.Pa %%DOCSDIR%% , >X.br >Xand also at >X.Pa http://simh.trailing-edge.com/hp/#Documentation . >X.Sh SEE ALSO >X.Xr hp2100 1 , >X.Xr hp3000 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 . >b4dabf8147b812db209811a546ec5c5f >echo x - simh-hpdoc/files/LICENSE >sed 's/^X//' >simh-hpdoc/files/LICENSE << 'a2172a359e56719f3b9d6a7b13c08a2f' >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. >a2172a359e56719f3b9d6a7b13c08a2f >echo x - simh-hpdoc/pkg-descr >sed 's/^X//' >simh-hpdoc/pkg-descr << '124d1ac4aae7c57ec281a08d13c7f284' >XThis is the generic documentation for the HP 2100 and HP 3000 >Xsimulators. It is packaged separately to avoid conflicts and >Xduplications between the individual simulator packages. >X >XWWW: http://simh.trailing-edge.com/hp/ >124d1ac4aae7c57ec281a08d13c7f284 >echo x - simh-hpdoc/distinfo >sed 's/^X//' >simh-hpdoc/distinfo << '4daa3d014741c059c94a8125bada80e9' >XTIMESTAMP = 1582556365 >XSHA256 (simh-hp/HP2100-source-release-29.zip) = e381eb51cdbea84a729fe0fa45001b7a864adcbf97438af0c788696b0c18c0bf >XSIZE (simh-hp/HP2100-source-release-29.zip) = 1890682 >XSHA256 (simh-hp/HP3000-source-release-8.zip) = 2c003841b8c189299d45253520fd687694687c0a023aae9c79650234948b5a66 >XSIZE (simh-hp/HP3000-source-release-8.zip) = 1412655 >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 >4daa3d014741c059c94a8125bada80e9 >echo x - simh-hpdoc/pkg-plist >sed 's/^X//' >simh-hpdoc/pkg-plist << '8711f11222b6aa98f43a49726974c721' >Xman/man1/hpdoc.1.gz >X%%DOCSDIR%%/simh_doc.pdf >X%%DOCSDIR%%/simh_supplement.pdf >X%%APPNOTES%%%%DOCSDIR%%/hp_1000_io_simulation.pdf >X%%APPNOTES%%%%DOCSDIR%%/running_hp_2000_tsb.pdf >8711f11222b6aa98f43a49726974c721 >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 244395
: 211922