# -*- 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: Portfile 146517 2016-03-10 17:49:28Z raimue@macports.org $ PortSystem 1.0 name thrift-devel conflicts thrift version 1372257 revision 1 categories devel license Apache-2 maintainers gmail.com:naoya.n blair openmaintainer platforms darwin 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. homepage http://thrift.apache.org/ fetch.type svn svn.url https://svn.apache.org/repos/asf/thrift/trunk svn.revision ${version} worksrcdir [file tail ${svn.url}] use_parallel_build no depends_build port:autoconf \ port:automake \ port:boost \ port:libtool \ port:pkgconfig depends_lib-append path:lib/libssl.dylib:openssl pre-configure { system "cd ${worksrcpath} && ./bootstrap.sh" # Remove when https://issues.apache.org/jira/browse/THRIFT-1614 is # fixed. reinplace "s|thrifty\.h|thrifty.hh|g" \ ${worksrcpath}/compiler/cpp/src/thriftl.ll } configure.args --with-c_glib=no \ --with-csharp=no \ --with-d=no \ --with-erlang=no \ --with-go=no \ --with-haskell=no \ --with-java=no \ --with-perl=no \ --with-php=no \ --with-php_extension=no \ --with-python=no \ --with-qt4=no \ --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 } variant csharp description "enable the C# library" { configure.args-delete --with-csharp=no configure.args-append --with-csharp=yes depends_lib-append port:mono } variant glib2 description "enable the C (GLib) library" { configure.args-delete --with-c_glib=no configure.args-append --with-c_glib=yes depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2 } # 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 #} 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 \ } 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 } variant erlang description "enable the Erlang library" { configure.args-delete --with-erlang=no configure.args-append --with-erlang=yes depends_lib-append port:erlang } # See https://issues.apache.org/jira/browse/THRIFT-1348. variant qt4 description "enable non-blocking thrift server for use within Qt" { configure.args-delete --with-qt4=no configure.args-append --with-qt4=yes depends_lib-append port:qt4-mac } livecheck.type regex livecheck.url http://www.apache.org/dist/thrift/ livecheck.regex {(\d+(?:\.\d+)*)/}