[95448] trunk/dports/mail/ripmime/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 12 17:47:54 PDT 2012


Revision: 95448
          https://trac.macports.org/changeset/95448
Author:   ryandesign at macports.org
Date:     2012-07-12 17:47:54 -0700 (Thu, 12 Jul 2012)
Log Message:
-----------
ripmime: whitespace changes; add modeline

Modified Paths:
--------------
    trunk/dports/mail/ripmime/Portfile

Modified: trunk/dports/mail/ripmime/Portfile
===================================================================
--- trunk/dports/mail/ripmime/Portfile	2012-07-13 00:45:58 UTC (rev 95447)
+++ trunk/dports/mail/ripmime/Portfile	2012-07-13 00:47:54 UTC (rev 95448)
@@ -1,25 +1,27 @@
+# -*- 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			ripmime
-version			1.4.0.6
-categories		mail
-platforms		darwin
-license			BSD
-maintainers		nomaintainer
-description		ripmime is for extracting attached files out of a MIME package
-long_description	${description}
+name                ripmime
+version             1.4.0.6
+categories          mail
+platforms           darwin
+license             BSD
+maintainers         nomaintainer
 
-homepage		http://www.pldaniels.com/ripmime/
-master_sites	${homepage}
-checksums		md5 89df77b67f9a5a877002bbc3fc0159cf
+description         ripmime is for extracting attached files out of a MIME package
 
-use_configure	no
+long_description    ${description}
 
-destroot	{
-	xinstall -s -m 755 ${worksrcpath}/ripmime ${destroot}${prefix}/bin
-	xinstall -m 644 ${worksrcpath}/ripmime.1 \
-		${destroot}${prefix}/share/man/man1
+homepage            http://www.pldaniels.com/ripmime/
+master_sites        ${homepage}
+
+checksums           md5     89df77b67f9a5a877002bbc3fc0159cf
+
+use_configure       no
+
+destroot {
+    xinstall -s -m 755 ${worksrcpath}/ripmime ${destroot}${prefix}/bin
+    xinstall -m 644 ${worksrcpath}/ripmime.1 ${destroot}${prefix}/share/man/man1
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120712/64457ccc/attachment.html>


More information about the macports-changes mailing list