Re: ITP: shed -- A simple hex editor with a nano-style interface

2012-10-09 Thread Corinna Vinschen
On Oct  8 16:12, Jari Aalto wrote:
 2012-10-08 14:58 marco atzeri
 |  requires: libncurses9
 | 
 | requires: libncurses10
 |
 | for the rest it builds and compiles fine
 
 setup.hint updated.

Uploaded.


Thanks,
Corinna

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


Re: ITP: shed -- A simple hex editor with a nano-style interface

2012-10-09 Thread Corinna Vinschen
On Oct  9 13:12, Corinna Vinschen wrote:
 On Oct  8 16:12, Jari Aalto wrote:
  2012-10-08 14:58 marco atzeri
  |  requires: libncurses9
  | 
  | requires: libncurses10

Btw., shouldn't newer packages use libncursesw?


Corinna

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


Re: ITP: shed -- A simple hex editor with a nano-style interface

2012-10-08 Thread marco atzeri

On 10/7/2012 12:37 PM, Jari Aalto wrote:

wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/shed/setup.hint \
 http://cante.net/~jaalto/tmp/cygwin/shed/shed-1.15-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/shed/shed-1.15-1.tar.bz2

 # To check packaging

 cd shed
 tar -xf *-src.tar.bz2
 ./*.sh --color --verbose all

Included in Debian:

 http://packages.debian.org/shed

Jari

[ setup.hint ]

sdesc: A simple hex editor with a nano-style interface
ldesc: An easy application for viewing and editing files in hex,
octal, binary, or ascii text using ncurses. The interface is inspired by
pico, another ncurses based text editor.
category: Editors
requires: libncurses9




requires: libncurses10

for the rest it builds and compiles fine

Regards
Marco



Re: ITP: shed -- A simple hex editor with a nano-style interface

2012-10-08 Thread Jari Aalto
2012-10-08 14:58 marco atzeri
|  requires: libncurses9
| 
| requires: libncurses10
|
| for the rest it builds and compiles fine

setup.hint updated.

Thanks,
Jari