[90698] trunk/dports/devel/wsdlpull/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 12 12:30:12 PDT 2012


Revision: 90698
          http://trac.macports.org/changeset/90698
Author:   ryandesign at macports.org
Date:     2012-03-12 12:30:11 -0700 (Mon, 12 Mar 2012)
Log Message:
-----------
wsdlpull: whitespace changes, reformatting, add modeline

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

Modified: trunk/dports/devel/wsdlpull/Portfile
===================================================================
--- trunk/dports/devel/wsdlpull/Portfile	2012-03-12 19:25:53 UTC (rev 90697)
+++ trunk/dports/devel/wsdlpull/Portfile	2012-03-12 19:30:11 UTC (rev 90698)
@@ -1,24 +1,30 @@
+# -*- 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			wsdlpull
-version			1.13
-revision        1
-categories		devel
-platforms		darwin
-maintainers		nomaintainer
-description		C++ Web services library
-long_description	wsdlpull is an efficient C++ Web services library that \
-			includes a standards compliant WSDL parser API, a Schema parser \
-			and validator, an XML parser and serializer, and an API and \
-			command line tool for dynamically inspecting and invoking WSDL Web \
-			services.
+name                wsdlpull
+version             1.13
+revision            1
+categories          devel
+platforms           darwin
+maintainers         nomaintainer
 
-homepage		http://wsdlpull.sourceforge.net/
-master_sites	sourceforge
-checksums		sha1 61b59c12767e64c79d7bcea9d549108eb65f5ca7
-patchfiles		patch-Makefile.in
+description         C++ Web services library
 
-depends_lib		port:curl port:openssl port:zlib
+long_description    wsdlpull is an efficient C++ Web services library that \
+                    includes a standards compliant WSDL parser API, a Schema \
+                    parser and validator, an XML parser and serializer, and \
+                    an API and command line tool for dynamically inspecting \
+                    and invoking WSDL Web services.
 
+homepage            http://wsdlpull.sourceforge.net/
+master_sites        sourceforge
+
+checksums           sha1    61b59c12767e64c79d7bcea9d549108eb65f5ca7
+
+depends_lib         port:curl \
+                    port:openssl \
+                    port:zlib
+
+patchfiles          patch-Makefile.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120312/07103eb7/attachment.html>


More information about the macports-changes mailing list