aboutsummaryrefslogtreecommitdiff
path: root/devel/poslib/pkg-descr
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-30 00:56:20 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-30 00:56:20 +0000
commit3618543557de774d94cff2569660ee6bd1094133 (patch)
treec68414bb4a18c1a05e7cd725c723fa141f943722 /devel/poslib/pkg-descr
parent1ce967df6236c1c289d1ed6ff8ebf7a9e67aa398 (diff)
downloadports-3618543557de774d94cff2569660ee6bd1094133.tar.gz
ports-3618543557de774d94cff2569660ee6bd1094133.zip
[NEW PORT] devel/poslib: Posadis C++ DNS library
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 PR: ports/55195 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes
Notes: svn path=/head/; revision=88025
Diffstat (limited to 'devel/poslib/pkg-descr')
-rw-r--r--devel/poslib/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/poslib/pkg-descr b/devel/poslib/pkg-descr
new file mode 100644
index 000000000000..0da0cca0064d
--- /dev/null
+++ b/devel/poslib/pkg-descr
@@ -0,0 +1,15 @@
+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