Update port: net/pear-Net_NNTP to 1.2.0
+ update port: net/pear-Net_NNTP to 1.2.0 + changelog: http://pear.php.net/package/Net_NNTP/download/1.2.0/ + take maintainership + update pkg-descr PR: ports/76355 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
This commit is contained in:
parent
7b2c770040
commit
e42e3cbc15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126810
3 changed files with 13 additions and 13 deletions
|
@ -6,20 +6,21 @@
|
|||
#
|
||||
|
||||
PORTNAME= Net_NNTP
|
||||
PORTVERSION= 0.10.1
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= net news www pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= PEAR class that provides an implementation of the NNTP protocol
|
||||
MAINTAINER= antonio@php.net
|
||||
COMMENT= PEAR implementation of the NNTP protocol
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CATEGORY= Net
|
||||
FILES= NNTP.php NNTP/Protocol.php NNTP/Header.php NNTP/Message.php
|
||||
EXAMPLES= README read.php group.php index.php
|
||||
_EXAMPLESDIR= examples/news.php.net
|
||||
|
||||
FILES= NNTP/Client.php NNTP/Header.php NNTP/Message.php \
|
||||
NNTP/Protocol/Client.php
|
||||
EXAMPLES= index.php group.php read.php
|
||||
_EXAMPLESDIR= docs/examples/news.php.net
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (PEAR/Net_NNTP-0.10.1.tgz) = 495b9bb0218c9d43d291f0cec7b5dd87
|
||||
SIZE (PEAR/Net_NNTP-0.10.1.tgz) = 24352
|
||||
MD5 (PEAR/Net_NNTP-1.2.0.tgz) = 414f5539129b79396ce38320f08c022f
|
||||
SIZE (PEAR/Net_NNTP-1.2.0.tgz) = 19804
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
Complete class for communicating with an NNTP server (this is: the USENET),
|
||||
including: post, view, list, authentication, overview, header manipulation,
|
||||
NNTP commands debugger, etc.
|
||||
Package for communicating with NNTP/USENET servers. Includes features like
|
||||
post, view, list, authentication, overview, etc.
|
||||
|
||||
WWW: http://pear.php.net/package-info.php?package=Net_NNTP
|
||||
WWW: http://pear.php.net/package/Net_NNTP/
|
||||
|
|
Loading…
Reference in a new issue