[Lunar-commits] <moonbase> poco: fixed the description
Dave Brown
dagbrown at lunar-linux.org
Tue Dec 13 03:40:08 CET 2011
commit 4af98635e86fbb49dc0d2b2ace45bf9016850b8b
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Tue Dec 13 11:40:08 2011 +0900
poco: fixed the description
The description of a module should be a description of what it actually
is. Nobody cares about how nice the code is until they have to use it,
but knowing why it's there on your system is a useful thing.
---
devel/poco/DETAILS | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/devel/poco/DETAILS b/devel/poco/DETAILS
index be4e6ca..7949811 100644
--- a/devel/poco/DETAILS
+++ b/devel/poco/DETAILS
@@ -6,12 +6,10 @@
WEB_SITE=http://pocoproject.org/index.html
ENTERED=20111130
UPDATED=20111130
- SHORT="C++ libraries"
+ SHORT="C++ libraries for building network-based applications"
cat << EOF
-Written in modern, standard ANSI C++, using the C++ Standard Library. Modular
-design, very few external dependencies, builds out-of-the-box. Good mix of
-"classic" object-oriented design with modern C++. Clean, easy-to-understand code
-(we frequently get compliments on that), consistent coding style, comprehensive
-test suite.
+Modern, powerful open source C++ class libraries and frameworks for building
+network-and internet-based applications that run on desktop, server and
+embedded systems.
EOF
More information about the Lunar-commits
mailing list