New port: emulators/simh-hpdoc
This is the generic documentation for the HP 2100 and HP 3000 simulators. It is packaged separately to avoid conflicts and duplications between the individual simulator packages. WWW: http://simh.trailing-edge.com/hp/ PR: 244395 Submitted by: Bob Eager <rde@tavi.co.uk>
This commit is contained in:
parent
b830631861
commit
7cbc759685
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534055
@ -124,6 +124,7 @@
|
||||
SUBDIR += rtc
|
||||
SUBDIR += rubygem-fission
|
||||
SUBDIR += simh
|
||||
SUBDIR += simh-hpdoc
|
||||
SUBDIR += skyeye
|
||||
SUBDIR += snes9x-gtk
|
||||
SUBDIR += spim
|
||||
|
55
emulators/simh-hpdoc/Makefile
Normal file
55
emulators/simh-hpdoc/Makefile
Normal file
@ -0,0 +1,55 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hpdoc
|
||||
DISTVERSION= 3.11.0
|
||||
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-29.zip:src \
|
||||
HP3000-source-release-8.zip:src \
|
||||
running_hp_2000_tsb.pdf:app \
|
||||
hp_1000_io_simulation.pdf:app
|
||||
DIST_SUBDIR= simh-hp
|
||||
EXTRACT_ONLY= HP2100-source-release-29.zip \
|
||||
HP3000-source-release-8.zip
|
||||
|
||||
MAINTAINER= bob@eager.cx
|
||||
COMMENT= Documentation for emulators of classic HP 2100 and HP 3000 computers
|
||||
|
||||
LICENSE= SIMHv1
|
||||
LICENSE_NAME= SIMH License
|
||||
LICENSE_FILE= ${FILESDIR}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USES= zip
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
CONFLICTS_INSTALL= simh-3.[789]*
|
||||
|
||||
OPTIONS_DEFINE= APPNOTES
|
||||
OPTIONS_DEFAULT= APPNOTES
|
||||
OPTIONS_SUB= yes
|
||||
APPNOTES_DESC= Install application notes
|
||||
|
||||
SUB_FILES= hpdoc.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-build: # nothing to do
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/SCP/doc/simh_doc.pdf ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/SCP/doc/simh_supplement.pdf ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKDIR}/hpdoc.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
do-install-APPNOTES-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/running_hp_2000_tsb.pdf ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/hp_1000_io_simulation.pdf ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
9
emulators/simh-hpdoc/distinfo
Normal file
9
emulators/simh-hpdoc/distinfo
Normal file
@ -0,0 +1,9 @@
|
||||
TIMESTAMP = 1582556365
|
||||
SHA256 (simh-hp/HP2100-source-release-29.zip) = e381eb51cdbea84a729fe0fa45001b7a864adcbf97438af0c788696b0c18c0bf
|
||||
SIZE (simh-hp/HP2100-source-release-29.zip) = 1890682
|
||||
SHA256 (simh-hp/HP3000-source-release-8.zip) = 2c003841b8c189299d45253520fd687694687c0a023aae9c79650234948b5a66
|
||||
SIZE (simh-hp/HP3000-source-release-8.zip) = 1412655
|
||||
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
|
23
emulators/simh-hpdoc/files/LICENSE
Normal file
23
emulators/simh-hpdoc/files/LICENSE
Normal file
@ -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.
|
28
emulators/simh-hpdoc/files/hpdoc.1.in
Normal file
28
emulators/simh-hpdoc/files/hpdoc.1.in
Normal file
@ -0,0 +1,28 @@
|
||||
.Dd February 23, 2020
|
||||
.Dt HPDOC 1 CON
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm hpdoc
|
||||
.Nd Documentation for HP 21xx/1000 and HP3000 computers
|
||||
.Sh DESCRIPTION
|
||||
.Xr hp2100
|
||||
and
|
||||
.Xr hp3000
|
||||
are simulators for a number of HP computers.
|
||||
See the appropriate manual pages for more details.
|
||||
.Pp
|
||||
Much of the documentation is simulator specific, but there
|
||||
is also some generic documentation.
|
||||
.Pp
|
||||
It can be found at
|
||||
.Pa %%DOCSDIR%% ,
|
||||
.br
|
||||
and also at
|
||||
.Pa http://simh.trailing-edge.com/hp/#Documentation .
|
||||
.Sh SEE ALSO
|
||||
.Xr hp2100 1 ,
|
||||
.Xr hp3000 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 .
|
5
emulators/simh-hpdoc/pkg-descr
Normal file
5
emulators/simh-hpdoc/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This is the generic documentation for the HP 2100 and HP 3000
|
||||
simulators. It is packaged separately to avoid conflicts and
|
||||
duplications between the individual simulator packages.
|
||||
|
||||
WWW: http://simh.trailing-edge.com/hp/
|
5
emulators/simh-hpdoc/pkg-plist
Normal file
5
emulators/simh-hpdoc/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
man/man1/hpdoc.1.gz
|
||||
%%DOCSDIR%%/simh_doc.pdf
|
||||
%%DOCSDIR%%/simh_supplement.pdf
|
||||
%%APPNOTES%%%%DOCSDIR%%/hp_1000_io_simulation.pdf
|
||||
%%APPNOTES%%%%DOCSDIR%%/running_hp_2000_tsb.pdf
|
Loading…
Reference in New Issue
Block a user