[84004] trunk/dports/audio/abcMIDI/Portfile

mww at macports.org mww at macports.org
Wed Sep 14 15:59:40 PDT 2011


Revision: 84004
          http://trac.macports.org/changeset/84004
Author:   mww at macports.org
Date:     2011-09-14 15:59:40 -0700 (Wed, 14 Sep 2011)
Log Message:
-----------
abdMIDI: whitespace changes only

Modified Paths:
--------------
    trunk/dports/audio/abcMIDI/Portfile

Modified: trunk/dports/audio/abcMIDI/Portfile
===================================================================
--- trunk/dports/audio/abcMIDI/Portfile	2011-09-14 22:55:46 UTC (rev 84003)
+++ trunk/dports/audio/abcMIDI/Portfile	2011-09-14 22:59:40 UTC (rev 84004)
@@ -2,43 +2,43 @@
 
 PortSystem 1.0
 
-name			abcMIDI
-version			2011-09-13
-categories		audio
-platforms		darwin
-maintainers		mww
-description		ABC to midi and vice versa converter
-long_description	ABC is a text-based music notation language. These \
-				tools can convert ABC to midi and vice versa.
+name                abcMIDI
+version             2011-09-13
+categories          audio
+platforms           darwin
+maintainers         mww
+description         ABC to midi and vice versa converter
+long_description    ABC is a text-based music notation language. These \
+                    tools can convert ABC to midi and vice versa.
 
-homepage		http://ifdo.pugmarks.com/~seymour/runabc/top.html
-master_sites	http://ifdo.pugmarks.com/~seymour/runabc/
+homepage            http://ifdo.pugmarks.com/~seymour/runabc/top.html
+master_sites        http://ifdo.pugmarks.com/~seymour/runabc/
 checksums           md5     8765cf4c6ebc43a17b464642d9a1aa73 \
                     sha1    f7284116ada3fc009b5dd33b6df492b11c0ee806 \
                     rmd160  eab8dcf2e70d8cd17b79b2ab5ce3cf1cf02343b5
-patchfiles		patch-makefile.diff
+patchfiles          patch-makefile.diff
 
-worksrcdir		abcmidi
+worksrcdir          abcmidi
 
-use_zip			yes
+use_zip             yes
 post-extract { xinstall -m 755 ${filespath}/configure ${worksrcpath} }
 
-variant universal	{}
+variant universal   {}
 
-configure.pre_args	PREFIX=${prefix}
+configure.pre_args     PREFIX=${prefix}
 
-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 755 -W ${worksrcpath} abc2abc abc2midi mftext midi2abc \
-		yaps ${destroot}${prefix}/bin
-	xinstall -m 644 -W ${worksrcpath}/doc abc2abc.1 abc2midi.1 mftext.1 \
-		midi2abc.1 yaps.1 ${destroot}${prefix}/share/man/man1
-	xinstall -m 644 -W ${worksrcpath}/doc AUTHORS CHANGES abcguide.txt gpl.txt \
-		history.txt readme.txt yapshelp.txt \
-		${destroot}${prefix}/share/doc/${name}
+destroot {
+     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+     xinstall -m 755 -W ${worksrcpath} abc2abc abc2midi mftext midi2abc \
+         yaps ${destroot}${prefix}/bin
+     xinstall -m 644 -W ${worksrcpath}/doc abc2abc.1 abc2midi.1 mftext.1 \
+         midi2abc.1 yaps.1 ${destroot}${prefix}/share/man/man1
+     xinstall -m 644 -W ${worksrcpath}/doc AUTHORS CHANGES abcguide.txt gpl.txt \
+         history.txt readme.txt yapshelp.txt \
+         ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	(20\[0-9\]+-\[0-9\]+-\[0-9\]+)
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     (20\[0-9\]+-\[0-9\]+-\[0-9\]+)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110914/95d1afe8/attachment-0001.html>


More information about the macports-changes mailing list