View | Details | Raw Unified | Return to bug 99095
Collapse All | Expand All

(-)sim/Makefile (-7 / +7 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	sim
8
PORTNAME=	sim
9
PORTVERSION=	3.5.2
9
PORTVERSION=	3.6.0
10
PORTREVISION=	1
11
CATEGORIES=	emulators
10
CATEGORIES=	emulators
12
MASTER_SITES=	http://simh.trailing-edge.com/sources/
11
MASTER_SITES=	http://simh.trailing-edge.com/sources/
13
DISTNAME=	${PORTNAME}hv35-2
12
DISTNAME=	${PORTNAME}hv36-0
14
13
15
MAINTAINER=	mmendez@energyhq.be
14
MAINTAINER=	mmendez@energyhq.be
16
COMMENT=	Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
15
COMMENT=	Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
Lines 28-40 Link Here
28
27
29
BIN_FILES=	altair    h316   ibm1130 nova  pdp15 pdp9 vax780 \
28
BIN_FILES=	altair    h316   ibm1130 nova  pdp15 pdp9 vax780 \
30
		altairz80 hp2100 id16    pdp1  pdp4  s3          \
29
		altairz80 hp2100 id16    pdp1  pdp4  s3          \
31
		eclipse   i1401  id32    pdp10 pdp7  sds         \
30
		i1401  id32    pdp10 pdp7  sds         \
32
		gri       i1620  lgp     pdp11 pdp8  vax
31
		gri       i1620  lgp     pdp11 pdp8  vax
33
32
34
PORTDOCS=	0readme_35.txt simh_doc.txt simh_swre.txt \
33
PORTDOCS=	0readme_36.txt 0readme_ethernet.txt
35
		0readme_ethernet.txt simh_faq.txt
36
34
37
PLIST_FILES=	${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin
35
PLIST_FILES=	${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin /bin/sim-eclipse
38
PLIST_DIRS=	%%DATADIR%%
36
PLIST_DIRS=	%%DATADIR%%
39
37
40
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
Lines 53-58 Link Here
53
.for file in ${BIN_FILES}
51
.for file in ${BIN_FILES}
54
	${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin
52
	${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin
55
.endfor
53
.endfor
54
# eclipse conflicts with /usr/ports/java/eclipse, install it as sim-eclipse
55
	${INSTALL_PROGRAM} ${WRKDIR}/BIN/eclipse ${PREFIX}/bin/sim-eclipse
56
56
57
	@${MKDIR} ${DATADIR}
57
	@${MKDIR} ${DATADIR}
58
	${INSTALL_DATA} ${WRKDIR}/VAX/ka655x.bin ${DATADIR}
58
	${INSTALL_DATA} ${WRKDIR}/VAX/ka655x.bin ${DATADIR}
(-)sim/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (simhv35-2.zip) = e3d2a168f2da62e10e0013f1f9111d82
1
MD5 (simhv36-0.zip) = 3e5b13362132e039b228dd0ad9ac1a3c
2
SHA256 (simhv35-2.zip) = 12c6e6290b599b7f131027a533ee12add8d68735128805e012309db46f2ab9fb
2
SHA256 (simhv36-0.zip) = dfd4d76490b56cc1df538016c45f041912a1f52916c6725e177250a88e343d17
3
SIZE (simhv35-2.zip) = 2259795
3
SIZE (simhv36-0.zip) = 2215996

Return to bug 99095