head	1.17;
access;
symbols
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.16
	RELEASE_6_4_0:1.16
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.15
	RELEASE_4_EOL:1.15
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.3;
locks; strict;
comment	@# @;


1.17
date	2009.06.16.02.48.28;	author araujo;	state dead;
branches;
next	1.16;

1.16
date	2007.06.29.16.29.16;	author araujo;	state Exp;
branches;
next	1.15;

1.15
date	2007.01.05.14.51.58;	author rafan;	state Exp;
branches;
next	1.14;

1.14
date	2006.07.03.12.25.10;	author miwi;	state Exp;
branches;
next	1.13;

1.13
date	2006.06.05.17.25.38;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2006.05.13.04.41.18;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2005.12.09.19.24.52;	author ale;	state Exp;
branches;
next	1.10;

1.10
date	2005.10.31.11.58.26;	author lawrance;	state Exp;
branches;
next	1.9;

1.9
date	2005.08.07.22.28.56;	author simon;	state Exp;
branches;
next	1.8;

1.8
date	2004.04.10.17.26.51;	author trevor;	state Exp;
branches;
next	1.7;

1.7
date	2003.08.28.12.57.51;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.06.08.06.30.27;	author nork;	state Exp;
branches;
next	1.5;

1.5
date	2003.06.08.06.27.26;	author nork;	state Exp;
branches;
next	1.4;

1.4
date	2003.04.19.23.29.23;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.28.01.55.15;	author perky;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.14.01.30;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.20.03.32.55;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.17
log
@- This project came to an official end in 2008 there is no more support
  and bug fixes.
@
text
@# New ports collection makefile for:	postnuke
# Date created:				14 July 2002
# Whom:					Tae-seong Kim <rapzzard@@rapzzard.pe.kr>
#
# $FreeBSD: ports/www/postnuke/Makefile,v 1.16 2007/06/29 16:29:16 araujo Exp $
#

PORTNAME=	postnuke
PORTVERSION=	0.764
CATEGORIES=	www
MASTER_SITES=	http://noc.postnuke.com/frs/download.php/1340/
DISTNAME=	PostNuke-0.764

MAINTAINER=	araujo@@FreeBSD.org
COMMENT=	An automated website package to distribute and manage content

RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear

USE_MYSQL=	YES

NO_BUILD=	yes
WRKSRC=		${WRKDIR}/PostNuke-${PORTVERSION}
NO_WRKSUBDIR=	yes
PLIST_SUB=	NUKEDIR=${NUKEDIR}
PKGMESSAGE=	${WRKDIR}/pkg-message

pre-fetch:
.if !defined(NUKEDIR)
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "Define NUKEDIR to override default of 'www/postnuke'."
	@@${ECHO_MSG} ""
.endif

NUKEDIR?=	www/postnuke

post-configure:
	${CP} pkg-message ${PKGMESSAGE}
	${REINPLACE_CMD} \
		-e 's#%%PREFIX%%#${PREFIX}#g' \
		-e 's#%%NUKEDIR%%#${NUKEDIR}#g' ${PKGMESSAGE}

do-install:
	@@${MKDIR} ${PREFIX}/${NUKEDIR}
	@@${MKDIR} ${PREFIX}/${NUKEDIR}/html
	@@${MKDIR} ${PREFIX}/${NUKEDIR}/phoenix-sql
	@@${CP} -Rp ${WRKSRC}/html ${WRKSRC}/phoenix-sql ${PREFIX}/${NUKEDIR}

post-install:
	@@${CHMOD} 644 ${PREFIX}/${NUKEDIR}/html/config*.php
	@@ ${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.16
log
@- Change my mail address to araujo@@.

Approved by:	stas (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@- Update to 0.764
- Pass maintainership to submitter

PR:		ports/107543
Submitted by:	Marcelo Araujo <araujo at bsdmail.org>
@
text
@d14 1
a14 1
MAINTAINER=	araujo@@bsdmail.org
@


1.14
log
@Update MASTER_SITES

Submitted by:	linimon via mail
Approved by:	krion (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.762
d11 2
a12 2
MASTER_SITES=	http://noc.postnuke.com/frs/download.php/987/
DISTNAME=	PostNuke-0.762
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.13
log
@Update to 0.762

PR:		ports/98495
Submitted by:	miwi
Approved by:	krion (mentor)
@
text
@d11 1
a11 1
MASTER_SITES=	http://downloads.postnuke.com/sf/postnuke/
@


1.12
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d9 1
a9 1
PORTVERSION=	0.761
d12 1
a12 1
DISTNAME=	PostNuke-0.761
d22 1
a22 1
WRKSRC=		${WRKDIR}/PostNuke-0.761
d30 1
a30 1
	@@${ECHO_MSG} "Define NUKEDIR to override default of 'www/data/postnuke'."
d34 1
a34 1
NUKEDIR?=	www/data/postnuke
@


1.11
log
@Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@@php.net
@
text
@a25 1
USE_REINPLACE=	yes
@


1.10
log
@- Remove DEPRECATED and update to 0.761
- Adjust master site

PR:		ports/88204
Submitted by:	Brian McGovern <mcgovern@@beta.com>
@
text
@d17 1
a17 1
RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR
@


1.9
log
@Mark forbidden due to multiple vulnerabilities and no maintainer.

Approved by:	portmgr (blanket, secteam)
@
text
@d9 1
a9 2
PORTVERSION=	0.714
PORTREVISION=	2
d11 2
a12 3
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	post-nuke
DISTNAME=	Rogue_714
a16 3
FORBIDDEN=	http://vuxml.FreeBSD.org/0274a9f1-0759-11da-bc08-0001020eed82.html
EXPIRATION_DATE=2005-09-08

d22 1
a22 1
WRKSRC=		${WRKDIR}/pn_714
a23 1
DOCFILES=	README-FIRST.txt THEME_UPGRADES.txt UPGRADE.txt pnAPI.pdf pnMDG.pdf
d46 2
a47 2
	@@${MKDIR} ${PREFIX}/${NUKEDIR}/sql
	@@${CP} -Rp ${WRKSRC}/html ${WRKSRC}/sql ${PREFIX}/${NUKEDIR}
a50 4
.if !defined(NOPORTDOCS)
	@@ ${MKDIR} ${DOCSDIR}
	@@ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCFILES} ${DOCSDIR}
.endif
@


1.8
log
@Tidy up whitespace.
@
text
@d19 3
@


1.7
log
@[orphaned ports]: use USE_MYSQL for various orphaned ports.

	Make these ports use USE_MYSQL:
	    * databases/dbconnect
	    * net/netsaint
	    * www/mod_mp3
	    * www/mod_mylo
	    * www/phpnuke
	    * www/postnuke
	    * www/udmsearch
	    * mail/courier

PR:		ports/56029
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d19 1
a19 1
RUN_DEPENDS=    ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR
d24 1
a24 1
WRKSRC=         ${WRKDIR}/pn_714
d28 1
a28 1
PKGMESSAGE=     ${WRKDIR}/pkg-message
d38 1
a38 1
NUKEDIR?=       www/data/postnuke
@


1.6
log
@Bump PORTREVISION in last commit.
@
text
@a18 1
LIB_DEPENDS=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
d20 2
@


1.5
log
@Fix dependency on php/pear system (follow up new PEAR strcture).

Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@Install config files mode 644, not 666 (!).  Bump PORTREVISION.
@
text
@d20 1
a20 1
RUN_DEPENDS=    ${LOCALBASE}/lib/php/System.php:${PORTSDIR}/www/mod_php4
@


1.3
log
@Release the maintainership

Submitted by:	Tae-Seong Kim <rapzzard@@rapzzard.pe.kr> (maintainer)
@
text
@d10 1
d52 1
a52 1
	@@${CHMOD} 666 ${PREFIX}/${NUKEDIR}/html/config*.php
@


1.2
log
@De-pkg-comment.
@
text
@d15 1
a15 1
MAINTAINER=	rapzzard@@rapzzard.pe.kr
@


1.1
log
@New port: postnuke

	PostNuke is a content management system written in PHP with
	a database backend, focusing on style, appearance, and
	functionality.

PR:		ports/40544
Submitted by:	Tae-seong Kim <rapzzard@@rapzzard.pe.kr>
@
text
@d16 1
@

