[95947] trunk/dports/devel/thrift/Portfile
blair at macports.org
blair at macports.org
Thu Jul 26 15:33:57 PDT 2012
Revision: 95947
https://trac.macports.org/changeset/95947
Author: blair at macports.org
Date: 2012-07-26 15:33:57 -0700 (Thu, 26 Jul 2012)
Log Message:
-----------
thrift: whitespace changes: use 4-space indentation.
Modified Paths:
--------------
trunk/dports/devel/thrift/Portfile
Modified: trunk/dports/devel/thrift/Portfile
===================================================================
--- trunk/dports/devel/thrift/Portfile 2012-07-26 22:21:27 UTC (rev 95946)
+++ trunk/dports/devel/thrift/Portfile 2012-07-26 22:33:57 UTC (rev 95947)
@@ -13,12 +13,11 @@
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.
+ 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}
@@ -27,11 +26,11 @@
sha1 1d652d7078d9cc70e2a45d3119b13e86ebd446da \
rmd160 bb0e1d2b6d30b70590752a7f9318e14de285c505
-use_parallel_build no
+use_parallel_build no
-depends_build port:boost \
- port:pkgconfig
-depends_lib-append port:openssl
+depends_build port:boost \
+ port:pkgconfig
+depends_lib-append port:openssl
configure.args --with-csharp=no \
--with-erlang=no \
@@ -44,46 +43,46 @@
--with-ruby=no
variant java description "enable the Java library" {
- depends_build-append bin:ant:apache-ant
- configure.env-append JAVA_PREFIX=${prefix}/share/java
- configure.args-delete --with-java=no
- configure.args-append --with-java=yes
+ depends_build-append bin:ant:apache-ant
+ configure.env-append JAVA_PREFIX=${prefix}/share/java
+ configure.args-delete --with-java=no
+ configure.args-append --with-java=yes
}
variant csharp description "enable the C# library" {
- configure.args-delete --with-csharp=no
- configure.args-append --with-csharp=yes
- depends_lib-append port:mono
+ configure.args-delete --with-csharp=no
+ configure.args-append --with-csharp=yes
+ depends_lib-append port:mono
}
# doesn't install into destroot
#variant ruby description "enable the Ruby library" {
-# configure.args-delete --with-ruby=no
-# configure.args-append --with-ruby=yes
-# depends_lib-append port:ruby
+# configure.args-delete --with-ruby=no
+# configure.args-append --with-ruby=yes
+# depends_lib-append port:ruby
#}
variant haskell description "enable the Haskell library" {
- configure.args-delete --with-haskell=no
- configure.args-append --with-haskell=yes
- depends_lib-append port:ghc \
- port:hs-http \
- port:hs-binary
+ configure.args-delete --with-haskell=no
+ configure.args-append --with-haskell=yes
+ depends_lib-append port:ghc \
+ port:hs-http \
+ port:hs-binary
}
variant php description "enable the PHP library" {
- configure.env-append PHP_PREFIX=${prefix}/lib/php
- configure.args-delete --with-php=no
- configure.args-append --with-php=yes
- depends_lib-append path:bin/php:php5
+ configure.env-append PHP_PREFIX=${prefix}/lib/php
+ configure.args-delete --with-php=no
+ configure.args-append --with-php=yes
+ depends_lib-append path:bin/php:php5
}
variant erlang description "enable the Erlang library" {
- configure.args-delete --with-erlang=no
- configure.args-append --with-erlang=yes
- depends_lib-append port:erlang
+ configure.args-delete --with-erlang=no
+ configure.args-append --with-erlang=yes
+ depends_lib-append port:erlang
}
-livecheck.type regex
-livecheck.url http://www.apache.org/dist/thrift/
-livecheck.regex {(\d+(?:\.\d+)*)/}
+livecheck.type regex
+livecheck.url http://www.apache.org/dist/thrift/
+livecheck.regex {(\d+(?:\.\d+)*)/}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120726/5fb4945a/attachment.html>
More information about the macports-changes
mailing list