Bug 55195 - [NEW PORT] devel/poslib: Posadis C++ DNS library
Summary: [NEW PORT] devel/poslib: Posadis C++ DNS library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-02 23:20 UTC by Sergei Kolobov
Modified: 2003-08-30 01:56 UTC (History)
0 users

See Also:


Attachments
poslib-1.0.shar (3.94 KB, text/plain)
2003-08-02 23:20 UTC, Sergei Kolobov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!