[151492] trunk/dports/devel/d52/Portfile
larryv at macports.org
larryv at macports.org
Tue Aug 16 22:12:56 PDT 2016
Revision: 151492
https://trac.macports.org/changeset/151492
Author: larryv at macports.org
Date: 2016-08-16 22:12:56 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
d52: Add modeline, rearrange, reformat
Modified Paths:
--------------
trunk/dports/devel/d52/Portfile
Modified: trunk/dports/devel/d52/Portfile
===================================================================
--- trunk/dports/devel/d52/Portfile 2016-08-17 05:01:11 UTC (rev 151491)
+++ trunk/dports/devel/d52/Portfile 2016-08-17 05:12:56 UTC (rev 151492)
@@ -1,36 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name d52
-epoch 1
-version 3.4.1
-categories devel
-license GPL-3+
-platforms darwin
-maintainers nomaintainer
-description Disassembler for a variety of microprocessors
-long_description \
- d52 is a set of disassemblers for the 8052, 8035, \
- 8048, 8041, Z80, 8080 and 8085 microcontrollers
+name d52
+epoch 1
+version 3.4.1
+categories devel
+platforms darwin
+license GPL-3+
+maintainers nomaintainer
-homepage http://www.8052.com/users/disasm/
-master_sites ${homepage}
+description Disassembler for a variety of microprocessors
+long_description d52 is a set of disassemblers for the 8052, 8035, \
+ 8048, 8041, Z80, 8080 and 8085 microcontrollers
+homepage http://www.8052.com/users/disasm/
-checksums md5 55147203ba3bfe24ff7e7d2deec499e7
+master_sites ${homepage}
+distname ${name}v[string map {"." ""} ${version}]
+use_zip yes
+checksums md5 55147203ba3bfe24ff7e7d2deec499e7
-use_zip yes
-distname ${name}v[string map {"." ""} ${version}]
+patchfiles patch-common.c
-patchfiles patch-common.c
+use_configure no
-use_configure no
+destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/bin
+ xinstall -m 755 -d ${destroot}${prefix}/share/${name}
+ xinstall -m 755 -W ${worksrcpath} d48 d52 dz80 ${destroot}${prefix}/bin/
+ xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/${name}
+}
-destroot { xinstall -m 755 -d ${destroot}${prefix}/bin
- xinstall -m 755 -d ${destroot}${prefix}/share/${name}
- xinstall -m 755 -W ${worksrcpath} d48 d52 dz80 ${destroot}${prefix}/bin/
- xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/${name}
- }
-
-livecheck.type regex
-livecheck.regex {Download version ([0-9.]+)}
+livecheck.type regex
+livecheck.regex {Download version ([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/8e1d6d2e/attachment.html>
More information about the macports-changes
mailing list