annotate tool_dependencies.xml @ 0:1b3a60daf8fb draft

Uploaded package as tested on the TestToolShed
author iuc
date Thu, 06 Nov 2014 11:48:54 -0500
parents
children 2d356c5a1354
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
2 <tool_dependency>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
3 <package name="libgd" version="2.1.0">
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
4 <repository changeset_revision="3ec0c9e073da" name="package_libgd_2_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
5 </package>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
6 <package name="cairo" version="1.12.14">
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
7 <repository changeset_revision="b39299b4b6e1" name="package_cairo_1_12_14" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
8 </package>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
9 <package name="readline" version="6.2">
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
10 <repository changeset_revision="052e8df231ac" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
11 </package>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
12 <package name="gnuplot" version="4.6">
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
13 <install version="1.0">
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
14 <actions>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
15 <action type="download_by_url">http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.6/gnuplot-4.6.6.tar.gz</action>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
16
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
17 <action type="set_environment_for_install">
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
18 <repository changeset_revision="3ec0c9e073da" name="package_libgd_2_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
19 <package name="libgd" version="2.1.0" />
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
20 </repository>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
21 <repository changeset_revision="b39299b4b6e1" name="package_cairo_1_12_14" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu">
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
22 <package name="cairo" version="1.12.14" />
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
23 </repository>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
24 <repository changeset_revision="052e8df231ac" name="package_readline_6_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
25 <package name="readline" version="6.2" />
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
26 </repository>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
27 </action>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
28
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
29 <action type="autoconf" />
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
30
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
31 <action type="set_environment">
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
32 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
33 <environment_variable action="set_to" name="GNUPLOT_ROOT_PATH">$INSTALL_DIR</environment_variable>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
34 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LIBGD_ROOT_PATH]/lib</environment_variable>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
35 </action>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
36 </actions>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
37 </install>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
38 <readme>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
39 Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms.
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
40 It was originally created to allow scientists and students to visualize mathematical functions and data interactively,
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
41 but has grown to support many non-interactive uses such as web scripting. It is also used as a plotting engine by third-party applications like Octave.
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
42
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
43 http://www.gnuplot.info/
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
44 </readme>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
45 </package>
1b3a60daf8fb Uploaded package as tested on the TestToolShed
iuc
parents:
diff changeset
46 </tool_dependency>