Date: Fri, 29 Aug 2003 17:56:20 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/poslib Makefile distinfo pkg-descr pkg-plist Message-ID: <200308300056.h7U0uKM5075916@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/08/29 17:56:20 PDT FreeBSD ports repository Modified files: devel Makefile Added files: devel/poslib Makefile distinfo pkg-descr pkg-plist Log: [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> Revision Changes Path 1.1256 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/poslib/Makefile (new) 1.1 +1 -0 ports/devel/poslib/distinfo (new) 1.1 +15 -0 ports/devel/poslib/pkg-descr (new) 1.1 +50 -0 ports/devel/poslib/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308300056.h7U0uKM5075916>