[125229] trunk/dports/net/ASFRecorder/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 10 13:09:43 PDT 2014


Revision: 125229
          https://trac.macports.org/changeset/125229
Author:   ryandesign at macports.org
Date:     2014-09-10 13:09:43 -0700 (Wed, 10 Sep 2014)
Log Message:
-----------
ASFRecorder: add modeline and reformat

Modified Paths:
--------------
    trunk/dports/net/ASFRecorder/Portfile

Modified: trunk/dports/net/ASFRecorder/Portfile
===================================================================
--- trunk/dports/net/ASFRecorder/Portfile	2014-09-10 20:08:20 UTC (rev 125228)
+++ trunk/dports/net/ASFRecorder/Portfile	2014-09-10 20:09:43 UTC (rev 125229)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -5,26 +6,32 @@
 name            ASFRecorder
 version         1.1
 revision        1
-homepage        http://asfrecorder.sourceforge.net
+categories      net
+platforms       darwin
+license         Permissive
+maintainers     nomaintainer
+
 description     WindowsMedia Streaming client
+
 long_description ASFRecorder is a tool which enables you to \
                 download and save streaming content in Windows \
                 Media Format to your hard drive. It consists of \
                 a console-mode application which can be compiled \
                 in Linux, Darwin and SunOS.
-categories      net
-license         Permissive
-platforms       darwin
-maintainers     nomaintainer
+
+homepage        http://asfrecorder.sourceforge.net
 master_sites    sourceforge:project/asfrecorder/asfrecorder/${version}
 distname        ASFRecorder
 use_zip         yes
+
 checksums       md5 c0cd281b9f72479945058735d8eff8a2
+
 use_configure   no
 
 build {
     system -W ${worksrcpath}/source "${configure.cc} ${configure.cflags} ${configure.cc_archflags} -o ${name} asfrecorder.c"
 }
 
-destroot        { xinstall -m 755 ${worksrcpath}/source/ASFRecorder \
-                ${destroot}${prefix}/bin }
+destroot {
+    xinstall -m 755 ${worksrcpath}/source/ASFRecorder ${destroot}${prefix}/bin
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140910/b1f8d81d/attachment.html>


More information about the macports-changes mailing list