[78979] trunk/dports/devel/thrift/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 28 14:11:01 PDT 2011


Revision: 78979
          http://trac.macports.org/changeset/78979
Author:   ryandesign at macports.org
Date:     2011-05-28 14:10:59 -0700 (Sat, 28 May 2011)
Log Message:
-----------
thrift: modify whitespace so it follows what the modeline says

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

Modified: trunk/dports/devel/thrift/Portfile
===================================================================
--- trunk/dports/devel/thrift/Portfile	2011-05-28 20:40:29 UTC (rev 78978)
+++ trunk/dports/devel/thrift/Portfile	2011-05-28 21:10:59 UTC (rev 78979)
@@ -1,37 +1,43 @@
 # -*- 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              thrift
-version           0.6.0
+name                thrift
+version             0.6.0
+categories          devel
+maintainers         gmail.com:naoya.n
+platforms           darwin
 
-categories        devel
-maintainers       gmail.com:naoya.n
-platforms         darwin
+description         framework for scalable cross-language services development
 
-description       framework for scalable cross-language services development
+long_description    Thrift is a software framework for scalable cross-language \
+                    services development. It combines a software stack with a \
+                    code generation engine to build services that work \
+                    efficiently and seamlessly between C++, Java, Python, PHP, \
+                    Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and \
+                    OCaml.
 
-long_description  Thrift is a software framework for scalable cross-language \
-                  services development. It combines a software stack with a \
-                  code generation engine to build services that work \
-                  efficiently and seamlessly between C++, Java, Python, PHP, \
-                  Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and \
-                  OCaml.
+homepage            http://thrift.apache.org/
+master_sites        apache:${name}/${version}
 
-homepage          http://thrift.apache.org/
+checksums           md5     c1a9c679bc75d038ce5ef447bf6e4c75 \
+                    sha1    5027cba1e901134a3b767ffd5af1d8a1b3cb40f5 \
+                    rmd160  634a8ff7b6a41029358d671ec9e936ca905ef373
 
-master_sites      apache:${name}/${version}
-checksums         md5     c1a9c679bc75d038ce5ef447bf6e4c75 \
-                  sha1    5027cba1e901134a3b767ffd5af1d8a1b3cb40f5 \
-                  rmd160  634a8ff7b6a41029358d671ec9e936ca905ef373
+depends_build       port:boost \
+                    port:pkgconfig
 
-depends_build     port:boost port:pkgconfig
+configure.args      --with-csharp=no \
+                    --with-java=no \
+                    --with-erlang=no \
+                    --with-py=no \
+                    --with-perl=no \
+                    --with-ruby=no \
+                    --with-haskell=no \
+                    --with-php=no \
+                    --with-php_extension=no
 
-configure.args	  --with-csharp=no --with-java=no --with-erlang=no \
-                  --with-py=no --with-perl=no --with-ruby=no \
-                  --with-haskell=no --with-php=no --with-php_extension=no
-
 variant java description "enable the Java library" {
     depends_build-append    bin:ant:apache-ant
     configure.env-append    JAVA_PREFIX=${prefix}/share/java
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110528/d9991063/attachment.html>


More information about the macports-changes mailing list