[96373] trunk/dports/devel/libdvdcss/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 7 19:37:11 PDT 2012


Revision: 96373
          https://trac.macports.org/changeset/96373
Author:   ryandesign at macports.org
Date:     2012-08-07 19:37:11 -0700 (Tue, 07 Aug 2012)
Log Message:
-----------
libdvdcss: whitespace changes; add modeline

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

Modified: trunk/dports/devel/libdvdcss/Portfile
===================================================================
--- trunk/dports/devel/libdvdcss/Portfile	2012-08-08 02:27:45 UTC (rev 96372)
+++ trunk/dports/devel/libdvdcss/Portfile	2012-08-08 02:37:11 UTC (rev 96373)
@@ -1,33 +1,35 @@
+# -*- 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		libdvdcss
-version         1.2.12
-categories	devel multimedia
-license		GPL-2+
-platforms	darwin freebsd
-maintainers	nomaintainer
-description	portable abstraction library for DVD decryption
+name                libdvdcss
+version             1.2.12
+categories          devel multimedia
+platforms           darwin freebsd
+maintainers         nomaintainer
+license             GPL-2+
 
-long_description	libdvdcss is a simple library designed for accessing \
-					DVDs like a block device without having to bother \
-					about the decryption.
+description         portable abstraction library for DVD decryption
 
-homepage		http://www.videolan.org/developers/libdvdcss.html
-master_sites    http://download.videolan.org/pub/${name}/${version}/
-use_bzip2		yes
+long_description    libdvdcss is a simple library designed for accessing \
+                    DVDs like a block device without having to bother \
+                    about the decryption.
 
+homepage            http://www.videolan.org/developers/libdvdcss.html
+master_sites        http://download.videolan.org/pub/${name}/${version}/
+use_bzip2           yes
+
 checksums           rmd160  6cb95c4ee3d3f2817cc6ba10210776648b687e91 \
                     sha256  72465395d494f609b180cab23f9679acf6083fb821bd84979a8e70f7b795db5d
 
-configure.args	--disable-doc
+configure.args      --disable-doc
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
-	xinstall -d ${destroot}${docdir}
-	xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \
-		${destroot}${docdir}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \
+        ${destroot}${docdir}
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120807/63088588/attachment.html>


More information about the macports-changes mailing list