1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

eFront is an easy to use, visually attractive, SCORM compatible, eLearning

and Human Capital Development system.

WWW:   http://www.efrontlearning.net/

PR:		ports/124415
Submitted by:	Wen heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2008-06-20 13:04:23 +00:00
parent 55d7eedfb0
commit c86e17f6ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215342
6 changed files with 2674 additions and 0 deletions

View File

@ -164,6 +164,7 @@
SUBDIR += dtse
SUBDIR += dummyflash
SUBDIR += eaccelerator
SUBDIR += efront
SUBDIR += eldav.el
SUBDIR += elgg
SUBDIR += elinks

47
www/efront/Makefile Normal file
View File

@ -0,0 +1,47 @@
# New ports collection makefile for: eFront
# Date created: 07 June 2008
# Whom: Wen heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= efront
DISTVERSION= 3.5.0.beta2
CATEGORIES= www
MASTER_SITES= http://www.efrontlearning.net/versions/
DISTNAME= ${PORTNAME}_3.5.0_beta2
MAINTAINER= wenheping@gmail.com
COMMENT= A Elearning and Human Capital Development platform
USE_ZIP= YES
USE_PHP= mbstring zip iconv zlib spl ldap
EFRONT_FILES= CHANGELOG.txt index.php INSTALL.txt \
LICENSE.txt README.txt
EFRONT_DIRS= libraries modules PEAR \
upload www backups
NO_BUILD= yes
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
do-install:
@if [ ! -f ${WWWDIR} ]; then \
${MKDIR} ${WWWDIR} ; fi
.for i in ${EFRONT_FILES}
@cd ${WRKDIR} && ${CP} ${i} ${WWWDIR}
.endfor
.for i in ${EFRONT_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} 755 -R ${WWWDIR}' \
>> ${TMPPLIST}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

3
www/efront/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (efront_3.5.0_beta2.zip) = 326d8ddab59106f42ed05a5bad3bed7b
SHA256 (efront_3.5.0_beta2.zip) = eb9ec43cdd84ddb0113ac9d864b3c1dfee262cd7cef6bfbbb19f884266f46ced
SIZE (efront_3.5.0_beta2.zip) = 6110241

View File

@ -0,0 +1,21 @@
POST-INSTALL CONFIGURATION FOR EFRONT
=====================================
1 Add the following to your Apache configuration, and
restart the server:
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /efront %%WWWDIR%%
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
3) Visit your eFront site with a browser (i.e.,
http://your.server.com/efront/), and you should
be taken to the install.php script, which will lead
you through creating a config file and then
setting up eFront, creating an admin account, etc.
=====================================================

4
www/efront/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
eFront is an easy to use, visually attractive, SCORM compatible, eLearning
and Human Capital Development system.
WWW: http://www.efrontlearning.net/

2598
www/efront/pkg-plist Normal file

File diff suppressed because it is too large Load Diff