[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml loncom/html/adm/geogebra VERSION commands geogebraweb_4.2.tar.gz

raeburn raeburn at source.lon-capa.org
Sat Apr 4 19:07:37 EDT 2015


raeburn		Sat Apr  4 23:07:37 2015 EDT

  Added files:                 
    /loncom/html/adm/geogebra	geogebraweb_4.2.tar.gz 

  Modified files:              
    /loncom/html/adm/geogebra	VERSION commands 
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - Geogebra for HTML5
    - Replace original 110MB geogebra_html5 tarball (4.2 test) with a smaller
      tarball for 4.2 (21 MB).   
  
  
Index: loncom/html/adm/geogebra/VERSION
diff -u loncom/html/adm/geogebra/VERSION:1.1 loncom/html/adm/geogebra/VERSION:1.2
--- loncom/html/adm/geogebra/VERSION:1.1	Fri Aug 17 22:52:24 2012
+++ loncom/html/adm/geogebra/VERSION	Sat Apr  4 23:07:33 2015
@@ -1 +1 @@
-1.0
+4.2
Index: loncom/html/adm/geogebra/commands
diff -u loncom/html/adm/geogebra/commands:1.2 loncom/html/adm/geogebra/commands:1.3
--- loncom/html/adm/geogebra/commands:1.2	Thu Jan 10 05:36:00 2013
+++ loncom/html/adm/geogebra/commands	Sat Apr  4 23:07:33 2015
@@ -14,11 +14,19 @@
   if [ -e $webdir ] 
   then
       rm -rf $webdir
+      if [ -e "$webdir/geogebra_html5.tar.gz" ]
+      then
+          rm "$webdir/geogebra_html5.tar.gz"
+      fi
   fi
-  tar -xzf geogebra_html5.tar.gz
+  tar -xzf geogebraweb_4.2.tar.gz
   mv web $webdir
   cp VERSION $webdir/VERSION
   chown -R www:www $webdir
   find $webdir -type d -exec chmod u=rwx,go-rwx {} \;
+  if [ -e "$webdir/geogebraweb_4.2.tar.gz" ]
+  then
+      rm "$webdir/geogebraweb_4.2.tar.gz"
+  fi
   sleep 1
 fi
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.913 doc/loncapafiles/loncapafiles.lpml:1.914
--- doc/loncapafiles/loncapafiles.lpml:1.913	Wed Apr  1 16:14:28 2015
+++ doc/loncapafiles/loncapafiles.lpml	Sat Apr  4 23:07:37 2015
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.913 2015/04/01 16:14:28 damieng Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.914 2015/04/04 23:07:37 raeburn Exp $ -->
 
 <!--
 
@@ -4755,7 +4755,7 @@
 </file>
 
 <file>
-  <source>loncom/html/adm/geogebra/geogebra_html5.tar.gz</source>
+  <source>loncom/html/adm/geogebra/geogebraweb_4.2.tar.gz</source>
   <target dist='default'>home/httpd/html/adm/geogebra/web</target>
   <categoryname>script</categoryname>
   <description>
@@ -4767,7 +4767,7 @@
   <dependencies>
 loncom/html/adm/geogebra/commands;
 loncom/html/adm/geogebra/VERSION;
-loncom/html/adm/geogebra/geogebra_html5.tar.gz;
+loncom/html/adm/geogebra/geogebraweb_4.2.tar.gz;
   </dependencies>
 </file>
 




More information about the LON-CAPA-cvs mailing list