diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/pnews/Makefile | 34 | ||||
-rw-r--r-- | www/pnews/distinfo | 2 | ||||
-rw-r--r-- | www/pnews/pkg-descr | 16 |
4 files changed, 53 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fdcc52e..b885c87 100644 --- a/www/Makefile +++ b/www/Makefile @@ -473,6 +473,7 @@ SUBDIR += phpwiki SUBDIR += plone SUBDIR += plugger + SUBDIR += pnews SUBDIR += postnuke SUBDIR += pound SUBDIR += privoxy diff --git a/www/pnews/Makefile b/www/pnews/Makefile new file mode 100644 index 0000000..44e58c5 --- /dev/null +++ b/www/pnews/Makefile @@ -0,0 +1,34 @@ +# ex:ts=8 +# Ports collection makefile for: pnews +# Date created: Feb 25, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= pnews +PORTVERSION= 2.53 +CATEGORIES= www news +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org +COMMENT= PHP News Reader + +USE_PHP= yes +WANT_PHP_CGI= yes +NO_BUILD= yes + +PNEWSDIR?= ${PREFIX}/www/data/pnews + +do-install: + @${MKDIR} ${PNEWSDIR} + @${CP} -R ${WRKSRC}/* ${PNEWSDIR} + @${FIND} ${PNEWSDIR} -type f | \ + ${SED} -e "s,^${PREFIX}/,," >> ${TMPPLIST} + @${FIND} ${PNEWSDIR} -type d | ${SORT} -r | \ + ${SED} -e "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST} + +.include <bsd.port.mk> diff --git a/www/pnews/distinfo b/www/pnews/distinfo new file mode 100644 index 0000000..efcee2d --- /dev/null +++ b/www/pnews/distinfo @@ -0,0 +1,2 @@ +MD5 (pnews253.tgz) = bc60cf83327cdf89dd807441fe4bb101 +SIZE (pnews253.tgz) = 211863 diff --git a/www/pnews/pkg-descr b/www/pnews/pkg-descr new file mode 100644 index 0000000..8bcb60a --- /dev/null +++ b/www/pnews/pkg-descr @@ -0,0 +1,16 @@ +PHP News Reader is a web based News Reader. It supports the standard NNTP +protocol (RFC 977) for reading, posting, deleting, forwarding and replying +news articles. + +Features: + * Read/Post/Reply/Crosspost/Forward/Delete articles to/from News + server(s). + * Multiple News server and multiple catalog of news groups. + * Support NNTP over SSL (NNTPS) and NNTP authentication. + * Posting and downloading for uuencoded attachment. + * Easy to install, no database access and IMAP is not required. + * Authentication is easily configured to work with your existing system. + * Multiple language interface and Traditional/Simplified Chinese coding + conversion. + +WWW: http://pnews.sourceforge.net/ |