diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-28 04:45:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-28 04:45:59 +0800 |
commit | 4be204355579b40ef62e6f57765605bc9f65b3ee (patch) | |
tree | 1bd1c28a52e01b1c912159cebaae5ed1478f39cd /net | |
parent | 2fab203f74df16a26ee8d87f960ccc1ab505473d (diff) | |
download | freebsd-ports-gnome-4be204355579b40ef62e6f57765605bc9f65b3ee.tar.gz freebsd-ports-gnome-4be204355579b40ef62e6f57765605bc9f65b3ee.tar.zst freebsd-ports-gnome-4be204355579b40ef62e6f57765605bc9f65b3ee.zip |
- Update to 1.3.3
- Take maintainership
Diffstat (limited to 'net')
-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 |