# HG changeset patch # User mic # Date 1499249296 14400 # Node ID e71549043ff0359f33b914857e1b72de84d7858e Uploaded diff -r 000000000000 -r e71549043ff0 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jul 05 06:08:16 2017 -0400 @@ -0,0 +1,24 @@ + + + + + + https://www.gview.ca/files/release/1.7/gview-1.7.zip + + gview.jar + $INSTALL_DIR/bin + + echo -n "#!" > $INSTALL_DIR/bin/gview + echo -e "/bin/bash\nGVIEW_DIR=\$(dirname \"\$(readlink -f \"\$BASH_SOURCE[0]\")\")\nchecked_args=\nwhile :\ndo\n case \"\$1\" in\n -i | -l | -f | -o | -W | -H | -s | -h )\n option=\$1\n checked_args=\"\${checked_args} \${option}\"\n [[ \${option} = '-h' ]] && break\n shift\n if [[ \"x\" = \"x\$1\" ]]\n then\n echo \"not enough parameters to complete '\${checked_args}'\"\n exit 1\n fi\n argument=\"\$1\"\n if [[ \${option} = '-i' ]] && [[ \${argument} != *.xml ]]\n then\n cp \"\${argument}\" \"\${argument}.xml\"\n argument=\"\${argument}.xml\"\n fi\n checked_args=\"\${checked_args} \${argument}\"\n shift\n ;;\n * )\n break\n esac\ndone\njava -Xmx4G -jar \"\${GVIEW_DIR}/gview.jar\" \"\${checked_args}\"\n" >> $INSTALL_DIR/bin/gview + + $INSTALL_DIR/bin/gview + + + $INSTALL_DIR/bin + $INSTALL_DIR/bin + + + + See https://www.gview.ca + + \ No newline at end of file