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

(-)pear-Net_NNTP/Makefile (-8 / +9 lines)
Lines 2-25 Link Here
2
# Date created:				07 August 2003
2
# Date created:				07 August 2003
3
# Whom:					Clement Laforet <sheepkiller@cultdeadsheep.org>
3
# Whom:					Clement Laforet <sheepkiller@cultdeadsheep.org>
4
#
4
#
5
# $FreeBSD: ports/net/pear-Net_NNTP/Makefile,v 1.10 2005/01/16 15:53:53 clement Exp $
5
# $FreeBSD: ports/net/pear-Net_NNTP/Makefile,v 1.9 2004/04/14 08:21:01 clement Exp $
6
#
6
#
7
7
8
PORTNAME=	Net_NNTP
8
PORTNAME=	Net_NNTP
9
PORTVERSION=	0.10.1
9
PORTVERSION=	1.2.0
10
CATEGORIES=	net news www pear
10
CATEGORIES=	net news www pear
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	antonio@php.net
13
COMMENT=	PEAR class that provides an implementation of the NNTP protocol
13
COMMENT=	PEAR implementation of the NNTP protocol
14
14
15
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
15
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
16
RUN_DEPENDS=	${BUILD_DEPENDS}
16
RUN_DEPENDS=	${BUILD_DEPENDS}
17
17
18
CATEGORY=	Net
18
CATEGORY=	Net
19
FILES=		NNTP.php NNTP/Protocol.php NNTP/Header.php NNTP/Message.php
19
FILES=		NNTP/Client.php NNTP/Header.php NNTP/Message.php \
20
EXAMPLES=	README read.php group.php index.php
20
		NNTP/Protocol/Client.php
21
_EXAMPLESDIR=	examples/news.php.net
21
EXAMPLES=	index.php group.php read.php
22
 
22
_EXAMPLESDIR=	docs/examples/news.php.net
23
23
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
24
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
25
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
25
.include <bsd.port.post.mk>
26
.include <bsd.port.post.mk>
(-)pear-Net_NNTP/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/Net_NNTP-0.10.1.tgz) = 495b9bb0218c9d43d291f0cec7b5dd87
1
MD5 (PEAR/Net_NNTP-1.2.0.tgz) = 414f5539129b79396ce38320f08c022f
2
SIZE (PEAR/Net_NNTP-0.10.1.tgz) = 24352
2
SIZE (PEAR/Net_NNTP-1.2.0.tgz) = 19804
(-)pear-Net_NNTP/pkg-descr (-4 / +3 lines)
Lines 1-5 Link Here
1
Complete class for communicating with an NNTP server (this is: the USENET),
1
Package for communicating with NNTP/USENET servers. Includes features like 
2
including: post, view, list, authentication, overview, header manipulation, 
2
post, view, list, authentication, overview, etc.
3
NNTP commands debugger, etc. 
4
3
5
WWW: http://pear.php.net/package-info.php?package=Net_NNTP
4
WWW: http://pear.php.net/package/Net_NNTP/

Return to bug 76355