[113572] trunk/dports/devel/libdvdnav/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Nov 19 17:41:10 PST 2013


Revision: 113572
          https://trac.macports.org/changeset/113572
Author:   ryandesign at macports.org
Date:     2013-11-19 17:41:10 -0800 (Tue, 19 Nov 2013)
Log Message:
-----------
libdvdnav: adjust whitespace; add modeline

Modified Paths:
--------------
    trunk/dports/devel/libdvdnav/Portfile

Modified: trunk/dports/devel/libdvdnav/Portfile
===================================================================
--- trunk/dports/devel/libdvdnav/Portfile	2013-11-20 01:33:49 UTC (rev 113571)
+++ trunk/dports/devel/libdvdnav/Portfile	2013-11-20 01:41:10 UTC (rev 113572)
@@ -1,55 +1,60 @@
 # -*- 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				libdvdnav
-version				4.1.3
-categories			devel multimedia
-license				GPL-2+
-maintainers			nomaintainer
-description			DVD navigation library
-long_description \
-	libdvdnav is a library that allows easy use of sophisticated DVD \
-	navigation features such as DVD menus, multiangle playback and even \
-	interactive DVD games. \
-	All this functionality is provided through a simple API which provides \
-	the DVD playback as a single logical stream of blocks, intermitted by \
-	special dvdnav events to report certain conditions. The main usage of \
-	libdvdnav is a loop regularly calling a function to get the next block, \
-	surrounded by additional calls to tell the library of user interaction. \
-	The whole DVD virtual machine and internal playback states are completely \
-	encapsulated.
+name                libdvdnav
+version             4.1.3
+categories          devel multimedia
+license             GPL-2+
+maintainers         nomaintainer
 
-platforms			darwin
+description         DVD navigation library
 
+long_description    libdvdnav is a library that allows easy use of \
+                    sophisticated DVD navigation features such as DVD menus, \
+                    multiangle playback and even interactive DVD games. All \
+                    this functionality is provided through a simple API which \
+                    provides the DVD playback as a single logical stream of \
+                    blocks, intermitted by special dvdnav events to report \
+                    certain conditions. The main usage of libdvdnav is a loop \
+                    regularly calling a function to get the next block, \
+                    surrounded by additional calls to tell the library of \
+                    user interaction. The whole DVD virtual machine and \
+                    internal playback states are completely encapsulated.
+
+platforms           darwin
+
 depends_lib         port:libdvdread
-depends_build       port:autoconf port:automake port:libtool
 
-homepage			http://dvd.sf.net/
-master_sites		http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/ \
-					http://www2.mplayerhq.hu/MPlayer/releases/dvdnav/ \
-					http://www3.mplayerhq.hu/MPlayer/releases/dvdnav/ \
-					http://www4.mplayerhq.hu/MPlayer/releases/dvdnav/ \
-					http://www5.mplayerhq.hu/MPlayer/releases/dvdnav/ \
-					ftp://ftp6.mplayerhq.hu/MPlayer/releases/dvdnav/ \
-					http://www7.mplayerhq.hu/MPlayer/releases/dvdnav/ \
-					http://www8.mplayerhq.hu/MPlayer/releases/dvdnav/ \
-					ftp://ftp.fu-berlin.de/unix/X11/multimedia/MPlayer/releases/dvdnav/
-					
-use_bzip2			yes
-checksums			md5 d62383c45b28816771e283515f2c27fa \
-					sha1 d1b95eb8a7caee1fa7580a1abad84d6cb3cad046 \
-					rmd160 7c6437230af699f6b1c2d73f05f304f03aba9dce
+depends_build       port:autoconf \
+                    port:automake \
+                    port:libtool
 
-configure.cmd		./autogen.sh
+homepage            http://dvd.sf.net/
+master_sites        http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/ \
+                    http://www2.mplayerhq.hu/MPlayer/releases/dvdnav/ \
+                    http://www3.mplayerhq.hu/MPlayer/releases/dvdnav/ \
+                    http://www4.mplayerhq.hu/MPlayer/releases/dvdnav/ \
+                    http://www5.mplayerhq.hu/MPlayer/releases/dvdnav/ \
+                    ftp://ftp6.mplayerhq.hu/MPlayer/releases/dvdnav/ \
+                    http://www7.mplayerhq.hu/MPlayer/releases/dvdnav/ \
+                    http://www8.mplayerhq.hu/MPlayer/releases/dvdnav/ \
+                    ftp://ftp.fu-berlin.de/unix/X11/multimedia/MPlayer/releases/dvdnav/
 
+use_bzip2           yes
+checksums           md5 d62383c45b28816771e283515f2c27fa \
+                    sha1 d1b95eb8a7caee1fa7580a1abad84d6cb3cad046 \
+                    rmd160 7c6437230af699f6b1c2d73f05f304f03aba9dce
+
+configure.cmd       ./autogen.sh
+
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
-		NEWS README TODO ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
+        NEWS README TODO ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type  regex
-livecheck.url   http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131119/e0007d20/attachment.html>


More information about the macports-changes mailing list