Skip site navigation (1)Skip section navigation (2)
Date:      2 Aug 2003 22:12:32 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55195: [NEW PORT] devel/poslib: Posadis C++ DNS library
Message-ID:  <20030802221232.71775.qmail@kolobov.com>
Resent-Message-ID: <200308022220.h72MKCIk054991@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55195
>Category:       ports
>Synopsis:       [NEW PORT] devel/poslib: Posadis C++ DNS library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 02 15:20:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Jul 15 17:02:55 MSD 2003
>Description:
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
>How-To-Repeat:
>Fix:

--- poslib-1.0.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	poslib
#	poslib/pkg-descr
#	poslib/distinfo
#	poslib/Makefile
#	poslib/pkg-plist
#
echo c - poslib
mkdir -p poslib > /dev/null 2>&1
echo x - poslib/pkg-descr
sed 's/^X//' >poslib/pkg-descr << 'END-of-poslib/pkg-descr'
XPoslib is a portable C++ DNS library, a part of Posadis project.
XIt consists of two parts: a client library and a server library. 
X
XUsing the client library, you can simply develop applications that use 
Xthe Domain Name System (DNS). It includes many functions for resolving, 
Xdomain-name manipulation and Resource Record (RR) creation. 
X
XThe server library, based on the client core, can be used to develop 
XDNS servers. By implementing a query entry-point function using the
XPoslib library of functions, you can easily create DNS servers, 
Xwithout worrying about low-level details such as DNS message compilation, 
Xdomain-name compression and UDP/TCP transmission. 
X
XAuthor:	Meilof Veeningen <meilof@users.sourceforge.net>
XWWW:	http://posadis.sourceforge.net/projects/poslib.php
END-of-poslib/pkg-descr
echo x - poslib/distinfo
sed 's/^X//' >poslib/distinfo << 'END-of-poslib/distinfo'
XMD5 (poslib-1.0.tar.gz) = c87a9fa5eeca7465ede03d3196cb4277
END-of-poslib/distinfo
echo x - poslib/Makefile
sed 's/^X//' >poslib/Makefile << 'END-of-poslib/Makefile'
X# New ports collection makefile for:	poslib
X# Date created:		2003-08-03
X# Whom:			Sergei Kolobov <sergei@kolobov.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	poslib
XPORTVERSION=	1.0
XCATEGORIES=	devel net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	sergei@kolobov.com
XCOMMENT=	Posadis C++ DNS library
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-cxxflags="${CXXFLAGS} -D_REENTRANT"
XINSTALLS_SHLIB=	yes
X
XDOCS=		AUTHORS ChangeLog NEWS README TODO
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	@${MKDIR} ${DOCSDIR}
X	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-poslib/Makefile
echo x - poslib/pkg-plist
sed 's/^X//' >poslib/pkg-plist << 'END-of-poslib/pkg-plist'
X@comment $FreeBSD$
Xbin/poslib-config
Xinclude/poslib-1.0/poslib/bits.h
Xinclude/poslib-1.0/poslib/dnsdefs.h
Xinclude/poslib-1.0/poslib/dnsmessage.h
Xinclude/poslib-1.0/poslib/domainfn.h
Xinclude/poslib-1.0/poslib/exception.h
Xinclude/poslib-1.0/poslib/lexfn.h
Xinclude/poslib-1.0/poslib/masterfile.h
Xinclude/poslib-1.0/poslib/poslib.h
Xinclude/poslib-1.0/poslib/postime.h
Xinclude/poslib-1.0/poslib/random.h
Xinclude/poslib-1.0/poslib/resolver.h
Xinclude/poslib-1.0/poslib/rr.h
Xinclude/poslib-1.0/poslib/server/configuration.h
Xinclude/poslib-1.0/poslib/server/handlequery.h
Xinclude/poslib-1.0/poslib/server/log.h
Xinclude/poslib-1.0/poslib/server/pending.h
Xinclude/poslib-1.0/poslib/server/posthreads.h
Xinclude/poslib-1.0/poslib/server/requestid.h
Xinclude/poslib-1.0/poslib/server/server.h
Xinclude/poslib-1.0/poslib/server/serverthread.h
Xinclude/poslib-1.0/poslib/server/srvresolver.h
X@dirrm include/poslib-1.0/poslib/server
Xinclude/poslib-1.0/poslib/socket.h
Xinclude/poslib-1.0/poslib/syssocket.h
Xinclude/poslib-1.0/poslib/sysstl.h
Xinclude/poslib-1.0/poslib/sysstring.h
Xinclude/poslib-1.0/poslib/types.h
Xinclude/poslib-1.0/poslib/vsnprintf.h
Xinclude/poslib-1.0/poslib/w32poll.h
X@dirrm include/poslib-1.0/poslib
X@dirrm include/poslib-1.0
Xlib/libposlib.a
Xlib/libposlib.la
Xlib/libposlib.so
Xlib/libposlib.so.0
Xlib/libposserver.a
Xlib/libposserver.la
Xlib/libposserver.so
Xlib/libposserver.so.0
Xlib/poslib-1.0/include/poslib-config.h
X@dirrm lib/poslib-1.0/include
X@dirrm lib/poslib-1.0
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
X%%PORTDOCS%%%%DOCSDIR%%/NEWS
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/TODO
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-poslib/pkg-plist
exit
--- poslib-1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030802221232.71775.qmail>