mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Sakai is an online Collaboration and Learning Environment. Many users of
Sakai deployit to support teaching and learning, ad hoc group collaboration, support for portfolios and research collaboration. Sakai is a free and open source product that is built and maintained by the Sakai community. Sakai's development model is called "Community Source" because many of the developers creating Sakai are drawn from the "community" of organizations that have adopted and are using Sakai. WWW: http://www.sakaiproject.org PR: ports/121730 Submitted by: wenheping at gmail.com
This commit is contained in:
parent
4273c62fcd
commit
300d99a955
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213317
@ -1208,6 +1208,7 @@
|
||||
SUBDIR += rubygem-taggable
|
||||
SUBDIR += rubygem-thin
|
||||
SUBDIR += runsomebrowser
|
||||
SUBDIR += sakai
|
||||
SUBDIR += samidare
|
||||
SUBDIR += sams
|
||||
SUBDIR += sarg
|
||||
|
49
www/sakai/Makefile
Normal file
49
www/sakai/Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
# New ports collection makefile for: sakai
|
||||
# Date created: 11 March 2008
|
||||
# Whom: wenheping@gmail.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sakai
|
||||
PORTVERSION= 2.4.1
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= http://source.sakaiproject.org/release/2.4.1/sakai_2-4-1/
|
||||
DISTNAME= ${PORTNAME}-bin_2-4-1
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Sakai is an online Collaboration and Learning Environment
|
||||
|
||||
RUN_DEPENDS= ${TOMCAT}:${PORTSDIR}/www/tomcat55
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
TOMCAT= ${PREFIX}/tomcat5.5
|
||||
TOMCATOWN= www
|
||||
TOMCATGRP= www
|
||||
WEBAPPDIR= ${PREFIX}/tomcat5.5/webapps
|
||||
SYSTEM_DIR= common components licenses server shared
|
||||
TOMCAT_DIR= ${PREFIX}/tomcat5.5
|
||||
LIC_DOC= ECLv1.txt
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/webapps && ${FIND} . -type d -exec ${INSTALL} -d \
|
||||
-g ${TOMCATGRP} -o ${TOMCATOWN} -m 755 ${WEBAPPDIR}/{} \;
|
||||
cd ${WRKSRC}/webapps && ${FIND} . -type f -exec ${INSTALL} -g \
|
||||
${TOMCATGRP} -o ${TOMCATOWN} -m 444 {} ${WEBAPPDIR}/{} \;
|
||||
|
||||
.for i in ${SYSTEM_DIR}
|
||||
cd ${WRKSRC}/${i} && ${FIND} . -type d \
|
||||
-exec ${INSTALL} -d ${TOMCAT_DIR}/${i}/{} \;
|
||||
cd ${WRKSRC}/${i} && ${FIND} . -type f \
|
||||
-exec ${INSTALL} -m 644 {} ${TOMCAT_DIR}/${i}/{} \;
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/${LIC_DOC} ${TOMCAT_DIR}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/sakai/distinfo
Normal file
3
www/sakai/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (sakai-bin_2-4-1.tar.gz) = 1da37e803181e7bb294ce4be8f16e819
|
||||
SHA256 (sakai-bin_2-4-1.tar.gz) = a8839a47584125c86cbd8959ce406ccf58060b3e9db69e4915c8ad5a209f1915
|
||||
SIZE (sakai-bin_2-4-1.tar.gz) = 183774769
|
10
www/sakai/pkg-descr
Normal file
10
www/sakai/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Sakai is an online Collaboration and Learning Environment. Many users of
|
||||
Sakai deployit to support teaching and learning, ad hoc group collaboration,
|
||||
support for portfolios and research collaboration.
|
||||
|
||||
Sakai is a free and open source product that is built and maintained by the
|
||||
Sakai community. Sakai's development model is called "Community Source"
|
||||
because many of the developers creating Sakai are drawn from the "community"
|
||||
of organizations that have adopted and are using Sakai.
|
||||
|
||||
WWW: http://www.sakaiproject.org
|
18
www/sakai/pkg-message
Normal file
18
www/sakai/pkg-message
Normal file
@ -0,0 +1,18 @@
|
||||
================================
|
||||
To start Sakai correctly, please
|
||||
set the variable JAVA_OPTS with:
|
||||
|
||||
JAVA_OPTS="-server -Xms768m -Xmx768m
|
||||
-XX:PermSize=128m -XX:MaxPermSize=256m
|
||||
-XX:NewSize=192m -XX:MaxNewSize=384m"
|
||||
|
||||
Now you should start your Tomcat
|
||||
server and browse with:
|
||||
http://your-server:8180/portal
|
||||
|
||||
Login into the Sakai system with
|
||||
the user/admin and password/admin
|
||||
to configure and setup the system.
|
||||
|
||||
More information please visit:
|
||||
http://www.sakaiproject.org
|
1268
www/sakai/pkg-plist
Normal file
1268
www/sakai/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user