From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28496 invoked by alias); 8 Oct 2012 11:58:16 -0000 Received: (qmail 28484 invoked by uid 22791); 8 Oct 2012 11:58:14 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-bk0-f43.google.com (HELO mail-bk0-f43.google.com) (209.85.214.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Oct 2012 11:58:09 +0000 Received: by mail-bk0-f43.google.com with SMTP id w5so1825808bku.2 for ; Mon, 08 Oct 2012 04:58:07 -0700 (PDT) Received: by 10.205.126.131 with SMTP id gw3mr4608280bkc.137.1349697487733; Mon, 08 Oct 2012 04:58:07 -0700 (PDT) Received: from [172.21.193.104] (85-18-126-22.ip.fastwebnet.it. [85.18.126.22]) by mx.google.com with ESMTPS id j24sm12031082bkv.0.2012.10.08.04.58.03 (version=SSLv3 cipher=OTHER); Mon, 08 Oct 2012 04:58:03 -0700 (PDT) Message-ID: <5072BFC9.4070309@gmail.com> Date: Mon, 08 Oct 2012 11:58:00 -0000 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: ITP: shed -- A simple hex editor with a nano-style interface References: <87pq4uh8jh.fsf@picasso.cante.net> In-Reply-To: <87pq4uh8jh.fsf@picasso.cante.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2012-10/txt/msg00037.txt.bz2 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