summaryrefslogtreecommitdiffstats
path: root/network/thrift/README
diff options
context:
space:
mode:
author Fred Emmott2011-07-18 06:40:13 +0200
committer Robby Workman2011-07-18 06:40:13 +0200
commit90fed7051eab1d6117c2e0b2d30b26c643d10b44 (patch)
tree386b9459a549f81d2f348b461615fc35bbcbb02c /network/thrift/README
parentba773b160a2a86af106d8772d238b6f38fcd7ae4 (diff)
downloadslackbuilds-90fed7051eab1d6117c2e0b2d30b26c643d10b44.tar.gz
network/thrift: Added (Apache Thrift Framework)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/thrift/README')
-rw-r--r--network/thrift/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/network/thrift/README b/network/thrift/README
new file mode 100644
index 0000000000..eb5db97653
--- /dev/null
+++ b/network/thrift/README
@@ -0,0 +1,18 @@
+Apache 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 among C++, Java, Python,
+PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml.
+
+Other languages are not included because either they are not included in a
+standard installation of Slackware, or because the standard way of installing
+Thrift for that language is not via system packages; for example:
+ - Perl: install from CPAN
+ - PHP: bundle the Thrift source in your application
+ - Ruby: install with 'gem'
+You will still need the Thrift compiler from this package.
+
+There are usage examples for more langauges at
+http://wiki.apache.org/thrift/ThriftUsage
+
+libevent is an optional dependency; if it is installed, a C++ non-blocking
+server library will be built.