setup 4.0.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/COPYING +515 -0
- data/HISTORY +7 -0
- data/MANIFEST +231 -0
- data/METADATA +25 -0
- data/NEWS +21 -0
- data/README +110 -0
- data/bin/setup.rb +7 -0
- data/doc/manual/doc.en/devel.html +208 -0
- data/doc/manual/doc.en/hookapi.html +91 -0
- data/doc/manual/doc.en/index.html +28 -0
- data/doc/manual/doc.en/metaconfapi.html +79 -0
- data/doc/manual/doc.en/news.html +189 -0
- data/doc/manual/doc.en/usage.html +297 -0
- data/doc/manual/doc.ja/devel.html +301 -0
- data/doc/manual/doc.ja/hookapi.html +84 -0
- data/doc/manual/doc.ja/index.html +28 -0
- data/doc/manual/doc.ja/metaconfapi.html +80 -0
- data/doc/manual/doc.ja/news.html +186 -0
- data/doc/manual/doc.ja/usage.html +319 -0
- data/doc/rdoc/classes/Errno.html +89 -0
- data/doc/rdoc/classes/Errno/ENOTEMPTY.html +92 -0
- data/doc/rdoc/classes/File.html +134 -0
- data/doc/rdoc/classes/Setup.html +107 -0
- data/doc/rdoc/classes/Setup/Command.html +276 -0
- data/doc/rdoc/classes/Setup/ConfigTable.html +622 -0
- data/doc/rdoc/classes/Setup/Installer.html +2454 -0
- data/doc/rdoc/classes/Setup/Installer/Shebang.html +187 -0
- data/doc/rdoc/classes/SetupError.html +92 -0
- data/doc/rdoc/created.rid +1 -0
- data/doc/rdoc/files/COPYING.html +759 -0
- data/doc/rdoc/files/HISTORY.html +104 -0
- data/doc/rdoc/files/METADATA.html +92 -0
- data/doc/rdoc/files/NEWS.html +113 -0
- data/doc/rdoc/files/README.html +214 -0
- data/doc/rdoc/files/bin/setup_rb.html +96 -0
- data/doc/rdoc/files/lib/setup/build_rb.html +96 -0
- data/doc/rdoc/files/lib/setup/command_rb.html +98 -0
- data/doc/rdoc/files/lib/setup/config_rb.html +98 -0
- data/doc/rdoc/files/lib/setup/error_rb.html +92 -0
- data/doc/rdoc/files/lib/setup/install_rb.html +116 -0
- data/doc/rdoc/files/lib/setup/rake_rb.html +97 -0
- data/doc/rdoc/files/lib/setup/rubyver_rb.html +96 -0
- data/doc/rdoc/files/lib/setup_rb.html +92 -0
- data/doc/rdoc/fr_class_index.html +55 -0
- data/doc/rdoc/fr_file_index.html +60 -0
- data/doc/rdoc/fr_method_index.html +182 -0
- data/doc/rdoc/index.html +26 -0
- data/doc/rdoc/rdoc-style.css +177 -0
- data/doc/ri/Errno/ENOTEMPTY/cdesc-ENOTEMPTY.yaml +15 -0
- data/doc/ri/Errno/cdesc-Errno.yaml +15 -0
- data/doc/ri/File/cdesc-File.yaml +18 -0
- data/doc/ri/File/dir%3f-c.yaml +12 -0
- data/doc/ri/File/read-c.yaml +10 -0
- data/doc/ri/Setup/Command/cdesc-Command.yaml +28 -0
- data/doc/ri/Setup/Command/help-i.yaml +12 -0
- data/doc/ri/Setup/Command/run-c.yaml +11 -0
- data/doc/ri/Setup/Command/run-i.yaml +11 -0
- data/doc/ri/Setup/ConfigTable/%5b%5d%3d-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/%5b%5d-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/attr_accessor-c.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/attr_boolean-c.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/attr_pathlist-c.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/attr_pathname-c.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/cdesc-ConfigTable.yaml +66 -0
- data/doc/ri/Setup/ConfigTable/compiles%3f-i.yaml +10 -0
- data/doc/ri/Setup/ConfigTable/env_config-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/extconfs-i.yaml +11 -0
- data/doc/ri/Setup/ConfigTable/extensions-i.yaml +10 -0
- data/doc/ri/Setup/ConfigTable/initialize_defaults-i.yaml +14 -0
- data/doc/ri/Setup/ConfigTable/installdirs%3d-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/load_config-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/new-c.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/save_config-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/shebang%3d-i.yaml +12 -0
- data/doc/ri/Setup/ConfigTable/show-i.yaml +10 -0
- data/doc/ri/Setup/Installer/Shebang/cdesc-Shebang.yaml +28 -0
- data/doc/ri/Setup/Installer/Shebang/load-c.yaml +10 -0
- data/doc/ri/Setup/Installer/Shebang/new-c.yaml +10 -0
- data/doc/ri/Setup/Installer/Shebang/parse-c.yaml +10 -0
- data/doc/ri/Setup/Installer/Shebang/to_s-i.yaml +10 -0
- data/doc/ri/Setup/Installer/binread-i.yaml +14 -0
- data/doc/ri/Setup/Installer/cdesc-Installer.yaml +281 -0
- data/doc/ri/Setup/Installer/clean_dir_bin-i.yaml +12 -0
- data/doc/ri/Setup/Installer/clean_dir_data-i.yaml +12 -0
- data/doc/ri/Setup/Installer/clean_dir_doc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/clean_dir_etc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/clean_dir_ext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/clean_dir_lib-i.yaml +12 -0
- data/doc/ri/Setup/Installer/clean_dir_man-i.yaml +12 -0
- data/doc/ri/Setup/Installer/command-i.yaml +10 -0
- data/doc/ri/Setup/Installer/compiles%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/config_dir_bin-i.yaml +12 -0
- data/doc/ri/Setup/Installer/config_dir_data-i.yaml +12 -0
- data/doc/ri/Setup/Installer/config_dir_doc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/config_dir_etc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/config_dir_ext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/config_dir_lib-i.yaml +12 -0
- data/doc/ri/Setup/Installer/config_dir_man-i.yaml +12 -0
- data/doc/ri/Setup/Installer/curr_objdir-i.yaml +10 -0
- data/doc/ri/Setup/Installer/curr_srcdir-i.yaml +12 -0
- data/doc/ri/Setup/Installer/diff%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/directories_of-i.yaml +10 -0
- data/doc/ri/Setup/Installer/distclean_dir_bin-i.yaml +12 -0
- data/doc/ri/Setup/Installer/distclean_dir_data-i.yaml +12 -0
- data/doc/ri/Setup/Installer/distclean_dir_doc-i.yaml +10 -0
- data/doc/ri/Setup/Installer/distclean_dir_etc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/distclean_dir_ext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/distclean_dir_lib-i.yaml +12 -0
- data/doc/ri/Setup/Installer/distclean_dir_man-i.yaml +12 -0
- data/doc/ri/Setup/Installer/dive_into-i.yaml +10 -0
- data/doc/ri/Setup/Installer/dllext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/exec_all-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_clean-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_config-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_distclean-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_doc-i.yaml +11 -0
- data/doc/ri/Setup/Installer/exec_install-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_rdoc-i.yaml +14 -0
- data/doc/ri/Setup/Installer/exec_ri-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_setup-i.yaml +14 -0
- data/doc/ri/Setup/Installer/exec_show-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_task_traverse-i.yaml +12 -0
- data/doc/ri/Setup/Installer/exec_test-i.yaml +14 -0
- data/doc/ri/Setup/Installer/exec_uninstall-i.yaml +12 -0
- data/doc/ri/Setup/Installer/existfiles-i.yaml +10 -0
- data/doc/ri/Setup/Installer/extconf-i.yaml +10 -0
- data/doc/ri/Setup/Installer/extdir%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/extensions-i.yaml +12 -0
- data/doc/ri/Setup/Installer/files_of-i.yaml +10 -0
- data/doc/ri/Setup/Installer/force_remove_file-i.yaml +10 -0
- data/doc/ri/Setup/Installer/get_config-i.yaml +11 -0
- data/doc/ri/Setup/Installer/glob_reject-i.yaml +10 -0
- data/doc/ri/Setup/Installer/glob_select-i.yaml +10 -0
- data/doc/ri/Setup/Installer/globs2re-i.yaml +10 -0
- data/doc/ri/Setup/Installer/hookfiles-i.yaml +10 -0
- data/doc/ri/Setup/Installer/inspect-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_bin-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_data-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_doc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/install_dir_etc-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_ext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_lib-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_dir_man-i.yaml +10 -0
- data/doc/ri/Setup/Installer/install_files-i.yaml +10 -0
- data/doc/ri/Setup/Installer/installation%21-i.yaml +10 -0
- data/doc/ri/Setup/Installer/installation%3f-i.yaml +12 -0
- data/doc/ri/Setup/Installer/libfiles-i.yaml +10 -0
- data/doc/ri/Setup/Installer/make-i.yaml +10 -0
- data/doc/ri/Setup/Installer/mapdir-i.yaml +10 -0
- data/doc/ri/Setup/Installer/mkdir_p-i.yaml +10 -0
- data/doc/ri/Setup/Installer/move_file-i.yaml +10 -0
- data/doc/ri/Setup/Installer/new-c.yaml +12 -0
- data/doc/ri/Setup/Installer/new_shebang-i.yaml +10 -0
- data/doc/ri/Setup/Installer/no_harm%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/noop-i.yaml +54 -0
- data/doc/ri/Setup/Installer/objdir_root-i.yaml +10 -0
- data/doc/ri/Setup/Installer/open_atomic_writer-i.yaml +10 -0
- data/doc/ri/Setup/Installer/quiet%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/record_installation-i.yaml +10 -0
- data/doc/ri/Setup/Installer/relpath-i.yaml +10 -0
- data/doc/ri/Setup/Installer/remove_file-i.yaml +10 -0
- data/doc/ri/Setup/Installer/remove_tree-i.yaml +10 -0
- data/doc/ri/Setup/Installer/remove_tree0-i.yaml +10 -0
- data/doc/ri/Setup/Installer/report_header-i.yaml +11 -0
- data/doc/ri/Setup/Installer/rm_f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/rm_rf-i.yaml +10 -0
- data/doc/ri/Setup/Installer/rmdir-i.yaml +10 -0
- data/doc/ri/Setup/Installer/ruby-i.yaml +10 -0
- data/doc/ri/Setup/Installer/rubyextentions-i.yaml +10 -0
- data/doc/ri/Setup/Installer/run_hook-i.yaml +10 -0
- data/doc/ri/Setup/Installer/set_config-i.yaml +12 -0
- data/doc/ri/Setup/Installer/setup_dir_bin-i.yaml +10 -0
- data/doc/ri/Setup/Installer/setup_dir_data-i.yaml +12 -0
- data/doc/ri/Setup/Installer/setup_dir_doc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/setup_dir_etc-i.yaml +12 -0
- data/doc/ri/Setup/Installer/setup_dir_ext-i.yaml +10 -0
- data/doc/ri/Setup/Installer/setup_dir_lib-i.yaml +12 -0
- data/doc/ri/Setup/Installer/setup_dir_man-i.yaml +12 -0
- data/doc/ri/Setup/Installer/srcdir_root-i.yaml +12 -0
- data/doc/ri/Setup/Installer/srcdirectories-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcdirectory%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcentries-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcexist%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcfile%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcfile-i.yaml +10 -0
- data/doc/ri/Setup/Installer/srcfiles-i.yaml +10 -0
- data/doc/ri/Setup/Installer/targetfiles-i.yaml +10 -0
- data/doc/ri/Setup/Installer/traverse-i.yaml +10 -0
- data/doc/ri/Setup/Installer/update_shebang_line-i.yaml +10 -0
- data/doc/ri/Setup/Installer/verbose%3f-i.yaml +10 -0
- data/doc/ri/Setup/Installer/verbose_off-i.yaml +10 -0
- data/doc/ri/Setup/cdesc-Setup.yaml +15 -0
- data/doc/ri/SetupError/cdesc-SetupError.yaml +15 -0
- data/doc/ri/created.rid +1 -0
- data/lib/setup.rb +5 -0
- data/lib/setup/build.rb +2 -0
- data/lib/setup/command.rb +169 -0
- data/lib/setup/config.rb +339 -0
- data/lib/setup/error.rb +1 -0
- data/lib/setup/install.rb +915 -0
- data/lib/setup/rake.rb +62 -0
- data/lib/setup/rubyver.rb +25 -0
- data/script/install +6 -0
- metadata +293 -0
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
<html>
|
|
6
|
+
<head>
|
|
7
|
+
<title>File: HISTORY</title>
|
|
8
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
9
|
+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
|
10
|
+
|
|
11
|
+
<script language="JavaScript" type="text/javascript">
|
|
12
|
+
// <![CDATA[
|
|
13
|
+
|
|
14
|
+
function toggleSource( id )
|
|
15
|
+
{
|
|
16
|
+
var elem
|
|
17
|
+
var link
|
|
18
|
+
|
|
19
|
+
if( document.getElementById )
|
|
20
|
+
{
|
|
21
|
+
elem = document.getElementById( id )
|
|
22
|
+
link = document.getElementById( "l_" + id )
|
|
23
|
+
}
|
|
24
|
+
else if ( document.all )
|
|
25
|
+
{
|
|
26
|
+
elem = eval( "document.all." + id )
|
|
27
|
+
link = eval( "document.all.l_" + id )
|
|
28
|
+
}
|
|
29
|
+
else
|
|
30
|
+
return false;
|
|
31
|
+
|
|
32
|
+
if( elem.style.display == "block" )
|
|
33
|
+
{
|
|
34
|
+
elem.style.display = "none"
|
|
35
|
+
link.innerHTML = "+"
|
|
36
|
+
}
|
|
37
|
+
else
|
|
38
|
+
{
|
|
39
|
+
elem.style.display = "block"
|
|
40
|
+
link.innerHTML = "-"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
function openCode( url )
|
|
45
|
+
{
|
|
46
|
+
window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
|
|
47
|
+
}
|
|
48
|
+
// ]]>
|
|
49
|
+
</script>
|
|
50
|
+
</head>
|
|
51
|
+
|
|
52
|
+
<body>
|
|
53
|
+
<table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
|
|
54
|
+
<tr><td>
|
|
55
|
+
<table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
|
|
56
|
+
<td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />HISTORY</td>
|
|
57
|
+
<td align="right">
|
|
58
|
+
<table border='0' cellspacing="0" cellpadding="2">
|
|
59
|
+
<tr>
|
|
60
|
+
<td>Path:</td>
|
|
61
|
+
<td>HISTORY
|
|
62
|
+
</td>
|
|
63
|
+
</tr>
|
|
64
|
+
<tr>
|
|
65
|
+
<td>Modified:</td>
|
|
66
|
+
<td>Thu Aug 14 13:29:44 -0400 2008</td>
|
|
67
|
+
</tr>
|
|
68
|
+
</table>
|
|
69
|
+
</td></tr>
|
|
70
|
+
</table>
|
|
71
|
+
</td></tr>
|
|
72
|
+
</table><br />
|
|
73
|
+
<!-- banner header -->
|
|
74
|
+
|
|
75
|
+
<div id="bodyContent">
|
|
76
|
+
<div id="content">
|
|
77
|
+
|
|
78
|
+
<div class="description"><h1>RELEASE HISTORY</h1>
|
|
79
|
+
<h2>4.0.0 // 2008-08-15</h2>
|
|
80
|
+
<ul>
|
|
81
|
+
<li>Intial release.
|
|
82
|
+
|
|
83
|
+
</li>
|
|
84
|
+
<li>This is a conversion of Minero Aoki‘s setup.rb into a stand alone
|
|
85
|
+
application.
|
|
86
|
+
|
|
87
|
+
</li>
|
|
88
|
+
</ul>
|
|
89
|
+
</div>
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
</div>
|
|
102
|
+
|
|
103
|
+
</body>
|
|
104
|
+
</html>
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
<html>
|
|
6
|
+
<head>
|
|
7
|
+
<title>File: METADATA</title>
|
|
8
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
9
|
+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
|
10
|
+
|
|
11
|
+
<script language="JavaScript" type="text/javascript">
|
|
12
|
+
// <![CDATA[
|
|
13
|
+
|
|
14
|
+
function toggleSource( id )
|
|
15
|
+
{
|
|
16
|
+
var elem
|
|
17
|
+
var link
|
|
18
|
+
|
|
19
|
+
if( document.getElementById )
|
|
20
|
+
{
|
|
21
|
+
elem = document.getElementById( id )
|
|
22
|
+
link = document.getElementById( "l_" + id )
|
|
23
|
+
}
|
|
24
|
+
else if ( document.all )
|
|
25
|
+
{
|
|
26
|
+
elem = eval( "document.all." + id )
|
|
27
|
+
link = eval( "document.all.l_" + id )
|
|
28
|
+
}
|
|
29
|
+
else
|
|
30
|
+
return false;
|
|
31
|
+
|
|
32
|
+
if( elem.style.display == "block" )
|
|
33
|
+
{
|
|
34
|
+
elem.style.display = "none"
|
|
35
|
+
link.innerHTML = "+"
|
|
36
|
+
}
|
|
37
|
+
else
|
|
38
|
+
{
|
|
39
|
+
elem.style.display = "block"
|
|
40
|
+
link.innerHTML = "-"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
function openCode( url )
|
|
45
|
+
{
|
|
46
|
+
window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
|
|
47
|
+
}
|
|
48
|
+
// ]]>
|
|
49
|
+
</script>
|
|
50
|
+
</head>
|
|
51
|
+
|
|
52
|
+
<body>
|
|
53
|
+
<table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
|
|
54
|
+
<tr><td>
|
|
55
|
+
<table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
|
|
56
|
+
<td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />METADATA</td>
|
|
57
|
+
<td align="right">
|
|
58
|
+
<table border='0' cellspacing="0" cellpadding="2">
|
|
59
|
+
<tr>
|
|
60
|
+
<td>Path:</td>
|
|
61
|
+
<td>METADATA
|
|
62
|
+
</td>
|
|
63
|
+
</tr>
|
|
64
|
+
<tr>
|
|
65
|
+
<td>Modified:</td>
|
|
66
|
+
<td>Sat Aug 16 15:15:29 -0400 2008</td>
|
|
67
|
+
</tr>
|
|
68
|
+
</table>
|
|
69
|
+
</td></tr>
|
|
70
|
+
</table>
|
|
71
|
+
</td></tr>
|
|
72
|
+
</table><br />
|
|
73
|
+
<!-- banner header -->
|
|
74
|
+
|
|
75
|
+
<div id="bodyContent">
|
|
76
|
+
<div id="content">
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
</div>
|
|
88
|
+
|
|
89
|
+
</div>
|
|
90
|
+
|
|
91
|
+
</body>
|
|
92
|
+
</html>
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
<html>
|
|
6
|
+
<head>
|
|
7
|
+
<title>File: NEWS</title>
|
|
8
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
9
|
+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
|
10
|
+
|
|
11
|
+
<script language="JavaScript" type="text/javascript">
|
|
12
|
+
// <![CDATA[
|
|
13
|
+
|
|
14
|
+
function toggleSource( id )
|
|
15
|
+
{
|
|
16
|
+
var elem
|
|
17
|
+
var link
|
|
18
|
+
|
|
19
|
+
if( document.getElementById )
|
|
20
|
+
{
|
|
21
|
+
elem = document.getElementById( id )
|
|
22
|
+
link = document.getElementById( "l_" + id )
|
|
23
|
+
}
|
|
24
|
+
else if ( document.all )
|
|
25
|
+
{
|
|
26
|
+
elem = eval( "document.all." + id )
|
|
27
|
+
link = eval( "document.all.l_" + id )
|
|
28
|
+
}
|
|
29
|
+
else
|
|
30
|
+
return false;
|
|
31
|
+
|
|
32
|
+
if( elem.style.display == "block" )
|
|
33
|
+
{
|
|
34
|
+
elem.style.display = "none"
|
|
35
|
+
link.innerHTML = "+"
|
|
36
|
+
}
|
|
37
|
+
else
|
|
38
|
+
{
|
|
39
|
+
elem.style.display = "block"
|
|
40
|
+
link.innerHTML = "-"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
function openCode( url )
|
|
45
|
+
{
|
|
46
|
+
window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
|
|
47
|
+
}
|
|
48
|
+
// ]]>
|
|
49
|
+
</script>
|
|
50
|
+
</head>
|
|
51
|
+
|
|
52
|
+
<body>
|
|
53
|
+
<table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
|
|
54
|
+
<tr><td>
|
|
55
|
+
<table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
|
|
56
|
+
<td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />NEWS</td>
|
|
57
|
+
<td align="right">
|
|
58
|
+
<table border='0' cellspacing="0" cellpadding="2">
|
|
59
|
+
<tr>
|
|
60
|
+
<td>Path:</td>
|
|
61
|
+
<td>NEWS
|
|
62
|
+
</td>
|
|
63
|
+
</tr>
|
|
64
|
+
<tr>
|
|
65
|
+
<td>Modified:</td>
|
|
66
|
+
<td>Sat Aug 16 17:27:29 -0400 2008</td>
|
|
67
|
+
</tr>
|
|
68
|
+
</table>
|
|
69
|
+
</td></tr>
|
|
70
|
+
</table>
|
|
71
|
+
</td></tr>
|
|
72
|
+
</table><br />
|
|
73
|
+
<!-- banner header -->
|
|
74
|
+
|
|
75
|
+
<div id="bodyContent">
|
|
76
|
+
<div id="content">
|
|
77
|
+
|
|
78
|
+
<div class="description"><h1>NEWS</h1>
|
|
79
|
+
<h2>4.0.0 // 2008-08-16</h2>
|
|
80
|
+
<p>
|
|
81
|
+
This is the initial release of <a href="../classes/Setup.html">Setup</a>.
|
|
82
|
+
As such it is getting the label "betaware" until enough people
|
|
83
|
+
put it through it‘s paces. However, since it is predominantly
|
|
84
|
+
setup.rb 3.4.1 code, and that it works to install itself ;) it certainly is
|
|
85
|
+
a usable product.
|
|
86
|
+
</p>
|
|
87
|
+
<p>
|
|
88
|
+
Please report any problems so we can fix them ASAP.
|
|
89
|
+
</p>
|
|
90
|
+
<p>
|
|
91
|
+
Currently <a href="../classes/Setup.html">Setup</a> does not support
|
|
92
|
+
Aoki‘s Metaconfig API. It‘s usefulness seems extremely limited,
|
|
93
|
+
but we will reconsider adding it back in a furture version.
|
|
94
|
+
</p>
|
|
95
|
+
<p>
|
|
96
|
+
Multi-package support has also been removed.
|
|
97
|
+
</p>
|
|
98
|
+
</div>
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
</div>
|
|
109
|
+
|
|
110
|
+
</div>
|
|
111
|
+
|
|
112
|
+
</body>
|
|
113
|
+
</html>
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
<html>
|
|
6
|
+
<head>
|
|
7
|
+
<title>File: README</title>
|
|
8
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
9
|
+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
|
10
|
+
|
|
11
|
+
<script language="JavaScript" type="text/javascript">
|
|
12
|
+
// <![CDATA[
|
|
13
|
+
|
|
14
|
+
function toggleSource( id )
|
|
15
|
+
{
|
|
16
|
+
var elem
|
|
17
|
+
var link
|
|
18
|
+
|
|
19
|
+
if( document.getElementById )
|
|
20
|
+
{
|
|
21
|
+
elem = document.getElementById( id )
|
|
22
|
+
link = document.getElementById( "l_" + id )
|
|
23
|
+
}
|
|
24
|
+
else if ( document.all )
|
|
25
|
+
{
|
|
26
|
+
elem = eval( "document.all." + id )
|
|
27
|
+
link = eval( "document.all.l_" + id )
|
|
28
|
+
}
|
|
29
|
+
else
|
|
30
|
+
return false;
|
|
31
|
+
|
|
32
|
+
if( elem.style.display == "block" )
|
|
33
|
+
{
|
|
34
|
+
elem.style.display = "none"
|
|
35
|
+
link.innerHTML = "+"
|
|
36
|
+
}
|
|
37
|
+
else
|
|
38
|
+
{
|
|
39
|
+
elem.style.display = "block"
|
|
40
|
+
link.innerHTML = "-"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
function openCode( url )
|
|
45
|
+
{
|
|
46
|
+
window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
|
|
47
|
+
}
|
|
48
|
+
// ]]>
|
|
49
|
+
</script>
|
|
50
|
+
</head>
|
|
51
|
+
|
|
52
|
+
<body>
|
|
53
|
+
<table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
|
|
54
|
+
<tr><td>
|
|
55
|
+
<table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
|
|
56
|
+
<td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />README</td>
|
|
57
|
+
<td align="right">
|
|
58
|
+
<table border='0' cellspacing="0" cellpadding="2">
|
|
59
|
+
<tr>
|
|
60
|
+
<td>Path:</td>
|
|
61
|
+
<td>README
|
|
62
|
+
</td>
|
|
63
|
+
</tr>
|
|
64
|
+
<tr>
|
|
65
|
+
<td>Modified:</td>
|
|
66
|
+
<td>Sat Aug 16 17:28:05 -0400 2008</td>
|
|
67
|
+
</tr>
|
|
68
|
+
</table>
|
|
69
|
+
</td></tr>
|
|
70
|
+
</table>
|
|
71
|
+
</td></tr>
|
|
72
|
+
</table><br />
|
|
73
|
+
<!-- banner header -->
|
|
74
|
+
|
|
75
|
+
<div id="bodyContent">
|
|
76
|
+
<div id="content">
|
|
77
|
+
|
|
78
|
+
<div class="description"><h1><a href="../classes/Setup.html">Setup</a></h1>
|
|
79
|
+
<pre>
|
|
80
|
+
http://setup.rubyforge.org
|
|
81
|
+
</pre>
|
|
82
|
+
<h2>Introduction</h2>
|
|
83
|
+
<p>
|
|
84
|
+
Every Rubyist is aware of Minero Aoki‘s ever useful setup.rb script.
|
|
85
|
+
It‘s how most of us used to install our ruby programs before RubyGems
|
|
86
|
+
came along.And it‘s still mighty useful in certain scenarios, not the
|
|
87
|
+
least of which is the job of the distribution package managers. <a
|
|
88
|
+
href="../classes/Setup.html">Setup</a> converts setup.rb into a stand-alone
|
|
89
|
+
application. No longer will you need distribute setup.rb with you Ruby
|
|
90
|
+
packages. Just instruct your users to use <a
|
|
91
|
+
href="../classes/Setup.html">Setup</a>.
|
|
92
|
+
</p>
|
|
93
|
+
<h2>Important</h2>
|
|
94
|
+
<p>
|
|
95
|
+
There a couple very important difference between the old 3.4.1 verison of
|
|
96
|
+
the setup.rb script and version 4.0.0 of the independent application.
|
|
97
|
+
</p>
|
|
98
|
+
<ul>
|
|
99
|
+
<li>The directory convention ‘conf’ has been change to
|
|
100
|
+
‘etc’.
|
|
101
|
+
|
|
102
|
+
</li>
|
|
103
|
+
<li>The Metacofig API is not currently supported.
|
|
104
|
+
|
|
105
|
+
</li>
|
|
106
|
+
<li>Multi-package project layouts are no longer supported.
|
|
107
|
+
|
|
108
|
+
</li>
|
|
109
|
+
</ul>
|
|
110
|
+
<h2>Install</h2>
|
|
111
|
+
<p>
|
|
112
|
+
The easy way to install is via RubyGems.
|
|
113
|
+
</p>
|
|
114
|
+
<pre>
|
|
115
|
+
$ gem install setup
|
|
116
|
+
</pre>
|
|
117
|
+
<p>
|
|
118
|
+
To install <a href="../classes/Setup.html">Setup</a> manually you need to
|
|
119
|
+
"boot-strap" it. This is done for you, by running the following:
|
|
120
|
+
</p>
|
|
121
|
+
<pre>
|
|
122
|
+
$ script/install
|
|
123
|
+
</pre>
|
|
124
|
+
<h2>Usage</h2>
|
|
125
|
+
<p>
|
|
126
|
+
Please see the documentation in doc/manual.
|
|
127
|
+
</p>
|
|
128
|
+
<p>
|
|
129
|
+
To use setup.rb a project must conform to the setup.rb standard layout.
|
|
130
|
+
</p>
|
|
131
|
+
<p>
|
|
132
|
+
Usage is as simple as:
|
|
133
|
+
</p>
|
|
134
|
+
<pre>
|
|
135
|
+
$ setup.rb config
|
|
136
|
+
$ setup.rb setup
|
|
137
|
+
$ setup.rb install
|
|
138
|
+
</pre>
|
|
139
|
+
<p>
|
|
140
|
+
or
|
|
141
|
+
</p>
|
|
142
|
+
<pre>
|
|
143
|
+
$ setup.rb all
|
|
144
|
+
</pre>
|
|
145
|
+
<p>
|
|
146
|
+
If you later decide you want to remove the program.
|
|
147
|
+
</p>
|
|
148
|
+
<pre>
|
|
149
|
+
$ setup.rb uninstall
|
|
150
|
+
</pre>
|
|
151
|
+
<p>
|
|
152
|
+
Note that uninstall is made possible by the .installedfiles file that is
|
|
153
|
+
generated by the install process. If that file is deleted than you will not
|
|
154
|
+
be able to uninstall. (You can get around this be reinstalling first
|
|
155
|
+
though).
|
|
156
|
+
</p>
|
|
157
|
+
<p>
|
|
158
|
+
You can clean up any setup products with:
|
|
159
|
+
</p>
|
|
160
|
+
<pre>
|
|
161
|
+
$ setup.rb clean
|
|
162
|
+
</pre>
|
|
163
|
+
<p>
|
|
164
|
+
And restore the package to it‘s pristine state with:
|
|
165
|
+
</p>
|
|
166
|
+
<pre>
|
|
167
|
+
$ setup.rb distclean
|
|
168
|
+
</pre>
|
|
169
|
+
<p>
|
|
170
|
+
Not that this last command will remove the .installedfiles file!
|
|
171
|
+
</p>
|
|
172
|
+
<h2>To Do</h2>
|
|
173
|
+
<ul>
|
|
174
|
+
<li>Maybe protect .installedfiles from removal, even on distclean.
|
|
175
|
+
|
|
176
|
+
</li>
|
|
177
|
+
<li>Separate compiling code into separate class.
|
|
178
|
+
|
|
179
|
+
</li>
|
|
180
|
+
</ul>
|
|
181
|
+
<h2>License</h2>
|
|
182
|
+
<p>
|
|
183
|
+
Copyright (c) 2002,2005 Minero Aoki Copyright (c) 2008 TigerOps &
|
|
184
|
+
Thomas Sawyer
|
|
185
|
+
</p>
|
|
186
|
+
<p>
|
|
187
|
+
GNU LGPL, Lesser General Public License version 2.1. For details of LGPL,
|
|
188
|
+
see the file "COPYING".
|
|
189
|
+
</p>
|
|
190
|
+
<pre>
|
|
191
|
+
7trans
|
|
192
|
+
transfire@gmail.com
|
|
193
|
+
http://tigerops.org
|
|
194
|
+
|
|
195
|
+
Minero Aoki
|
|
196
|
+
aamine@loveruby.net
|
|
197
|
+
http://i.loveruby.net
|
|
198
|
+
</pre>
|
|
199
|
+
</div>
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
</div>
|
|
210
|
+
|
|
211
|
+
</div>
|
|
212
|
+
|
|
213
|
+
</body>
|
|
214
|
+
</html>
|