From 2ec38426a22c94374f8ecff223fecab691b3a0cd Mon Sep 17 00:00:00 2001 From: lawrance Date: Mon, 1 Aug 2005 14:31:09 +0000 Subject: 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 --- www/Makefile | 1 + www/openacs-dotlrn/Makefile | 21 +++++++++++++++++++++ www/openacs-dotlrn/pkg-descr | 17 +++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 www/openacs-dotlrn/Makefile create mode 100644 www/openacs-dotlrn/pkg-descr (limited to 'www') 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 +# +# $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 -- cgit