1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

net/pear-Net_Socket: Update to 1.2.2

- Update LICENSE
- Add LICENSE_FILE
- Update pkg-descr

Changes:	https://pear.php.net/package/Net_Socket/download/
		https://github.com/pear/Net_Socket/releases
This commit is contained in:
Po-Chuan Hsieh 2021-07-14 23:52:00 +08:00
parent bb57e341fa
commit 0580a15673
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 10 additions and 10 deletions

View File

@ -1,15 +1,17 @@
# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= Net_Socket
PORTVERSION= 1.0.14
PORTVERSION= 1.2.2
CATEGORIES= net www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR Network Socket Interface
LICENSE= PHP202
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1497163289
SHA256 (PEAR/Net_Socket-1.0.14.tgz) = 85dd3a1b5e472a7478c9fbe2ebf2f4b7ad042ed5b7c0e000e0f348dc50cd8e5f
SIZE (PEAR/Net_Socket-1.0.14.tgz) = 5655
TIMESTAMP = 1625585478
SHA256 (PEAR/Net_Socket-1.2.2.tgz) = 1f971cf0f80fa6a7bbbebb8695917293eaede976680718413847177633a41689
SIZE (PEAR/Net_Socket-1.2.2.tgz) = 6903

View File

@ -1,7 +1,5 @@
Net_Socket is a PEAR class interface to TCP sockets.
It provides blocking and non-blocking operation, with different reading
and writing modes (byte-wise, block-wise, line-wise and special formats
like network byte-order ip addresses).
Net_Socket is a class interface to TCP sockets. It provides blocking and
non-blocking operation, with different reading and writing modes (byte-wise,
block-wise, line-wise and special formats like network byte-order ip addresses).
WWW: https://pear.php.net/package/Net_Socket