Prune devel/py-EnthoughtBase
[dports.git] / devel / poslib / pkg-descr
1 Poslib is a portable C++ DNS library, a part of Posadis project.
2 It consists of two parts: a client library and a server library. 
3
4 Using the client library, you can simply develop applications that use 
5 the Domain Name System (DNS). It includes many functions for resolving, 
6 domain-name manipulation and Resource Record (RR) creation. 
7
8 The server library, based on the client core, can be used to develop 
9 DNS servers. By implementing a query entry-point function using the
10 Poslib library of functions, you can easily create DNS servers, 
11 without worrying about low-level details such as DNS message compilation, 
12 domain-name compression and UDP/TCP transmission. 
13
14 WWW: http://posadis.sourceforge.net/projects/poslib.php