setup 4.1.0 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/HISTORY +77 -0
- data/MANIFEST +24 -57
- data/lib/setup.rb +2 -4
- data/lib/setup/command.rb +23 -23
- data/lib/setup/config.rb +15 -16
- data/lib/setup/error.rb +4 -1
- data/lib/setup/install.rb +139 -69
- data/lib/setup/rake.rb +1 -1
- data/lib/setup/rubyver.rb +18 -11
- data/meta/package +1 -0
- data/meta/released +1 -0
- data/meta/setup/metaconfig.rb +3 -0
- data/meta/version +1 -0
- metadata +23 -61
- data/CHANGES +0 -42
- data/VERSION +0 -2
- data/doc/assets/images/setup-small.png +0 -0
- data/doc/assets/images/setup.png +0 -0
- data/doc/assets/styles/custom.css +0 -59
- data/doc/guide/doc.en/custom.css +0 -47
- data/doc/guide/doc.en/devel.html +0 -215
- data/doc/guide/doc.en/hookapi.html +0 -100
- data/doc/guide/doc.en/index.html +0 -50
- data/doc/guide/doc.en/metaconfapi.html +0 -91
- data/doc/guide/doc.en/usage.html +0 -306
- data/doc/guide/doc.ja/devel.html +0 -301
- data/doc/guide/doc.ja/hookapi.html +0 -84
- data/doc/guide/doc.ja/index.html +0 -28
- data/doc/guide/doc.ja/metaconfapi.html +0 -80
- data/doc/guide/doc.ja/news.html +0 -186
- data/doc/guide/doc.ja/usage.html +0 -319
- data/doc/index.html +0 -58
- data/doc/log/bstats/stats.html +0 -39
- data/doc/log/notes.xml +0 -28
- data/doc/log/stats.log +0 -14
- data/doc/log/syntax.log +0 -0
- data/doc/log/testunit.log +0 -60
- data/doc/note/TODO +0 -14
- data/doc/note/changelog-3.4.1.txt +0 -732
- data/doc/note/news.html +0 -194
- data/doc/note/release-4.0.0.txt +0 -26
- data/task/install +0 -6
data/doc/note/news.html
DELETED
@@ -1,194 +0,0 @@
|
|
1
|
-
<div id="content">
|
2
|
-
|
3
|
-
<h1>NEWS</h1>
|
4
|
-
<h2>3.4.1 (2005-11-20)</h2>
|
5
|
-
<ul>
|
6
|
-
<li>[CHANGE] do not apply *.rb filter for lib/**.</li>
|
7
|
-
<li>[CHANGE] updates "#!/usr/bin/env ruby" on --shebang=ruby (it is default).</li>
|
8
|
-
<li>[fix] --shebang option did not work.</li>
|
9
|
-
<li>[fix] --without-ext option did not work.</li>
|
10
|
-
<li>[fix] default --rubypath value should include file extension. (Thanks U.Nakamura)</li>
|
11
|
-
<li>[fix] task SHOW, SETUP, TEST, CLEAN, DISTCLEAN with any argument wrongly caused exception.</li>
|
12
|
-
</ul>
|
13
|
-
<h2>3.4.0 (2005-09-25)</h2>
|
14
|
-
<ul>
|
15
|
-
<li>[fix] fix Windows specific bug, which causes error while
|
16
|
-
modifying bin/*.rb files in setup phase.</li>
|
17
|
-
<li>[new] new task `test'.</li>
|
18
|
-
<li>[new] installs configuration files from conf/.</li>
|
19
|
-
<li>[new] installs man pages from man/.</li>
|
20
|
-
<li>[new] new config option: --installdirs.</li>
|
21
|
-
<li>[new] new config option: --shebang.</li>
|
22
|
-
<li>[new] new config option: --sysconfdir.</li>
|
23
|
-
<li>[new] new config option: --mandir.</li>
|
24
|
-
<li>[new] new config option: --libruby.</li>
|
25
|
-
<li>[new] new config option: --localstetedir.</li>
|
26
|
-
</ul>
|
27
|
-
<h2>3.3.1 (2004-10-02)</h2>
|
28
|
-
<ul>
|
29
|
-
<li>[fix] `install' did not work if bin/*.rb exists.</li>
|
30
|
-
<li>[fix] relative $prefix path caused infinite loop.</li>
|
31
|
-
</ul>
|
32
|
-
<h2>3.3.0 (2004-09-21)</h2>
|
33
|
-
<ul>
|
34
|
-
<li>[new] Invoke config-setup-install when no global task is given.</li>
|
35
|
-
<li>[new] new task `all', which invokes config-setup-install.</li>
|
36
|
-
</ul>
|
37
|
-
<h2>3.2.4 (2004-02-12)</h2>
|
38
|
-
<ul>
|
39
|
-
<li>[new] get default value of --make-prog from CONFIG['configure_args']. [ruby-list:39186]</li>
|
40
|
-
<li>[fix] open files in binary mode, also on ruby 1.8. [ruby-list:39184]</li>
|
41
|
-
<li>[fix] wrong path was written in InstalledFiles.</li>
|
42
|
-
</ul>
|
43
|
-
<h2>3.2.3 (2004-02-12)</h2>
|
44
|
-
<ul>
|
45
|
-
<li>[fix] open files in binary mode. [ruby-list:39158]</li>
|
46
|
-
</ul>
|
47
|
-
<h2>3.2.2 (2003-12-16)</h2>
|
48
|
-
<ul>
|
49
|
-
<li>[fix] did not work with metaconfig. (thanks Guillaume Marcais)</li>
|
50
|
-
<li>[fix] should save configurations after running all hooks. (thanks Alex Fenton)</li>
|
51
|
-
<li>[fix] does not reject *.elc, *.so, etc. (thanks Rubikitch)</li>
|
52
|
-
</ul>
|
53
|
-
<h2>3.2.1 (2003-09-01)</h2>
|
54
|
-
<ul>
|
55
|
-
<li>[fix] did not work.</li>
|
56
|
-
</ul>
|
57
|
-
<h2>3.2.0 (2003-08-27)</h2>
|
58
|
-
<ul>
|
59
|
-
<li>[CHANGE] install.rb is merged into the setup.rb.</li>
|
60
|
-
<li>[fix] clean/distclean should be able to invoke before configuring.</li>
|
61
|
-
</ul>
|
62
|
-
<h2>3.1.5 (2003-08-21)</h2>
|
63
|
-
<ul>
|
64
|
-
<li>[CHANGE] install only *.rb from the lib/ directory.</li>
|
65
|
-
<li>[CHANGE] ban MANIFEST.</li>
|
66
|
-
</ul>
|
67
|
-
<h2>3.1.4 (2003-02-25)</h2>
|
68
|
-
<ul>
|
69
|
-
<li>[new] ignore CVS/ *~ *.bak #* .* etc.</li>
|
70
|
-
<li>[new] explicit file designation by MANIFEST.</li>
|
71
|
-
<li>[new] new task `distclean'.</li>
|
72
|
-
<li>bundle Makefile and asm.rb, which are tools to create
|
73
|
-
install.rb/setup.rb from source file.</li>
|
74
|
-
</ul>
|
75
|
-
<h2>3.1.3 (2002-12-06)</h2>
|
76
|
-
<ul>
|
77
|
-
<li>better help message.</li>
|
78
|
-
</ul>
|
79
|
-
<h2>3.1.2 (2002-05-07)</h2>
|
80
|
-
<ul>
|
81
|
-
<li>[fix] config --without did not work.</li>
|
82
|
-
<li>[fix] wrong filenames were written to InstalledFiles.</li>
|
83
|
-
</ul>
|
84
|
-
<h2>3.1.1 (2002-01-11)</h2>
|
85
|
-
<ul>
|
86
|
-
<li>[CHANGE] changes "config --install-prefix" to "install --prefix"</li>
|
87
|
-
<li>[new] new config option --site-ruby-common</li>
|
88
|
-
<li>[new] new metaconfig interface set_config_default(n,v)</li>
|
89
|
-
</ul>
|
90
|
-
<h2>3.1.0 (2002-01-08)</h2>
|
91
|
-
<ul>
|
92
|
-
<li>[new] new config option --without-ext</li>
|
93
|
-
<li>[new] new config option --install-prefix</li>
|
94
|
-
<li>[new] new hook interface get_config(k), set_config(k,v)</li>
|
95
|
-
<li>[new] config option config file 'metaconfig'</li>
|
96
|
-
<li>[fix] setup.rb executes hooks in top directory
|
97
|
-
(does not run hooks in packages/ dir. This is a feature.)</li>
|
98
|
-
</ul>
|
99
|
-
<h2>3.0.2 (2001-10-01)</h2>
|
100
|
-
<ul>
|
101
|
-
<li>did not work on Ruby 1.4.4 ... 1.6.3
|
102
|
-
(rbconfig['rubylidir'] does not exist.)</li>
|
103
|
-
</ul>
|
104
|
-
<h2>3.0.1 (2001-09-07)</h2>
|
105
|
-
<ul>
|
106
|
-
<li>new options -q, --quiet, --verbose</li>
|
107
|
-
<li>parametarizes 'setup.rb' in strings</li>
|
108
|
-
</ul>
|
109
|
-
<h2>3.0.0 (2001-08-28)</h2>
|
110
|
-
<ul>
|
111
|
-
<li>archive structure completely changed.</li>
|
112
|
-
<li>single package installer install.rb</li>
|
113
|
-
<li>restructs setup.rb</li>
|
114
|
-
<li>outputs installed file names into the file "InstalledFiles"</li>
|
115
|
-
<li>--with/--without accepts only package names.</li>
|
116
|
-
<li>"config -- --with-foo=bar" passes options to extconf.rb</li>
|
117
|
-
<li>supports customized site_ruby (thanks Akira Yamada)</li>
|
118
|
-
</ul>
|
119
|
-
<h2>2.2.1 (2001-08-01)</h2>
|
120
|
-
<ul>
|
121
|
-
<li>modify --with and --without (reported by Knu)</li>
|
122
|
-
</ul>
|
123
|
-
<h2>2.2.0 (2001-06-30)</h2>
|
124
|
-
<ul>
|
125
|
-
<li>ban PATHCONV. Use setup/*.rb instead.</li>
|
126
|
-
</ul>
|
127
|
-
<h2>2.1.0 (2001-06-30)</h2>
|
128
|
-
<ul>
|
129
|
-
<li>support parameterized config value (i.e. --prefix)</li>
|
130
|
-
<li>Developpers can hook any tasks. (thanks rubikitch)</li>
|
131
|
-
<li>support srcdir</li>
|
132
|
-
</ul>
|
133
|
-
<h2>2.0.4 (2001-04-07)</h2>
|
134
|
-
<ul>
|
135
|
-
<li>support Ruby 1.4</li>
|
136
|
-
</ul>
|
137
|
-
<h2>2.0.3 (2001-03-26)</h2>
|
138
|
-
<ul>
|
139
|
-
<li>ignore if Makefile is not exist when "make clean"</li>
|
140
|
-
<li>avoids windows' stat() bug</li>
|
141
|
-
</ul>
|
142
|
-
<h2>2.0.2 (2001-02-13)</h2>
|
143
|
-
<ul>
|
144
|
-
<li>ignore if Makefile is not exist when "make clean" (thanks rubikitch)</li>
|
145
|
-
<li>support DOS's drive letter</li>
|
146
|
-
</ul>
|
147
|
-
<h2>2.0.1 (2001-02-09)</h2>
|
148
|
-
<ul>
|
149
|
-
<li>does "make clean" on each SETUP</li>
|
150
|
-
<li>does not fork new ruby process when executing extconf.rb</li>
|
151
|
-
<li>config --rbconfig=file</li>
|
152
|
-
</ul>
|
153
|
-
<h2>2.0.0 (2000-12-19)</h2>
|
154
|
-
<ul>
|
155
|
-
<li>now setup.rb does not depend on amstd</li>
|
156
|
-
<li>install --no-harm</li>
|
157
|
-
<li>add templates</li>
|
158
|
-
</ul>
|
159
|
-
<h2>1.0.7 (2000-11-18)</h2>
|
160
|
-
<ul>
|
161
|
-
<li>allow --without=ext/*</li>
|
162
|
-
</ul>
|
163
|
-
<h2>1.0.6 (2000-08-27)</h2>
|
164
|
-
<ul>
|
165
|
-
<li>new option --make-prog=[make] (patched by Katsuyuki Komatsu)</li>
|
166
|
-
</ul>
|
167
|
-
<h2>1.0.5 (2000-08-27)</h2>
|
168
|
-
<ul>
|
169
|
-
<li>generates Makefile every time</li>
|
170
|
-
</ul>
|
171
|
-
<h2>1.0.4 (2000-07-13)</h2>
|
172
|
-
<ul>
|
173
|
-
<li>can pass directory name (like ext/cparse) for --with, --without</li>
|
174
|
-
</ul>
|
175
|
-
<h2>1.0.3 (2000-06-08)</h2>
|
176
|
-
<ul>
|
177
|
-
<li>new command dryrun (patched by rubikitch)</li>
|
178
|
-
</ul>
|
179
|
-
<h2>1.0.2 (2000-06-03)</h2>
|
180
|
-
<ul>
|
181
|
-
<li>update document</li>
|
182
|
-
</ul>
|
183
|
-
<h2>1.0.1 (2000-06-01)</h2>
|
184
|
-
<ul>
|
185
|
-
<li>modify syntax error (patched by rubikitch)</li>
|
186
|
-
<li>new command "clean" (patched by rubikitch)</li>
|
187
|
-
</ul>
|
188
|
-
<h2>1.0.0 (2000-05-30)</h2>
|
189
|
-
<ul>
|
190
|
-
<li>first release</li>
|
191
|
-
</ul>
|
192
|
-
|
193
|
-
</div>
|
194
|
-
|
data/doc/note/release-4.0.0.txt
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
= NEWS
|
2
|
-
|
3
|
-
== 4.1.0 // 2008-09-06
|
4
|
-
|
5
|
-
Change the location of the cache files to .cache/setup/.
|
6
|
-
|
7
|
-
|
8
|
-
== 4.0.0 // 2008-08-16
|
9
|
-
|
10
|
-
This is the initial release of Setup. As such it is
|
11
|
-
getting the label "betaware" until enough people put
|
12
|
-
it through it's paces. However, since it is predominantly
|
13
|
-
setup.rb 3.4.1 code, and that it works to install
|
14
|
-
itself ;) it certainly is a usable product.
|
15
|
-
|
16
|
-
Please report any problems so we can fix them ASAP.
|
17
|
-
|
18
|
-
Currently Setup does not support Aoki's Metaconfig API.
|
19
|
-
It's usefulness seems limited to me, but we can
|
20
|
-
reconsider adding it back in a furture version.
|
21
|
-
|
22
|
-
Multi-package support has also been removed.
|
23
|
-
|
24
|
-
--
|
25
|
-
Website: http://setup.rubyforge.org
|
26
|
-
|