diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-27 20:45:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-27 20:45:59 +0000 |
commit | 73ae56240ea26370240e0b854f3471847d2cb9a2 (patch) | |
tree | d004bb1f93613c95f8e25caf748791b77e90171b /net/pear-Net_NNTP | |
parent | 2e352f30664c72559967ff89476e8c76239d00e9 (diff) |
Notes
Diffstat (limited to 'net/pear-Net_NNTP')
-rw-r--r-- | net/pear-Net_NNTP/Makefile | 17 | ||||
-rw-r--r-- | net/pear-Net_NNTP/distinfo | 6 |
2 files changed, 15 insertions, 8 deletions
diff --git a/net/pear-Net_NNTP/Makefile b/net/pear-Net_NNTP/Makefile index eb1bc2fae4d5..8572c6bbea69 100644 --- a/net/pear-Net_NNTP/Makefile +++ b/net/pear-Net_NNTP/Makefile @@ -6,20 +6,27 @@ # PORTNAME= Net_NNTP -PORTVERSION= 1.0.1 +PORTVERSION= 1.3.3 PORTEPOCH= 1 CATEGORIES= net news pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org 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/Client.php NNTP/Protocol/Client.php -EXAMPLES= index.php group.php read.php -_EXAMPLESDIR= docs/examples/news.php.net +FILES= NNTP/Client.php NNTP/Header.php NNTP/Message.php \ + NNTP/Protocol/Client.php NNTP/Protocol/Responsecode.php + +EXAMPLES= demo/article.php demo/common.inc.php demo/config.inc.php demo/footer.inc.php \ + demo/group.php demo/groups.php demo/header.inc.php demo/index.php demo/style.css \ + phpdoc/authenticate.php phpdoc/connect.php phpdoc/constructor.php phpdoc/getDescriptions.php \ + phpdoc/getGroups.php phpdoc/getOverview.php phpdoc/getOverview.php phpdoc/selectArticle.php \ + phpdoc/selectGroup.php phpdoc/selectNextArticle.php phpdoc/selectPreviousArticle.php + +_EXAMPLESDIR= docs/examples/ .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/net/pear-Net_NNTP/distinfo b/net/pear-Net_NNTP/distinfo index 2d9bc1bf3db8..c50ce2ad97cb 100644 --- a/net/pear-Net_NNTP/distinfo +++ b/net/pear-Net_NNTP/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Net_NNTP-1.0.1.tgz) = c51bfa31c55d2f784171373d9532980c -SHA256 (PEAR/Net_NNTP-1.0.1.tgz) = 42bb6b90101de28c5e106f898eef89d579bac05a2315d95b5640fa2a0974916f -SIZE (PEAR/Net_NNTP-1.0.1.tgz) = 16507 +MD5 (PEAR/Net_NNTP-1.3.3.tgz) = 92a9d8afc85b4e8eeda2f562bdd0ed9d +SHA256 (PEAR/Net_NNTP-1.3.3.tgz) = 0076599c414fd6f45fc7628832311e644decdec97c75f83d614d8f7a65760ae3 +SIZE (PEAR/Net_NNTP-1.3.3.tgz) = 41564 |