On 2011/10/07 09:55, Giovanni Bechis wrote:
> >> Can we just add the files to the set and overwrite the existing ones
> >> in pre-build or something?
> > 
> > I've thought about this before sending the diff... Isn't it a bit too
> > ugly? Those files are even polluted by ^M microsoft crap.
> > 
> Kill'em with sed before copying them into files/

The master site is pretty slow too, here's another option...

Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/simh/Makefile,v
retrieving revision 1.69
diff -u -p -r1.69 Makefile
--- Makefile    20 Apr 2011 05:16:33 -0000      1.69
+++ Makefile    7 Oct 2011 08:17:08 -0000
@@ -3,11 +3,11 @@
 
 COMMENT=               PDP, IBM 1401, Nova and other CPUs simulator
 
-DISTNAME=              simh-3.8.1
-REVISION=              3
+PKGNAME=               simh-3.8.1
+DISTNAME=              simhv38-1
+REVISION=              4
 CATEGORIES=            emulators
 MASTER_SITES=          ${HOMEPAGE}/sources/
-DISTFILES=             simhv38-1.zip
 
 MAINTAINER=            Oleg Safiullin <[email protected]>
 
@@ -22,6 +22,10 @@ PERMIT_DISTFILES_FTP=        Yes
 WANTLIB=               c m pcap
 
 WRKDIST=               ${WRKDIR}
+EXTRACT_SUFX=          .zip
+MASTER_SITES0=         http://spacehopper.org/mirrors/
+# Files from http://simh.trailing-edge.com/interim.html repackaged as a diff
+PATCHFILES=            simh-3.8.1-interim.diff:0
 
 UNZIP=                 unzip -a -o
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/emulators/simh/distinfo,v
retrieving revision 1.29
diff -u -p -r1.29 distinfo
--- distinfo    6 Mar 2009 10:33:23 -0000       1.29
+++ distinfo    7 Oct 2011 08:17:08 -0000
@@ -1,5 +1,10 @@
+MD5 (simh-3.8.1-interim.diff) = JJYiU313/E+rzZJ16ZNGPQ==
 MD5 (simhv38-1.zip) = 4V9lqC4h6knhS0ODJtk9XA==
+RMD160 (simh-3.8.1-interim.diff) = 3IQeLrF8hSlc+YuEKh/VdoSaaYs=
 RMD160 (simhv38-1.zip) = 8IXFLskkJfhPZbPzYFy3q6i+ezI=
+SHA1 (simh-3.8.1-interim.diff) = ixpJMs6+sSto2omfoA04ytaRU0k=
 SHA1 (simhv38-1.zip) = XqwvjlC+EWAHJ5g+BQcmkKcGZwI=
+SHA256 (simh-3.8.1-interim.diff) = c+fnjFbbZ9i+ormiXU7UDBX7FWjwcyQbjEoStFG7oIc=
 SHA256 (simhv38-1.zip) = T+KU+lKFsdbQvWn2CInADlGM4r5fAKvCvUrfqNqoWwY=
+SIZE (simh-3.8.1-interim.diff) = 57923
 SIZE (simhv38-1.zip) = 2954982

Reply via email to