dns/pear-Net_DNS2: Update COMMENT and pkg-descr
This commit is contained in:
parent
701a54cf8a
commit
169a4dfea0
2 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
# Created by: Wen Heping <wen@FreeBSD.org>
|
||||
|
||||
PORTNAME= Net_DNS2
|
||||
DISTVERSION= 1.5.0
|
||||
PORTVERSION= 1.5.0
|
||||
CATEGORIES= dns net pear
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= PHP5 Resolver library used to communicate with a DNS server
|
||||
COMMENT= PHP Resolver library used to communicate with a DNS server
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= pear
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pear-Net_DNS2 provides (roughly) the same functionality as Net_DNS, but
|
||||
using PHP5 objects, exceptions for error handling, better sockets support.
|
||||
Provides (roughly) the same functionality as Net_DNS, but using modern PHP
|
||||
objects, exceptions for error handling, better sockets support.
|
||||
|
||||
This release is (in most cases) 2x - 10x faster than Net_DNS, as well as
|
||||
includes more RR's (including DNSSEC RR's), and improved sockets and streams
|
||||
|
|
Loading…
Reference in a new issue