head	1.17;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.02.37;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.10.23.08.09.10;	author wen;	state Exp;
branches;
next	1.15;

1.15
date	2012.05.10.08.51.56;	author wen;	state Exp;
branches;
next	1.14;

1.14
date	2012.04.26.13.29.09;	author wen;	state Exp;
branches;
next	1.13;

1.13
date	2011.12.29.08.08.37;	author wen;	state Exp;
branches;
next	1.12;

1.12
date	2011.09.27.07.40.43;	author wen;	state Exp;
branches;
next	1.11;

1.11
date	2011.06.26.13.54.09;	author wen;	state Exp;
branches;
next	1.10;

1.10
date	2011.05.09.09.08.23;	author wen;	state Exp;
branches;
next	1.9;

1.9
date	2011.02.17.06.05.46;	author wen;	state Exp;
branches;
next	1.8;

1.8
date	2010.11.18.06.07.05;	author wen;	state Exp;
branches;
next	1.7;

1.7
date	2010.10.13.08.42.22;	author wen;	state Exp;
branches;
next	1.6;

1.6
date	2010.05.26.12.58.46;	author wen;	state Exp;
branches;
next	1.5;

1.5
date	2009.10.14.07.14.42;	author wen;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.22.00.38.10;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.20.19.20.51;	author miwi;	state Exp;
branches;
next	1.2;

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

1.1
date	2008.08.30.20.20.43;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# Created by: Wen heping <wenheping@@gmail.com>
# $FreeBSD: head/www/impresscms/Makefile 306298 2012-10-23 08:09:10Z wen $

PORTNAME=	impresscms
PORTVERSION=	1.3.3
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/ImpressCMS%20Official%20Releases/ImpressCMS%201.3.3
DISTNAME=	${PORTNAME}_${PORTVERSION}_final

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	A Community Developed Content Management System

USE_PHP=	mysql pcre session iconv xml gd
USE_ZIP=	yes
NO_WRKSUBDIR=	yes
NO_BUILD=	yes
SUB_FILES=	pkg-message

.include <bsd.port.pre.mk>
do-install:
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} htdocs ${WWWDIR}
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} extras ${WWWDIR}
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
	@@${CHMOD} -R 755 ${WWWDIR}
	@@${ECHO_CMD} '@@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
		>> ${TMPPLIST}
	@@${ECHO_CMD} '@@exec ${CHMOD} -R 755 ${WWWDIR}' \
		>> ${TMPPLIST}

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

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


1.16
log
@SVN rev 306298 on 2012-10-23 08:09:10Z by wen

- Update to 1.3.3
- Trim Makefile headers

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.15
log
@- Update to 1.3.2.1
@
text
@d1 1
a1 4
# New ports collection makefile for:   impresscms
# Date created:		25 August 2008
# Whom:			Wen heping <wenheping@@gmail.com>
#
a2 1
#
d5 1
a5 1
PORTVERSION=	1.3.2.1
d7 1
a7 1
MASTER_SITES=	SF/${PORTNAME}/ImpressCMS%20Official%20Releases/ImpressCMS%201.3.2
@


1.14
log
@- Update to 1.3.2
@
text
@d9 1
a9 1
PORTVERSION=	1.3.2
d11 1
a11 1
MASTER_SITES=	SF/${PORTNAME}/ImpressCMS%20Official%20Releases/ImpressCMS%20${PORTVERSION}
@


1.13
log
@- Update to 1.3.1
@
text
@d9 1
a9 1
PORTVERSION=	1.3.1
@


1.12
log
@- Update to 1.3
@
text
@d9 1
a9 1
PORTVERSION=	1.3
d11 1
a11 1
MASTER_SITES=	SF/${PORTNAME}/ImpressCMS%20Official%20Releases/ImpressCMS%20${PORTVERSION}%20Final
d18 1
@


1.11
log
@- Update to 1.2.6

PR:		ports/158242
Submitted by:	Jin-Sih Lin <linpct@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.2.6
@


1.10
log
@- Update to 1.2.5
@
text
@d9 1
a9 1
PORTVERSION=	1.2.5
@


1.9
log
@- Update to 1.2.4
@
text
@d9 1
a9 1
PORTVERSION=	1.2.4
a24 1
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} upgrade ${WWWDIR}
d30 1
a30 1
	@@${ECHO_CMD} '@@exec ${CHMOD} 755 -R ${WWWDIR}' \
@


1.8
log
@- Update to 1.2.3
@
text
@d9 1
a9 1
PORTVERSION=	1.2.3
@


1.7
log
@- Update to 1.2.2
@
text
@d9 1
a9 1
PORTVERSION=	1.2.2
@


1.6
log
@- Update to 1.2.1
@
text
@d9 1
a9 1
PORTVERSION=	1.2.1
@


1.5
log
@- Update to 1.1.3
- Update my mail address to FreeBSD

Approved by:	jadawin(co-mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.1.3
@


1.4
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d9 1
a9 1
PORTVERSION=	1.1.2
d14 1
a14 1
MAINTAINER=	wenheping@@gmail.com
@


1.3
log
@- Update to 1.1.2

Approved by:	maintainer implicit
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@


1.2
log
@- Update to 1.9.1

PR:		128774
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d17 1
a17 1
USE_PHP=	mysql pcre session iconv xml
@


1.1
log
@ImpressCMS is a community developed Content Management
System for easily building and maintaining a dynamic
web site. Keep your web site up to date with this easy
to use, secure and flexible system.

It is the ideal tool for a wide range of users: from
business to community users, from large enterprises to
people who want a simple, easy to use blogging tool.
ImpressCMS is a powerful system that gets outstanding
results!

WWW: http://www.impresscms.org/

PR:		ports/126948
Submitted by:	Wen heping <wenheping at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.0.2
a34 14
	@@${CHMOD} -R 777 ${WWWDIR}/htdocs/cache
	@@${CHMOD} -R 777 ${WWWDIR}/htdocs/uploads
	@@${CHMOD} -R 777 ${WWWDIR}/htdocs/templates_c
	@@${CHMOD} -R 666 ${WWWDIR}/htdocs/mainfile.php

	@@${ECHO_CMD} '@@exec ${CHMOD} 777 -R ${WWWDIR}/htdocs/cache' \
		>> ${TMPPLIST}
	@@${ECHO_CMD} '@@exec ${CHMOD} 777 -R ${WWWDIR}/htdocs/uploads' \
		>> ${TMPPLIST}
	@@${ECHO_CMD} '@@exec ${CHMOD} 777 -R ${WWWDIR}/htdocs/templates_c' \
		>> ${TMPPLIST}
	@@${ECHO_CMD} '@@exec ${CHMOD} 666 -R ${WWWDIR}/htdocs/mainfile.php' \
		>> ${TMPPLIST}

@

