[123710] trunk/dports/mail/libetpan/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Aug 13 03:27:23 PDT 2014


Revision: 123710
          https://trac.macports.org/changeset/123710
Author:   ryandesign at macports.org
Date:     2014-08-13 03:27:23 -0700 (Wed, 13 Aug 2014)
Log Message:
-----------
libetpan: add modeline and adjust whitespace to match

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

Modified: trunk/dports/mail/libetpan/Portfile
===================================================================
--- trunk/dports/mail/libetpan/Portfile	2014-08-13 10:11:37 UTC (rev 123709)
+++ trunk/dports/mail/libetpan/Portfile	2014-08-13 10:27:23 UTC (rev 123710)
@@ -1,32 +1,42 @@
+# -*- 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
 PortGroup               github 1.0
 
 github.setup            dinhviethoa libetpan 1.2
-categories		mail devel
-platforms		darwin
-license			BSD
-maintainers		mww
-description		mail purpose library
-long_description	libEtPan is a mail purpose library. It will be used for \
-			low-level mail handling: network protocols \
-			(IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP, already \
-			implemented), local storage (mbox/MH/maildir), \
-			message/MIME parser
+categories              mail devel
+platforms               darwin
+license                 BSD
+maintainers             mww
 
-checksums           rmd160  533e99492a238a88cfdc6de95870e90147c29c76 \
-                    sha256  1cf65fc6c72dce78f7912adabc559c3be554315a66d75c46f47dd6fc8488abf4
+description             mail purpose library
 
+long_description        libEtPan is a mail purpose library. It will be used for \
+                        low-level mail handling: network protocols \
+                        (IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP, already \
+                        implemented), local storage (mbox/MH/maildir), \
+                        message/MIME parser
+
+checksums               rmd160  533e99492a238a88cfdc6de95870e90147c29c76 \
+                        sha256  1cf65fc6c72dce78f7912adabc559c3be554315a66d75c46f47dd6fc8488abf4
+
 depends_build-append    port:autoconf \
                         port:automake \
                         port:libtool
-depends_lib-append		port:openssl port:cyrus-sasl2 port:curl port:zlib port:expat
 
-configure.cmd   ./autogen.sh
-configure.args	--with-openssl=${prefix} --with-sasl=${prefix} \
-		--enable-iconv --disable-db
+depends_lib-append      port:curl \
+                        port:cyrus-sasl2 \
+                        port:expat \
+                        port:openssl \
+                        port:zlib
 
+configure.cmd           ./autogen.sh
+configure.args          --with-openssl=${prefix} \
+                        --with-sasl=${prefix} \
+                        --enable-iconv \
+                        --disable-db
+
 # Unsure if this is needed
 post-build {
     reinplace -E {s|-arch [a-z0-9_]+||g} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140813/fbf4e87a/attachment.html>


More information about the macports-changes mailing list