[63751] trunk/dports/net/kerberos5/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 13 21:20:45 PST 2010


Revision: 63751
          http://trac.macports.org/changeset/63751
Author:   ryandesign at macports.org
Date:     2010-02-13 21:20:41 -0800 (Sat, 13 Feb 2010)
Log Message:
-----------
kerberos5: whitespace changes only

Modified Paths:
--------------
    trunk/dports/net/kerberos5/Portfile

Modified: trunk/dports/net/kerberos5/Portfile
===================================================================
--- trunk/dports/net/kerberos5/Portfile	2010-02-14 04:55:47 UTC (rev 63750)
+++ trunk/dports/net/kerberos5/Portfile	2010-02-14 05:20:41 UTC (rev 63751)
@@ -1,41 +1,47 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem                  1.0
 
-name            kerberos5
-conflicts       e2fsprogs
-version         1.4.3
-categories      net security
-maintainers    nomaintainer
-platforms       darwin
-description     Kerberos is a network authentication protocol.
-long_description  Kerberos is a network authentication protocol. \
-				  It is designed to  provide strong authentication \
-				  for client/server applications by using secret-key \
-				  cryptography. A free implementation of this protocol \
-				  is  available from the Massachusetts  Institute of \
-				  Technology. Kerberos is available in many commercial \
-				  products as well. 
-homepage        http://web.mit.edu/kerberos/www/
-master_sites    ${homepage}/dist/krb5/1.4/
-distname		krb5-${version}
-distfiles		${distname}-signed.tar
-checksums       sha1 94bd12d664b1ef32bbf5b8ffe062fe473909f9a7
+name                        kerberos5
+conflicts                   e2fsprogs
+version                     1.4.3
+categories                  net security
+maintainers                 nomaintainer
+platforms                   darwin
+homepage                    http://web.mit.edu/kerberos/www/
+master_sites                ${homepage}/dist/krb5/1.4/
+distname                    krb5-${version}
+distfiles                   ${distname}-signed.tar
+worksrcdir                  ${distname}/src
 
-depends_build	bin:gpg:gnupg
+description                 Kerberos is a network authentication protocol.
 
-extract.cmd     	cat
+long_description            Kerberos is a network authentication protocol. \
+                            It is designed to provide strong authentication \
+                            for client/server applications by using secret-key \
+                            cryptography. A free implementation of this protocol \
+                            is  available from the Massachusetts Institute of \
+                            Technology. Kerberos is available in many commercial \
+                            products as well.
+
+checksums                   sha1 94bd12d664b1ef32bbf5b8ffe062fe473909f9a7
+
+depends_build               bin:gpg:gnupg
+
+extract.cmd                 cat
 extract.pre_args
-post-extract	{ system "cd ${workpath} && gzip -dc ${distname}.tar.gz | tar -xf -" }
+
+configure.args              --mandir=${prefix}/share/man
+
+post-extract {
+    system "cd ${workpath} && gzip -dc ${distname}.tar.gz | tar -xf -"
+}
+
 #post-extract {
-#	if { system "cd ${workpath} && gpg --verify ${distame}.tar.gz.asc \
-#		${distname}-${version}.tar.gz && gzip -dc ${distame}.tar.gz | tar -xf" } 
-#	{} else {
-#		ui_error "pgp signature not valid"
-#		exit(1)
-#	}
+#   if { system "cd ${workpath} && gpg --verify ${distame}.tar.gz.asc \
+#       ${distname}-${version}.tar.gz && gzip -dc ${distame}.tar.gz | tar -xf" }
+#   {} else {
+#       ui_error "pgp signature not valid"
+#       exit(1)
+#   }
 #}
-
-worksrcdir		${distname}/src
-
-configure.args	--mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100213/7a66afd0/attachment.html>


More information about the macports-changes mailing list