[143357] trunk/dports/mail/mb2md/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 09:38:40 PST 2015


Revision: 143357
          https://trac.macports.org/changeset/143357
Author:   mojca at macports.org
Date:     2015-12-10 23:55:00 -0800 (Thu, 10 Dec 2015)
Log Message:
-----------
mb2md: whitespace and first line only

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

Modified: trunk/dports/mail/mb2md/Portfile
===================================================================
--- trunk/dports/mail/mb2md/Portfile	2015-12-11 07:53:45 UTC (rev 143356)
+++ trunk/dports/mail/mb2md/Portfile	2015-12-11 07:55:00 UTC (rev 143357)
@@ -1,45 +1,49 @@
+# -*- 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			mb2md
-version			3.20
-revision        2
-categories		mail
-license			public-domain
-maintainers		nomaintainer
-description		Script for converting Mbox mailboxes to Maildir format
-long_description	Perl script that takes one or more Mbox format \
-					mailbox files in a directory and convert them to \
-					Maildir format mailboxes.  It also converts the \
-					mailspool file.  It is smart enough to not transfer \
-					a dummy message such as the UW IMAPD puts at the \
-					start of Mbox mailboxes - and you could add your own \
-					search terms into the script to make it ignore other \
-					forms of dummy first message.
-homepage		http://batleth.sapienti-sat.org/projects/${name}
-master_sites	${homepage}
-distfiles		${name}-${version}.pl.gz
-checksums		md5 b47eaa6ae4231a42f4a15564a08eb439
-platforms		darwin
-supported_archs	noarch
+name                mb2md
+version             3.20
+revision            2
+categories          mail
+license             public-domain
+maintainers         nomaintainer
+description         Script for converting Mbox mailboxes to Maildir format
+long_description    Perl script that takes one or more Mbox format \
+                    mailbox files in a directory and convert them to \
+                    Maildir format mailboxes.  It also converts the \
+                    mailspool file.  It is smart enough to not transfer \
+                    a dummy message such as the UW IMAPD puts at the \
+                    start of Mbox mailboxes - and you could add your own \
+                    search terms into the script to make it ignore other \
+                    forms of dummy first message.
+homepage            http://batleth.sapienti-sat.org/projects/${name}
+master_sites        ${homepage}
+distfiles           ${name}-${version}.pl.gz
+checksums           md5 b47eaa6ae4231a42f4a15564a08eb439
+platforms           darwin
+supported_archs     noarch
 
-depends_run		port:perl5.16 \
-				port:p5.16-timedate
+depends_run         port:perl5.16 \
+                    port:p5.16-timedate
 
-pre-extract		{ file mkdir ${worksrcpath} }
-extract.post_args	">${worksrcpath}/${name}-${version}.pl"
+pre-extract {
+    file mkdir ${worksrcpath}
+}
 
-patchfiles		patch-${name}
+extract.post_args   ">${worksrcpath}/${name}-${version}.pl"
 
-use_configure	no
+patchfiles          patch-${name}
 
+use_configure       no
+
 build {
-	file copy ${worksrcpath}/${name}-${version}.pl ${worksrcpath}/${name}
-	reinplace "s|^#!.*perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/${name}
+    file copy ${worksrcpath}/${name}-${version}.pl ${worksrcpath}/${name}
+    reinplace "s|^#!.*perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/${name}
 }
 
 destroot {
-	xinstall -d -m 0755 ${destroot}${prefix}/bin
-	xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
+    xinstall -d -m 0755 ${destroot}${prefix}/bin
+    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/b35679c8/attachment.html>


More information about the macports-changes mailing list