freebsd-ports/devel/poco/pkg-descr
Wes Peters 8f795b6a5f The C++ Portable Components consists of four libraries providing a
platform abstraction layer for system interfaces, an XML parser
with SAX2 and DOM interfaces and an XML writer, classes for working
with configuration files and command line arguments, and a number
of network protocols.
2006-11-29 23:25:10 +00:00

18 lines
656 B
Plaintext

The C++ Portable Components currently consist of four libraries.
The Foundation library contains a platform abstraction layer
(including classes for multithreading, file system access, logging,
etc.), as well as a large number of useful utility classes, such
various stream buffer and stream classes, URI handling, and many
more.
The XML library contains an XML parser with SAX2 and DOM interfaces,
as well as an XMLWriter.
The Util library contains classes for working with configuration
files and command line arguments, as well as various utility classes.
The Net library contains network classes (sockets, HTTP, etc.)
WWW: http://poco.appinf.com/