Commits
David B. Evans authored d777626c1a9
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 + | PortGroup cxx11 1.1 |
4 5 | PortGroup conflicts_build 1.0 |
5 6 | |
6 7 | name thrift |
7 - | version 0.10.0 |
8 - | revision 4 |
8 + | version 0.12.0 |
9 9 | categories devel |
10 10 | license Apache-2 |
11 11 | maintainers nomaintainer |
12 12 | platforms darwin |
13 13 | |
14 14 | description framework for scalable cross-language services development |
15 15 | long_description \ |
16 16 | Thrift is a software framework for scalable cross-language \ |
17 17 | services development. It combines a software stack with a code \ |
18 18 | generation engine to build services that work efficiently and \ |
19 19 | seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, \ |
20 20 | Haskell, C#, Cocoa, Smalltalk, and OCaml. |
21 21 | |
22 22 | homepage https://thrift.apache.org/ |
23 23 | master_sites apache:${name}/${version} |
24 24 | |
25 - | checksums sha1 5c67fb6d2e01fa4ee02823a9c577f4d985f0ecfe \ |
26 - | rmd160 cf7d49bf4d39c980c7549088e947c12df4d1046d \ |
27 - | sha256 2289d02de6e8db04cbbabb921aeb62bfe3098c4c83f36eec6c31194301efa10b |
25 + | checksums rmd160 dc6286d9523ae0e073f12057987b42fffdddd754 \ |
26 + | sha256 c336099532b765a6815173f62df0ed897528a9d551837d627c1f87fadad90428 \ |
27 + | size 3906291 |
28 28 | |
29 29 | use_parallel_build no |
30 30 | |
31 31 | depends_build port:autoconf \ |
32 32 | port:automake \ |
33 33 | port:bison \ |
34 34 | port:boost \ |
35 35 | port:libevent \ |
36 36 | port:libtool \ |
37 37 | port:pkgconfig |