File: pack-edwin.scm

package info (click to toggle)
mit-scheme 12.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208,300 kB
  • sloc: lisp: 781,881; xml: 425,435; ansic: 86,059; sh: 10,135; makefile: 2,501; asm: 2,121; csh: 1,143
file content (164 lines) | stat: -rw-r--r-- 4,022 bytes parent folder | download | duplicates (2)
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
#| -*-Scheme-*-

Copyright (c) 1992-1993 Massachusetts Institute of Technology

This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
Computer Science.  Permission to copy this software, to redistribute
it, and to use it for any purpose is granted, subject to the following
restrictions and understandings.

1. Any copy made of this software must include this copyright notice
in full.

2. Users of this software agree to make their best efforts (a) to
return to the MIT Scheme project any improvements or extensions that
they make, so that these may be included in future releases; and (b)
to inform MIT of noteworthy uses of this software.

3. All materials developed as a consequence of the use of this
software shall duly acknowledge such use, in accordance with the usual
standards of acknowledging credit in academic research.

4. MIT has made no warrantee or representation that the operation of
this software will be error-free, and MIT is under no obligation to
provide any services, by way of maintenance, update, or otherwise.

5. In conjunction with products arising from the use of this material,
there shall be no use of the name of the Massachusetts Institute of
Technology nor of any adaptation thereof in any advertising,
promotional, or sales literature without prior written consent from
MIT in each case. |#

;;;; File to generate a single loadable file for Edwin

(define (pack-edwin output)
  (pack-binaries output
                 '(("/scheme/edwin"
		    "make.com"
		    "/scheme/lib/options/rbtree.com"
		    "edwin.bcon"
		    "edwin.bldr"
		    "edwin.bad"
		    "utils.com"
		    "nvector.com"
		    "ring.com"
		    "strtab.com"
		    "strpad.com"
		    "macros.com"
		    "class.com"
		    "clscon.com"
		    "clsmac.com"
		    "xform.com"
		    "paths.com"
		    "struct.com"
		    "grpops.com"
		    "txtprp.com"
		    "regops.com"
		    "motion.com"
		    "search.com"
		    "image.com"
		    "comman.com"
		    "docstr.com"
		    "comtab.com"
		    "modes.com"
		    "buffer.com"
		    "bufset.com"
		    "undo.com"
		    "display.com"
		    "screen.com"
		    "winren.com"
		    "window.com"
		    "utlwin.com"
		    "bufwin.com"
		    "bufwfs.com"
		    "bufwiu.com"
		    "bufwmc.com"
		    "comwin.com"
		    "modwin.com"
		    "buffrm.com"
		    "edtfrm.com"
		    "calias.com"
		    ;; "xterm.com"
		    ;; "key.com"
		    "termcap.com"
		    "tterm.com"
		    "ansi.com"
		    "bios.com"
		    "edtstr.com"
		    "editor.com"
		    "curren.com"
		    "simple.com"
		    ;; "debuge.com"
		    "modlin.com"
		    "input.com"
		    "prompt.com"
		    "comred.com"
		    "bufinp.com"
		    "bufout.com"
		    "winout.com"
		    "things.com"
		    "tparse.com"
		    "syntax.com"
		    "regexp.com"
		    "rgxcmp.com"
		    "linden.com"
		    ;; "unix.com"
		    "dos.com"
		    "fileio.com"
		    ;; "process.com"
		    "dosproc.com"
		    "argred.com"
		    "autold.com"
		    "autosv.com"
		    "basic.com"
		    "bufcom.com"
		    "bufmnu.com"
		    "c-mode.com"
		    "cinden.com"
		    "comhst.com"
		    ;; "comint.com"
		    ;; "compile.com"
		    ;; "dabbrev.com"
		    ;; "xcom.com"
		    "debug.com"
		    "dired.com"
		    ;; "dirunx.com"
		    "evlcom.com"
		    "filcom.com"
		    "fill.com"
		    "hlpcom.com"
		    ;; "info.com"
		    "intmod.com"
		    "keymap.com"
		    "kilcom.com"
		    "kmacro.com"
		    "lincom.com"
		    "lspcom.com"
		    ;; "malias.com"
		    "motcom.com"
		    ;; "occur.com"
		    ;; "outline.com"
		    ;; "rcs.com"
		    "reccom.com"
		    "regcom.com"
		    "replaz.com"
		    ;; "rmail.com"
		    ;; "rmailsrt.com"
		    "schmod.com"
		    ;; "sendmail.com"
		    "sercom.com"
		    "iserch.com"
		    ;; "shell.com"
		    "tagutl.com"
		    "texcom.com"
		    "wincom.com"
		    "scrcom.com"
		    "modefs.com"
		    ;; "xmodef.com"
		    "rename.com"
		    "loadef.com"
		    ;; "bochser.com"
		    ;; "bochsmod.com"
		    ;; "notify.com"
		    ))))