-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcm3-src-std-contents.html
More file actions
226 lines (159 loc) · 4.27 KB
/
cm3-src-std-contents.html
File metadata and controls
226 lines (159 loc) · 4.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>CM3 5.1 Standard Source Archive Contents</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META HTTP-EQUIV="Resource-type" CONTENT="document">
<META HTTP-EQUIV="Reply-to" CONTENT="m3-support@elego.de">
<LINK HREF="normal.css" REL="stylesheet" TYPE="text/css">
<META NAME="robots" content="noindex">
</head>
<body bgcolor="#ffffff">
<h2>CM3 5.1 Standard Source Archive Contents</h2>
<p>
This is a list of short notes about the contents of packages which
I worte down in half an hour without checking every detail. It is
intended as an overview about the available and currently
compilable cm3 packages contained in the standard source
archive. Corrections and improvements welcome.
</p>
<p>
The list below was extracted from the 5.1.4 archive.
</p>
<pre>
m3-comm/netobj
network objects - transparently distributed objects
m3-comm/serial
serial line support for win32
m3-comm/stubgen
stub generator for network objects
m3-comm/tapi
telephone api support for sin32
m3-comm/tcp
m3 tcp interfaces
m3-db/db
data base interfaces
m3-db/odbc
m3 odbc mappings
m3-db/postgres95
m3 postgres interfaces (probably need upgrade for postgresql)
m3-db/smalldb
m3 db using pickles
m3-db/stable
m3 stable objects (small db with transactions)
m3-db/stablegen
m3 stabl object stub generator
m3-libs/bitvector
nomen est omen
m3-libs/digraph
generic directed graphs
m3-libs/libm3
m3 standard library: i/o, text, formatting, lists, tables, atoms,
arithmetic, geometry, pickles, bundles, ...
m3-libs/m3core
m3 system platform: runtime and os access
m3-libs/parseparams
command line parameters parsing
m3-libs/realgeometry
nomen est omen
m3-libs/set
generic sets of objects
m3-libs/slisp
m3 embedded lisp interpreter
m3-libs/sortedtableextras
sorted table extensions
m3-libs/table-list
list implementation of tables
m3-libs/tcl
m3 tcl bindings
m3-libs/tempfiles
temporay file handling
m3-sys/dll2lib
win32 dll tool
m3-sys/fix_nl
win32 utility
m3-sys/libdump
win32 system utility
m3-sys/m3cgcat
m3 system development utility
m3-sys/m3cggen
m3 system development utility
m3-sys/m3middle
m3 compiler library
m3-sys/m3quake
m3 quake interpreter (compiler library)
m3-sys/m3scanner
m3 scanner (compiler library)
m3-sys/m3tools
useful system tools
m3-sys/mklib
win32 library archiver
m3-tools/cmpdir
utility
m3-tools/cmpfp
utility
m3-tools/dirfp
utility
m3-tools/m3bundle
resource bundle generator
m3-tools/m3tk
m3 compiler toolkit
m3-tools/m3tohtml
m3 to html converter
m3-tools/m3totex
m3 to tex converter
m3-tools/mtex
mtex support
m3-tools/recordheap
system analysis utility
m3-tools/rehearsecode
mentor codeview animation support
m3-tools/replayheap
system analysis utility
m3-tools/showheap
system analysis utility
m3-tools/shownew
system analysis utility
m3-tools/showthread
system analysis utility
m3-tools/uniq
utility
m3-ui/X11R4
X11 bindings (used by trestle)
m3-ui/cmvbt
critical mass' virtual bitmap terminal extensions
m3-ui/codeview
code animation (?)
m3-ui/formsedit
gui forms editor
m3-ui/formsvbt
gui forms package
m3-ui/formsvbtpixmaps
gui forms bitmap support
m3-ui/formsview
gui forms viewer
m3-ui/juno-2
graphical constraint based editor (currently only on posix)
m3-ui/jvideo
video extensions
m3-ui/mg
2d animation package
m3-ui/mgkit
more animation support
m3-ui/ui
graphical user interface (trestle) base package
m3-ui/vbtkit
gui extensions: virtual bitmap terminals (vbts)
m3-ui/videovbt
gui extensions: video vbts
m3-www/web
m3 www support
scripts
shell scripts to build and install cm3 packages
</pre>
<hr>
<address><a href="mailto:m3-support{at}elego.de">m3-support{at}elego.de</a></address>
<!-- Created: Sun Jun 10 12:12:22 MET DST 2001 -->
</body>
</html>