diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-14 19:42:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-14 19:42:38 +0000 |
commit | 46c2e35f8c96113a99b087553287de1bcac71b66 (patch) | |
tree | 07f888b7b16e934040161fd22ab10b1625d17c1c /www/surfraw/patches | |
parent | 9e93b8b4a6a3a3533474e5fad99ff2e2a7e7500c (diff) | |
download | pkgsrc-46c2e35f8c96113a99b087553287de1bcac71b66.tar.gz |
Update to 2.2.1:
Sun Mar 9 19:24:26 GMT 2008 - surfraw 2.2.1
* New elvi:
+ lsm - Search the Linux Software Map.
+ sunonesearch - Search Sun's One Search (replaces sunsolve).
* Fixed elvi: cddb, cnn, debcontents, deblists, debpackages, freedb,
fsfdir, genpkg, and yubnub (thanks for the latter to Nathaniel Heinrichs).
* Removed elvis: sunsolve (replaced by sunonesearch).
* amazon, ebay, translate: expanded language/country list.
* Added new configuration variable SURFRAW_lang.
Elvi that support specifying language or country
will use this as a default. If used, it should be set
to an ISO 2-letter country code (eg uk, de, ca).
Thanks to Simon Ernst for the idea.
* Fixed quoting single quotes in URLs (thanks to Alexander
Becher for the patch).
Diffstat (limited to 'www/surfraw/patches')
-rw-r--r-- | www/surfraw/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/surfraw/patches/patch-aa b/www/surfraw/patches/patch-aa deleted file mode 100644 index 290cee400e7..00000000000 --- a/www/surfraw/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2007/10/27 11:25:29 wiz Exp $ - ---- surfraw.IN.orig 2007-09-07 02:59:36.000000000 +0000 -+++ surfraw.IN -@@ -302,7 +302,7 @@ w3_parse_args () { - } - - w3_browse_url () { -- if ok SURFRAW_new_screen && test -n "$STY" && test $mode == text; then -+ if ok SURFRAW_new_screen && test -n "$STY" && test $mode = text; then - screen=yes - else - screen=no |