summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-09-08 13:46:39 +0000
committerMamoru Komachi <usata@gentoo.org>2004-09-08 13:46:39 +0000
commit60cdcf942c957df4bc859a9f176e23f83d4009a1 (patch)
tree5414b0ed21f6a8f53086c59adfdf4a36b34dad92 /www-client/gorua/files
parentFixed ChangeLog header. (diff)
downloadhistorical-60cdcf942c957df4bc859a9f176e23f83d4009a1.tar.gz
historical-60cdcf942c957df4bc859a9f176e23f83d4009a1.tar.bz2
historical-60cdcf942c957df4bc859a9f176e23f83d4009a1.zip
Moved net-www/gorua to www-client/gorua.
Diffstat (limited to 'www-client/gorua/files')
-rw-r--r--www-client/gorua/files/bookmarks_sample14
-rw-r--r--www-client/gorua/files/digest-gorua-0.171
-rw-r--r--www-client/gorua/files/goRua.sh11
-rw-r--r--www-client/gorua/files/gorua-bbsmenu-update-gentoo.diff11
4 files changed, 37 insertions, 0 deletions
diff --git a/www-client/gorua/files/bookmarks_sample b/www-client/gorua/files/bookmarks_sample
new file mode 100644
index 000000000000..c5291f8c210b
--- /dev/null
+++ b/www-client/gorua/files/bookmarks_sample
@@ -0,0 +1,14 @@
+# boardのbookmark例
+C お気に入り
+A http://pc5.2ch.net/unix/ UNIX
+A http://pc5.2ch.net/linux/ Linux
+# Threadのbookmark例
+D お気に入りのThread
+S http://pc5.2ch.net/linux/dat/1084107269.dat Gentoo Linux 9
+S http://pc5.2ch.net/linux/dat/1044149677.dat お勧め2ちゃんねるブラウザforLinux
+S http://pc5.2ch.net/linux/dat/1084073229.dat Anthy/uimスレッド3
+S http://pc5.2ch.net/linux/dat/1079912788.dat おいお前ら!おちゅ〜しゃはどうですか? Ver.2
+S http://pc5.2ch.net/linux/dat/1069738960.dat Kita - 2ch client for KDE
+S http://pc5.2ch.net/unix/dat/1008120213.dat goRua(Ruby/Gtkによる2chブラウザ)ってどうよ。
+S http://pc5.2ch.net/unix/dat/1044900143.dat C.i. for 2ch
+S http://pc5.2ch.net/unix/dat/1043510520.dat モナーフォント 2
diff --git a/www-client/gorua/files/digest-gorua-0.17 b/www-client/gorua/files/digest-gorua-0.17
new file mode 100644
index 000000000000..9e7f9b2d907c
--- /dev/null
+++ b/www-client/gorua/files/digest-gorua-0.17
@@ -0,0 +1 @@
+MD5 8bfad32b1fe3382f5c120238b919a29c goRua-0.17.tar.bz2 54297
diff --git a/www-client/gorua/files/goRua.sh b/www-client/gorua/files/goRua.sh
new file mode 100644
index 000000000000..8da42d17a47c
--- /dev/null
+++ b/www-client/gorua/files/goRua.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+GORUA_DATADIR=%%GORUA_DATADIR%%
+#BBSMENU=http://www43.tok2.com/home/syatol/2chboard/2chmenu.html
+BBSMENU=http://azlucky.s25.xrea.com/2chboard/bbsmenu.html
+
+cd ${GORUA_DATADIR}
+make BOARDINFO_URL=${BBSMENU} update > /dev/null 2>&1
+cd -
+
+exec /usr/bin/goRua.rb
diff --git a/www-client/gorua/files/gorua-bbsmenu-update-gentoo.diff b/www-client/gorua/files/gorua-bbsmenu-update-gentoo.diff
new file mode 100644
index 000000000000..38e9ddd81ff0
--- /dev/null
+++ b/www-client/gorua/files/gorua-bbsmenu-update-gentoo.diff
@@ -0,0 +1,11 @@
+diff -urN goRua-0.16.ORIG/new_2ch_bbsmenu.rb goRua-0.16/new_2ch_bbsmenu.rb
+--- goRua-0.16.ORIG/new_2ch_bbsmenu.rb 2002-11-22 21:32:17.000000000 +0900
++++ goRua-0.16/new_2ch_bbsmenu.rb 2003-08-23 19:47:59.000000000 +0900
+@@ -9,6 +9,7 @@
+ include GetBoardInfo2ch
+
+ BASE_DIR = ENV['HOME']+ '/.goRua_2ch/'
++GORUA_DATADIR = %%GORUA_DATADIR%%
+
+ config = BASE_DIR + "config"
+