Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2006 01:32:45 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107028: [NEW PORT] net/pear-Net_DNS: Resolver library used to communicate with a DNS server
Message-ID:  <20061221173245.82EA81144F@chinsan.twbbs.org>
Resent-Message-ID: <200612211740.kBLHeAC8099469@freefall.freebsd.org>

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

>Number:         107028
>Category:       ports
>Synopsis:       [NEW PORT] net/pear-Net_DNS: Resolver library used to communicate with a DNS server
>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:   Thu Dec 21 17:40:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon Dec  4 02:04:40 CST
>Description:
A resolver library used to communicate with a name server to perform DNS
queries, zone transfers, dynamic DNS updates, etc.
Creates an object hierarchy from a DNS server response, which allows you to
view all of the information given by the DNS server. It bypasses the system
resolver library and communicates directly with the server.

WWW: http://pear.php.net/package/Net_DNS/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pear-Net_DNS-1.0.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:
#
#	pear-Net_DNS
#	pear-Net_DNS/Makefile
#	pear-Net_DNS/distinfo
#	pear-Net_DNS/pkg-descr
#
echo c - pear-Net_DNS
mkdir -p pear-Net_DNS > /dev/null 2>&1
echo x - pear-Net_DNS/Makefile
sed 's/^X//' >pear-Net_DNS/Makefile << 'END-of-pear-Net_DNS/Makefile'
X# Ports collection makefile for:  pear-Net_DNS
X# Date created:			  2006/12/22
X# Whom:				  chinsan
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net_DNS
XPORTVERSION=	1.0.0
XCATEGORIES=	net pear
X
XMAINTAINER=	chinsan@FreeBSD.org
XCOMMENT=	Resolver library used to communicate with a DNS server
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_PHP=	mhash
XCATEGORY=	Net
XFILES=		DNS/RR/A.php DNS/RR/AAAA.php DNS/RR/CNAME.php DNS/RR/HINFO.php \
X		DNS/RR/MX.php DNS/RR/NAPTR.php DNS/RR/NS.php DNS/RR/PTR.php \
X		DNS/RR/SOA.php DNS/RR/SRV.php DNS/RR/TSIG.php DNS/RR/TXT.php \
X		DNS/Header.php DNS/Packet.php DNS/Question.php DNS/Resolver.php \
X		DNS/RR.php DNS.php
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-pear-Net_DNS/Makefile
echo x - pear-Net_DNS/distinfo
sed 's/^X//' >pear-Net_DNS/distinfo << 'END-of-pear-Net_DNS/distinfo'
XMD5 (PEAR/Net_DNS-1.0.0.tgz) = 1cc082bec28189847083e2c42c2d9b2d
XSHA256 (PEAR/Net_DNS-1.0.0.tgz) = efd9aafa60e2e2e5825fa66d7c2820fc142ddfcaf3286d7b66584f7c75ad10a9
XSIZE (PEAR/Net_DNS-1.0.0.tgz) = 27260
END-of-pear-Net_DNS/distinfo
echo x - pear-Net_DNS/pkg-descr
sed 's/^X//' >pear-Net_DNS/pkg-descr << 'END-of-pear-Net_DNS/pkg-descr'
XA resolver library used to communicate with a name server to perform DNS
Xqueries, zone transfers, dynamic DNS updates, etc.
XCreates an object hierarchy from a DNS server response, which allows you to
Xview all of the information given by the DNS server. It bypasses the system
Xresolver library and communicates directly with the server.
X
XWWW: http://pear.php.net/package/Net_DNS/
END-of-pear-Net_DNS/pkg-descr
exit
--- pear-Net_DNS-1.0.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?20061221173245.82EA81144F>