1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update to 3.5.1

Take MAINTAINER

PR:		89286
Submitted by:	Miguel Mendez <mmendez@gmail.com>
This commit is contained in:
Marcus Alves Grando 2005-11-22 16:23:51 +00:00
parent cbda9e58e3
commit bf88b4b572
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149071
6 changed files with 14 additions and 34 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= sim
PORTVERSION= 3.4.0
PORTVERSION= 3.5.1
CATEGORIES= emulators
MASTER_SITES= http://simh.trailing-edge.com/sources/
DISTNAME= ${PORTNAME}hv34-0
DISTNAME= ${PORTNAME}hv35-1
MAINTAINER= ports@FreeBSD.org
MAINTAINER= mmendez@gmail.com
COMMENT= PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators
USE_ZIP= yes
@ -28,7 +28,7 @@ BIN_FILES= pdp1 pdp4 pdp7 pdp8 pdp9 \
i1620 s3 altair altairz80 \
gri ibm1130 id16 id32 sds lgp
PORTDOCS= 0readme_34.txt simh_doc.txt simh_swre.txt \
PORTDOCS= 0readme_35.txt simh_doc.txt simh_swre.txt \
0readme_ethernet.txt simh_faq.txt
PLIST_FILES= ${BIN_FILES:S/^/bin\//g} share/sim/ka655.bin share/sim/ka655x.bin

View File

@ -1,2 +1,3 @@
MD5 (simhv34-0.zip) = 64d6153312257fcadf5c704cb939cf0c
SIZE (simhv34-0.zip) = 2138255
MD5 (simhv35-1.zip) = ead371c802d6a7feba99031bf55895fe
SHA256 (simhv35-1.zip) = 5828c754cc46f3f9e7cdf5637e5e348684c4c22265b71ef3904fd5321f67a20c
SIZE (simhv35-1.zip) = 2236017

View File

@ -1,11 +0,0 @@
--- sim_defs.h.orig Thu May 2 18:23:02 2002
+++ sim_defs.h Wed May 22 08:13:27 2002
@@ -319,7 +319,7 @@
#define GRDATA(nm,loc,rdx,wd,pos) #nm, &(loc), (rdx), (wd), (pos), 1
#define BRDATA(nm,loc,rdx,wd,dep) #nm, (loc), (rdx), (wd), 0, (dep)
#define URDATA(nm,loc,rdx,wd,off,dep,fl) \
- #nm, &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
+ "nm", &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
#else
#define ORDATA(nm,loc,wd) "nm", &(loc), 8, (wd), 0, 1
#define DRDATA(nm,loc,wd) "nm", &(loc), 10, (wd), 0, 1

View File

@ -6,12 +6,12 @@
#
PORTNAME= sim
PORTVERSION= 3.4.0
PORTVERSION= 3.5.1
CATEGORIES= emulators
MASTER_SITES= http://simh.trailing-edge.com/sources/
DISTNAME= ${PORTNAME}hv34-0
DISTNAME= ${PORTNAME}hv35-1
MAINTAINER= ports@FreeBSD.org
MAINTAINER= mmendez@gmail.com
COMMENT= PDP-8, PDP-11, PDP-1, other 18b PDP, Nova, and IBM 1401 simulators
USE_ZIP= yes
@ -28,7 +28,7 @@ BIN_FILES= pdp1 pdp4 pdp7 pdp8 pdp9 \
i1620 s3 altair altairz80 \
gri ibm1130 id16 id32 sds lgp
PORTDOCS= 0readme_34.txt simh_doc.txt simh_swre.txt \
PORTDOCS= 0readme_35.txt simh_doc.txt simh_swre.txt \
0readme_ethernet.txt simh_faq.txt
PLIST_FILES= ${BIN_FILES:S/^/bin\//g} share/sim/ka655.bin share/sim/ka655x.bin

View File

@ -1,2 +1,3 @@
MD5 (simhv34-0.zip) = 64d6153312257fcadf5c704cb939cf0c
SIZE (simhv34-0.zip) = 2138255
MD5 (simhv35-1.zip) = ead371c802d6a7feba99031bf55895fe
SHA256 (simhv35-1.zip) = 5828c754cc46f3f9e7cdf5637e5e348684c4c22265b71ef3904fd5321f67a20c
SIZE (simhv35-1.zip) = 2236017

View File

@ -1,11 +0,0 @@
--- sim_defs.h.orig Thu May 2 18:23:02 2002
+++ sim_defs.h Wed May 22 08:13:27 2002
@@ -319,7 +319,7 @@
#define GRDATA(nm,loc,rdx,wd,pos) #nm, &(loc), (rdx), (wd), (pos), 1
#define BRDATA(nm,loc,rdx,wd,dep) #nm, (loc), (rdx), (wd), 0, (dep)
#define URDATA(nm,loc,rdx,wd,off,dep,fl) \
- #nm, &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
+ "nm", &(loc), (rdx), (wd), (off), (dep), ((fl) | REG_UNIT)
#else
#define ORDATA(nm,loc,wd) "nm", &(loc), 8, (wd), 0, 1
#define DRDATA(nm,loc,wd) "nm", &(loc), 10, (wd), 0, 1