head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.02.31;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2010.12.01.01.44.33;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.04.03.15.53;	author wen;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:   docebo
# Date created:		6 April 2008
# Whom:			Wen heping <wenheping@@gmail.com>
#
# $FreeBSD: head/www/docebo/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	docebo
PORTVERSION=	4.0.2
CATEGORIES=	www
MASTER_SITES=	http://www.docebo.org/doceboCms/index.php?mn=docs&op=download&pi=5_4&id=86/

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	An Open Source e-Learning platform (LMS and LCMS)

USE_PHP=	mysql
USE_ZIP=	yes
SUB_FILES=	pkg-message
NO_BUILD=	yes
NO_WRKSUBDIR=	yes
DO_FILES=	config.php admin.php index.php
DO_DIRS=	doceboCms doceboCore doceboCrm doceboEcom doceboLms doceboScs \
		files install readmelicense template upgrade xml_language

.include <bsd.port.pre.mk>

do-install:
	@@${INSTALL} -d ${WWWDIR}

.for i in ${DO_FILES}
	@@cd ${WRKDIR} && ${CP} ${i} ${WWWDIR}/
.endfor
.for i in ${DO_DIRS}
	@@cd ${WRKDIR} && ${COPYTREE_SHARE} ${i} ${WWWDIR}/
.endfor

	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
	@@${CHMOD} -R 755 ${WWWDIR}

post-install:
	@@${ECHO_CMD} '@@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
		>> ${TMPPLIST}
	@@${ECHO_CMD} '@@exec ${CHMOD} -R 755 ${WWWDIR}' \
		>> ${TMPPLIST}
	@@${CAT} ${PKGMESSAGE}

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


1.4
log
@- Update to 4.0.2
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 3.6.0.3
- Update my mail address to FreeBSD
@
text
@d9 1
a9 1
PORTVERSION=	3.6.0.3
a11 1
DISTNAME=	${PORTNAME}_3603
@


1.2
log
@- Update to 3.6.0.2

PR:		128595
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	3.6.0.2
d12 1
a12 1
DISTNAME=	${PORTNAME}_3602
d14 1
a14 1
MAINTAINER=	wenheping@@gmail.com
d22 3
d29 9
a37 6
	@@cd ${WRKDIR} && ${COPYTREE_SHARE} "config.php admin.php index.php" ${WWWDIR}
	@@cd ${WRKDIR} && ${COPYTREE_SHARE} "doceboCms doceboCore doceboCrm" ${WWWDIR}
	@@cd ${WRKDIR} && ${COPYTREE_SHARE} "doceboEcom doceboLms doceboScs" ${WWWDIR}
	@@cd ${WRKDIR} && ${COPYTREE_SHARE} "doceboCms doceboCore doceboCrm" ${WWWDIR}
	@@cd ${WRKDIR} && ${COPYTREE_SHARE} "files install readmelicense" ${WWWDIR}
	@@cd ${WRKDIR} && ${COPYTREE_SHARE} "template upgrade xml_language" ${WWWDIR}
d44 1
a44 1
	@@${ECHO_CMD} '@@exec ${CHMOD} 755 -R ${WWWDIR}' \
@


1.1
log
@Docebo is an Open Source e-Learning platform (LMS and LCMS) used in corporate
and higher education markets. The Platform supports 12 languages, is compliant
to the SCORM 1.2 standard, and can support different didactic models.
Including: Blended, Self-Directed, Collaborative and even Social Learning
through Chat, Wiki, Forums and 53 other different functions.

WWW:	http://www.docebo.org

PR:		ports/122480
Submitted by:	<wenheping@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	3.5.0.4
d11 2
a12 2
MASTER_SITES=	http://www.docebo.org/doceboCms/index.php?mn=docs&op=download&pi=5_4&id=57/
DISTNAME=	${PORTNAME}3504
@

