head	1.20;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.18
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.8;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.06.02.33;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.10.05.15.02.43;	author beat;	state Exp;
branches;
next	1.18;

1.18
date	2009.03.09.09.26.32;	author beat;	state Exp;
branches;
next	1.17;

1.17
date	2009.01.28.23.25.21;	author beat;	state Exp;
branches;
next	1.16;

1.16
date	2008.11.29.20.27.41;	author miwi;	state Exp;
branches;
next	1.15;

1.15
date	2008.08.01.12.18.32;	author pav;	state Exp;
branches;
next	1.14;

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

1.13
date	2007.07.28.19.02.37;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2007.06.06.21.37.27;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2007.05.19.20.24.50;	author flz;	state Exp;
branches;
next	1.10;

1.10
date	2007.01.22.22.19.44;	author rafan;	state Exp;
branches;
next	1.9;

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

1.8
date	2006.08.28.07.34.48;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2006.07.09.08.04.30;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2006.07.09.05.03.04;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2006.07.05.02.30.57;	author linimon;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2006.05.08.10.02.13;	author ale;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.05.06.27.53;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Switch exporter over
@
text
@# $FreeBSD: head/www/fluxcms/Makefile 305303 2012-10-05 15:02:43Z beat $

PORTNAME=	fluxcms
PORTVERSION=	1.6.0
PORTREVISION=	7
CATEGORIES=	www
MASTER_SITES=	http://bitflux.org/download/ \
		http://www.chruetertee.ch/files/download/
DISTNAME=	${PORTNAME}-${PORTVERSION}-snapshot-20090308
EXTRACT_SUFX=	.tgz

MAINTAINER=	beat@@FreeBSD.org
COMMENT=	An extensible and flexible CMS based on PHP 5 and XML/XSLT

NO_BUILD=	yes
FLUXCMSDIR=	www/fluxcms
INSTALLDIR=	${PREFIX}/${FLUXCMSDIR}

PLIST_SUB=	INSTALLDIR=${FLUXCMSDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
SUB_FILES=	pkg-deinstall pkg-message
SUB_LIST=	INSTALLDIR=${INSTALLDIR}

OPTIONS_DEFINE=	TIDY

USE_PHP=	dom xml simplexml iconv mysql xsl session pcre gd

IGNORE_WITH_PHP=	4
DEFAULT_PHP_VER=	5

PKGDEINSTALL=	${WRKDIR}/pkg-deinstall

.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MTIDY}
USE_PHP+=	tidy
.endif

post-patch:
	@@${RM}  ${WRKSRC}/install/dist/conf/config.xml.orig

do-install:
	@@${MKDIR} ${INSTALLDIR}
	@@${CP} -R ${WRKSRC}/* ${INSTALLDIR}
	@@${CHOWN} ${WWWOWN}:${WWWGRP} ${INSTALLDIR}

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.19
log
@SVN rev 305303 on 2012-10-05 15:02:43Z by beat

- Convert to optionsng
- Trim Makefile header
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.18
log
@- Update to 20090308 snapshot

Approved by:	miwi (mentor)
@
text
@a0 4
# New ports collection makefile for:   fluxcms
# Date created:        31 December 2005
# Whom:                beat
#
a1 1
#
d23 1
a23 1
OPTIONS=	TIDY "Configure with tidy support" off
d34 1
a34 1
.if defined(WITH_TIDY)
@


1.17
log
@Update my email address to @@FreeBSD.org.

Approved by:	miwi (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	6
d14 1
a14 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-snapshot-20081127
@


1.16
log
@- Update to 20081127 snapshot
- Fix broken tidy dependency

PR:		129243
Submitted by:	"Beat Gtzi" <beat@@chruetertee.ch> (maintainer)
@
text
@d17 1
a17 1
MAINTAINER=	beat@@chruetertee.ch
@


1.15
log
@- Update to 20080801 snapshot

PR:		ports/126157
Submitted by:	Beat Gatzi <beat@@chruetertee.ch> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	5
d14 1
a14 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-snapshot-20080801
d40 1
a40 1
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/tidy.so:${PORTSDIR}/${tidy_DEPENDS}
@


1.14
log
@- Update to 20080622

PR:		124879
Submitted by:	Beat Gaetzi <beat@@chruetertee.ch> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	4
d14 1
a14 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-snapshot-20080622
@


1.13
log
@- Update to 1.6.0 latest snapshot. In previous versions it was possible for
  everybody to change a user password just by guessing the username.

PR:		ports/114983
Submitted by:	Beat Gaetzi <beat@@chruetertee.ch> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	3
d14 1
a14 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-snapshot-20070727
d49 1
a49 1
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${INSTALLDIR}
@


1.12
log
@- Update to 1.6.0

PR:		113288
Submitted by:	Beat Gaetzi <beat@@chruetertee.ch> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	2
d14 1
a14 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-snapshot-20070603
@


1.11
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
d14 1
a14 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-snapshot-20070122
@


1.10
log
@- Update to 1.6.0 latest snapshot

PR:		ports/108223
Submitted by:	Beat Gaetzi <beat at chruetertee.ch> (maintainer)
@
text
@d10 1
@


1.9
log
@- Update to 1.5.0

PR:		ports/105530
Submitted by:	Beat Gaetzi <beat@@chruetertee.ch> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.5.0
d13 1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-snapshot-20061114
@


1.8
log
@- Remove pecl-imagick support, because pecl-imagick is deprecated and will be
  removed from the ports tree soon.
- Add patch that gd is enabled by default

PR:		ports/102482
Submitted by:	Beat Gtzi <beat(at)chruetertee.ch> (maintainer)
Approved by:	krion (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.4.0
d13 1
@


1.7
log
@Finally make this file correspond to what was tested on the cluster.

Pointed out by:	maintainer
Pointy hat to:	linimon
@
text
@d26 1
a26 2
OPTIONS=	GD "Use GD support instead of ImageMagick" on \
		TIDY "Configure with tidy support" off
d28 1
a28 1
USE_PHP=	dom xml simplexml iconv mysql xsl session pcre
a36 6
.if !defined(WITHOUT_GD)
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/gd.so:${PORTSDIR}/${gd_DEPENDS}
.else
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/${imagick_DEPENDS}
.endif

d41 3
@


1.6
log
@Change BROKEN_WITH to IGNORE_WITH.
@
text
@a37 2
IGNORE_WITH_PHP=	4

@


1.5
log
@Change all bogus uses of BROKEN to IGNORE.  See CHANGES 20060705.

PR:		ports/92445
Hat:		portmgr
@
text
@d38 1
a38 1
BROKEN_WITH_PHP=	4
@


1.4
log
@- Fix pkg-deinstall script

Submitted by:	Beat Gatzi <beat@@chruetertee.ch> (maintainer)
Pointy hat to:	pav
@
text
@d31 1
@


1.3
log
@- Update to 1.4.0

PR:		ports/99474
Submitted by:	Beat Gatzi <beat@@chruetertee.ch> (maintainer)
@
text
@d24 1
a24 1
SUB_LIST=	INSTALLDIR=${FLUXCMSDIR}
@


1.2
log
@Fix package build.

Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.3.1
d23 2
a30 1
BROKEN_WITH_PHP=	4
d33 2
d37 2
d55 1
a55 1
	@@${SED} -e 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE}
@


1.1
log
@Add fluxcms 1.3.1, an extensible and flexible CMS based on PHP 5 and
XML/XSLT.

PR:		ports/92644
Submitted by:	beat
Approved by:	tobez
@
text
@d24 1
a24 1
OPTIONS=	GD "Use GD support instead of ImageMagick" off \
d29 1
d34 1
a34 3
WITH_PHP5=	yes

.if defined(WITH_GD)
@

