head	1.15;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.06.03.06;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.09.26.20.43.58;	author glarkin;	state Exp;
branches;
next	1.13;

1.13
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.12;

1.12
date	2011.08.20.17.27.51;	author ohauer;	state Exp;
branches;
next	1.11;

1.11
date	2009.04.22.00.17.07;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2008.02.21.08.53.15;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2007.05.19.20.25.31;	author flz;	state Exp;
branches;
next	1.8;

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

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

1.6
date	2007.02.11.01.23.34;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2006.09.17.01.26.21;	author kris;	state Exp;
branches;
next	1.4;

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

1.3
date	2006.07.05.02.30.57;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2006.06.07.12.11.46;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.15.17.42.54;	author pav;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Switch exporter over
@
text
@# New ports collection makefile for:	siteframe
# Date created:				9 January 2006
# Whom:					Glen Campbell
#
# $FreeBSD: head/www/siteframe/Makefile 304927 2012-09-26 20:43:58Z glarkin $
#

PORTNAME=	siteframe
PORTVERSION=	5.0.2
PORTREVISION=	4
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.broadpool.net/pub/siteframe/

MAINTAINER=	glen@@broadpool.com
COMMENT=	A web community content management system in PHP5 and MySQL

RUN_DEPENDS=	${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty2

USE_APACHE_RUN=	22+
USE_PHP=	mysqli simplexml xml session gd
DEFAULT_PHP_VER=	5
IGNORE_WITH_PHP=	4
USE_MYSQL=	yes
IGNORE_WITH_MYSQL=	40

# where to install
NO_BUILD=	yes
NO_WRKSUBDIR=	yes
.ifndef SITEFRAMEDIR
.ifdef APACHE_DATADIR
SITEFRAMEDIR=	${APACHE_DATADIR}/siteframe
.else
SITEFRAMEDIR=	${WWWDIR}
.endif
.endif

SUB_FILES=	pkg-message
SUB_LIST=	DIR=${SITEFRAMEDIR}

do-install:
	${MKDIR} ${SITEFRAMEDIR}/
	${CP} -R ${WRKSRC}/* ${SITEFRAMEDIR}/
	${CHOWN} -R ${WWWOWN} ${SITEFRAMEDIR}/

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

.include <bsd.port.mk>
@


1.14
log
@SVN rev 304927 on 2012-09-26 20:43:58Z by glarkin

- Chase www/smarty -> www/smarty2 rename
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d10 1
a10 1
PORTREVISION=	3
d17 1
a17 1
RUN_DEPENDS=	${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty
@


1.12
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d19 1
a19 1
USE_APACHE=	20+
@


1.11
log
@- USE_APACHE=yes is deprecated
- WITH_APACHE2 is deprecated

PR:             ports/133692
Approved by:    maintainer
Submitted by:   me
@
text
@d10 1
a10 1
PORTREVISION=	2
d19 1
a19 1
USE_APACHE=	2.0+
@


1.10
log
@- This works just fine with MySQL 5.0/5.1

Confirmed by:	Glen Campbell <glen@@broadpool.com> (maintainer)
@
text
@d19 1
a19 2
USE_APACHE=	yes
WITH_APACHE2=	yes
d41 1
a41 1
	${MKDIR} ${SITEFRAMEDIR}
@


1.9
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
a24 1
DEFAULT_MYSQL_VER=	41
@


1.8
log
@- WWWDIR is now defined in bsd.ports.mk

PR:		ports/105529
Submitted by:	laszlof
@
text
@d10 1
@


1.7
log
@- Unbreak
@
text
@a29 1
WWWDIR?=	${PREFIX}/www
d34 1
a34 1
SITEFRAMEDIR=	${WWWDIR}/siteframe
@


1.6
log
@Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
@
text
@a17 4
BROKEN=		Incomplete pkg-plist
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2007-04-10

d44 1
a44 1
	${CP} -R ${WRKSRC}/ ${SITEFRAMEDIR}
@


1.5
log
@BROKEN: Incomplete pkg-plist
@
text
@d19 2
@


1.4
log
@It looks like this no longer has conflicting dependencies
@
text
@d18 2
@


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

PR:		ports/92445
Hat:		portmgr
@
text
@a26 2
NO_PACKAGE=	Conflicting Apache dependencies

@


1.2
log
@Update to 5.0.2

PR:		ports/98424
Approved by:	krion (mentor), maintainer
@
text
@d22 1
a22 1
BROKEN_WITH_PHP=	4
d25 1
a25 1
BROKEN_WITH_MYSQL=	40
@


1.1
log
@Siteframe is a content management system for online communities.  It allows
users to create blogs (folders) and pages, and upload rich content such as
photos and audio files (podcasts). It has features for user email validation,
automatic image sizing, and facilities for extending the core data and feature
set.

PR:		ports/91771
Submitted by:	Glen Campbell <glen@@broadpool.com>
@
text
@d9 1
a9 1
PORTVERSION=	5.0.1a
@

