2
2
3
3
== Description ==
4
4
5
- This updates jar files necessary for Jmol
6
- to operate from the command line and the Notebook.
7
- It does not contain the Notebook javascript library
8
- jmol_lib.js or changes to Notebook or Sage code.
5
+ This provides files necessary for Jmol(java) and JSmol
6
+ (javascript) to operate from the command line and the
7
+ Notebook. It does not contain the Notebook javascript
8
+ library jmol_lib.js or changes to Notebook or Sage code.
9
9
10
10
== License ==
11
11
@@ -23,78 +23,28 @@ GPLv2+
23
23
24
24
== Dependencies ==
25
25
26
- * Sage Notebook (sagenb)
26
+ No build-time dependencies.
27
27
28
- == Changelog ==
29
- === jmol-12.3.27.p3 (Jonathan Gutow, Sept 15, 2012) ===
28
+ The commandline jmol requires java at runtime.
30
29
31
- * switch to #!/usr/bin/env bash in testjava.sh
30
+ == Special Build Instructions ==
32
31
33
- === jmol-12.3.27.p2 (Jonathan Gutow, July 14, 2012) ===
32
+ First, unpack the upstream release (actual version number will of
33
+ course differ):
34
34
35
- * Fix not exiting with code 1 when java not available.
35
+ $ unzip ~/Download/Jmol-14.2.4_2014.08.03-binary.zip
36
+ $ cd jmol-14.2.4_2014.08.03/
36
37
37
- === jmol-12.3.27.p1 (Jonathan Gutow, July 12, 2012) ===
38
+ Extract and then delete the contained jsmol.zip
38
39
39
- * update testjava.sh to check java versions (now requires
40
- versions 1.5 - 1.7)
40
+ $ unzip jsmol.zip
41
+ $ rm jsmol.zip
41
42
42
- === jmol-12.3.27.p0 (Jonathan Gutow, May 27, 2012) ===
43
+ Delete unnecessary (?) files in subdirectories
43
44
44
- * update to Jmol-12.3.27 included fixes to the headless JmolData.jar
45
- allowing it to generate images.
46
- * Adds testjava.sh to the jmol directory for checking if java
47
- is installed.
45
+ $ rm -rf jsmol/data jsmol/php
48
46
49
- === jmol-12.2.21.p0 (Jonathan Gutow, April 8, 2012) ===
47
+ Tar up the remaining files
50
48
51
- * update to Jmol-12.2.21 includes updates to .jar files necessary
52
- for using a headless Jmol to generate static images server-side.
53
-
54
- === jmol-12.0.45.p4 (Jason Grout, February 4, 2012) ===
55
-
56
- * make the SAGE_LOCAL/bin/jmol script executable
57
-
58
- === jmol-12.0.45.p3 (Dan Drake, Jason Grout, January 11, 2012) ===
59
-
60
- * improvements to spkg-install and SPKG.txt.
61
-
62
- === jmol-12.0.45.p2 (Jonathan Gutow, July 18, 2011) ===
63
-
64
- * added patched launch script jmol to spkg repository.
65
-
66
- === jmol-12.0.45.p1 (Jonathan Gutow, June 24, 2011) ===
67
-
68
- * added signed applet to spkg and patched Jmol.js to allow on the fly
69
- switching to the signed applet.
70
-
71
- === jmol-12.0.45.p0 (Jonathan Gutow, June 17, 2011) ===
72
-
73
- * refactored to more standard Sage spkg organization and
74
- naming. First package designed to be part of base install.
75
-
76
- === jmol-1.1.7 (Jonathan Gutow, June 15, 2011) ===
77
-
78
- * for Flask notebook moves Jmol to SAGE_ROOT/local/share
79
-
80
- === jmol-1.1.6 (Jonathan Gutow, June 14, 2011) ===
81
-
82
- * adds Jmol.help and sage.mnu back into appletweb directory. Updates
83
- Jmol to 12.0.45
84
-
85
- === jmol-1.1.5 (Jonathan Gutow, March 22, 2011) ===
86
-
87
- * removes jmol_lib.js and notebook_lib.js so that they can be tracked
88
- using mercurial. This package now only updates Jmol.js and the
89
- JmolXXX.jar (binary) files to Jmol 12.0.35
90
-
91
- === jmol-1.1.4 (Jonathan Gutow, January 22, 2011) ===
92
-
93
- * Fixes to jmol_lib.js to accommodate vocabulary changes in SAGE.
94
-
95
- * updates to Jmol 12.0.30 which includes bug fixes to the script
96
- engine.
97
-
98
- * (1.1.3)-Fixes to .spkg to accommodate change in notebook code in
99
- the SAGE directory. Code cleanup in jmol_lib.js and changes to
100
- allow updates to Jmol.js to have an effect.
49
+ $ cd ..
50
+ $ tar cjf jmol-14.2.4_2014.08.03.tar.bz2 jmol-14.2.4_2014.08.03/
0 commit comments