From c72fb19aa8d0f16f2f712604aed51a5a1b7cdaef Mon Sep 17 00:00:00 2001 From: Douglas Creager Date: Fri, 11 Jun 2010 00:03:27 -0400 Subject: 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 --- Library/Formula/poco.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/poco.rb (limited to 'Library/Formula/poco.rb') diff --git a/Library/Formula/poco.rb b/Library/Formula/poco.rb new file mode 100644 index 000000000..01e447190 --- /dev/null +++ b/Library/Formula/poco.rb @@ -0,0 +1,18 @@ +require 'formula' + +class Poco