Your message dated Sun, 23 Apr 2006 09:02:57 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#364389: fixed in zsh 4.3.2-7
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: zsh
Version: 4.3.2-6
Severity: wishlist
Tags: patch

Please find attached an update to the _surfraw completion function, it
adds some new arguments and elvi. Surfs up.

micah


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16+vserver
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages zsh depends on:
ii  debconf [debconf-2.0]         1.4.72     Debian configuration management sy
ii  libc6                         2.3.6-5    GNU C Library: Shared libraries an
ii  libncurses5                   5.5-1      Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libcap1                       1:1.10-14  support for getting/setting POSIX.
ii  libpcre3                      6.4-1.1    Perl 5 Compatible Regular Expressi

-- no debconf information
--- /vservers/etch/usr/share/zsh/4.3.2/functions/Completion/Unix/_surfraw       
2006-04-05 14:43:39.000000000 -0400
+++ /home/micah/debian/misc/_surfraw    2006-04-22 22:28:33.000000000 -0400
@@ -1,5 +1,10 @@
 #compdef surfraw sr
 
+# Zsh completion for Surfraw (Shell Users' Revolutionary Front Rage Against 
the World Wide Web)
+# http://surfraw.sourceforge.net
+# Written by Micah Anderson ([EMAIL PROTECTED])
+# Last update: April 22, 2006
+
 local curcontext="$curcontext" expl state line args ret=1
 
 _arguments -C -A \
@@ -63,6 +68,12 @@
           '-results=-:[number of results to return]' \
           '*:search string' && ret=0
       ;;
+      ctan)
+       _arguments $args \
+       '-name[Search by filename]' \
+       '-desc[Search descriptions (default)]'\
+       '-doc[Search documentation]'
+      ;;
       currency)
         _arguments \
           '-l[List all known currency symbols]' \
@@ -75,7 +86,7 @@
       ;;
       debbugs)
         _arguments \
-          '-search=:search type:(pkg src bug maint tag submitter)' \
+          '-search=:search type:(pkg src bug maint tag submitter severity 
tag)' \
           '-arc[show archived bugs]' \
           '-raw[do not sort by status or severity]' \
           '-rb[reverse order of bugs shown]' \
@@ -213,16 +224,30 @@
       freshmeat)
         _deb_packages avail && ret=0
       ;;
+      fsfdir)
+       _arguments $args
+      ;;
       google)
         _arguments $args \
           '(-l --lucky)'{-l,--lucky}'[feeling lucky?]' \
           '-results=-:[number of results to return]:' \
           '-search=-:topic:(bsd linux mac unclesam)' && ret=0
+      ;;
+      gutenberg)
+       _arguments $args \
+         '-title[Search titles (default)]'
+         '-author[Search authors]'
+         '-num[Search etext numbers]'
       ;;       
       imdb)
         _arguments $args \
           '-category=-:category:(All Titles MyMovies People Characters Quotes 
Bios Plots)' && ret=0
-        ;;
+      ;;
+      ixquick)
+       _arguments $args \
+         '-search=-:search type:(web pics)' \
+         '-lang=-:language:(english dansk deutsch espanol francais italiano 
nederlands norsk polski portugues suomi svenska turkce jiantizhongwen nihongo 
fantizhengwen hangul)'
+      ;;
       jake)
         _arguments $args \
           '-method=-:search type:(title issn)' \
@@ -365,6 +390,22 @@
           '-arctext=-:[arc text color]:color:(Black Blue Darkgreen Red)' \
           :URL:_urls && ret=0
       ;;
+      wayback)
+       _arguments $args \
+         '-syear=-[Start search from this year]:year' \
+         '-smonth=-:[Start search from this month]:month:(jan feb mar apr may 
jun jul aug sep oct nov dec)' \
+         '-sday=-[Start search from this day]:number' \
+         '-eyear=-[End search in this year]:year' \
+         '-emonth=-[End search in this month]:month:(jan feb mar apr may jun 
jul aug sep oct nov dec)' \
+         '-eday=-[End search in this day]:number' \
+         '-list[List all pages that match search criteria]' \
+         '-dups[Show dups]' \
+         '-compare[Compare pages]' \
+         '-pdf[Show as PDF]' \
+         '-alias=-[How to handle site aliases]:alias:(merge show hide)' \
+         '-redir=-[How to handle redirections]:redir:(hide flag show)' \
+         '-type=-[File type to search for]:type:(image audio video binary text 
pdf)'
+      ;;
       wetandwild)
         _arguments \
           '-city=-[town or City or (US only) zipcode]:' \

--- End Message ---
--- Begin Message ---
Source: zsh
Source-Version: 4.3.2-7

We believe that the bug you reported is fixed in the latest version of
zsh, which is due to be installed in the Debian FTP archive:

zsh-dbg_4.3.2-7_sparc.deb
  to pool/main/z/zsh/zsh-dbg_4.3.2-7_sparc.deb
zsh-dev_4.3.2-7_sparc.deb
  to pool/main/z/zsh/zsh-dev_4.3.2-7_sparc.deb
zsh-doc_4.3.2-7_all.deb
  to pool/main/z/zsh/zsh-doc_4.3.2-7_all.deb
zsh-static_4.3.2-7_sparc.deb
  to pool/main/z/zsh/zsh-static_4.3.2-7_sparc.deb
zsh_4.3.2-7.diff.gz
  to pool/main/z/zsh/zsh_4.3.2-7.diff.gz
zsh_4.3.2-7.dsc
  to pool/main/z/zsh/zsh_4.3.2-7.dsc
zsh_4.3.2-7_sparc.deb
  to pool/main/z/zsh/zsh_4.3.2-7_sparc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams <[EMAIL PROTECTED]> (supplier of updated zsh package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 23 Apr 2006 10:27:27 -0400
Source: zsh
Binary: zsh zsh-dev zsh-static zsh-dbg zsh-doc
Architecture: source sparc all
Version: 4.3.2-7
Distribution: unstable
Urgency: low
Maintainer: Clint Adams <[EMAIL PROTECTED]>
Changed-By: Clint Adams <[EMAIL PROTECTED]>
Description: 
 zsh        - A shell with lots of features
 zsh-dbg    - A shell with lots of features (development files)
 zsh-dev    - A shell with lots of features (development files)
 zsh-doc    - zsh documentation - info/HTML format
 zsh-static - A shell with lots of features (static link)
Closes: 364389
Changes: 
 zsh (4.3.2-7) unstable; urgency=low
 .
   * More zsh-mime-handler fixes.
   * Updated completion for surfraw from Micah Anderson.
     closes: #364389.
Files: 
 3d24323de266cfde07389423b4f4bf27 722 shells optional zsh_4.3.2-7.dsc
 681956008e09df3fea7086daed157d85 204194 shells optional zsh_4.3.2-7.diff.gz
 1e35c099f5b909f4ea66503c7bc4cf6a 700232 shells optional zsh-doc_4.3.2-7_all.deb
 0bd226a46d2c6d43952181dd9d814c3b 2230356 shells optional zsh_4.3.2-7_sparc.deb
 cb245f1b08c77f832d1e40d099ced9e3 735196 devel extra zsh-dbg_4.3.2-7_sparc.deb
 a7ab1c19f2963cc51a61a432554a6f41 800514 shells optional 
zsh-static_4.3.2-7_sparc.deb
 63cebee730228ecc8c3d37d38b501e52 62034 libdevel optional 
zsh-dev_4.3.2-7_sparc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Debian!

iD8DBQFES6Fc5m0u66uWM3ARAiP0AJ4m9vfkAKgFfMrpAI76pBE+/V7PYgCgkinL
h+WZdi9u5o/jFkZqUC4HQcg=
=e5MA
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to