head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2012.04.15.19.46.38;	author jgh;	state dead;
branches;
next	1.11;

1.11
date	2012.03.14.18.25.26;	author jgh;	state Exp;
branches;
next	1.10;

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

1.9
date	2009.03.27.21.59.10;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2008.07.29.15.36.51;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.25.15.14.41;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2007.09.09.08.49.53;	author miwi;	state Exp;
branches;
next	1.5;

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

1.4
date	2007.03.24.16.43.28;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2007.02.06.03.05.02;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.17.07.01.05;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.10.15.52.50;	author arved;	state Exp;
branches;
next	;


desc
@@


1.12
log
@- Has expired: unsupported upstream, consider www/pivotx

PR: ports/166099
@
text
@# New ports collection makefile for:	pivot-weblog
# Date created:		2006-08-01
# Whom:			Hans Fredrik Nordhaug <hans@@nordhaug.priv.no>
#
# $FreeBSD: ports/www/pivot-weblog/Makefile,v 1.11 2012/03/14 18:25:26 jgh Exp $
#

PORTNAME=	pivot-weblog
PORTVERSION=	1.40.7
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/Pivot%20Weblog/Pivot%20${PORTVERSION}
DISTNAME=	pivot_1407_full

MAINTAINER=	hans@@nordhaug.priv.no
COMMENT=	A web-based tool to help you maintain weblogs (or other dynamic sites)

USE_ZIP=	YES
USE_PHP=	pcre session
NO_BUILD=	YES
WANT_PHP_WEB=	YES

BLOGURL?=	weblog
WWWDOCROOT?=	www
BLOGDIR?=	${WWWDOCROOT}/${BLOGURL}

SUB_FILES=	pkg-message pkg-install pkg-deinstall
SUB_LIST=	BLOGURL=${BLOGURL} BLOGDIR=${BLOGDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
PLIST_SUB=	BLOGDIR=${BLOGDIR}

DEPRECATED=	unsupported upstream, consider www/pivotx
EXPIRATION=	2012-04-15

post-extract:
	@@${MKDIR} ${WRKDIR}/pivot/default-data/
.for OBJECT in pivot/db pivot/templates pivot/pv_cfg_settings.php pivot/pv_cfg_weblogs.php
	@@${MV} ${WRKDIR}/${OBJECT} ${WRKDIR}/pivot/default-data/
.endfor
	@@${ECHO_MSG}
	@@${ECHO_MSG} "You may change the data/weblog directory with the option BLOGURL"
	@@${ECHO_MSG} "Set NOPORTDOCS if you do not need any documentation"
	@@${ECHO_MSG}

do-install:
# Installing docs
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for FILES in README.txt example.htaccess
	@@${CP} -v ${WRKDIR}/${FILES} ${DOCSDIR}
.endfor
.endif
# Actually installing the runtime/PHP files
.for DIR in images archives
	@@${MKDIR} ${PREFIX}/${BLOGDIR}/${DIR}
.endfor
.for DIR in pivot extensions
	@@${CP} -Rv ${WRKDIR}/${DIR} ${PREFIX}/${BLOGDIR}/
.endfor

post-install:
	@@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.11
log
@- drop invalid post-deinstall target
- mark DEPRECATION and set EXPIRATION - migrate to www/pivotx now

PR:	ports/166099
Submitted by:	jgh@@
Approved by:	maintainer, hans@@nordhaug.priv.no
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d30 3
a62 3
post-deinstall:
	@@${SH} ${PKGINSTALL} ${PKGNAME} POST-DEINSTALL

@


1.9
log
@- Update to 1.40.7

PR:		133117
Submitted by:	Hans Fredrik Nordhaug <hans@@nordhaug.priv.no> (maintainer)
Security:	http://www.vuxml.org/freebsd/0fe73a4a-1b18-11de-8226-0030843d3802.html
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.8
log
@- Update to 1.40.6

PR:		ports/126065
Submitted by:	Hans Fredrik Nordhaug <hans@@nordhaug.priv.no> (maintainer)
Security:	CVE-2008-3128 - a directory traversal vulnerability
@
text
@d9 1
a9 1
PORTVERSION=	1.40.6
d13 1
a13 1
DISTNAME=	pivot_1406_full
@


1.7
log
@- Update to 1.40.5

PR:		ports/122978
Submitted by:	Hans Fredrik Nordhaug <hans@@nordhaug.priv.no> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.40.5
d13 1
a13 1
DISTNAME=	pivot_1405_full
@


1.6
log
@- Update to 1.40.4

PR:		116220
Submitted by:	Hans Fredrik Nordhaug <hans@@nordhaug.priv.no> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.40.4
d13 1
a13 1
DISTNAME=	pivot_1404_full
@


1.5
log
@- Update to 1.40.3

PR:		ports/113834
Submitted by:	Hans Fredrik Nordhaug <hans at nordhaug.priv.no> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.40.3
d13 1
a13 1
DISTNAME=	pivot_1403_full
@


1.4
log
@- WWWOWN and WWWGRP are defined in bsd.port.mk
@
text
@d9 1
a9 1
PORTVERSION=	1.40.1
d13 1
a13 1
DISTNAME=	pivot_1401_full
@


1.3
log
@- Update to 1.40.1

This is a major upgrade to 1.30.2: Increased security, added tagging functionality and
comment moderation, greatly improved Metaweblog API support and registered visitor
functionality.

PR:		ports/108777
Submitted by:	maintainer (Hans Fredrik Nordhaug)
@
text
@a25 2
WWWOWN?=	www
WWWGRP?=	www
@


1.2
log
@- Update to 1.30.2

PR:		ports/102161
Submitted by:	maintainer (Hans Fredrik Nordhaug)
@
text
@d9 1
a9 1
PORTVERSION=	1.30.2
d13 1
a13 1
DISTNAME=	pivot_1302_full
@


1.1
log
@Add pivot-weblog a weblog system written in PHP

PR:		101299
Submitted by:	Hans Fredrik Nordhaug <hans@@nordhaug.priv.no>
@
text
@d9 1
a9 1
PORTVERSION=	1.30.1
d13 1
a13 1
DISTNAME=	pivot_1301_full
@

