[114855] trunk/dports/devel/libcdio/Portfile

larryv at macports.org larryv at macports.org
Tue Dec 17 13:15:46 PST 2013


Revision: 114855
          https://trac.macports.org/changeset/114855
Author:   larryv at macports.org
Date:     2013-12-17 13:15:46 -0800 (Tue, 17 Dec 2013)
Log Message:
-----------
libcdio: Rearrange, reformat, fix whitespace.

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

Modified: trunk/dports/devel/libcdio/Portfile
===================================================================
--- trunk/dports/devel/libcdio/Portfile	2013-12-17 21:00:04 UTC (rev 114854)
+++ trunk/dports/devel/libcdio/Portfile	2013-12-17 21:15:46 UTC (rev 114855)
@@ -1,27 +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             libcdio
-version          0.90
-categories       devel
-license          GPL-3+
-maintainers      nomaintainer
-description      Compact Disc Input and Control Library
-long_description \
-	The libcdio package contains a library which encapsulates CD-ROM \
-	reading and control. Applications wishing to be oblivious of the \
-	OS- and device-dependent properties of a CD-ROM can use this library.
-homepage         http://www.gnu.org/software/libcdio/
-platforms        darwin
-master_sites     gnu
+name                libcdio
+version             0.90
+categories          devel
+platforms           darwin
+license             GPL-3+
+maintainers         nomaintainer
+
+description         Compact Disc Input and Control Library
+long_description    The libcdio package contains a library which \
+                    encapsulates CD-ROM reading and control. \
+                    Applications wishing to be oblivious of the \
+                    OS- and device-dependent properties of a CD-ROM \
+                    can use this library.
+homepage            http://www.gnu.org/software/libcdio/
+
+depends_build       port:pkgconfig
+depends_lib         port:gettext \
+                    port:libcddb \
+                    port:libiconv \
+                    port:ncurses \
+                    port:popt
+
+master_sites        gnu
 checksums           rmd160  e960bfa2db9f19d62ef5e81acb2cf782d60b13fd \
                     sha256  af7e73825cec045e7775a205924de4804fe8ce60ccd299d605234b5df233f74e
-configure.args   --infodir=${prefix}/share/info \
-		 --mandir=${prefix}/share/man
-depends_build    port:pkgconfig
-depends_lib      port:libcddb port:libiconv port:gettext port:popt port:ncurses
 
-test.run         yes
-test.target      check
+configure.args      --infodir=${prefix}/share/info \
+                    --mandir=${prefix}/share/man
+
+test.run            yes
+test.target         check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131217/c7cf394c/attachment.html>


More information about the macports-changes mailing list