From: Waldemar Schultz Newsgroups: comp.os.msdos.djgpp Subject: zippo specifiers/wildcards Date: Thu, 05 Jul 2001 12:52:38 +0200 Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) Lines: 73 Message-ID: <3B4446F6.BD08C077@ma.tum.de> NNTP-Posting-Host: pcritter14.mathematik.tu-muenchen.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: wsc10.lrz-muenchen.de 994330354 11675 131.159.68.151 (5 Jul 2001 10:52:34 GMT) X-Complaints-To: news AT lrz-muenchen DOT de NNTP-Posting-Date: 5 Jul 2001 10:52:34 GMT X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: de,en-US To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com some other effects with whitespace in the specifier. bash-2.04$ zippo --version zippo 0.1.4 - DJGPP Package Manager Copyright (C) 1999-2001 by Richard Dawe Distributed under terms of the GNU GPL ('zippo -L' to view) Compilation information: . Built on 'ATHENA' by rich . Built on Jul 2 2001 20:15:27 . libzippo 0.1.4 . DJGPP 2.03 . gcc version 2.95.3 20010315/djgpp (release) . binutils 2.10 . zlib 1.1.3 Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler . unzip 0.15 Copyright 1998 Gilles Vollant . libsocket version 0.8.0 Copyright (C) 1997, 1998 by Indrek Mandre, 1997-2000 by Richard Dawe . Networking enabled DSM built-ins: . DSM version: 0.5.1 . Platform: i386-pc-msdosdjgpp . Root: c:/djgpp/ (NB: overridden by DJDIR from environment) . Platform DSMs: dosemu msdos win2k win3 win95 win98 winme winnt4 from the zippo docs: --- Package specifiers are very important in zippo's operation. The format of a package specifier is: [] [()] Here are some examples: fileutils gcc 2.95.2 binutils 2.10 (sources) zlib (binaries) --- bash-2.04$ zippo -q 'binutils 2.8.* (sources)' 0 package(s) matched ? bash-2.04$ zippo -q 'binutils2.8.* (sources)' binutils 2.8.1 (binaries) binutils 2.9.5.1 snapshot 20000227 (binaries) 2 package(s) matched ? from the zippo docs: -- Package specifiers with spaces should be enclosed in quotes, when passed to zippo, e.g. zippo -q 'gcc 2.95.*' --long-info --- bash-2.04$ zippo -q 'gcc 2.95.*' 0 package(s) matched ? bash-2.04$ zippo -q 'gcc2.95.*' gcc 2.95.2 (binaries) gcc 2.95.3 (binaries) gcc2952s 2.95.2 (sources) 3 package(s) matched ? -- Gruss Waldemar Schultz. schultz AT ma DOT tum DOT de Technische Universität München, Zentrum Mathematik M1, D 80290 München Tel: +49 (0)89 2892 8226 FAX: +49 (0)89 2892 8228