View | Details | Raw Unified | Return to bug 78548
Collapse All | Expand All

(-)pear-Net_NNTP/Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Net_NNTP
8
PORTNAME=	Net_NNTP
9
PORTVERSION=	1.2.0
9
PORTVERSION=	1.0.0
10
PORTEPOCH=	1
10
CATEGORIES=	net news www pear
11
CATEGORIES=	net news www pear
11
12
12
MAINTAINER=	antonio@php.net
13
MAINTAINER=	antonio@php.net
Lines 16-23 Link Here
16
RUN_DEPENDS=	${BUILD_DEPENDS}
17
RUN_DEPENDS=	${BUILD_DEPENDS}
17
18
18
CATEGORY=	Net
19
CATEGORY=	Net
19
FILES=		NNTP/Client.php NNTP/Header.php NNTP/Message.php \
20
FILES=		NNTP.php NNTP/Client.php NNTP/Protocol/Client.php
20
		NNTP/Protocol/Client.php
21
EXAMPLES=	index.php group.php read.php
21
EXAMPLES=	index.php group.php read.php
22
_EXAMPLESDIR=	docs/examples/news.php.net
22
_EXAMPLESDIR=	docs/examples/news.php.net
23
23
(-)pear-Net_NNTP/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/Net_NNTP-1.2.0.tgz) = 414f5539129b79396ce38320f08c022f
1
MD5 (PEAR/Net_NNTP-1.0.0.tgz) = d1717c38097248425e2407978d36548c
2
SIZE (PEAR/Net_NNTP-1.2.0.tgz) = 19804
2
SIZE (PEAR/Net_NNTP-1.0.0.tgz) = 16064
(-)pear-Net_NNTP/pkg-descr (-2 / +1 lines)
Lines 1-4 Link Here
1
Package for communicating with NNTP/USENET servers. Includes features like 
1
Package for communicating with NNTP/Usenet servers.
2
post, view, list, authentication, overview, etc.
3
2
4
WWW: http://pear.php.net/package/Net_NNTP/
3
WWW: http://pear.php.net/package/Net_NNTP/

Return to bug 78548