rabbit 0.9.0 → 0.9.1
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 +1 -56
- data/NEWS.en +19 -1
- data/NEWS.ja +19 -1
- data/README.en +6 -3
- data/README.ja +6 -3
- data/Rakefile +2 -4
- data/lib/rabbit/rabbit.rb +1 -1
- data/misc/update-rd.rb +16 -11
- metadata +4 -10
- data/COPYING.ja +0 -51
- data/INSTALL.macosx-macports.en +0 -75
- data/INSTALL.macosx-macports.ja +0 -101
- data/INSTALL.win32.en +0 -74
- data/INSTALL.win32.ja +0 -77
data/COPYING
CHANGED
|
@@ -1,56 +1 @@
|
|
|
1
|
-
|
|
2
|
-
You can redistribute it and/or modify it under either the terms of the GPL
|
|
3
|
-
(see the file GPL), or the conditions below:
|
|
4
|
-
|
|
5
|
-
1. You may make and give away verbatim copies of the source form of the
|
|
6
|
-
software without restriction, provided that you duplicate all of the
|
|
7
|
-
original copyright notices and associated disclaimers.
|
|
8
|
-
|
|
9
|
-
2. You may modify your copy of the software in any way, provided that
|
|
10
|
-
you do at least ONE of the following:
|
|
11
|
-
|
|
12
|
-
a) place your modifications in the Public Domain or otherwise
|
|
13
|
-
make them Freely Available, such as by posting said
|
|
14
|
-
modifications to Usenet or an equivalent medium, or by allowing
|
|
15
|
-
the author to include your modifications in the software.
|
|
16
|
-
|
|
17
|
-
b) use the modified software only within your corporation or
|
|
18
|
-
organization.
|
|
19
|
-
|
|
20
|
-
c) give non-standard binaries non-standard names, with
|
|
21
|
-
instructions on where to get the original software distribution.
|
|
22
|
-
|
|
23
|
-
d) make other distribution arrangements with the author.
|
|
24
|
-
|
|
25
|
-
3. You may distribute the software in object code or binary form,
|
|
26
|
-
provided that you do at least ONE of the following:
|
|
27
|
-
|
|
28
|
-
a) distribute the binaries and library files of the software,
|
|
29
|
-
together with instructions (in the manual page or equivalent)
|
|
30
|
-
on where to get the original distribution.
|
|
31
|
-
|
|
32
|
-
b) accompany the distribution with the machine-readable source of
|
|
33
|
-
the software.
|
|
34
|
-
|
|
35
|
-
c) give non-standard binaries non-standard names, with
|
|
36
|
-
instructions on where to get the original software distribution.
|
|
37
|
-
|
|
38
|
-
d) make other distribution arrangements with the author.
|
|
39
|
-
|
|
40
|
-
4. You may modify and include the part of the software into any other
|
|
41
|
-
software (possibly commercial). But some files in the distribution
|
|
42
|
-
are not written by the author, so that they are not under these terms.
|
|
43
|
-
|
|
44
|
-
For the list of those files and their copying conditions, see the
|
|
45
|
-
file LEGAL.
|
|
46
|
-
|
|
47
|
-
5. The scripts and library files supplied as input to or produced as
|
|
48
|
-
output from the software do not automatically fall under the
|
|
49
|
-
copyright of the software, but belong to whomever generated them,
|
|
50
|
-
and may be sold commercially, and may be aggregated with this
|
|
51
|
-
software.
|
|
52
|
-
|
|
53
|
-
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
|
|
54
|
-
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
|
55
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
56
|
-
PURPOSE.
|
|
1
|
+
GPLv2 or later. See 'GPL' file about GPLv2.
|
data/NEWS.en
CHANGED
|
@@ -2,7 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
= NEWS.en
|
|
4
4
|
|
|
5
|
-
$Id: NEWS.en
|
|
5
|
+
$Id: NEWS.en 1423 2010-10-25 13:24:07Z kou $
|
|
6
|
+
|
|
7
|
+
== Changes 0.9.1 from 0.9.0: 2010-10-25
|
|
8
|
+
|
|
9
|
+
Changed license: Ruby's -> GPLv2 or later
|
|
10
|
+
|
|
11
|
+
=== Improvements
|
|
12
|
+
|
|
13
|
+
* Removed rabbit.bat from gem. [U.Nakamura]
|
|
14
|
+
* Added documentation for Homebrew. [kdmsnr]
|
|
15
|
+
* Changed license to GPLv2 or later from Ruby's.
|
|
16
|
+
(It assumed that Kouhei Sutou can change contributed
|
|
17
|
+
codes and so on. If contributes can't accept the rule,
|
|
18
|
+
those codes and so on aren't included in Rabbit.)
|
|
19
|
+
|
|
20
|
+
=== Thanks
|
|
21
|
+
|
|
22
|
+
* U.Nakamura
|
|
23
|
+
* kdmsnr
|
|
6
24
|
|
|
7
25
|
== Changes 0.9.0 from 0.6.5: 2010-09-26
|
|
8
26
|
|
data/NEWS.ja
CHANGED
|
@@ -2,7 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
= NEWS.ja
|
|
4
4
|
|
|
5
|
-
$Id: NEWS.ja
|
|
5
|
+
$Id: NEWS.ja 1423 2010-10-25 13:24:07Z kou $
|
|
6
|
+
|
|
7
|
+
== 0.9.0から0.9.1の変更点: 2010-10-25
|
|
8
|
+
|
|
9
|
+
ライセンスの変更: Rubyライセンス → GPLv2 or later
|
|
10
|
+
|
|
11
|
+
=== 改良
|
|
12
|
+
|
|
13
|
+
* gemからrabbit.batを削除。[うささん]
|
|
14
|
+
* Homebrew用のドキュメントを追加。[角さん]
|
|
15
|
+
* ライセンスをRubyライセンスからGPLv2 or laterに変更。
|
|
16
|
+
(Rabbitに貢献してくれたコードなどのライセンスは須藤功平
|
|
17
|
+
が自由に変更できるものとします。これに同意してもらえない
|
|
18
|
+
場合は受けとりません。)
|
|
19
|
+
|
|
20
|
+
=== 感謝
|
|
21
|
+
|
|
22
|
+
* うささん
|
|
23
|
+
* 角さん
|
|
6
24
|
|
|
7
25
|
== 0.6.5から0.9.0の変更点: 2010-09-26
|
|
8
26
|
|
data/README.en
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
= README.en
|
|
4
4
|
|
|
5
|
-
$Id: README.en
|
|
5
|
+
$Id: README.en 1420 2010-10-24 14:42:20Z kou $
|
|
6
6
|
|
|
7
7
|
== Name
|
|
8
8
|
|
|
@@ -136,8 +136,11 @@ The images above are copyright their respective owners.
|
|
|
136
136
|
|
|
137
137
|
== License
|
|
138
138
|
|
|
139
|
-
Licensed under
|
|
140
|
-
|
|
139
|
+
Licensed under GPLv2 or later. For more information see
|
|
140
|
+
'GPL' file. Provided patches, codes and so on are also
|
|
141
|
+
licensed under GPLv2 or later. Kouhei Sutou can change their
|
|
142
|
+
license. Authores of them are cosidered agreeing with those
|
|
143
|
+
rules when they contribute their patches, codes and so on.
|
|
141
144
|
|
|
142
145
|
lib/rabbit/div/prototype.js released under an MIT-style
|
|
143
146
|
licence. For more information see ((<Prototype JavaScript
|
data/README.ja
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
= README.ja
|
|
4
4
|
|
|
5
|
-
$Id: README.ja
|
|
5
|
+
$Id: README.ja 1420 2010-10-24 14:42:20Z kou $
|
|
6
6
|
|
|
7
7
|
== 名前
|
|
8
8
|
|
|
@@ -132,8 +132,11 @@ bin/rabbitter
|
|
|
132
132
|
|
|
133
133
|
== ライセンス
|
|
134
134
|
|
|
135
|
-
プログラム,画像ともに
|
|
136
|
-
|
|
135
|
+
プログラム,画像ともにGPLv2 or laterです.詳しくはGPLファイル
|
|
136
|
+
を見てください.取り込まれたパッチやコードなどを提供してもらっ
|
|
137
|
+
た場合、それらのライセンスがGPLv2 or laterとすることに同意し
|
|
138
|
+
てもらったこととします。また、それらも含めて須藤がライセンス
|
|
139
|
+
を変更できる権利を持つことに同意してもらったこととします。
|
|
137
140
|
|
|
138
141
|
lib/rabbit/div/prototype.jsはMITスタイルのライセンスになります.
|
|
139
142
|
詳しくは((<Prototype JavaScript
|
data/Rakefile
CHANGED
|
@@ -15,10 +15,6 @@ end
|
|
|
15
15
|
manifest = File.join(base_dir, "Manifest.txt")
|
|
16
16
|
manifest_contents = []
|
|
17
17
|
base_dir_included_components = %w(COPYING COPYING.ja GPL Manifest.txt
|
|
18
|
-
INSTALL.macosx-macports.en
|
|
19
|
-
INSTALL.macosx-macports.ja
|
|
20
|
-
INSTALL.win32.en
|
|
21
|
-
INSTALL.win32.ja
|
|
22
18
|
NEWS.en
|
|
23
19
|
NEWS.ja
|
|
24
20
|
README.en
|
|
@@ -72,6 +68,8 @@ project = Hoe.spec('rabbit') do
|
|
|
72
68
|
self.need_tar = false
|
|
73
69
|
end
|
|
74
70
|
|
|
71
|
+
project.spec.executables -= ["rabbit.bat"]
|
|
72
|
+
|
|
75
73
|
rule '.png' => ['.svg'] do |t|
|
|
76
74
|
sh("inkscape", "--export-png", t.name, t.source)
|
|
77
75
|
end
|
data/lib/rabbit/rabbit.rb
CHANGED
data/misc/update-rd.rb
CHANGED
|
@@ -51,14 +51,6 @@ prev_version, current_version = ARGV
|
|
|
51
51
|
end_point = "http://www.cozmixng.org/~rwiki/rw-soap.rb"
|
|
52
52
|
driver = RWiki::SOAP::Driver.new(end_point)
|
|
53
53
|
|
|
54
|
-
%w(ja en).each do |lang|
|
|
55
|
-
%w(README INSTALL.win32).each do |target|
|
|
56
|
-
update_rd(driver, "#{target}.#{lang}") do |src, page_name, prefix|
|
|
57
|
-
src.gsub(/\(\(<(INSTALL.win32.#{lang})>\)\)/, "((<#{prefix}\\1>))")
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
|
|
62
54
|
args = [driver, "misc/emacs/README.ja", "README.ja", "rabbit-mode.el::"]
|
|
63
55
|
update_rd(*args) do |src, page_name, prefix|
|
|
64
56
|
src.gsub(/\(\(<(.*?)>\)\)/, "((<#{prefix}#{page_name}/\\1>))")
|
|
@@ -67,14 +59,27 @@ end
|
|
|
67
59
|
[
|
|
68
60
|
["NEWS.ja"],
|
|
69
61
|
["NEWS.en"],
|
|
70
|
-
["
|
|
71
|
-
["
|
|
62
|
+
["README.ja"],
|
|
63
|
+
["README.en"],
|
|
64
|
+
["doc/INSTALL.macosx-macports.ja", "INSTALL.macosx-macports.ja"],
|
|
65
|
+
["doc/INSTALL.macosx-macports.en", "INSTALL.macosx-macports.en"],
|
|
66
|
+
["doc/INSTALL.macosx-homebrew.ja", "INSTALL.macosx-homebrew.ja"],
|
|
67
|
+
["doc/INSTALL.macosx-homebrew.en", "INSTALL.macosx-homebrew.en"],
|
|
68
|
+
["doc/INSTALL.win32.ja", "INSTALL.win32.ja"],
|
|
69
|
+
["doc/INSTALL.win32.en", "INSTALL.win32.en"],
|
|
72
70
|
["sample/rabbit.rd", "sample.ja"],
|
|
73
71
|
["sample/rabbit-en.rd", "sample.en"],
|
|
74
72
|
["sample/rabbit-implementation.rd", "Implementation.ja"],
|
|
75
73
|
["sample/can_rabbit.rd", "CanRabbit.ja"],
|
|
76
74
|
].each do |name, page_name, prefix|
|
|
77
|
-
update_rd(driver, name, page_name, prefix)
|
|
75
|
+
update_rd(driver, name, page_name, prefix) do |src, _page_name, _prefix|
|
|
76
|
+
if /\.(ja|en)\z/ =~ _page_name
|
|
77
|
+
lang = $1
|
|
78
|
+
src.gsub(/\(\(<(INSTALL.win32.#{lang})>\)\)/, "((<#{_prefix}\\1>))")
|
|
79
|
+
else
|
|
80
|
+
src
|
|
81
|
+
end
|
|
82
|
+
end
|
|
78
83
|
end
|
|
79
84
|
|
|
80
85
|
update_index(driver, prev_version, current_version)
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rabbit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 57
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.9.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Kouhei Sutou
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-10-25 00:00:00 +09:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -128,7 +128,6 @@ executables:
|
|
|
128
128
|
- rabbit
|
|
129
129
|
- rabbit-command
|
|
130
130
|
- rabbit-theme-manager
|
|
131
|
-
- rabbit.bat
|
|
132
131
|
- rabbiter
|
|
133
132
|
- rabrick
|
|
134
133
|
extensions: []
|
|
@@ -137,12 +136,7 @@ extra_rdoc_files: []
|
|
|
137
136
|
|
|
138
137
|
files:
|
|
139
138
|
- COPYING
|
|
140
|
-
- COPYING.ja
|
|
141
139
|
- GPL
|
|
142
|
-
- INSTALL.macosx-macports.en
|
|
143
|
-
- INSTALL.macosx-macports.ja
|
|
144
|
-
- INSTALL.win32.en
|
|
145
|
-
- INSTALL.win32.ja
|
|
146
140
|
- NEWS.en
|
|
147
141
|
- NEWS.ja
|
|
148
142
|
- README.en
|
data/COPYING.ja
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
$BK\%W%m%0%i%`$O%U%j!<%=%U%H%&%'%"$G$9!%(BGPL(the GNU General
|
|
2
|
-
Public License)$B$^$?$O0J2<$K<($9>r7o$GK\%W%m%0%i%`$r:FG[I[$G(B
|
|
3
|
-
$B$-$^$9!%(BGPL$B$K$D$$$F$O(BGPL$B%U%!%$%k$r;2>H$7$F2<$5$$!%(B
|
|
4
|
-
|
|
5
|
-
1. $BJ#@=$O@)8B$J$/<+M3$G$9!%(B
|
|
6
|
-
|
|
7
|
-
2. $B0J2<$N>r7o$N$$$:$l$+$rK~$?$9;~$KK\%W%m%0%i%`$N%=!<%9$r(B
|
|
8
|
-
$B<+M3$KJQ99$G$-$^$9!%(B
|
|
9
|
-
|
|
10
|
-
(a) $B%M%C%H%K%e!<%:$K%]%9%H$7$?$j!$:n<T$KJQ99$rAwIU$9$k(B
|
|
11
|
-
$B$J$I$NJ}K!$G!$JQ99$r8x3+$9$k!%(B
|
|
12
|
-
|
|
13
|
-
(b) $BJQ99$7$?K\%W%m%0%i%`$r<+J,$N=jB0$9$kAH?%FbIt$@$1$G(B
|
|
14
|
-
$B;H$&!%(B
|
|
15
|
-
|
|
16
|
-
(c) $BJQ99E@$rL@<($7$?$&$(!$%=%U%H%&%'%"$NL>A0$rJQ99$9$k!%(B
|
|
17
|
-
$B$=$N%=%U%H%&%'%"$rG[I[$9$k;~$K$OJQ99A0$NK\%W%m%0%i(B
|
|
18
|
-
$B%`$bF1;~$KG[I[$9$k!%$^$?$OJQ99A0$NK\%W%m%0%i%`$N%=!<(B
|
|
19
|
-
$B%9$NF~<jK!$rL@<($9$k!%(B
|
|
20
|
-
|
|
21
|
-
(d) $B$=$NB>$NJQ99>r7o$r:n<T$H9g0U$9$k!%(B
|
|
22
|
-
|
|
23
|
-
3. $B0J2<$N>r7o$N$$$:$l$+$rK~$?$9;~$KK\%W%m%0%i%`$r%3%s%Q%$(B
|
|
24
|
-
$B%k$7$?%*%V%8%'%/%H%3!<%I$d<B9T7A<0$G$bG[I[$G$-$^$9!%(B
|
|
25
|
-
|
|
26
|
-
(a) $B%P%$%J%j$r<u$1<h$C$??M$,%=!<%9$rF~<j$G$-$k$h$&$K!$(B
|
|
27
|
-
$B%=!<%9$NF~<jK!$rL@<($9$k!%(B
|
|
28
|
-
|
|
29
|
-
(b) $B5!3#2DFI$J%=!<%9%3!<%I$rE:IU$9$k!%(B
|
|
30
|
-
|
|
31
|
-
(c) $BJQ99$r9T$C$?%P%$%J%j$OL>A0$rJQ99$7$?$&$(!$%*%j%8%J(B
|
|
32
|
-
$B%k$N%=!<%9%3!<%I$NF~<jK!$rL@<($9$k!%(B
|
|
33
|
-
|
|
34
|
-
(d) $B$=$NB>$NG[I[>r7o$r:n<T$H9g0U$9$k!%(B
|
|
35
|
-
|
|
36
|
-
4. $BB>$N%W%m%0%i%`$X$N0zMQ$O$$$+$J$kL\E*$G$"$l<+M3$G$9!%$?(B
|
|
37
|
-
$B$@$7!$K\%W%m%0%i%`$K4^$^$l$kB>$N:n<T$K$h$k%3!<%I$O!$$=(B
|
|
38
|
-
$B$l$>$l$N:n<T$N0U8~$K$h$k@)8B$,2C$($i$l$k>l9g$,$"$j$^$9!%(B
|
|
39
|
-
|
|
40
|
-
$B$=$l$i%U%!%$%k$N0lMw$H$=$l$>$l$NG[I[>r7o$J$I$KIU$$$F$O(B
|
|
41
|
-
LEGAL$B%U%!%$%k$r;2>H$7$F$/$@$5$$!%(B
|
|
42
|
-
|
|
43
|
-
5. $BK\%W%m%0%i%`$X$NF~NO$H$J$k%9%/%j%W%H$*$h$S!$K\%W%m%0%i(B
|
|
44
|
-
$B%`$+$i$N=PNO$N8"Mx$OK\%W%m%0%i%`$N:n<T$G$O$J$/!$$=$l$>(B
|
|
45
|
-
$B$l$NF~=PNO$r@8@.$7$??M$KB0$7$^$9!%$^$?!$K\%W%m%0%i%`$K(B
|
|
46
|
-
$BAH$_9~$^$l$k$?$a$N3HD%%i%$%V%i%j$K$D$$$F$bF1MM$G$9!%(B
|
|
47
|
-
|
|
48
|
-
6. $BK\%W%m%0%i%`$OL5J]>Z$G$9!%:n<T$OK\%W%m%0%i%`$r%5%]!<%H(B
|
|
49
|
-
$B$9$k0U;V$O$"$j$^$9$,!$%W%m%0%i%`<+?H$N%P%0$"$k$$$OK\%W(B
|
|
50
|
-
$B%m%0%i%`$N<B9T$J$I$+$iH/@8$9$k$$$+$J$kB;32$KBP$7$F$b@U(B
|
|
51
|
-
$BG$$r;}$A$^$;$s!%(B
|
data/INSTALL.macosx-macports.en
DELETED
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
= INSTALL.macosx-macports.en
|
|
2
|
-
|
|
3
|
-
$Id: INSTALL.macosx-macports.en 1271 2009-08-02 12:52:43Z kimuraw $
|
|
4
|
-
|
|
5
|
-
This document describes how to install Rabbit with MacPorts and how to use
|
|
6
|
-
Rabbit on Mac OS X.
|
|
7
|
-
|
|
8
|
-
== Requirements
|
|
9
|
-
|
|
10
|
-
The following programs are needed.
|
|
11
|
-
|
|
12
|
-
* Xcode Tools (from Xcode Tools DVD or ADC)
|
|
13
|
-
* X11 (from Mac OS X System DVD)
|
|
14
|
-
|
|
15
|
-
Remember to select "X11 SDK" when installing the Xcode Tools.
|
|
16
|
-
|
|
17
|
-
== Install MacPorts
|
|
18
|
-
|
|
19
|
-
see ((<URL:http://www.macports.org/>)).
|
|
20
|
-
|
|
21
|
-
== installing Rabbit
|
|
22
|
-
|
|
23
|
-
You might want to do the following to update information for
|
|
24
|
-
required ports.
|
|
25
|
-
|
|
26
|
-
~% sudo port sync
|
|
27
|
-
|
|
28
|
-
The following command will install rabbit and its dependencies.
|
|
29
|
-
|
|
30
|
-
~% sudo port install rb-rabbit
|
|
31
|
-
|
|
32
|
-
You can install these ports to make rabbit even better.
|
|
33
|
-
|
|
34
|
-
* Ruby-GetText-Package (rb-gettext) - enable I18N message catalogs
|
|
35
|
-
* net/irc (rb-net-irc) - rabbirc requires net/irc
|
|
36
|
-
|
|
37
|
-
~% sudo port install rb-gettext
|
|
38
|
-
~% sudo port install rb-net-irc
|
|
39
|
-
|
|
40
|
-
=== Rabbit without X11
|
|
41
|
-
|
|
42
|
-
If you want to run rabbit without X11, install pango, cairo and gtk2 without
|
|
43
|
-
X11 before install rb-rabbit.
|
|
44
|
-
|
|
45
|
-
~% sudo port install pango +no_x11 +quartz
|
|
46
|
-
~% sudo port install cairo +no_x11 +quartz
|
|
47
|
-
~% sudo port install gtk2 +no_x11 +quartz
|
|
48
|
-
|
|
49
|
-
== tips for X11 environment
|
|
50
|
-
|
|
51
|
-
=== launch X11.app
|
|
52
|
-
|
|
53
|
-
Rabbit requires X11.app, which is under /Applications/Utilities/.
|
|
54
|
-
|
|
55
|
-
=== DISPLAY environment variable
|
|
56
|
-
|
|
57
|
-
Mac OS X 10.4 or earlier, DISPLAY environment was not declared.
|
|
58
|
-
Remember to set this variable.
|
|
59
|
-
|
|
60
|
-
== upgrade Rabbit
|
|
61
|
-
|
|
62
|
-
the following operation upgrades your Rabbit.
|
|
63
|
-
|
|
64
|
-
~% sudo port sync
|
|
65
|
-
~% sudo port upgrade rb-rabbit
|
|
66
|
-
|
|
67
|
-
If you want to upgrade Rabbit only (rb-rabbit), you can upgrade with the "-n"
|
|
68
|
-
option.
|
|
69
|
-
|
|
70
|
-
~% sudo port -n upgrade rb-rabbit
|
|
71
|
-
|
|
72
|
-
== Contact
|
|
73
|
-
|
|
74
|
-
* Rabbit::UsersGroup.ja ((<URL:http://www.cozmixng.org/~rwiki/index.rb?cmd=view;name=Rabbit%3A%3AUsersGroup.ja>))
|
|
75
|
-
* Kimura Wataru (kimuraw at i nifty.jp) - maintainer of Rabbit MacPorts
|
data/INSTALL.macosx-macports.ja
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
= INSTALL.macosx-macports.ja
|
|
2
|
-
|
|
3
|
-
$Id: INSTALL.macosx-macports.ja 1271 2009-08-02 12:52:43Z kimuraw $
|
|
4
|
-
|
|
5
|
-
Mac OS X のパッケージ管理システムのひとつである、MacPorts を利用して
|
|
6
|
-
Rabbit をインストール、利用する手順について説明します。
|
|
7
|
-
|
|
8
|
-
== 事前に準備するもの
|
|
9
|
-
|
|
10
|
-
以下のソフトウェアが必要です。Mac OS X のシステムDVDなどからインストール
|
|
11
|
-
してください。
|
|
12
|
-
|
|
13
|
-
* Xcode Tools
|
|
14
|
-
* X11
|
|
15
|
-
|
|
16
|
-
Xcode Tools のインストール時には、X11 SDK を選択するのを忘れないでください。
|
|
17
|
-
|
|
18
|
-
== MacPorts のインストール
|
|
19
|
-
|
|
20
|
-
MacPorts の公式サイト ((<URL:http://www.macports.org/>)) からダウンロード、
|
|
21
|
-
インストールします。ディスクイメージ(.dmg)からインストールするのが簡単です。
|
|
22
|
-
|
|
23
|
-
とくに指定しなければ、/opt/local 以下に MacPorts 関連のファイル群がインストール
|
|
24
|
-
されます。MacPorts のコマンドを利用するために、環境変数 PATH に /opt/local/bin
|
|
25
|
-
を追加します。
|
|
26
|
-
|
|
27
|
-
== Rabbit のインストール
|
|
28
|
-
|
|
29
|
-
まず、以下のコマンドで、Rabbitに必要なソフトウェアの情報を更新し
|
|
30
|
-
ておくのも良いかもしれません。
|
|
31
|
-
|
|
32
|
-
~% sudo port sync
|
|
33
|
-
|
|
34
|
-
以下のコマンドで Rabbit と、それに必要なソフトウェアがインストールされます。
|
|
35
|
-
|
|
36
|
-
~% sudo port install rb-rabbit
|
|
37
|
-
|
|
38
|
-
glib や Gtk2 がインストールされていないときは、これらのインストールのために
|
|
39
|
-
ある程度の時間がかかります。
|
|
40
|
-
|
|
41
|
-
他にも以下の port をインストールするとよいでしょう。
|
|
42
|
-
|
|
43
|
-
* Ruby-GetText-Package (rb-gettext) - メッセージなどの国際化が有効になります
|
|
44
|
-
* net/irc (rb-net-irc) - rabbircが利用できるようになります
|
|
45
|
-
|
|
46
|
-
インストール方法は同様です。
|
|
47
|
-
|
|
48
|
-
~% sudo port install rb-gettext
|
|
49
|
-
~% sudo port install rb-net-irc
|
|
50
|
-
|
|
51
|
-
注) Ruby-GetText-Package が、すでに RubyGems からインストールされているときは
|
|
52
|
-
rb-gettext のインストールは不要です。
|
|
53
|
-
|
|
54
|
-
=== X11なしでRabbitを利用したい
|
|
55
|
-
|
|
56
|
-
もしRabbitをX11なしで利用したい場合は、rb-rabbitパッケージをインストールする
|
|
57
|
-
前に、pango・cairoおよびgtk2をX11なしでインストールしてください。
|
|
58
|
-
|
|
59
|
-
~% sudo port install pango +no_x11 +quartz
|
|
60
|
-
~% sudo port install cairo +no_x11 +quartz
|
|
61
|
-
~% sudo port install gtk2 +no_x11 +quartz
|
|
62
|
-
|
|
63
|
-
== X11 環境に関する Tips
|
|
64
|
-
|
|
65
|
-
一般的な PC-UNIX 環境とは異なり、Mac OS X ではウィンドウシステムとして X を
|
|
66
|
-
利用していません。そのため、いくつかの注意が必要になります。
|
|
67
|
-
|
|
68
|
-
=== X11.app を起動する
|
|
69
|
-
|
|
70
|
-
X11.app が起動していなければ、rabbit は実行できません。X11.app は
|
|
71
|
-
/アプリケーション/ユーティリティ/X11.app にあります。
|
|
72
|
-
|
|
73
|
-
=== DISPLAY 環境変数
|
|
74
|
-
|
|
75
|
-
X11 上で動作する Rabbit を利用するためには、DISPLAY 環境変数が設定されて
|
|
76
|
-
いなければなりません。X11.app 上の xterm では設定されていますが、標準の
|
|
77
|
-
ターミナルや iTerm、JTerminal を利用しているときは自分で設定する必要が
|
|
78
|
-
あることに注意してください。
|
|
79
|
-
|
|
80
|
-
== Rabbit をバージョンアップする
|
|
81
|
-
|
|
82
|
-
port sync コマンドで Portfile を最新のものに更新したうえで、
|
|
83
|
-
port upgrade コマンドにより、Rabbit を最新のバージョンに更新することが
|
|
84
|
-
できます。
|
|
85
|
-
|
|
86
|
-
~% sudo port sync
|
|
87
|
-
~% sudo port upgrade rb-rabbit
|
|
88
|
-
|
|
89
|
-
Rabbit だけをバージョンアップしたいときは、-n オプションを指定します。この
|
|
90
|
-
オプションの指定により、関連するソフトウェアは更新せずに Rabbit だけを更新
|
|
91
|
-
することができます。
|
|
92
|
-
|
|
93
|
-
~% sudo port -n upgrade rb-rabbit
|
|
94
|
-
|
|
95
|
-
== 連絡先
|
|
96
|
-
|
|
97
|
-
お気づきの点やリクエストなどは、Rabbit::UsersGroup.ja
|
|
98
|
-
((<URL:http://www.cozmixng.org/~rwiki/index.rb?cmd=view;name=Rabbit%3A%3AUsersGroup.ja>))
|
|
99
|
-
や Rabbit MacPorts 担当の木村 (kimuraw at i.nifty.jp) までどうぞ。
|
|
100
|
-
|
|
101
|
-
|
data/INSTALL.win32.en
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
# -*- rd -*-
|
|
2
|
-
|
|
3
|
-
= INSTALL.win32.en
|
|
4
|
-
|
|
5
|
-
$Id: INSTALL.win32.en 1225 2009-02-28 15:44:59Z wm_eddie $
|
|
6
|
-
|
|
7
|
-
== Install Ruby
|
|
8
|
-
|
|
9
|
-
Install ruby 1.8.6. You can use the convenient One-Click Installer.
|
|
10
|
-
|
|
11
|
-
: ruby186-25.exe
|
|
12
|
-
((<URL:http://rubyforge.org/frs/download.php/18566/ruby186-25.exe>))
|
|
13
|
-
|
|
14
|
-
== Install RDTool
|
|
15
|
-
|
|
16
|
-
Install ((<RAA:rdtool>)).
|
|
17
|
-
|
|
18
|
-
Extract the following archive and execute setup.rb to install.
|
|
19
|
-
|
|
20
|
-
: rdtool-0.6.20.tar.gz
|
|
21
|
-
((<URL:http://www.moonwolf.com/ruby/archive/rdtool-0.6.20.tar.gz>))
|
|
22
|
-
|
|
23
|
-
== Install Ruby/GTK2
|
|
24
|
-
|
|
25
|
-
Install the latest Ruby/GTK2 (including GTK+). The following
|
|
26
|
-
URL will help you:
|
|
27
|
-
|
|
28
|
-
((<URL:http://ruby-gnome2.sourceforge.jp/hiki.cgi?Install+Guide+for+Windows>))
|
|
29
|
-
|
|
30
|
-
== Install Rabbit!!
|
|
31
|
-
|
|
32
|
-
Execute install.bat.
|
|
33
|
-
|
|
34
|
-
== EPS format support
|
|
35
|
-
|
|
36
|
-
(1) Install AFPL Ghostscript for Win32.
|
|
37
|
-
|
|
38
|
-
: gs853w32.exe
|
|
39
|
-
((<URL:ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs853/gs853w32.exe>))
|
|
40
|
-
|
|
41
|
-
(2) Add <Ghostscript Install Path>/gs/gs8.53/bin to the PATH environment variable.
|
|
42
|
-
|
|
43
|
-
== Source code highlighting support
|
|
44
|
-
|
|
45
|
-
(1) Install Enscript.
|
|
46
|
-
|
|
47
|
-
: enscript-1.6.3-9-bin.exe
|
|
48
|
-
((<URL:http://sourceforge.net/project/showfiles.php?group_id=23617&package_id=16960>))
|
|
49
|
-
|
|
50
|
-
(2) Add <Enscript Install Path>/bin to the PATH environment variable.
|
|
51
|
-
|
|
52
|
-
(3) You may need to obtain ruby.st for Ruby syntax highlighting.
|
|
53
|
-
|
|
54
|
-
> cd <Enscript Install Path>/share/enscript/hl
|
|
55
|
-
> ruby -ropen-uri -e "puts open('http://viewvc.rubyforge.mmmultiworks.com/cgi/viewvc.cgi/trunk/support/ruby.st?root=support&view=co').read" > ruby.st
|
|
56
|
-
|
|
57
|
-
(4) Install ((<RAA:htree>)).
|
|
58
|
-
|
|
59
|
-
Extract the following archive and execute install.rb to install.
|
|
60
|
-
|
|
61
|
-
: htree.tar.gz
|
|
62
|
-
((<URL:http://cvs.m17n.org/viewcvs/ruby/htree.tar.gz>))
|
|
63
|
-
|
|
64
|
-
== Use rabrick
|
|
65
|
-
|
|
66
|
-
Install ((<RAA:div>)).
|
|
67
|
-
|
|
68
|
-
Extract the following archive and execute install.rb to install.
|
|
69
|
-
|
|
70
|
-
: div-1.3.2.tar.gz
|
|
71
|
-
((<URL:http://www2a.biglobe.ne.jp/~seki/ruby/div-1.3.2.tar.gz>))
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
Sorry for having so many steps.
|
data/INSTALL.win32.ja
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
# -*- rd -*-
|
|
2
|
-
|
|
3
|
-
= INSTALL.win32.ja
|
|
4
|
-
|
|
5
|
-
$Id: INSTALL.win32.ja 970 2007-08-08 12:25:17Z kou $
|
|
6
|
-
|
|
7
|
-
Windows���Rabbit�����s����̂͑�ςł��D�ȉ����Q�l�ɂ��Ċ�
|
|
8
|
-
�������������D
|
|
9
|
-
|
|
10
|
-
== Ruby �{�̂̃C���X�g�[��
|
|
11
|
-
|
|
12
|
-
ruby 1.8.6 �̃C���X�g�[���BOne-Click Installer���g���̂��y�D
|
|
13
|
-
|
|
14
|
-
: ruby186-25.exe
|
|
15
|
-
((<URL:http://rubyforge.org/frs/download.php/18566/ruby186-25.exe>))
|
|
16
|
-
|
|
17
|
-
== RDTool �̃C���X�g�[��
|
|
18
|
-
|
|
19
|
-
((<RAA:rdtool>)) ���C���X�g�[������B
|
|
20
|
-
|
|
21
|
-
�A�[�J�C�u��W�J���āCsetup.rb �����s���ăC���X�g�[������D
|
|
22
|
-
|
|
23
|
-
: rdtool-0.6.20.tar.gz
|
|
24
|
-
((<URL:http://www.moonwolf.com/ruby/archive/rdtool-0.6.20.tar.gz>))
|
|
25
|
-
|
|
26
|
-
== Ruby/GTK2�̃C���X�g�[��
|
|
27
|
-
|
|
28
|
-
�ȉ���URL���Q�l�ɂ���Ruby/GTK2(GTK2����)�̍ŐV�ł��C���X�g�[
|
|
29
|
-
������B
|
|
30
|
-
|
|
31
|
-
((<URL:http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?%A5%A4%A5%F3%A5%B9%A5%C8%A1%BC%A5%EB%A5%AC%A5%A4%A5%C9+Windows%CA%D4>))
|
|
32
|
-
|
|
33
|
-
== Rabbit �̃C���X�g�[��
|
|
34
|
-
|
|
35
|
-
install.bat �����s�����������B
|
|
36
|
-
|
|
37
|
-
== EPS ��\������
|
|
38
|
-
|
|
39
|
-
(1) AFPL Ghostscript 8.53 for Win32 ���C���X�g�[������B
|
|
40
|
-
|
|
41
|
-
: gs853w32.exe
|
|
42
|
-
((<URL:http://www.cs.wisc.edu/~ghost/>))
|
|
43
|
-
|
|
44
|
-
(2) �C���X�g�[���� <�C���X�g�[����>/gs/gs8.53/bin �� PATH ��ʂ��B
|
|
45
|
-
|
|
46
|
-
== �\�[�X�R�[�h�̐F�Â����s��
|
|
47
|
-
|
|
48
|
-
(1) Enscript ���C���X�g�[������B
|
|
49
|
-
|
|
50
|
-
: enscript-1.6.3-9-bin.exe
|
|
51
|
-
((<URL:http://sourceforge.net/project/showfiles.php?group_id=23617&package_id=16960>))
|
|
52
|
-
|
|
53
|
-
(2) <Enscript �̃C���X�g�[����>/bin �� PATH ��ʂ��B
|
|
54
|
-
|
|
55
|
-
(3) ruby �R�[�h��F�Â�����ꍇ�́A�ȉ��̃R�}���h�� ruby.st ���C���X�g�[������B
|
|
56
|
-
|
|
57
|
-
> cd <Enscript �̃C���X�g�[����>\share\enscript\hl
|
|
58
|
-
> ruby -ropen-uri -e "puts open('http://viewvc.rubyforge.mmmultiworks.com/cgi/viewvc.cgi/trunk/support/ruby.st?root=support&view=co').read" > ruby.st
|
|
59
|
-
|
|
60
|
-
(4) ((<RAA:htree>)) ���C���X�g�[������B
|
|
61
|
-
|
|
62
|
-
�A�[�J�C�u��W�J���āCinstall.rb �����s���ăC���X�g�[������B
|
|
63
|
-
|
|
64
|
-
: htree.tar.gz
|
|
65
|
-
((<URL:http://cvs.m17n.org/viewcvs/ruby/htree.tar.gz>))
|
|
66
|
-
|
|
67
|
-
== rabrick ���g��
|
|
68
|
-
|
|
69
|
-
((<RAA:div>)) ���C���X�g�[������B
|
|
70
|
-
|
|
71
|
-
�A�[�J�C�u��W�J���āCinstall.rb �����s���ăC���X�g�[������B
|
|
72
|
-
|
|
73
|
-
: div-1.3.2.tar.gz
|
|
74
|
-
((<URL:http://www2a.biglobe.ne.jp/~seki/ruby/div-1.3.2.tar.gz>))
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
�ʓ|�ł����܂���D
|