From a654673020839138b19941637e4fc6626be51a0c Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 6 Dec 2000 22:37:10 +0000 Subject: Add probably useful entries: google, google-bsd, freebsd-cvsweb and freebsd-pr. --- japanese/xyaku/files/patch-websearch.sh.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 japanese/xyaku/files/patch-websearch.sh.in (limited to 'japanese/xyaku') diff --git a/japanese/xyaku/files/patch-websearch.sh.in b/japanese/xyaku/files/patch-websearch.sh.in new file mode 100644 index 000000000000..ba7839561e7d --- /dev/null +++ b/japanese/xyaku/files/patch-websearch.sh.in @@ -0,0 +1,17 @@ +--- addin/websearch.sh.in.orig Sat Sep 2 22:19:15 2000 ++++ addin/websearch.sh.in Thu Dec 7 07:23:04 2000 +@@ -53,6 +53,14 @@ + + # Search for the target word + case "$WEBSITE" in ++google) ++ URL="http://www.google.com/search?q=$target";; ++google-bsd) ++ URL="http://www.google.com/search?restrict=bsd&q=$target";; ++freebsd-cvsweb) ++ URL="http://www.FreeBSD.org/cgi/cvsweb.cgi/$target";; ++freebsd-pr) ++ URL="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=$target";; + yahoo.co.jp) + URL="http://search.yahoo.co.jp/bin/search?p=$target";; + yahoo | yahoo.com | yahoo*) -- cgit