diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-09 20:53:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-09 20:53:15 +0000 |
commit | 23a78a636a964c32bbfa027596eab99015eb80c4 (patch) | |
tree | 9e606e8a15a3f0818915771f355af78a84cb5465 /www/surfraw/patches | |
parent | 3133d89d126ed2196959bf122b0f46b5b2bae585 (diff) | |
download | pkgsrc-23a78a636a964c32bbfa027596eab99015eb80c4.tar.gz |
Update to 2.2.7:
Thu May 6 20:20:09 BST 2010 - surfraw 2.2.7
* New elvi (surfraw now has over one hundred elvi!):
+ by tczy:
* bing: Search using Microsoft's Bing.
+ by Ivy Foster:
* bookfinder: Search for books using www.bookfinder.com.
* bugmenot: Bypass compulsory web registration with bugmenot.com.
+ by Ian Beckwith:
* duckduckgo: Search the web via duckduckgo.com.
* scroogle: Search Google anonymously via www.scroogle.org.
+ by Simone Fittabile:
* jamendo: Search Jamendo: free music with Creative Commons licenses
* Removed elvi: genpkg (use genportage instead).
* Fixed elvi:
+ cnn
+ imdb (thanks to Sadako)
+ bbcnews (thanks to Sumant Oemrawsingh and James Rowe)
* aur: added options (thanks to Ivy Foster)
* wikipedia, ixquick: support https. Thanks to Simone Fittabile.
* debwiki: remove -w, Debian Women wiki is being merged into main
Debian wiki. Thanks to Simone Fittabile.
* Improved support for screen(1). Thanks to Ivy Foster:
+ Support for using tmux as $SURFRAW_screen.
+ Added `-ns|-newscreen' switch for setting $SURFRAW_new_screen.
+ Added $SURFRAW_screen_args for passing arguments to the defined
screen tool.
* uzbl_load_url_from_surfraw: fix menu.
Thanks to Sumant Oemrawsingh.
Diffstat (limited to 'www/surfraw/patches')
-rw-r--r-- | www/surfraw/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/surfraw/patches/patch-ab b/www/surfraw/patches/patch-ab index 9551998af19..c7a867784b8 100644 --- a/www/surfraw/patches/patch-ab +++ b/www/surfraw/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.3 2009/11/26 15:22:55 wiz Exp $ +$NetBSD: patch-ab,v 1.4 2010/05/09 20:53:15 wiz Exp $ ---- Makefile.in.orig 2009-11-20 04:38:11.000000000 +0000 +--- Makefile.in.orig 2010-05-06 19:26:01.000000000 +0000 +++ Makefile.in -@@ -861,14 +861,13 @@ links: links.IN +@@ -763,14 +763,13 @@ links: links.IN - install-data-hook: links surfraw.conf + 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 |