[113394] trunk/dports/mail/libvmime/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Nov 15 05:07:32 PST 2013


Revision: 113394
          https://trac.macports.org/changeset/113394
Author:   ryandesign at macports.org
Date:     2013-11-15 05:07:32 -0800 (Fri, 15 Nov 2013)
Log Message:
-----------
libvmime: whitespace changes; add modeline

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

Modified: trunk/dports/mail/libvmime/Portfile
===================================================================
--- trunk/dports/mail/libvmime/Portfile	2013-11-15 12:05:39 UTC (rev 113393)
+++ trunk/dports/mail/libvmime/Portfile	2013-11-15 13:07:32 UTC (rev 113394)
@@ -1,53 +1,56 @@
+# -*- 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			libvmime
-version			0.9.1
-revision		1
-set branch		[join [lrange [split ${version} .] 0 1] .]
-categories		mail devel
-license			GPL-2+
-platforms		darwin
-maintainers		nomaintainer
-description		library for dealing with RFC-822, 2822, MIME messages
-long_description	VMime is a C++ class library for parsing, generating, or \
-				editing Internet RFC-822, 2822 and MIME messages. It is \
-				designed to provide a fast and an easy way to manipulate \
-				Internet mail messages.
+name                libvmime
+version             0.9.1
+revision            1
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          mail devel
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-2+
 
-homepage		http://www.vmime.org/
-master_sites	sourceforge:project/vmime/vmime/${branch}
-use_bzip2		yes
+description         library for dealing with RFC-822, 2822, MIME messages
 
-checksums		rmd160  ebdca890dee9466e63cf43dced40d5527bb3fc4e \
-				sha256  3b66cb76d9bc7da80ef1f271cc29d3a183b5ff8b560ef60e85ff006bffb4d1ae
+long_description    VMime is a C++ class library for parsing, generating, or \
+                    editing Internet RFC-822, 2822 and MIME messages. It is \
+                    designed to provide a fast and an easy way to manipulate \
+                    Internet mail messages.
 
-patchfiles		3878c6b691a66cdc96cb3ab72d534d84a212433f.diff \
-				patch-automake-1.13.diff \
-				patch-m4-acx_pthread.m4.diff
+homepage            http://www.vmime.org/
+master_sites        sourceforge:project/vmime/vmime/${branch}
+use_bzip2           yes
 
-depends_build	port:autoconf \
-				port:automake \
-				port:libtool \
-				port:pkgconfig \
-				port:scons
+checksums           rmd160  ebdca890dee9466e63cf43dced40d5527bb3fc4e \
+                    sha256  3b66cb76d9bc7da80ef1f271cc29d3a183b5ff8b560ef60e85ff006bffb4d1ae
 
-depends_lib		port:gnutls \
-				port:libgsasl
+patchfiles          3878c6b691a66cdc96cb3ab72d534d84a212433f.diff \
+                    patch-automake-1.13.diff \
+                    patch-m4-acx_pthread.m4.diff
 
+depends_build       port:autoconf \
+                    port:automake \
+                    port:libtool \
+                    port:pkgconfig \
+                    port:scons
+
+depends_lib         port:gnutls \
+                    port:libgsasl
+
 pre-configure {
     system -W ${worksrcpath} "${prefix}/bin/scons autotools"
 }
 
 # disable static library because it doesn't seem to get built very well
-configure.args	--disable-static
+configure.args      --disable-static
 
 post-destroot {
-	file rename ${destroot}${prefix}/share/doc/vmime \
-		${destroot}${prefix}/share/doc/${name}
+    file rename ${destroot}${prefix}/share/doc/vmime \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type	regex
-livecheck.url	http://www.vmime.org/downloads.html
-livecheck.regex	${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.url       http://www.vmime.org/downloads.html
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131115/7af0ae0d/attachment.html>


More information about the macports-changes mailing list