514ef6ff9c
Tue Jul 12 00:46:02 BST 2011 - surfraw 2.2.8 * New elvi: + ads - search the SAO/NASA Astrophysics data system. + archwiki: search the arch wiki. + bugzilla - search various bugzillas, defaults to kernel. + cablesearch - search wikileaks cables + deli: search delicious.com. + duckduckgo - replace with better implementation + openports - search openbsd ports + pasearch - search Penny Arcade archives. + scirus, scitopia, worldwidescience - science searches + stack: search stackoverflow.com and friends. + yandex - russian web search. * Changed elvi: + archpkg: now supports options. + arxiv: quote queries for exact string matches. + ctan: Option -doc replaced by -id. Options no longer mutually exclusive. + codesearch, musicbrainz, rpmsearch: rewritten to match new site. Options have changed to match site, see help message. + debbugs: add -s as an alias for -search=src. + google: new options: * -v, -search=video: search video * -m, -search=maps: search maps * -n, -search=news: search news * -i: new shortcut for -search=images * -safe=default|off|moderate|strict: safe search + openbsd: support -misc and -tech. + opensearch: new option -r, uses remote redirector which means it can run without heavy dependencies. + pgpkeys: add more options, support more keyservers, default to sks-keyservers.net. + translate: added Google Translate support. + wayback: advanced search is broken, rip out all options and use basic search. + wikipedia: new option -d, uses remote redirector to search both wikipedia and deletionpedia. use -fallback=wikipedia|deletionpedia to customise behaviour. * Fixed elvi: archpkg, arxiv, cia, codesearch, ctan, javasun, lastfm, musicbrainz, netbsd, rpmsearch, w3link, yahoo. * Removed elvi: + altavista: is now just a front-end to yahoo. RIP. + cddb: gracenote made the "hard decision" to remove the website search. sigh. + fast: another yahoo front-end. + filesearching: refuses to work without 'Referer:' header. + port: site gone * Support -local-help, --local-help or -lh to get elvi-specific help without displaying the global options. This works for all elvi and the main surfraw script. * Support -h as a synonym for -help. * Improved listing of elvi. * Default to surfraw_graphical_remote=no, as chromium doesn't support "-remote openURL". * Bookmark names are now an exact match not a substring match. * Support BSD/POSIX make. * README: added INTEGRATION section on uzbl and pentadactyl.
19 lines
765 B
Text
19 lines
765 B
Text
$NetBSD: patch-Makefile.in,v 1.1 2011/08/06 10:43:26 wiz Exp $
|
|
|
|
To more easily install into share/examples.
|
|
|
|
--- Makefile.in.orig 2011-07-12 00:35:20.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -790,9 +790,9 @@ opensearch-genquery.1: opensearch-genque
|
|
|
|
install-data-hook: links
|
|
chmod -x surfraw.conf elvi.1sr surfraw.1
|
|
- mkdir -p $(DESTDIR)@sysconfdir@/xdg/surfraw
|
|
- cp surfraw.conf $(DESTDIR)@sysconfdir@/xdg/surfraw/conf
|
|
- cp $(top_srcdir)/surfraw.bookmarks $(DESTDIR)@sysconfdir@/xdg/surfraw/bookmarks
|
|
+ mkdir -p $(DESTDIR)${sysconfdir}/xdg/surfraw
|
|
+ cp surfraw.conf $(DESTDIR)${sysconfdir}/xdg/surfraw/conf
|
|
+ cp $(top_srcdir)/surfraw.bookmarks $(DESTDIR)${sysconfdir}/xdg/surfraw/bookmarks
|
|
while read target link ;\
|
|
do \
|
|
ln -sf $$target $(DESTDIR)/$$link ;\
|