add pnews 2.53
PHP News Reader
This commit is contained in:
parent
90558a05c0
commit
a3d3dcf2ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102030
4 changed files with 53 additions and 0 deletions
|
@ -473,6 +473,7 @@
|
|||
SUBDIR += phpwiki
|
||||
SUBDIR += plone
|
||||
SUBDIR += plugger
|
||||
SUBDIR += pnews
|
||||
SUBDIR += postnuke
|
||||
SUBDIR += pound
|
||||
SUBDIR += privoxy
|
||||
|
|
34
www/pnews/Makefile
Normal file
34
www/pnews/Makefile
Normal file
|
@ -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>
|
2
www/pnews/distinfo
Normal file
2
www/pnews/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (pnews253.tgz) = bc60cf83327cdf89dd807441fe4bb101
|
||||
SIZE (pnews253.tgz) = 211863
|
16
www/pnews/pkg-descr
Normal file
16
www/pnews/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue