[53144] trunk/dports/security/libgsasl/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jun 30 03:17:12 PDT 2009


Revision: 53144
          http://trac.macports.org/changeset/53144
Author:   ryandesign at macports.org
Date:     2009-06-30 03:17:11 -0700 (Tue, 30 Jun 2009)
Log Message:
-----------
libgsasl: whitespace changes only (tabs to spaces etc.)

Modified Paths:
--------------
    trunk/dports/security/libgsasl/Portfile

Modified: trunk/dports/security/libgsasl/Portfile
===================================================================
--- trunk/dports/security/libgsasl/Portfile	2009-06-30 09:53:15 UTC (rev 53143)
+++ trunk/dports/security/libgsasl/Portfile	2009-06-30 10:17:11 UTC (rev 53144)
@@ -1,32 +1,38 @@
 # $Id$
 
-PortSystem  1.0
+PortSystem              1.0
 
-name            libgsasl
-version         1.1
-categories      security net
-maintainers     nomaintainer
-description     GNU SASL:  an authentication library.
-long_description    GNU SASL is an implementation of the Simple \
-Authentication and Security Layer framework and a few common SASL \
-mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request \
-authentication from clients, and in clients to authenticate against servers.
-platforms       darwin
-homepage        http://josefsson.org/libgsasl/
-master_sites    gnu:gsasl
-checksums       md5     389f2b8f8d213b6d1292e879b583cda4 \
-                sha1    6261807a5251eba564175169af0662e6e1583ca7 \
-                rmd160  a9bc146982641c9826e9d63001eb71696bec291d
+name                    libgsasl
+version                 1.1
+maintainers             nomaintainer
+categories              security net
+platforms               darwin
+homepage                http://josefsson.org/libgsasl/
+master_sites            gnu:gsasl
 
-depends_lib        port:libiconv port:gettext
+description             GNU SASL: an authentication library.
 
-configure.args     --without-stringprep
+long_description        GNU SASL is an implementation of the Simple \
+                        Authentication and Security Layer framework and \
+                        a few common SASL mechanisms. SASL is used by \
+                        network servers (e.g., IMAP, SMTP) to request \
+                        authentication from clients, and in clients to \
+                        authenticate against servers.
 
+checksums               md5     389f2b8f8d213b6d1292e879b583cda4 \
+                        sha1    6261807a5251eba564175169af0662e6e1583ca7 \
+                        rmd160  a9bc146982641c9826e9d63001eb71696bec291d
+
+depends_lib             port:libiconv \
+                        port:gettext
+
+configure.args          --without-stringprep
+
 variant idn description {Add IDN, Internationalized Domain Names, support} {
-   depends_lib-append    port:libidn
-   configure.args-delete --without-stringprep
+    depends_lib-append port:libidn
+    configure.args-delete --without-stringprep
 }
 
-livecheck.check regex
-livecheck.url   ftp://ftp.gnu.org/pub/gnu/gsasl/
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.check         regex
+livecheck.url           ftp://ftp.gnu.org/pub/gnu/gsasl/
+livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090630/0ea32b91/attachment.html>


More information about the macports-changes mailing list