From 27af0420ef52dacd4e38b9321f6ec7f9604db4d4 Mon Sep 17 00:00:00 2001 From: Douglas Creager Date: Fri, 11 Jun 2010 00:03:27 -0400 Subject: [PATCH] Poco 1.3.6p2 The POCO C++ Libraries (POCO stands for POrtable COmponents) are open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left open by it. Their modular and efficient design and implementation makes the POCO C++ Libraries extremely well suited for embedded development, an area where the C++ programming language is becoming increasingly popular, due to its suitability for both low-level (device I/O, interrupt handlers, etc.) and high-level object-oriented development. Of course, the POCO C++ Libraries are also ready for enterprise-level challenges. Signed-off-by: Adam Vandenberg --- Formula/poco.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Formula/poco.rb diff --git a/Formula/poco.rb b/Formula/poco.rb new file mode 100644 index 0000000000..01e447190c --- /dev/null +++ b/Formula/poco.rb @@ -0,0 +1,18 @@ +require 'formula' + +class Poco