[147054] trunk/dports/multimedia/libmms/Portfile

devans at macports.org devans at macports.org
Thu Mar 24 08:38:22 PDT 2016


Revision: 147054
          https://trac.macports.org/changeset/147054
Author:   devans at macports.org
Date:     2016-03-24 08:38:22 -0700 (Thu, 24 Mar 2016)
Log Message:
-----------
libmms: add modeline and reformat accordingly, white space only.

Modified Paths:
--------------
    trunk/dports/multimedia/libmms/Portfile

Modified: trunk/dports/multimedia/libmms/Portfile
===================================================================
--- trunk/dports/multimedia/libmms/Portfile	2016-03-24 14:58:42 UTC (rev 147053)
+++ trunk/dports/multimedia/libmms/Portfile	2016-03-24 15:38:22 UTC (rev 147054)
@@ -1,33 +1,33 @@
+# -*- 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            libmms
-version         0.6.2
-categories      multimedia
-license         LGPL-2+
-maintainers     nomaintainer
-description     Library for parsing mms:// and mmsh:// network streams
-long_description \
-    LibMMS is a common library for parsing the legacy mms:// and mmsh:// type \
-    network streams, created and now abandoned by Microsoft. These are \
-    commonly used to stream Windows Media Video content over the web. LibMMS \
-    itself is only for receiving MMS streams, it doesn't handle sending at \
-    all. If you need streaming functionality, look at other protocols, such \
-    as RT(S)P.
-homepage        http://libmms.sourceforge.net/
-platforms       darwin
-master_sites    sourceforge
+name                libmms
+version             0.6.2
+categories          multimedia
+license             LGPL-2+
+maintainers         nomaintainer
+description         Library for parsing mms:// and mmsh:// network streams
+long_description    LibMMS is a common library for parsing the legacy mms:// and mmsh:// type \
+                    network streams, created and now abandoned by Microsoft. These are \
+                    commonly used to stream Windows Media Video content over the web. LibMMS \
+                    itself is only for receiving MMS streams, it doesn't handle sending at \
+                    all. If you need streaming functionality, look at other protocols, such \
+                    as RT(S)P.
+homepage            http://libmms.sourceforge.net/
+platforms           darwin
+master_sites        sourceforge
 checksums           md5     9f63aa363deb4874e072a45850161bff \
                     sha1    cdef62fd1a0e2585dd2111fc94b032f84290e351 \
                     rmd160  c1bf89f7460ec208ab7180510dbb3673d67dea5a
-depends_build   path:bin/pkg-config:pkgconfig
-depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:gettext
+depends_build       path:bin/pkg-config:pkgconfig
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:gettext
 
-patchfiles      src_mms-common.h.patch missing-link.patch automake-1.13.patch
+patchfiles          src_mms-common.h.patch missing-link.patch automake-1.13.patch
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
 post-patch {
     # avoid use of C++ keyword this
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160324/33f73228/attachment-0001.html>


More information about the macports-changes mailing list