aboutsummaryrefslogtreecommitdiffstats
path: root/devel/poslib
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Unbreak dns/posadis and its dependency devel/poslibsergei2004-10-112-3/+2
| | | | | | | | | | with the new PTHREAD_LIBS in 5.x and -CURRENT by changing USE_INC_LIBTOOL_VER to USE_LIBTOOL_VER (this also removes .la files) - Bump PORTREVISION due to changed packages Suggested by: marcus Approved by: portmgr (marcus)
* - Remove patch we do not need anymore (fixed upstream)sergei2004-10-061-29/+0
| | | | | | | | | | Accidentally omitted in the previous commit due a CVS glitch PR: ports/72308 Submitted by: sergei Approved by: portsmgr (will) Pointy hat to: sergei
* - Unbreak dns/posadis build under 5.x and -CURRENTsergei2004-10-063-10/+10
| | | | | | | | | by upgrading to the latest version (0.60.5) - Update its dependency devel/poslib to 1.0.5 (prerequisite) PR: ports/72308 Submitted by: sergei Approved by: portsmgr (will)
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* SIZE *DOES* MATTER.sergei2004-01-311-0/+1
|
* Change to my @FreeBSD.org address.sergei2003-10-231-1/+1
| | | | Approved by: krion
* Fix building in -STABLE.osa2003-10-092-1/+30
| | | | | Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) PR: 57786
* - This port *requires* -O0 -funsigned-char in CXXFLAGS;erwin2003-10-081-2/+1
| | | | | | | | | remove ability for user to specify CXXFLAGS; This unbreaks poslib's functionality - Bump PORTREVISION PR: 57718 Submitted by: maintainer
* - Update to 1.0.1krion2003-10-073-38/+49
| | | | | | | | | - Disable any optimizations as it causes problems under FreeBSD, according to the author - Install examples PR: 57649 Submitted by: maintainer
* [NEW PORT] devel/poslib: Posadis C++ DNS libraryedwin2003-08-304-0/+96
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>