aboutsummaryrefslogtreecommitdiff
path: root/www/pnews
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-25 06:11:00 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-25 06:11:00 +0000
commita3d3dcf2ce6cbcdf4ad94b31107097e0e550f50a (patch)
tree14de7daf090cb577dcbb280b51ecc117bb99a77d /www/pnews
parent90558a05c08b15c8474c53016d35b5927350e6f1 (diff)
downloadports-a3d3dcf2ce6cbcdf4ad94b31107097e0e550f50a.tar.gz
ports-a3d3dcf2ce6cbcdf4ad94b31107097e0e550f50a.zip
add pnews 2.53
PHP News Reader
Notes
Notes: svn path=/head/; revision=102030
Diffstat (limited to 'www/pnews')
-rw-r--r--www/pnews/Makefile34
-rw-r--r--www/pnews/distinfo2
-rw-r--r--www/pnews/pkg-descr16
3 files changed, 52 insertions, 0 deletions
diff --git a/www/pnews/Makefile b/www/pnews/Makefile
new file mode 100644
index 000000000000..44e58c562bde
--- /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 000000000000..efcee2d28b5e
--- /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 000000000000..8bcb60a687c9
--- /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/