diff options
author | knu <knu@FreeBSD.org> | 2000-12-07 06:37:10 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-12-07 06:37:10 +0800 |
commit | a654673020839138b19941637e4fc6626be51a0c (patch) | |
tree | bd028e8198c8a2d7ac5637386b2ee84cdc97585a /japanese/xyaku | |
parent | 8adc35aea1a1ef05726eeb7f2e0e1afae206c76a (diff) | |
download | freebsd-ports-gnome-a654673020839138b19941637e4fc6626be51a0c.tar.gz freebsd-ports-gnome-a654673020839138b19941637e4fc6626be51a0c.tar.zst freebsd-ports-gnome-a654673020839138b19941637e4fc6626be51a0c.zip |
Add probably useful entries: google, google-bsd, freebsd-cvsweb and freebsd-pr.
Diffstat (limited to 'japanese/xyaku')
-rw-r--r-- | japanese/xyaku/files/patch-websearch.sh.in | 17 |
1 files changed, 17 insertions, 0 deletions
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*) |