[54440] trunk/dports/audio/libmad/Portfile
toby at macports.org
toby at macports.org
Mon Jul 27 11:23:22 PDT 2009
Revision: 54440
http://trac.macports.org/changeset/54440
Author: toby at macports.org
Date: 2009-07-27 11:23:22 -0700 (Mon, 27 Jul 2009)
Log Message:
-----------
whitespace
Modified Paths:
--------------
trunk/dports/audio/libmad/Portfile
Modified: trunk/dports/audio/libmad/Portfile
===================================================================
--- trunk/dports/audio/libmad/Portfile 2009-07-27 18:15:50 UTC (rev 54439)
+++ trunk/dports/audio/libmad/Portfile 2009-07-27 18:23:22 UTC (rev 54440)
@@ -3,41 +3,40 @@
PortSystem 1.0
-name libmad
-version 0.15.1b
-revision 1
-categories audio
-maintainers nomaintainer
-description MPEG Audio Decoder
-long_description MAD is a high-quality MPEG audio decoder. \
- It currently supports MPEG-1 as well as the \
- MPEG-2 extension to Lower Sampling Frequencies. \
- All three audio layers (Layer I, Layer II, and Layer \
- III a.k.a. MP3) are fully implemented.
-homepage http://www.underbit.com/products/mad/
-platforms darwin freebsd
-master_sites ftp://ftp.mars.org/pub/mpeg/ \
- sourceforge:mad
-checksums md5 1be543bc30c56fb6bea1d7bf6a64e66c
-universal_variant no
+name libmad
+version 0.15.1b
+revision 1
+categories audio
+maintainers nomaintainer
+description MPEG Audio Decoder
+long_description \
+ MAD is a high-quality MPEG audio decoder. \
+ It currently supports MPEG-1 as well as the \
+ MPEG-2 extension to Lower Sampling Frequencies. \
+ All three audio layers (Layer I, Layer II, and Layer \
+ III a.k.a. MP3) are fully implemented.
+homepage http://www.underbit.com/products/mad/
+platforms darwin freebsd
+master_sites ftp://ftp.mars.org/pub/mpeg/ \
+ sourceforge:mad
+checksums md5 1be543bc30c56fb6bea1d7bf6a64e66c
-depends_build \
- port:pkgconfig
+depends_build port:pkgconfig
post-patch {
- file copy -force ${filespath}/mad.pc.in ${worksrcpath}/mad.pc
+ file copy -force ${filespath}/mad.pc.in ${worksrcpath}/mad.pc
- reinplace "s|%PREFIX%|${prefix}|g" \
- ${worksrcpath}/mad.pc
- reinplace "s|%VERSION%|${version}|g" \
- ${worksrcpath}/mad.pc
+ reinplace "s|%PREFIX%|${prefix}|g" ${worksrcpath}/mad.pc
+ reinplace "s|%VERSION%|${version}|g" ${worksrcpath}/mad.pc
}
post-destroot {
- file mkdir ${destroot}${prefix}/lib/pkgconfig
- file copy -force ${worksrcpath}/mad.pc ${destroot}${prefix}/lib/pkgconfig
+ file mkdir ${destroot}${prefix}/lib/pkgconfig
+ file copy -force ${worksrcpath}/mad.pc ${destroot}${prefix}/lib/pkgconfig
}
livecheck.check regex
livecheck.url ftp://ftp.mars.org/pub/mpeg/
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*\[a-z\])${extract.suffix}"
+
+universal_variant no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090727/a50020eb/attachment.html>
More information about the macports-changes
mailing list