public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] cdargs 1.35 -- Bookmarks and browsing for the cd command
@ 2008-03-13 17:43 Jari Aalto
  2008-03-14  6:55 ` [GTG] " Dr. Volker Zell
  0 siblings, 1 reply; 5+ messages in thread
From: Jari Aalto @ 2008-03-13 17:43 UTC (permalink / raw)
  To: cygwin-apps


Include din Debian stable:

    http://packages.debian.org/cdargs

Jari

sdesc: "Bookmarks and browsing for the cd command"
ldesc: "A little tool for the console which enables bookmarks and browsing in
your shell builtin cd command. Includes Bourne-shell, t?csh and
Emacs setup files."
category: Utils
requires: cygwin bash libncurses8 libpopt0

a) manual

  mkdir cdargs
  cd cdargs
  wget        \
    http://cygwin.cante.net/cdargs/cdargs-1.35-1-src.tar.bz2 \
    http://cygwin.cante.net/cdargs/cdargs-1.35-1.tar.bz2 \
    http://cygwin.cante.net/cdargs/setup.hint
  tar -xf cdargs-1.35-1-src.tar.bz2
  ./cdargs*.sh --color all

b) automated

  gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8

  mkdir cdargs ; cd cdargs
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/cdargs/get.sh \
          http://cygwin.cante.net/cdargs/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

  cd /usr/src/cygwin-packages/cdargs
  less /usr/src/cygwin-packages/cdargs/get.sh
  tar -jtvf /usr/src/cygwin-packages/cdargs/cdargs-1.35-1.tar.bz2

-- 
Welcome to FOSS revolution: we fix and modify until it shines

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GTG] Re: [ITP] cdargs 1.35 -- Bookmarks and browsing for the cd command
  2008-03-13 17:43 [ITP] cdargs 1.35 -- Bookmarks and browsing for the cd command Jari Aalto
@ 2008-03-14  6:55 ` Dr. Volker Zell
  2008-03-14  9:12   ` Jari Aalto
  0 siblings, 1 reply; 5+ messages in thread
From: Dr. Volker Zell @ 2008-03-14  6:55 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Jari Aalto writes:

    > Include din Debian stable:

    >     http://packages.debian.org/cdargs

Builds fine from source and packaging looks good.
Requires should be:

requires: cygwin bash libncurses8

GTG
  Volker

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GTG] Re: [ITP] cdargs 1.35 -- Bookmarks and browsing for the cd command
  2008-03-14  6:55 ` [GTG] " Dr. Volker Zell
@ 2008-03-14  9:12   ` Jari Aalto
  2008-03-14 10:28     ` Corinna Vinschen
  2008-03-14 13:40     ` [GTG] " Dr. Volker Zell
  0 siblings, 2 replies; 5+ messages in thread
From: Jari Aalto @ 2008-03-14  9:12 UTC (permalink / raw)
  To: cygwin-apps

* Fri 2008-03-14 Volker Zell <dr.volker.zell-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
* Message-Id: 7zhcf93ihv.fsf@vzell-de.de.oracle.com
>     >     http://packages.debian.org/cdargs
>
> Builds fine from source and packaging looks good.
> requires: cygwin bash libncurses8

Fixed.

  mkdir cdargs
  cd cdargs
  wget        \
    http://cygwin.cante.net/cdargs/cdargs-1.35-1-src.tar.bz2 \
    http://cygwin.cante.net/cdargs/cdargs-1.35-1.tar.bz2 \
    http://cygwin.cante.net/cdargs/setup.hint
  tar -xf cdargs-1.35-1-src.tar.bz2
  ./cdargs*.sh --color all

Jari

-- 
Welcome to FOSS revolution: we fix and modify until it shines

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GTG] Re: [ITP] cdargs 1.35 -- Bookmarks and browsing for the  cd command
  2008-03-14  9:12   ` Jari Aalto
@ 2008-03-14 10:28     ` Corinna Vinschen
  2008-03-14 13:40     ` [GTG] " Dr. Volker Zell
  1 sibling, 0 replies; 5+ messages in thread
From: Corinna Vinschen @ 2008-03-14 10:28 UTC (permalink / raw)
  To: cygwin-apps

On Mar 14 11:11, Jari Aalto wrote:
>     http://cygwin.cante.net/cdargs/cdargs-1.35-1-src.tar.bz2 \
>     http://cygwin.cante.net/cdargs/cdargs-1.35-1.tar.bz2 \
>     http://cygwin.cante.net/cdargs/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GTG] Re: [GTG] Re: [ITP] cdargs 1.35 -- Bookmarks and browsing for the cd command
  2008-03-14  9:12   ` Jari Aalto
  2008-03-14 10:28     ` Corinna Vinschen
@ 2008-03-14 13:40     ` Dr. Volker Zell
  1 sibling, 0 replies; 5+ messages in thread
From: Dr. Volker Zell @ 2008-03-14 13:40 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Jari Aalto writes:

    > * Fri 2008-03-14 Volker Zell <dr.volker.zell-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
    > * Message-Id: 7zhcf93ihv.fsf@vzell-de.de.oracle.com
    >> >     http://packages.debian.org/cdargs
    >> 
    >> Builds fine from source and packaging looks good.
    >> requires: cygwin bash libncurses8

    > Fixed.

Builds fine from source, packaging and setup.hint look good.

GTG
  Volker

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-14 13:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-13 17:43 [ITP] cdargs 1.35 -- Bookmarks and browsing for the cd command Jari Aalto
2008-03-14  6:55 ` [GTG] " Dr. Volker Zell
2008-03-14  9:12   ` Jari Aalto
2008-03-14 10:28     ` Corinna Vinschen
2008-03-14 13:40     ` [GTG] " Dr. Volker Zell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).