From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [IPv6:2001:67c:2050:0:465::202]) by sourceware.org (Postfix) with ESMTPS id 1FBBB3858C56 for ; Thu, 13 Oct 2022 19:11:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1FBBB3858C56 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kircheis.it Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kircheis.it Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4MpJyd02PSz9sVh for ; Thu, 13 Oct 2022 21:11:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kircheis.it; s=MBO0001; t=1665688265; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0aRvh1lLs3lRb7tfwbQ44ia72iVMN84AxUbVw2onvVo=; b=D3FlIVeB0sHWf6cFxoSbPagj9cO2qsVJojxGcm0TjOYtsomVI7j5OS0TEHHrpRSCXlDzIT K6uBj+B2+SZqZdxk9VgwfzfaVinxrTA1y7iStZo3///YSFHK6Pt4+P7GMA6rT2SkFqvI+g 8Al9X/9jeU63wPvrhNOweUowWp13tcigdz0Bq1LpEBCWD9jGs4+ozl4bwfKeIxlA+86ite AKXnwoSbTDz81mrqPK5b0tttWWXxC50Rt7rzxICi05oa0cri4p5oZYv+8KqcM352CydYGW q69ufCutF0wxH664JKyZhqsH7xxOm5y5xEsjCFrc5qlOtYVddjnaHZg+1mYzTQ== Message-ID: <11bd75e2-eccd-e07d-5932-e156fe7147b8@kircheis.it> Date: Thu, 13 Oct 2022 21:11:04 +0200 MIME-Version: 1.0 Subject: Re: nnn To: cygwin-apps@cygwin.com References: <4d509e0f-bba2-477e-bd60-e82b5a730764@kircheis.it> From: Federico Kircheis In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4MpJyd02PSz9sVh X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 10/10/2022 15.02, Jon Turney wrote: > On 09/10/2022 14:54, Federico Kircheis wrote: >> Hello to everyone, >> >> I would like to package nnn for cygwin >> >> https://github.com/jarun/nnn/ >> > [...] > > A few minor comments on the cygport: > >> SUMMARY="nnn is a full-featured terminal file manager. It's tiny, >> nearly 0-config and incredibly fast." > > SUMMARY probably shouldn't start with the name of the package, because > it's often used in contexts where the name of the package appears > immediately before it. > > Generally, I think it should be just a noun phrase, not an entire sentence. > > I'd suggest just "a full-featured terminal file manager" > >> REQUIRES="libncursesw10 libreadline7" > > It looks like these dependencies are successfully auto-detected, so you > don't need to explicitly list them. Does cygwin/cygport offer some functionalities for querying those if not written in the cygport file? Currently I "parse" the file for creating automatically a test environment. Removing those means that I am not currently able to recreate such environment automatically, and would need to track the information separately. > > I added this to your authorized packages. >