dns/pear-Net_DNS2: Update COMMENT and pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2021-09-19 13:29:06 +08:00
parent 701a54cf8a
commit 169a4dfea0
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 5 additions and 4 deletions

View file

@ -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>

View file

@ -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