Gentoo Archives: gentoo-dev

From: Jeffrey Gardner <je_fro@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] *DEVELOPMENT* mail list, right?
Date: Sun, 08 Apr 2007 11:01:42
Message-Id: 4618CAC9.7040202@gentoo.org
In Reply to: [gentoo-dev] *DEVELOPMENT* mail list, right? by Michael Cummings
1 Michael Cummings wrote:
2 > So, fellow devs, what's new with development?
3
4 As for me, I'm fighting with jmol-11.0, an awesome java app that relies
5 on a lot of bundled jars. I've been able to use local versions of:
6
7 dev-java/ant-core
8 dev-java/ant-contrib
9 dev-java/commons-cli
10 dev-java/itext
11 dev-java/junit
12 dev-java/gnu-jaxp
13 dev-java/sax
14 dev-java/saxon
15
16 ..but finding sources I can use for the following jars has been kicking
17 my butt:
18
19 Acme.jar
20 # unzip -l Acme.jar
21 Archive:
22 /var/tmp/portage/sci-chemistry/jmol-11.0/work/jmol-11.0/jars/Acme.jar
23 Length Date Time Name
24 -------- ---- ---- ----
25 0 10-19-99 12:40 META-INF/
26 68 10-19-99 12:40 META-INF/MANIFEST.MF
27 3097 10-19-99 12:37 Acme/IntHashtable.class
28 479 10-19-99 12:37 Acme/IntHashtableEntry.class
29 941 10-19-99 12:37 Acme/IntHashtableEnumerator.class
30 6124 10-19-99 12:37 Acme/JPM/Encoders/GifEncoder.class
31 357 10-19-99 12:37 Acme/JPM/Encoders/GifEncoderHashitem.class
32 2912 10-19-99 12:37 Acme/JPM/Encoders/ImageEncoder.class
33 1261 10-19-99 12:37 Acme/JPM/Encoders/PpmEncoder.class
34
35
36 netscape.jar
37 # unzip -l netscape.jar
38 Archive:
39 /var/tmp/portage/sci-chemistry/jmol-11.0/work/jmol-11.0/jars/netscape.jar
40 Length Date Time Name
41 -------- ---- ---- ----
42 0 05-11-00 04:11 META-INF/
43 68 05-11-00 04:11 META-INF/MANIFEST.MF
44 0 03-06-00 14:45 netscape/applet/
45 2076 06-27-96 11:42 netscape/applet/AppletAudioClip.class
46 4377 06-27-96 11:42 netscape/applet/AppletClassLoader.class
47 1394 06-27-96 11:43 netscape/applet/AppletProperties.class
48 8679 06-27-96 11:42 netscape/applet/AppletSecurity.class
49 1149 06-27-96 11:42 netscape/applet/AppletSecurityException.class
50 1367 06-27-96 11:42 netscape/applet/AppletThreadGroup.class
51 1383 06-27-96 11:42 netscape/applet/Console.class
52 3397 06-27-96 11:42 netscape/applet/ConsoleFrame.class
53 904 06-27-96 11:43 netscape/applet/ConsoleInputStream.class
54 1305 06-27-96 11:42 netscape/applet/ConsoleOutputStream.class
55 11491 06-27-96 11:43 netscape/applet/EmbeddedAppletFrame.class
56 3370 06-27-96 11:42 netscape/applet/HistoryElement.class
57 1246 06-27-96 11:42 netscape/applet/HorizontalRule.class
58 16795 06-27-96 11:43 netscape/applet/MozillaAppletContext.class
59 2775 06-27-96 11:42 netscape/applet/MozillaFrame.class
60 3231 06-27-96 11:42 netscape/applet/MozillaWindow.class
61 0 03-06-00 14:45 netscape/javascript/
62 915 06-27-96 11:43 netscape/javascript/JSException.class
63 1077 06-27-96 11:43 netscape/javascript/JSObject.class
64 0 03-06-00 14:45 netscape/net/
65 4635 06-27-96 11:43 netscape/net/URLConnection.class
66 889 06-27-96 11:43 netscape/net/URLInputStream.class
67 1139 06-27-96 11:43 netscape/net/URLOutputStream.class
68 1469 06-27-96 11:43 netscape/net/URLStreamHandler.class
69 798 06-27-96 11:43 netscape/net/URLStreamHandlerFactory.class
70 0 03-06-00 14:45 netscape/plugin/
71 810 06-27-96 11:43 netscape/plugin/Plugin.class
72 -------- -------
73 76739 30 files
74
75 vecmath1.2-1.14.jar (free version hosted by debian...it's looking better
76 and better every day :D)
77 # unzip -l vecmath1.2-1.14.jar
78 Archive:
79 /var/tmp/portage/sci-chemistry/jmol-11.0/work/jmol-11.0/jars/vecmath1.2-1.14.jar
80 Length Date Time Name
81 -------- ---- ---- ----
82 0 08-06-01 13:51 META-INF/
83 71 08-06-01 13:51 META-INF/MANIFEST.MF
84 0 08-06-01 13:50 javax/
85 0 08-06-01 13:51 javax/vecmath/
86 4948 08-06-01 13:50 javax/vecmath/Tuple2f.class
87 4966 08-06-01 13:50 javax/vecmath/Tuple2d.class
88 5393 08-06-01 13:50 javax/vecmath/Tuple3f.class
89 6621 08-06-01 13:50 javax/vecmath/Tuple3d.class
90 5684 08-06-01 13:50 javax/vecmath/Tuple4f.class
91 5822 08-06-01 13:50 javax/vecmath/Tuple4d.class
92 4444 08-06-01 13:50 javax/vecmath/Tuple3i.class
93 4831 08-06-01 13:50 javax/vecmath/Tuple4i.class
94 1848 08-06-01 13:50 javax/vecmath/Vector2f.class
95 1834 08-06-01 13:50 javax/vecmath/Vector2d.class
96 2262 08-06-01 13:50 javax/vecmath/Vector3f.class
97 2245 08-06-01 13:50 javax/vecmath/Vector3d.class
98 2290 08-06-01 13:50 javax/vecmath/Vector4f.class
99 2272 08-06-01 13:50 javax/vecmath/Vector4d.class
100 799 08-06-01 13:50 javax/vecmath/TexCoord2f.class
101 708 08-06-01 13:50 javax/vecmath/TexCoord3f.class
102 1945 08-06-01 13:50 javax/vecmath/Tuple3b.class
103 1326 08-06-01 13:50 javax/vecmath/Color3b.class
104 1466 08-06-01 13:50 javax/vecmath/Color3f.class
105 1948 08-06-01 13:50 javax/vecmath/Tuple4b.class
106 1410 08-06-01 13:50 javax/vecmath/Color4b.class
107 1550 08-06-01 13:50 javax/vecmath/Color4f.class
108 1671 08-06-01 13:50 javax/vecmath/Point2f.class
109 1655 08-06-01 13:50 javax/vecmath/Point2d.class
110 2001 08-06-01 13:51 javax/vecmath/Point3f.class
111 1985 08-06-01 13:51 javax/vecmath/Point3d.class
112 2280 08-06-01 13:51 javax/vecmath/Point4f.class
113 2265 08-06-01 13:51 javax/vecmath/Point4d.class
114 696 08-06-01 13:51 javax/vecmath/Point3i.class
115 713 08-06-01 13:51 javax/vecmath/Point4i.class
116 15772 08-06-01 13:51 javax/vecmath/Matrix3d.class
117 15490 08-06-01 13:51 javax/vecmath/Matrix3f.class
118 6589 08-06-01 13:51 javax/vecmath/Quat4d.class
119 5351 08-06-01 13:51 javax/vecmath/AxisAngle4d.class
120 6668 08-06-01 13:51 javax/vecmath/Quat4f.class
121 5245 08-06-01 13:51 javax/vecmath/AxisAngle4f.class
122 26579 08-06-01 13:51 javax/vecmath/Matrix4f.class
123 29866 08-06-01 13:51 javax/vecmath/Matrix4d.class
124 11278 08-06-01 13:51 javax/vecmath/GVector.class
125 22598 08-06-01 13:51 javax/vecmath/GMatrix.class
126 473 08-06-01 13:51 javax/vecmath/MismatchedSizeException.class
127 473 08-06-01 13:51 javax/vecmath/SingularMatrixException.class
128 19155 08-06-01 13:51 javax/vecmath/VecmathTest.class
129 -------- -------
130 245486 47 files
131
132
133 Anyway, that's where I'm at....
134 Hope y'all are having better luck!!!
135
136 je_fro
137 --
138 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] *DEVELOPMENT* mail list, right? Roy Wright <royw@×××××.com>
Re: [gentoo-dev] *DEVELOPMENT* mail list, right? Christopher Sawtell <csawtell@××××××××××××.nz>