diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-03-04 13:29:01 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-03-04 13:29:01 +0000 |
commit | 1afd4529c1b741e9742e75ad7bd3a1081b57f263 (patch) | |
tree | 2960fa040526e160307cb6b0a993f10d670c9809 /emulators | |
parent | 193440404b24e9703adb6d3b3dcd65ad9b89c819 (diff) | |
download | ports-1afd4529c1b741e9742e75ad7bd3a1081b57f263.tar.gz ports-1afd4529c1b741e9742e75ad7bd3a1081b57f263.zip |
Update port. DISTFILE name did not change but includes the following
updates:
o Added support for HP2100 Simulator floating point and dynamic mapping,
0 PDP-7 DECtape, and IBM 1130.
o Expanded HP2100 disk pack support
o Expanded I1401 support
o Moved Altair files around
Notes
Notes:
svn path=/head/; revision=55520
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sim/Makefile | 20 | ||||
-rw-r--r-- | emulators/sim/distinfo | 2 | ||||
-rw-r--r-- | emulators/sim/pkg-plist | 9 | ||||
-rw-r--r-- | emulators/simh/Makefile | 20 | ||||
-rw-r--r-- | emulators/simh/distinfo | 2 | ||||
-rw-r--r-- | emulators/simh/pkg-plist | 9 |
6 files changed, 34 insertions, 28 deletions
diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile index 97769ac27561..9ad71302ae0d 100644 --- a/emulators/sim/Makefile +++ b/emulators/sim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sim -PORTVERSION= 2.9 +PORTVERSION= 2.9.1 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ \ ${MASTER_SITE_LOCAL} @@ -22,6 +22,9 @@ NO_WRKSUBDIR= yes SHELL=${SH} +BIN_FILES= altair eclipse h316 nova pdp1 pdp10 pdp11 pdp15 pdp4 pdp7 pdp8 \ + pdp9 s3 + post-configure: @${MKDIR} ${WRKSRC}/BIN @for i in `find . -name "*.[hc]"`; \ @@ -30,17 +33,12 @@ post-configure: done do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/nova ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp1 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp4 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp7 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp8 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp9 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp11 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp15 ${PREFIX}/bin +.for file in ${BIN_FILES} + ${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin +.endfor .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/sim && ${INSTALL_DATA} ${WRKDIR}/simh_doc.txt \ - ${PREFIX}/share/doc/sim + @${MKDIR} ${PREFIX}/share/doc/sim + @${INSTALL_DATA} ${WRKDIR}/simh_doc.txt ${PREFIX}/share/doc/sim .endif .include <bsd.port.mk> diff --git a/emulators/sim/distinfo b/emulators/sim/distinfo index 9c14056be034..2a2c8c5feda8 100644 --- a/emulators/sim/distinfo +++ b/emulators/sim/distinfo @@ -1 +1 @@ -MD5 (simhv29.zip) = dbdc1622a4b0c2279e0bdefd2ce56e2b +MD5 (simhv29.zip) = f1c37c422006c986b375abfbf974edc9 diff --git a/emulators/sim/pkg-plist b/emulators/sim/pkg-plist index d46b31cd506a..0a20cd715aff 100644 --- a/emulators/sim/pkg-plist +++ b/emulators/sim/pkg-plist @@ -1,10 +1,15 @@ +bin/altair +bin/eclipse +bin/h316 bin/nova bin/pdp1 +bin/pdp10 +bin/pdp11 +bin/pdp15 bin/pdp4 bin/pdp7 bin/pdp8 bin/pdp9 -bin/pdp11 -bin/pdp15 +bin/s3 share/doc/sim/simh_doc.txt @dirrm share/doc/sim diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 97769ac27561..9ad71302ae0d 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sim -PORTVERSION= 2.9 +PORTVERSION= 2.9.1 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ \ ${MASTER_SITE_LOCAL} @@ -22,6 +22,9 @@ NO_WRKSUBDIR= yes SHELL=${SH} +BIN_FILES= altair eclipse h316 nova pdp1 pdp10 pdp11 pdp15 pdp4 pdp7 pdp8 \ + pdp9 s3 + post-configure: @${MKDIR} ${WRKSRC}/BIN @for i in `find . -name "*.[hc]"`; \ @@ -30,17 +33,12 @@ post-configure: done do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/nova ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp1 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp4 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp7 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp8 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp9 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp11 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKDIR}/BIN/pdp15 ${PREFIX}/bin +.for file in ${BIN_FILES} + ${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin +.endfor .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/sim && ${INSTALL_DATA} ${WRKDIR}/simh_doc.txt \ - ${PREFIX}/share/doc/sim + @${MKDIR} ${PREFIX}/share/doc/sim + @${INSTALL_DATA} ${WRKDIR}/simh_doc.txt ${PREFIX}/share/doc/sim .endif .include <bsd.port.mk> diff --git a/emulators/simh/distinfo b/emulators/simh/distinfo index 9c14056be034..2a2c8c5feda8 100644 --- a/emulators/simh/distinfo +++ b/emulators/simh/distinfo @@ -1 +1 @@ -MD5 (simhv29.zip) = dbdc1622a4b0c2279e0bdefd2ce56e2b +MD5 (simhv29.zip) = f1c37c422006c986b375abfbf974edc9 diff --git a/emulators/simh/pkg-plist b/emulators/simh/pkg-plist index d46b31cd506a..0a20cd715aff 100644 --- a/emulators/simh/pkg-plist +++ b/emulators/simh/pkg-plist @@ -1,10 +1,15 @@ +bin/altair +bin/eclipse +bin/h316 bin/nova bin/pdp1 +bin/pdp10 +bin/pdp11 +bin/pdp15 bin/pdp4 bin/pdp7 bin/pdp8 bin/pdp9 -bin/pdp11 -bin/pdp15 +bin/s3 share/doc/sim/simh_doc.txt @dirrm share/doc/sim |