aboutsummaryrefslogtreecommitdiff
path: root/www/openacs-dotlrn
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-08-01 14:31:09 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-08-01 14:31:09 +0000
commita65560d6cd3ffd825b6a7113b8269c08d42b2a9a (patch)
treeedd8b8cd26bddd026091a101b6b7a211486b6580 /www/openacs-dotlrn
parent7657e8af1410103b579b9395460a659f77d31887 (diff)
downloadports-a65560d6cd3ffd825b6a7113b8269c08d42b2a9a.tar.gz
ports-a65560d6cd3ffd825b6a7113b8269c08d42b2a9a.zip
Notes
Diffstat (limited to 'www/openacs-dotlrn')
-rw-r--r--www/openacs-dotlrn/Makefile21
-rw-r--r--www/openacs-dotlrn/pkg-descr17
2 files changed, 38 insertions, 0 deletions
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