[88760] trunk/dports/multimedia/vcdimager/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 10 16:38:13 PST 2012


Revision: 88760
          http://trac.macports.org/changeset/88760
Author:   ryandesign at macports.org
Date:     2012-01-10 16:38:12 -0800 (Tue, 10 Jan 2012)
Log Message:
-----------
vcdimager: whitespace changes / reformatting / add modeline

Modified Paths:
--------------
    trunk/dports/multimedia/vcdimager/Portfile

Modified: trunk/dports/multimedia/vcdimager/Portfile
===================================================================
--- trunk/dports/multimedia/vcdimager/Portfile	2012-01-11 00:34:15 UTC (rev 88759)
+++ trunk/dports/multimedia/vcdimager/Portfile	2012-01-11 00:38:12 UTC (rev 88760)
@@ -1,47 +1,50 @@
+# -*- 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				vcdimager
-version				0.7.24
-categories			multimedia
-maintainers			nomaintainer
-description			Free software (Super) video CD authoring solution
-long_description \
-	The GNU (Super)VideoCD authoring solution for mastering, extracting \
-	and analyzing Video CDs and Super Video CDs.
+name                vcdimager
+version             0.7.24
+categories          multimedia
+platforms           darwin
+maintainers         nomaintainer
 
-platforms			darwin
+description         Free software (Super) video CD authoring solution
 
-homepage			http://www.vcdimager.org/
-master_sites		gnu
+long_description    The GNU (Super)VideoCD authoring solution for mastering, \
+                    extracting and analyzing Video CDs and Super Video CDs.
 
+homepage            http://www.vcdimager.org/
+master_sites        gnu
+
 checksums           rmd160  9e10c99d8f0315a775aca32ecb1f36db7b8086b0 \
                     sha256  075d7a67353ff3004745da781435698b6bc4a053838d0d4a3ce0516d7d974694
 
-depends_lib \
-	port:libcdio \
-	port:popt \
-	port:libxml2
+depends_lib         port:libcdio \
+                    port:popt \
+                    port:libxml2
 
-use_autoreconf yes
-autoreconf.args -fvi
-
 post-patch {
-	reinplace "s| -Wl,--version-script=libvcdinfo.la.ver||" \
-		${worksrcpath}/lib/Makefile.in
+    reinplace "s| -Wl,--version-script=libvcdinfo.la.ver||" \
+        ${worksrcpath}/lib/Makefile.in
 }
 
-configure.ldflags-append	"-framework CoreFoundation -framework IOKit"
-configure.args		--infodir=${prefix}/share/info \
-					--mandir=${prefix}/share/man \
-					--with-cli-frontend --with-xml-frontend \
-					--with-xml-prefix=${prefix}
+use_autoreconf      yes
+autoreconf.args     -fvi
 
+configure.ldflags-append \
+                    -framework CoreFoundation \
+                    -framework IOKit
+
+configure.args      --infodir=${prefix}/share/info \
+                    --mandir=${prefix}/share/man \
+                    --with-cli-frontend \
+                    --with-xml-frontend \
+                    --with-xml-prefix=${prefix}
+
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS BUGS COPYING FAQ HACKING \
-		NEWS README THANKS TODO ${destroot}${prefix}/share/doc/${name}
-	file delete -force ${destroot}${prefix}/share/info/dir
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS BUGS COPYING FAQ HACKING \
+        NEWS README THANKS TODO ${destroot}${prefix}/share/doc/${name}
+    file delete -force ${destroot}${prefix}/share/info/dir
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120110/5175b3b7/attachment.html>


More information about the macports-changes mailing list