[53212] trunk/dports/security/gss/Portfile

blb at macports.org blb at macports.org
Wed Jul 1 00:55:01 PDT 2009


Revision: 53212
          http://trac.macports.org/changeset/53212
Author:   blb at macports.org
Date:     2009-07-01 00:55:01 -0700 (Wed, 01 Jul 2009)
Log Message:
-----------
security/gss - whitespace

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

Modified: trunk/dports/security/gss/Portfile
===================================================================
--- trunk/dports/security/gss/Portfile	2009-07-01 07:52:16 UTC (rev 53211)
+++ trunk/dports/security/gss/Portfile	2009-07-01 07:55:01 UTC (rev 53212)
@@ -1,46 +1,49 @@
 # $Id$
 
-PortSystem 1.0
-name             gss
-version          0.0.22
-categories       security
-maintainers      nomaintainer
-description      GNU Generic Security Service Library
+PortSystem          1.0
+name                gss
+version             0.0.22
+categories          security
+maintainers         nomaintainer
+description         GNU Generic Security Service Library
 long_description \
-	GSS is an implementation of the Generic Security Service \
-	Application Program Interface (GSS-API). GSS-API is used \
-	by network servers to provide security services, e.g., to \
-	authenticate SMTP/IMAP clients against SMTP/IMAP servers.
-homepage         http://www.gnu.org/software/gss/
-platforms        darwin
+   GSS is an implementation of the Generic Security Service Application \
+   Program Interface (GSS-API). GSS-API is used by network servers to \
+   provide security services, e.g., to authenticate SMTP/IMAP clients \
+   against SMTP/IMAP servers.
 
-master_sites     ftp://alpha.gnu.org/gnu/gss/ http://alpha.gnu.org/gnu/gss/
-checksums        md5 e296992cc7fca764c1f32c3adffa089e \
-                 sha1 c1c48172efb1b088e388f5bf1d3a2392dbc80490 \
-                 sha224 02245aa5e9b8a85de10540aa30cd28b42db21e972e364fd919823c95
+platforms           darwin
 
-depends_lib	 lib:libiconv:libiconv
+homepage            http://www.gnu.org/software/gss/
+master_sites        ftp://alpha.gnu.org/gnu/gss/ http://alpha.gnu.org/gnu/gss/
+checksums           md5 e296992cc7fca764c1f32c3adffa089e \
+                    sha1 c1c48172efb1b088e388f5bf1d3a2392dbc80490 \
+                    sha224 02245aa5e9b8a85de10540aa30cd28b42db21e972e364fd919823c95
 
-set docdir	 ${prefix}/share/doc/${name}-${version}
+depends_lib         lib:libiconv:libiconv
 
-configure.args   --infodir=${prefix}/share/info \
-                 --mandir=${prefix}/share/man \
-		 --docdir=${docdir} \
-		 --disable-kerberos5 \
-		 --with-libiconv-prefix=${prefix} \
-		 --disable-nls
+set docdir          ${prefix}/share/doc/${name}-${version}
 
+configure.args      --infodir=${prefix}/share/info \
+                    --mandir=${prefix}/share/man \
+                    --docdir=${docdir} \
+                    --disable-kerberos5 \
+                    --with-libiconv-prefix=${prefix} \
+                    --disable-nls
+
 variant nls description {Add NLS support} {
-	depends_lib-append      lib:libintl:gettext
-	configure.args-delete   --disable-nls
-	configure.args-append   --with-libintl-prefix=${prefix}
+   depends_lib-append      lib:libintl:gettext
+   configure.args-delete   --disable-nls
+   configure.args-append   --with-libintl-prefix=${prefix}
 }
 
 post-destroot {
-        xinstall -m 0755 -d ${destroot}${docdir}
-        xinstall -m 0644 -W ${worksrcpath}/doc gss.html gss.pdf gss.ps ${destroot}${docdir}
+   xinstall -m 0755 -d ${destroot}${docdir}
+   xinstall -m 0644 -W ${worksrcpath}/doc gss.html gss.pdf gss.ps \
+      ${destroot}${docdir}
 }
 
-livecheck.check regex
-livecheck.url http://josefsson.org/gss/releases/?M=D
-livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
+livecheck.check     regex
+livecheck.url       http://josefsson.org/gss/releases/?M=D
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090701/05a836f2/attachment.html>


More information about the macports-changes mailing list