dns/pear-Net_DNS2: Update to 2.0.1

Changes:	https://github.com/mikepultz/netdns2/releases
This commit is contained in:
Po-Chuan Hsieh
2025-06-26 17:59:23 +08:00
parent 1f1b4c57f5
commit cf7d9ef7da
3 changed files with 134 additions and 7 deletions
+9 -4
View File
@@ -1,22 +1,27 @@
PORTNAME= Net_DNS2
PORTVERSION= 1.5.5
PORTVERSION= 2.0.1
DISTVERSIONPREFIX= v
CATEGORIES= dns net pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PHP Resolver library used to communicate with a DNS server
WWW= https://pear.php.net/package/Net_DNS2 \
WWW= https://netdns2.com/ \
https://github.com/mikepultz/netdns2
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pear
USES= pear:env
NO_ARCH= yes
NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= mikepultz
GH_PROJECT= netdns2
NO_ARCH= yes
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC}/src/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1747715328
SHA256 (PEAR/mikepultz-netdns2-v1.5.5_GH0.tar.gz) = 69c65d7d1a775d0b4d4a6b0b0ac8cfbb242aa5d2f03b331400ad7c2d1fdf0eb6
SIZE (PEAR/mikepultz-netdns2-v1.5.5_GH0.tar.gz) = 87826
TIMESTAMP = 1750188046
SHA256 (mikepultz-netdns2-v2.0.1_GH0.tar.gz) = 68c945769eecf19ce04527827cd20839b2f593d2112866feaebcecb05f80fbf4
SIZE (mikepultz-netdns2-v2.0.1_GH0.tar.gz) = 98619
+122
View File
@@ -0,0 +1,122 @@
%%DATADIR%%/NetDNS2/BitMap.php
%%DATADIR%%/NetDNS2/Cache.php
%%DATADIR%%/NetDNS2/Cache/File.php
%%DATADIR%%/NetDNS2/Cache/Memcached.php
%%DATADIR%%/NetDNS2/Cache/Model/Data.php
%%DATADIR%%/NetDNS2/Cache/Redis.php
%%DATADIR%%/NetDNS2/Cache/Shm.php
%%DATADIR%%/NetDNS2/Client.php
%%DATADIR%%/NetDNS2/Data.php
%%DATADIR%%/NetDNS2/Data/Domain.php
%%DATADIR%%/NetDNS2/Data/IPv4.php
%%DATADIR%%/NetDNS2/Data/IPv6.php
%%DATADIR%%/NetDNS2/Data/Mailbox.php
%%DATADIR%%/NetDNS2/Data/Text.php
%%DATADIR%%/NetDNS2/EDNS.php
%%DATADIR%%/NetDNS2/ENUM/Base.php
%%DATADIR%%/NetDNS2/ENUM/CertFormat.php
%%DATADIR%%/NetDNS2/ENUM/DNSSEC/Algorithm.php
%%DATADIR%%/NetDNS2/ENUM/DNSSEC/Digest.php
%%DATADIR%%/NetDNS2/ENUM/EDNS/Opt.php
%%DATADIR%%/NetDNS2/ENUM/Error.php
%%DATADIR%%/NetDNS2/ENUM/OpCode.php
%%DATADIR%%/NetDNS2/ENUM/RR/Classes.php
%%DATADIR%%/NetDNS2/ENUM/RR/Code.php
%%DATADIR%%/NetDNS2/ENUM/RR/Type.php
%%DATADIR%%/NetDNS2/ENUM/TKEYMode.php
%%DATADIR%%/NetDNS2/Exception.php
%%DATADIR%%/NetDNS2/Header.php
%%DATADIR%%/NetDNS2/Notifier.php
%%DATADIR%%/NetDNS2/Packet.php
%%DATADIR%%/NetDNS2/Packet/Request.php
%%DATADIR%%/NetDNS2/Packet/Response.php
%%DATADIR%%/NetDNS2/PrivateKey.php
%%DATADIR%%/NetDNS2/Question.php
%%DATADIR%%/NetDNS2/RR.php
%%DATADIR%%/NetDNS2/RR/A.php
%%DATADIR%%/NetDNS2/RR/AAAA.php
%%DATADIR%%/NetDNS2/RR/AFSDB.php
%%DATADIR%%/NetDNS2/RR/AMTRELAY.php
%%DATADIR%%/NetDNS2/RR/ANY.php
%%DATADIR%%/NetDNS2/RR/APL.php
%%DATADIR%%/NetDNS2/RR/AVC.php
%%DATADIR%%/NetDNS2/RR/CAA.php
%%DATADIR%%/NetDNS2/RR/CDNSKEY.php
%%DATADIR%%/NetDNS2/RR/CDS.php
%%DATADIR%%/NetDNS2/RR/CERT.php
%%DATADIR%%/NetDNS2/RR/CNAME.php
%%DATADIR%%/NetDNS2/RR/CSYNC.php
%%DATADIR%%/NetDNS2/RR/DHCID.php
%%DATADIR%%/NetDNS2/RR/DLV.php
%%DATADIR%%/NetDNS2/RR/DNAME.php
%%DATADIR%%/NetDNS2/RR/DNSKEY.php
%%DATADIR%%/NetDNS2/RR/DS.php
%%DATADIR%%/NetDNS2/RR/DSYNC.php
%%DATADIR%%/NetDNS2/RR/EID.php
%%DATADIR%%/NetDNS2/RR/EUI48.php
%%DATADIR%%/NetDNS2/RR/EUI64.php
%%DATADIR%%/NetDNS2/RR/GPOS.php
%%DATADIR%%/NetDNS2/RR/HINFO.php
%%DATADIR%%/NetDNS2/RR/HIP.php
%%DATADIR%%/NetDNS2/RR/HTTPS.php
%%DATADIR%%/NetDNS2/RR/IPSECKEY.php
%%DATADIR%%/NetDNS2/RR/ISDN.php
%%DATADIR%%/NetDNS2/RR/KEY.php
%%DATADIR%%/NetDNS2/RR/KX.php
%%DATADIR%%/NetDNS2/RR/L32.php
%%DATADIR%%/NetDNS2/RR/L64.php
%%DATADIR%%/NetDNS2/RR/LOC.php
%%DATADIR%%/NetDNS2/RR/LP.php
%%DATADIR%%/NetDNS2/RR/MX.php
%%DATADIR%%/NetDNS2/RR/NAPTR.php
%%DATADIR%%/NetDNS2/RR/NID.php
%%DATADIR%%/NetDNS2/RR/NIMLOC.php
%%DATADIR%%/NetDNS2/RR/NS.php
%%DATADIR%%/NetDNS2/RR/NSEC.php
%%DATADIR%%/NetDNS2/RR/NSEC3.php
%%DATADIR%%/NetDNS2/RR/NSEC3PARAM.php
%%DATADIR%%/NetDNS2/RR/NUL.php
%%DATADIR%%/NetDNS2/RR/OPENPGPKEY.php
%%DATADIR%%/NetDNS2/RR/OPT.php
%%DATADIR%%/NetDNS2/RR/OPT/CHAIN.php
%%DATADIR%%/NetDNS2/RR/OPT/COOKIE.php
%%DATADIR%%/NetDNS2/RR/OPT/DAU.php
%%DATADIR%%/NetDNS2/RR/OPT/DHU.php
%%DATADIR%%/NetDNS2/RR/OPT/ECS.php
%%DATADIR%%/NetDNS2/RR/OPT/EDE.php
%%DATADIR%%/NetDNS2/RR/OPT/EXPIRE.php
%%DATADIR%%/NetDNS2/RR/OPT/KEEPALIVE.php
%%DATADIR%%/NetDNS2/RR/OPT/KEYTAG.php
%%DATADIR%%/NetDNS2/RR/OPT/N3U.php
%%DATADIR%%/NetDNS2/RR/OPT/NSID.php
%%DATADIR%%/NetDNS2/RR/OPT/PADDING.php
%%DATADIR%%/NetDNS2/RR/OPT/RCHANNEL.php
%%DATADIR%%/NetDNS2/RR/OPT/UL.php
%%DATADIR%%/NetDNS2/RR/OPT/ZONEVERSION.php
%%DATADIR%%/NetDNS2/RR/PTR.php
%%DATADIR%%/NetDNS2/RR/PX.php
%%DATADIR%%/NetDNS2/RR/RESINFO.php
%%DATADIR%%/NetDNS2/RR/RP.php
%%DATADIR%%/NetDNS2/RR/RRSIG.php
%%DATADIR%%/NetDNS2/RR/RT.php
%%DATADIR%%/NetDNS2/RR/SIG.php
%%DATADIR%%/NetDNS2/RR/SMIMEA.php
%%DATADIR%%/NetDNS2/RR/SOA.php
%%DATADIR%%/NetDNS2/RR/SPF.php
%%DATADIR%%/NetDNS2/RR/SRV.php
%%DATADIR%%/NetDNS2/RR/SSHFP.php
%%DATADIR%%/NetDNS2/RR/SVCB.php
%%DATADIR%%/NetDNS2/RR/TA.php
%%DATADIR%%/NetDNS2/RR/TALINK.php
%%DATADIR%%/NetDNS2/RR/TKEY.php
%%DATADIR%%/NetDNS2/RR/TLSA.php
%%DATADIR%%/NetDNS2/RR/TSIG.php
%%DATADIR%%/NetDNS2/RR/TXT.php
%%DATADIR%%/NetDNS2/RR/TYPE65534.php
%%DATADIR%%/NetDNS2/RR/URI.php
%%DATADIR%%/NetDNS2/RR/WKS.php
%%DATADIR%%/NetDNS2/RR/X25.php
%%DATADIR%%/NetDNS2/RR/ZONEMD.php
%%DATADIR%%/NetDNS2/Resolver.php
%%DATADIR%%/NetDNS2/Socket.php
%%DATADIR%%/NetDNS2/Updater.php