Bug 55195

Summary: [NEW PORT] devel/poslib: Posadis C++ DNS library
Product: Ports & Packages Reporter: Sergei Kolobov <sergei>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
poslib-1.0.shar none

Description Sergei Kolobov 2003-08-02 23:20:11 UTC
Poslib is a portable C++ DNS library, a part of Posadis project.
It consists of two parts: a client library and a server library. 

Using the client library, you can simply develop applications that use 
the Domain Name System (DNS). It includes many functions for resolving, 
domain-name manipulation and Resource Record (RR) creation. 

The server library, based on the client core, can be used to develop 
DNS servers. By implementing a query entry-point function using the
Poslib library of functions, you can easily create DNS servers, 
without worrying about low-level details such as DNS message compilation, 
domain-name compression and UDP/TCP transmission. 

Author:	Meilof Veeningen <meilof@users.sourceforge.net>
WWW:	http://posadis.sourceforge.net/projects/poslib.php

NOTE: This port is needed for net/posadis upgrade to 0.60.0.

Generated with FreeBSD Port Tools 0.25
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-08-30 01:56:23 UTC
State Changed
From-To: open->closed

Commited, thanks!