most recent changes, diff for a52decx
Index: aqua/a52decX/Portfile
--- aqua/a52decX/Portfile (revision 28936)
+++ aqua/a52decX/Portfile (revision 28937)
@@ -1,40 +1,41 @@
# $Id$
-PortSystem 1.0
-PortGroup xcode 1.0
+PortSystem 1.0
+PortGroup xcode 1.0
-name a52decX
-version 0.25
-revision 1
-categories aqua multimedia
-maintainers nomaintainer
-homepage http://homepage1.nifty.com/~toku/software_en.html#a52decX
-description Converts AC-3 file to an AIFF file
+name a52decX
+version 0.25
+revision 1
+categories aqua multimedia
+maintainers nomaintainer
+homepage http://homepage1.nifty.com/~toku/software_en.html#a52decX
+description Converts AC-3 file to an AIFF file
-long_description a52decX converts an AC-3 file being used for the sound of \
- DVD-Video into an AIFF file.
+long_description \
+ a52decX converts an AC-3 file being used for the sound of \
+ DVD-Video into an AIFF file.
-master_sites http://homepage1.nifty.com/~toku/software/
+master_sites http://homepage1.nifty.com/~toku/software/
-checksums md5 7760780873de9b9c4d13e7d396f31b54 \
- sha1 329aa192645ddf81214c191a35c680cce7a61dc3 \
- rmd160 3e8f1b8a958b444aa0f9a8d298ddf0091c926bdc
+checksums md5 7760780873de9b9c4d13e7d396f31b54 \
+ sha1 329aa192645ddf81214c191a35c680cce7a61dc3 \
+ rmd160 3e8f1b8a958b444aa0f9a8d298ddf0091c926bdc
-depends_run port:a52dec \
- port:lame
+depends_run port:a52dec \
+ port:lame
-patchfiles patch-a52decX.pbproj-project.pbxproj
+patchfiles patch-a52decX.pbproj-project.pbxproj
post-destroot {
- cd ${destroot}/Applications/MacPorts/${name}.app/Contents/Resources
- foreach {exe} {a52dec lame} {
- ln -s ${prefix}/bin/${exe}
- }
+ cd ${destroot}/Applications/MacPorts/${name}.app/Contents/Resources
+ foreach {exe} {a52dec lame} {
+ ln -s ${prefix}/bin/${exe}
+ }
}
-universal_variant no
+universal_variant no
-livecheck.check regex
-livecheck.url [strsed ${homepage} {/#.*//}]
+livecheck.check regex
+livecheck.url [strsed ${homepage} {/#.*//}]
livecheck.regex "${name} (\\d+(?:\\.\\d+)*)"