1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 10.0

- Improve pkg-message
This commit is contained in:
Wen Heping 2014-07-06 14:09:27 +00:00
parent e6d2db2675
commit eec40e1a14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360903
4 changed files with 6361 additions and 2451 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sakai
PORTVERSION= 2.9.3
PORTVERSION= 10.0
CATEGORIES= www java
MASTER_SITES= http://source.sakaiproject.org/release/${PORTVERSION}/artifacts/
DISTNAME= ${PORTNAME}-bin-${PORTVERSION}
@ -12,10 +12,10 @@ COMMENT= Online Collaboration and Learning Environment
LICENSE= ECLv2
LICENSE_NAME= Educational Community License version 2
LICENSE_FILE= ${WRKDIR}/ECLv2.txt
LICENSE_FILE= ${WRKDIR}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS= ${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6
RUN_DEPENDS= ${LOCALBASE}/apache-tomcat-7.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat7
USE_JAVA= yes
JAVA_VERSION= 1.6+
@ -23,9 +23,9 @@ JAVA_VERSION= 1.6+
NO_BUILD= yes
WRKSRC= ${WRKDIR}
SYSTEM_DIR= common components licenses shared webapps
TOMCAT_DIR= ${PREFIX}/apache-tomcat-6.0
TOMCAT_DIR= ${PREFIX}/apache-tomcat-7.0
PLIST_SUB+= TOMCAT_DIR=${TOMCAT_DIR:S|^${PREFIX}/||} \
SAKAI_VER="${PORTVERSION}"
SAKAI_VER="${PORTVERSION}"
post-extract:
@cd ${WRKSRC}/webapps && `${LS} -1 |${SED} 's/.war//' >> ${WRKSRC}/list`

View File

@ -1,2 +1,2 @@
SHA256 (sakai-bin-2.9.3.tar.gz) = aa33de1cbd8465ddcfe51baf8ad53a749590ffe69ec0b5c0d8a307e731b4c8cb
SIZE (sakai-bin-2.9.3.tar.gz) = 444636106
SHA256 (sakai-bin-10.0.tar.gz) = 1facaf4e81af35164fce00d74cf31d1a42092307f256ab35898756b0630e73c7
SIZE (sakai-bin-10.0.tar.gz) = 585317663

View File

@ -1,17 +1,12 @@
==================================================================
To start Sakai correctly, please set the variable JAVA_OPTS with:
========================================================================
Please visit :
https://confluence.sakaiproject.org/pages/viewpage.action?pageId=82249313
for more post-install information.
JAVA_OPTS="-server -Xms512m -Xmx1024m -XX:PermSize=128m \
-XX:MaxPermSize=512m -XX:NewSize=192m -XX:MaxNewSize=384m \
-Djava.awt.headless=true -Dhttp.agent=Sakai \
-Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false \
-Dsun.lang.ClassLoader.allowArraySyntax=true"
Now you should start your Tomcat server and browse with:
After modify Java environment variable(JAVA_OPTS) and Tomcat's config file
catalina.properties, you can 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 install information please visit:
http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Binary+Install+(2.7)
=========================================================================

File diff suppressed because it is too large Load Diff