[65583] trunk/dports/gnome/gst-plugins-ugly/Portfile

rmsfisher at macports.org rmsfisher at macports.org
Sun Mar 28 05:28:17 PDT 2010


Revision: 65583
          http://trac.macports.org/changeset/65583
Author:   rmsfisher at macports.org
Date:     2010-03-28 05:28:14 -0700 (Sun, 28 Mar 2010)
Log Message:
-----------
gnome/gst-plugins-ugly updated description and long description, major whitespace edit

Modified Paths:
--------------
    trunk/dports/gnome/gst-plugins-ugly/Portfile

Modified: trunk/dports/gnome/gst-plugins-ugly/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-ugly/Portfile	2010-03-28 12:18:22 UTC (rev 65582)
+++ trunk/dports/gnome/gst-plugins-ugly/Portfile	2010-03-28 12:28:14 UTC (rev 65583)
@@ -1,47 +1,52 @@
 # -*- 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		gst-plugins-ugly
-version		0.10.14
-description	This is gst-plugins, a set of plug-ins for GStreamer.
-long_description        ${description}
-maintainers	rmsfisher openmaintainer
-categories	gnome
-platforms	darwin
-homepage	http://www.gnome.org/
-master_sites    http://gstreamer.freedesktop.org/src/${name}/
+name                gst-plugins-ugly
+version             0.10.14
+description         \
+    A set of good-quality plug-ins for GStreamer that might pose distribution \
+    problems.
+long_description    \
+    GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and \
+    correct functionality, but distributing them might pose problems. The \
+    license on either the plug-ins or the supporting libraries might not be how \
+    we'd like. The code might be widely known to present patent problems. 
+maintainers         rmsfisher openmaintainer
+categories          gnome
+platforms           darwin
+homepage            http://gstreamer.freedesktop.org/modules/${name}.html
+master_sites        http://gstreamer.freedesktop.org/src/${name}/
 
 checksums           md5     0bc0d27bcce88c73ef6c81e88624e686 \
                     sha1    b1622b732335835c73b334c3769e00834ad0e387 \
                     rmd160  37708268cda49a77faf28a26f04191a50c2830fe
 
-depends_lib	\
-	port:gst-plugins-base \
-	port:a52dec \
-        port:lame \
-	port:libcdio \
-	port:libdvdread \
-	port:libid3tag \
-	port:libmad \
-        port:libmpeg2 \
-        port:twolame \
-        port:x264
+depends_lib         port:gst-plugins-base \
+                    port:a52dec \
+                    port:lame \
+                    port:libcdio \
+                    port:libdvdread \
+                    port:libid3tag \
+                    port:libmad \
+                    port:libmpeg2 \
+                    port:twolame \
+                    port:x264
 
-use_bzip2 	yes
+use_bzip2           yes
 
-universal_variant no
+universal_variant   no
 
-configure.args	mandir=${prefix}/share/man --enable-static
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -funroll-loops -fstrict-aliasing"
+configure.args              mandir=${prefix}/share/man --enable-static
+configure.cppflags-append   "-L${prefix}/lib"
+configure.cflags-append     "-no-cpp-precomp -funroll-loops -fstrict-aliasing"
 
 post-extract {
-	reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \
-		${worksrcpath}/configure
+    reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \
+    ${worksrcpath}/configure
 }
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100328/2ff4f12d/attachment.html>


More information about the macports-changes mailing list