import net/pear-Net-DNS, from dlg@
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.
This commit is contained in:
parent
f2b17eae69
commit
e0547aef7c
22
net/pear-Net-DNS/Makefile
Normal file
22
net/pear-Net-DNS/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/17 00:10:45 sthen Exp $
|
||||
|
||||
COMMENT= resolver library used to communicate with a DNS server
|
||||
|
||||
DISTNAME= Net_DNS-1.0.0
|
||||
PKGNAME= pear-${DISTNAME:S/_/-/}
|
||||
CATEGORIES= net pear
|
||||
|
||||
MASTER_SITES= http://pear.php.net/get/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MODULES= www/pear
|
||||
|
||||
# PHP License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::www/php5/extensions,-mhash
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/pear-Net-DNS/distinfo
Normal file
5
net/pear-Net-DNS/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Net_DNS-1.0.0.tgz) = HMCCvsKBiYRwg+LELC2bLQ==
|
||||
RMD160 (Net_DNS-1.0.0.tgz) = khAUCiaKGAkmOBnzivWX/zq4cO0=
|
||||
SHA1 (Net_DNS-1.0.0.tgz) = QkrVqPM+C7OMWzWhfKD6Dzcd9yE=
|
||||
SHA256 (Net_DNS-1.0.0.tgz) = 79mq+mDi4uWCX6ZtfCgg/BQt38rzKG17ZlhPfHWtEKk=
|
||||
SIZE (Net_DNS-1.0.0.tgz) = 27260
|
7
net/pear-Net-DNS/pkg/DESCR
Normal file
7
net/pear-Net-DNS/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
26
net/pear-Net-DNS/pkg/PLIST
Normal file
26
net/pear-Net-DNS/pkg/PLIST
Normal file
@ -0,0 +1,26 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/17 00:10:45 sthen Exp $
|
||||
@group daemon
|
||||
lib/
|
||||
lib/php/
|
||||
pear/lib/.registry/net_dns.reg
|
||||
pear/lib/Net/
|
||||
pear/lib/Net/DNS/
|
||||
pear/lib/Net/DNS.php
|
||||
pear/lib/Net/DNS/Header.php
|
||||
pear/lib/Net/DNS/Packet.php
|
||||
pear/lib/Net/DNS/Question.php
|
||||
pear/lib/Net/DNS/RR/
|
||||
pear/lib/Net/DNS/RR.php
|
||||
pear/lib/Net/DNS/RR/A.php
|
||||
pear/lib/Net/DNS/RR/AAAA.php
|
||||
pear/lib/Net/DNS/RR/CNAME.php
|
||||
pear/lib/Net/DNS/RR/HINFO.php
|
||||
pear/lib/Net/DNS/RR/MX.php
|
||||
pear/lib/Net/DNS/RR/NAPTR.php
|
||||
pear/lib/Net/DNS/RR/NS.php
|
||||
pear/lib/Net/DNS/RR/PTR.php
|
||||
pear/lib/Net/DNS/RR/SOA.php
|
||||
pear/lib/Net/DNS/RR/SRV.php
|
||||
pear/lib/Net/DNS/RR/TSIG.php
|
||||
pear/lib/Net/DNS/RR/TXT.php
|
||||
pear/lib/Net/DNS/Resolver.php
|
Loading…
Reference in New Issue
Block a user