Initial import of moodle 1.4.3
Moodle is a learning management system for producing Internet-based course Web sites.
This commit is contained in:
parent
c85c1c0ff3
commit
6cfcd97649
37
www/moodle/Makefile
Normal file
37
www/moodle/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/25 03:41:02 kevlo Exp $
|
||||
|
||||
COMMENT= "learning management system"
|
||||
|
||||
V= 1.4.3
|
||||
DISTNAME= moodle-${V}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.moodle.org/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM=Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
PREFIX= /var/www
|
||||
INSTDIR= ${PREFIX}/moodle
|
||||
SUBST_VARS= INSTDIR
|
||||
|
||||
RUN_DEPENDS= :php5-mysql-*:www/php5/extensions,-mysql \
|
||||
:php5-pgsql-*:www/php5/extensions,-pgsql \
|
||||
:php5-gd-*:www/php5/extensions,-gd
|
||||
|
||||
do-install:
|
||||
@cd ${PREFIX} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/moodle/distinfo
Normal file
3
www/moodle/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (moodle-1.4.3.tgz) = 42b4b93c6f302f4dc73b13cd3f48d750
|
||||
RMD160 (moodle-1.4.3.tgz) = f3716ce224623f3c8cfc0985657c0a9b61dc9e47
|
||||
SHA1 (moodle-1.4.3.tgz) = ad22756c90b26e77b67e1baf9bd88097c5f2fec3
|
5
www/moodle/pkg/DESCR
Normal file
5
www/moodle/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Moodle is a learning management system for producing Internet-based
|
||||
course Web sites. It has been designed to support modern pedagogies
|
||||
based on social constructionist theory, and includes activity modules
|
||||
such as forums, chats, resources, journals, quizzes, surveys, choices,
|
||||
workshops, glossaries, lessons, and assignments.
|
8
www/moodle/pkg/MESSAGE
Normal file
8
www/moodle/pkg/MESSAGE
Normal file
@ -0,0 +1,8 @@
|
||||
The moodle has been installed into ${INSTDIR}
|
||||
|
||||
You should point this to the DocumentRoot of your web-server:
|
||||
# ln -s ../moodle /var/www/htdocs/moodle
|
||||
(make sure you use a relative symlink since Apache is chrooted)
|
||||
|
||||
You can ensure you have a working install by accessing:
|
||||
http://<localhost>/moodle/
|
9037
www/moodle/pkg/PLIST
Normal file
9037
www/moodle/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user