diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-08-01 22:31:09 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-08-01 22:31:09 +0800 |
commit | 2ec38426a22c94374f8ecff223fecab691b3a0cd (patch) | |
tree | 2fd93793493413a506ce67e2504972004edbf2f8 /www | |
parent | 2d3daf440964c825a42d04169833508658bdc0f2 (diff) | |
download | freebsd-ports-gnome-2ec38426a22c94374f8ecff223fecab691b3a0cd.tar.gz freebsd-ports-gnome-2ec38426a22c94374f8ecff223fecab691b3a0cd.tar.zst freebsd-ports-gnome-2ec38426a22c94374f8ecff223fecab691b3a0cd.zip |
Add openacs-dotlrn 2.1.1, modular web application platform for high
traffic elearning community.
.LRN (dotLRN) is an e-learning platform built upon openACS core. It includes
modules and configurations that are specific for learning communities.
PR: ports/84142
Submitted by: Aldert Nooitgedagt <nooitgedagt.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/openacs-dotlrn/Makefile | 21 | ||||
-rw-r--r-- | www/openacs-dotlrn/pkg-descr | 17 |
3 files changed, 39 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ab6eb75d48e7..78d5bac5cb1f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -379,6 +379,7 @@ SUBDIR += ocaml-wdialog SUBDIR += oops SUBDIR += openacs + SUBDIR += openacs-dotlrn SUBDIR += openvrml SUBDIR += opera SUBDIR += osb-browser diff --git a/www/openacs-dotlrn/Makefile b/www/openacs-dotlrn/Makefile new file mode 100644 index 000000000000..6646ff4ed77c --- /dev/null +++ b/www/openacs-dotlrn/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: .LRN (dotLRN) +# Date created: July 2005 +# Whom: Aldert Nooitgedagt <nooitgedagt.net> +# +# $FreeBSD$ +# + +PORTNAME= dotlrn +PORTVERSION= 2.1.1 +MASTER_SITES= http://openacs.org/projects/dotlrn/download/download/ + +MAINTAINER= aldert@nooitgedagt.net +COMMENT= Modular web application platform for high traffic elearning community + +OPENACS_USER= dotlrn0 + +DESCR= ${.CURDIR}/pkg-descr + +MASTERDIR= ${.CURDIR}/../openacs + +.include "${MASTERDIR}/Makefile" diff --git a/www/openacs-dotlrn/pkg-descr b/www/openacs-dotlrn/pkg-descr new file mode 100644 index 000000000000..055596ffa3b9 --- /dev/null +++ b/www/openacs-dotlrn/pkg-descr @@ -0,0 +1,17 @@ +.LRN (dotLRN) is an e-learning platform built upon openACS core. It includes +modules and configurations that are specific for learning communities. + +OpenACS (Open Architecture Community System) is a web application platform +designed for high traffic community websites. It is built on a free and +open source foundation. OpenACS is the foundation for many products +and websites including the (www.dotlrn.org). + +OpenACS runs on AOLserver and uses either the PostgreSQL or Oracle (which is +not open-source) relational databases. It uses TCL as its main language. +AOLserver, postgresql and Oracle are used in some of the most demanding, +high-traffic web applications in the world. + +WWW: http://dotlrn.org + +- Aldert +aldert@nooitgedagt.net |