head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.58;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2009.08.22.00.38.21;	author amdmi3;	state Exp;
branches;
next	1.8;

1.8
date	2007.03.07.07.19.28;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2006.08.14.03.55.13;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2006.08.01.19.13.36;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2006.07.11.21.44.13;	author rafan;	state Exp;
branches;
next	1.4;

1.4
date	2006.07.11.21.33.58;	author rafan;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.21.21.56.05;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.26.01.14.01;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.25.06.11.00;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	pnews
# Date created:			Feb 25, 2004
# Whom:				ijliao
#
# $FreeBSD: head/www/pnews/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pnews
PORTVERSION=	2.6.6
PORTEPOCH=	1
CATEGORIES=	www news
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	PHP Web-based News Reader

USE_PHP=	yes
NO_BUILD=	yes

PNEWSDIR?=	www/pnews
PNEWSFULLDIR=	${PREFIX}/${PNEWSDIR}
PLIST_SUB+=	PNEWSDIR="${PNEWSDIR}"

do-install:
	@@${MKDIR} ${PNEWSFULLDIR}
	@@${CP} -R ${WRKSRC}/* ${PNEWSFULLDIR}
	@@${CP} -R ${WRKSRC}/.htaccess ${WRKSRC}/* ${PNEWSFULLDIR}
	@@${FIND} ${PNEWSFULLDIR} -path '*/.svn' | ${XARGS} ${RM} -fr

.include <bsd.port.mk>
@


1.9
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.8
log
@- Update to 2.6.6
- Reset maintainership to ports@@FreeBSD.org

PR:		ports/109991
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.7
log
@- Respect DESTDIR [1]
- Respect www dir

PR:		ports/101837 [1]
Submitted by:	maintainer (Gea-Suan Lin)
@
text
@d10 1
a10 2
PORTVERSION=	2.6.4
PORTREVISION=	1
d18 1
a18 1
MAINTAINER=	gslin@@gslin.org
d24 3
a26 1
PNEWSDIR?=	${TARGETDIR}/www/pnews
d29 4
a32 3
	@@${MKDIR} ${PNEWSDIR}
	@@${CP} -R ${WRKSRC}/* ${PNEWSDIR}
	@@${CP} -R ${WRKSRC}/.htaccess ${WRKSRC}/* ${PNEWSDIR}
@


1.6
log
@Don't remove a directory that is in mtree.

PR:		101167
Submitted by:	erwin, pointyhat
Approved by:	maintainer
@
text
@d25 1
a25 1
PNEWSDIR?=	${PREFIX}/www/data/pnews
@


1.5
log
@- Copy .htaccess to PNEWSDIR, too

Submitted by:	Gea-Suan Lin (maintainer)
@
text
@d11 1
@


1.4
log
@- Update to 2.6.4
- Use static pkg-plist

PR:		ports/100124
Submitted by:	Gea-Suan Lin <gslin gslin.org> (maintainer)
@
text
@d29 1
@


1.3
log
@- Fix plist after recent php changes
@
text
@d10 1
a10 1
PORTVERSION=	2.6.3
a28 5
	@@${FIND} ${PNEWSDIR} -type f | \
		${SED} -e "s,^${PREFIX}/,," >> ${TMPPLIST}
	@@${FIND} ${PNEWSDIR} -type d | ${SORT} -r | \
		${SED} -e "s,^${PREFIX}/,@@dirrm ," >> ${TMPPLIST}
	@@${ECHO_CMD} "@@unexec rmdir %D/www/data 2>/dev/null || true" >> ${TMPPLIST}
@


1.2
log
@[PATCH] www/pnews: update to 2.6.3, take maintainership

	- Use correct version, update to 2.6.3, so bump PORTEPOCH.
	- Don't require php-cgi, USE_PHP is enough.
	- Take maintainership.

PR:		ports/90899
Submitted by:	Gea-Suan Lin <gslin@@gslin.org>
Song:		Rolling Stones - The last time
@
text
@d33 1
@


1.1
log
@add pnews 2.53
PHP News Reader
@
text
@d10 2
a11 1
PORTVERSION=	2.53
d15 1
a15 1
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
d18 2
a19 2
MAINTAINER=	ports@@FreeBSD.org
COMMENT=	PHP News Reader
a21 1
WANT_PHP_CGI=	yes
@

