[79429] trunk/dports/mail/pop3proxy/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jun 13 01:34:41 PDT 2011


Revision: 79429
          http://trac.macports.org/changeset/79429
Author:   ryandesign at macports.org
Date:     2011-06-13 01:34:41 -0700 (Mon, 13 Jun 2011)
Log Message:
-----------
pop3proxy: whitespace / formatting changes only, add modeline

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

Modified: trunk/dports/mail/pop3proxy/Portfile
===================================================================
--- trunk/dports/mail/pop3proxy/Portfile	2011-06-13 08:33:27 UTC (rev 79428)
+++ trunk/dports/mail/pop3proxy/Portfile	2011-06-13 08:34:41 UTC (rev 79429)
@@ -1,21 +1,23 @@
+# -*- 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			pop3proxy
+name                pop3proxy
 version             2.0.0-beta8
-categories		mail
-platforms		darwin
-maintainers		nomaintainer
+categories          mail
+platforms           darwin
+maintainers         nomaintainer
 license             GPL-2+
 
-description		application level gateway for the POP3 protocol
-long_description	pop3.proxy is an application level gateway for the POP3 \
-				protocol. Unlike generic TCP proxys (like tcpproxy) it looks \
-				into the data stream watching that client and server fullfill \
-				the protocol specification. pop3.proxy is based on RFC 1939.
+description         application level gateway for the POP3 protocol
 
-homepage		http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/Pop3Proxy
+long_description    pop3.proxy is an application level gateway for the POP3 \
+                    protocol. Unlike generic TCP proxys (like tcpproxy) it looks \
+                    into the data stream watching that client and server fullfill \
+                    the protocol specification. pop3.proxy is based on RFC 1939.
+
+homepage            http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/Pop3Proxy
 master_sites        http://quietsche-entchen.de/download/
 
 checksums           sha1    e3ad7b8a2d309ab9f68f1bc446d7e312245147eb \
@@ -27,18 +29,18 @@
                     patch-pop3.c \
                     patch-procinfo.c
 
-use_configure	no
+use_configure       no
 
 build.args          CC="${configure.cc} ${configure.cc_archflags}"
 
-destroot.destdir	prefix=${destroot}${prefix}
+destroot.destdir    prefix=${destroot}${prefix}
 
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} rfc1939.txt README LICENSE \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} rfc1939.txt README LICENSE \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
-livecheck.regex     ${name}-(\[0-9a-z.-\]+)${extract.suffix}
+livecheck.regex     ${name}-(\[0-9a-z.- \]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110613/4e1a5009/attachment.html>


More information about the macports-changes mailing list