Re: [ITA] gnutls

2024-02-21 Thread Marco Atzeri via Cygwin-apps
On 21/02/2024 13:09, Takashi Yano via Cygwin-apps wrote: I would like to adopt gnutls package. $ git diff | grep -E "^\+|^-" --- a/cygwin-pkg-maint +++ b/cygwin-pkg-maint -gnutls ORPHANED (Yaakov Selkowitz) +gnutls Tak

Re: [ITP] libvpl

2024-02-21 Thread Marco Atzeri via Cygwin-apps
On 21/02/2024 17:41, Takashi Yano via Cygwin-apps wrote: I would like to propose new package libvpl. This is Intel GPU accelerator driver dispatcher, which has the same function with mfx_dispatch package. mfx_dispatch is used by ffmpeg package, however, recent ffmpeg complains that libmfx is de

Re: [PATCH cygport] Use correct wording if only one package is announced

2024-02-21 Thread Brian Inglis via Cygwin-apps
On 2024-02-21 07:25, Christian Franke via Cygwin-apps wrote: Change variable name from $s to $has or $s_have as variable $s usually implies only the plural letter s or nothing; e.g. ... + local has="s have" + + [ $pkg_count != 1 ] || has=" has" ... +The following package${has} been

[ITP] libvpl

2024-02-21 Thread Takashi Yano via Cygwin-apps
I would like to propose new package libvpl. This is Intel GPU accelerator driver dispatcher, which has the same function with mfx_dispatch package. mfx_dispatch is used by ffmpeg package, however, recent ffmpeg complains that libmfx is deprecated and use libvpl instead. -- Takashi Yano NAME="l

[PATCH cygport] Add customization support for announce command

2024-02-21 Thread Christian Franke via Cygwin-apps
The email generated by the cygport announce command is useful, but actual use cases are somewhat limited due to the hard-coded email submission. The attached patch adds more flexibility. The patch is on top of the "Use correct wording if only one package is announced" patch. Examples for cyg

[PATCH cygport] Use correct wording if only one package is announced

2024-02-21 Thread Christian Franke via Cygwin-apps
Only cosmetic ... -- Regards, Christian From f1381ebc872f3b099c257677e2b8d5bf2451bb23 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Wed, 21 Feb 2024 13:35:14 +0100 Subject: [PATCH] Use correct wording if only one package is announced --- lib/pkg_upload.cygpart | 5 - 1 file change

[ITA] gnutls

2024-02-21 Thread Takashi Yano via Cygwin-apps
I would like to adopt gnutls package. -- Takashi Yano --- origsrc/gnutls-3.5.11/tests/Makefile.am 2017-04-07 00:52:07.0 -0500 +++ src/gnutls-3.5.11/tests/Makefile.am 2017-05-02 16:32:16.729518900 -0500 @@ -57,8 +57,9 @@ COMMON_GNUTLS_LDADD = ../lib/libgnutls.l COMMON_DEPS_LDADD = $

[ITA] unbound

2024-02-21 Thread Takashi Yano via Cygwin-apps
I would like to adopt unbound package. -- Takashi Yano --- origsrc/unbound-1.6.2/libunbound/libunbound.c 2017-04-06 08:13:06.0 -0500 +++ src/unbound-1.6.2/libunbound/libunbound.c 2017-05-02 10:21:56.184047100 -0500 @@ -73,7 +73,7 @@ #include #endif -#if defined(UB_ON_WINDO

[ITA] nettle

2024-02-21 Thread Takashi Yano via Cygwin-apps
I would like to adopt nettle package. -- Takashi Yano NAME="nettle" VERSION=3.9.1 RELEASE=1 LICENSE="LGPL-3.0-or-later OR GPL-2.0-or-later" CATEGORY="Libs" SUMMARY="Low-level cryptographic library" DESCRIPTION="Nettle is a cryptographic library that is designed to fit easily in more or less any

[ITA] libssh

2024-02-21 Thread Takashi Yano via Cygwin-apps
I would like to adopt libssh package. -- Takashi Yano inherit cmake NAME="libssh" VERSION=0.10.6 RELEASE=1 LICENSE="LGPL-2.1-or-later" CATEGORY="Net" SUMMARY="SSH implementation library" DESCRIPTION="The ssh library was designed to be used by programmers needing a working SSH implementation by