head	1.12;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.12
date	2013.03.08.13.00.11;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.10;

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

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

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

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

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

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

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

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

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

1.1
date	2008.03.08.09.06.56;	author beech;	state Exp;
branches;
next	;


desc
@@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313599
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Wen heping <wenheping@@gmail.com>
# $FreeBSD: head/www/claroline/Makefile 313599 2013-03-07 16:53:45Z miwi $

PORTNAME=	claroline
PORTVERSION=	1.10.2
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/Claroline/claroline%20${PORTVERSION}
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	Open Source eLearning and eWorking platform

NO_BUILD=	yes
USE_PHP=	mysql
WRKSRC=		${WRKDIR}/${DISTNAME}
SUB_FILES=	pkg-message

OPTIONS_DEFINE=		LDAP GD SSL
OPTIONS_DEFAULT=	GD

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGD}
USE_PHP+=	gd
.endif

.if ${PORT_OPTIONS:MSSL}
USE_PHP+=	openssl
.endif

.if ${PORT_OPTIONS:MLDAP}
USE_PHP+=	ldap
.endif

do-install:
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${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.mk>
@


1.11
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	claroline
# Date created:		29 Feb 2008
# Whom:			Wen heping <wenheping@@gmail.com>
#
# $FreeBSD: head/www/claroline/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d18 2
a19 3
OPTIONS=	LDAP    "Add LDAP authentication functionality" Off \
		GD      "Add GD functionality" On \
		OPENSSL "Add OpenSSL functionality" Off
d21 1
a21 1
.include <bsd.port.pre.mk>
d23 1
a23 1
.if !defined(WITHOUT_GD)
d27 1
a27 1
.if defined(WITH_OPENSSL)
d31 1
a31 1
.if defined(WITH_LDAP)
d46 1
a46 1
.include <bsd.port.post.mk>
@


1.10
log
@- Update to 1.10.2
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Update to 1.9.8
@
text
@d9 1
a9 1
PORTVERSION=	1.9.8
@


1.8
log
@- Update to 1.9.7
@
text
@d9 1
a9 1
PORTVERSION=	1.9.7
d11 1
a11 1
MASTER_SITES=	SF/${PORTNAME}/Claroline/Claroline%20${PORTVERSION}
a16 1
USE_ZIP=	yes
@


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


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


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

Approved by:	miwi,jadawin(mentors,implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.9.2
d12 1
a12 1
DISTNAME=	claroline192
@


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


1.3
log
@- Update to 1.9.0

PR:		134775
Submitted by:	"Wen Heping" <wenheping@@gmail.com> (maintainer)
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@


1.2
log
@- Update to 1.8.11

PR:		126715
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.8.11
d12 1
a12 1
DISTNAME=	claroline1811
d17 1
a20 1
PORTDOCS=	INSTALL.txt README.txt
d23 4
d29 12
d42 1
a42 1
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} "claroline index.php" ${WWWDIR}
a49 4
.if !defined(NOPORTDOCS)
	@@${INSTALL} -d ${DOCSDIR}
	@@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
@


1.1
log
@- New port claroline-1.8.9

Claroline is an Open Source eLearning and eWorking
platform allowing teachers to build effective online
courses and to manage learning and collaborative
activities on the web. It has been translated into
35 languages and has a large worldwide users and
developers community.

WWW: http://www.claroline.net/

PR:		ports/121314
Submitted by:	Wen heping <wenheping at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.8.9
d12 1
a12 1
DISTNAME=	claroline189
@

