[71092] trunk/dports/devel/libssh01/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 31 23:53:52 PDT 2010


Revision: 71092
          http://trac.macports.org/changeset/71092
Author:   ryandesign at macports.org
Date:     2010-08-31 23:53:51 -0700 (Tue, 31 Aug 2010)
Log Message:
-----------
libssh01: whitespace changes, add modeline

Modified Paths:
--------------
    trunk/dports/devel/libssh01/Portfile

Modified: trunk/dports/devel/libssh01/Portfile
===================================================================
--- trunk/dports/devel/libssh01/Portfile	2010-09-01 06:50:46 UTC (rev 71091)
+++ trunk/dports/devel/libssh01/Portfile	2010-09-01 06:53:51 UTC (rev 71092)
@@ -1,33 +1,38 @@
+# -*- 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		libssh01
-version		0.11
-revision        1
-categories	devel security net
-platforms	darwin
-maintainers	ryandesign openmaintainer
-description	an SSH library
-long_description	The ssh library was designed to be used by \
-			programmers needing a working SSH implementation \
-			by the mean of a library.
-license		LGPLv2.1
+name                    libssh01
+version                 0.11
+revision                1
+categories              devel security net
+platforms               darwin
+maintainers             ryandesign openmaintainer
+license                 LGPLv2.1
 
-homepage	http://0xbadc0de.be/wiki/libssh:libssh
-master_sites	http://www.0xbadc0de.be/libssh
-extract.suffix	.tgz
-distname	libssh-${version}
-checksums	md5 ad703c4702646c83ca4fcace92c220d3 \
-		sha1 307430249ded90332c4ec77a264913b3bc93a648 \
-		rmd160 69c2cc00becb84a62555fe884345398f155815a4
+description             an SSH library
 
-depends_lib	port:openssl port:zlib
+long_description        The ssh library was designed to be used by \
+                        programmers needing a working SSH implementation \
+                        by the mean of a library.
 
-patchfiles	patch-Makefile.in.diff \
-		patch-libssh-Makefile.in.diff \
-		patch-sample.c.diff
+homepage                http://0xbadc0de.be/wiki/libssh:libssh
+master_sites            http://www.0xbadc0de.be/libssh
+extract.suffix          .tgz
+distname                libssh-${version}
 
-configure.args	--libdir=${prefix}/lib/${name}
+checksums               md5     ad703c4702646c83ca4fcace92c220d3 \
+                        sha1    307430249ded90332c4ec77a264913b3bc93a648 \
+                        rmd160  69c2cc00becb84a62555fe884345398f155815a4
 
-livecheck.type	none
+depends_lib             port:openssl \
+                        port:zlib
+
+patchfiles              patch-Makefile.in.diff \
+                        patch-libssh-Makefile.in.diff \
+                        patch-sample.c.diff
+
+configure.args          --libdir=${prefix}/lib/${name}
+
+livecheck.type          none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100831/a16b9348/attachment.html>


More information about the macports-changes mailing list