[73477] trunk/dports/devel/gsoap/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 14 16:25:46 PST 2010


Revision: 73477
          http://trac.macports.org/changeset/73477
Author:   ryandesign at macports.org
Date:     2010-11-14 16:25:42 -0800 (Sun, 14 Nov 2010)
Log Message:
-----------
gsoap: whitespace changes, add modeline

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

Modified: trunk/dports/devel/gsoap/Portfile
===================================================================
--- trunk/dports/devel/gsoap/Portfile	2010-11-15 00:24:16 UTC (rev 73476)
+++ trunk/dports/devel/gsoap/Portfile	2010-11-15 00:25:42 UTC (rev 73477)
@@ -1,23 +1,27 @@
+# -*- 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				gsoap
+name                gsoap
 version             2.7.17
 set branch          [join [lrange [split ${version} .] 0 1] .]
 platforms           darwin
-categories			devel
-maintainers			stechert
-description			offers an XML to C/C++ language binding to ease the \
-				development of SOAP/XML Web services in C and C/C++
-long_description		The gSOAP toolkit is a cross-platform development \
-				environment for C and C++ SOAP/XML Web services (SOAP \
-				1.1/1.2, WSDL 1.1). gSOAP supports XML serialization of \
-				native C/C++ data types. Includes stub/skeleton compiler, \
-				HTTP Web server, and much more.
-homepage			http://www.cs.fsu.edu/~engelen/soap.html
-master_sites			sourceforge:gsoap2
+categories          devel
+maintainers         stechert
 
+description         offers an XML to C/C++ language binding to ease the \
+                    development of SOAP/XML Web services in C and C/C++
+
+long_description    The gSOAP toolkit is a cross-platform development \
+                    environment for C and C++ SOAP/XML Web services (SOAP \
+                    1.1/1.2, WSDL 1.1). gSOAP supports XML serialization of \
+                    native C/C++ data types. Includes stub/skeleton compiler, \
+                    HTTP Web server, and much more.
+
+homepage            http://www.cs.fsu.edu/~engelen/soap.html
+master_sites        sourceforge:gsoap2
+
 use_zip             yes
 distname            ${name}_${version}
 worksrcdir          ${name}-${branch}
@@ -27,7 +31,7 @@
 
 depends_lib         port:openssl
 
-use_parallel_build no
+use_parallel_build  no
 
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/gsoap2/files/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101114/7f2d38d5/attachment.html>


More information about the macports-changes mailing list