diff options
author | Mauro Giachero <mauro dot giachero at gmail dot com> | 2010-05-12 23:30:03 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:30:03 +0200 |
commit | d80d4c20dff27cb9642a1cd2af958d3e4f8daae8 (patch) | |
tree | 233d5ee47c796202467e54dfa249766b850d714e /libraries/commoncpp2/slack-desc | |
parent | 0723c4440dd0bc93bd38f826754f72365890deaa (diff) |
libraries/commoncpp2: Added to 12.2 repository
Diffstat (limited to 'libraries/commoncpp2/slack-desc')
-rw-r--r-- | libraries/commoncpp2/slack-desc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/commoncpp2/slack-desc b/libraries/commoncpp2/slack-desc new file mode 100644 index 0000000000000..21813b6885075 --- /dev/null +++ b/libraries/commoncpp2/slack-desc @@ -0,0 +1,20 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +commoncpp2: Common C++ (portable and highly optimized class framework for C++) +commoncpp2: +commoncpp2: GNU Common C++ is a portable and highly optimized class framework for +commoncpp2: writing C++ applications that need to use threads. +commoncpp2: This framework offers a class foundation that hides platform +commoncpp2: differences from your C++ application so that you need not write +commoncpp2: platform specific code. GNU Common C++ has been ported to compile +commoncpp2: natively on most platforms which support either posix threads, or on +commoncpp2: Microsoft Windows. +commoncpp2: +commoncpp2: Homepage: http://www.gnutelephony.org/ + |