Re: [ITP] rsync 3.2.6

2022-10-25 Thread Chad Dougherty

On 2022-10-09 10:23, Jon Turney wrote:
Thanks for looking into updating this.  I'd like to give the existing 
maintainer first refusal, though.




Any new thoughts on this?

There was a new upstream release, rsync-3.2.7, and I've updated my 
cygport and its associated artifacts:

https://github.com/crd477/cygports/tree/main/rsync


# Enable this function for releases that work without autoreconf
src_compile()


You should only override the default src_compile if it doesn't work.

The fact that autoreconf isn't apparently necessary, doesn't mean it 
should be omitted, since that means that future fixes to the 
autoconfiguration machinery aren't automatically incorporated into the 
package, but will only appear when upstream updates the autotools used 
to generate the distributed autoconfiguration files.




OK, got it.  My current cygport no longer skips the cygautoreconf step.

Thanks...

--
-Chad



[ANNOUNCEMENT] Updated: libuninameslist-20221022-1

2022-10-25 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been updated:

- libuninameslist-devel-20221022-1
- libuninameslist1-20221022-1

This is an update to the latest upstream.



Libuninameslist provides a Library of Unicode names and annotation data.

This release contains source code to build libuninameslist (with
NamesList.txt 15.0), libuninameslist-fr (with ListeDesNoms 14.0).

See release notes for more details.
https://github.com/fontforge/libuninameslist/releases/tag/20221022



Note:
  This Cygwin release contains libuninameslist with a large (sparse)
array mapping each unicode code point to the annotation data for it
provided in https://www.unicode.org/Public/UNIDATA/NamesList.txt ,
and libuninameslist-fr as a French version.
  But, Python wrapper uninameslist.py (ver0.2) is NOT included.

--
Lemures Lemniscati

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Updated: libuninameslist-20221022-1

2022-10-25 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been updated:

- libuninameslist-devel-20221022-1
- libuninameslist1-20221022-1

This is an update to the latest upstream.



Libuninameslist provides a Library of Unicode names and annotation data.

This release contains source code to build libuninameslist (with
NamesList.txt 15.0), libuninameslist-fr (with ListeDesNoms 14.0).

See release notes for more details.
https://github.com/fontforge/libuninameslist/releases/tag/20221022



Note:
  This Cygwin release contains libuninameslist with a large (sparse)
array mapping each unicode code point to the annotation data for it
provided in https://www.unicode.org/Public/UNIDATA/NamesList.txt ,
and libuninameslist-fr as a French version.
  But, Python wrapper uninameslist.py (ver0.2) is NOT included.

--
Lemures Lemniscati



[PATCH] Fix typo in faq-programming.xml

2022-10-25 Thread Hamish McIntyre-Bhatty

Hi there,

This is my first time submitting a patch over email, so hopefully I'll 
get it right. Are there eventually plans for submitting merge requests 
directly with git in some way?


This is a simple one-line patch to fix a typo I noticed in the 
programming FAQ. Patch follows below. I follow the list via GMANE, but 
to make sure I see any replies, it's probably best to reply to cygwin at 
hamishmb dot com.


Hamish

diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml
index c2c4004c1..7945b6b88 100644
--- a/winsup/doc/faq-programming.xml
+++ b/winsup/doc/faq-programming.xml
@@ -1051,7 +1051,7 @@ a Windows environment which Cygwin handles 
automatically.
 How should I port my Unix GUI to 
Windows?

 

-Like other Unix-like platforms, the Cygwin distribtion includes 
many of
+Like other Unix-like platforms, the Cygwin distribution includes 
many of

 the common GUI toolkits, including X11, X Athena widgets, Motif, Tk, GTK+,
 and Qt. Many programs which rely on these toolkits will work with 
little, if
 any, porting work if they are otherwise portable.  However, there are 
a few


Re: How to search this Archive

2022-10-25 Thread Adam Dinwoodie
On Tue, Oct 25, 2022 at 07:12:21AM +, Fergus Daly wrote:
> I know I have asked this before but because I cannot search the Archive I 
> cannot find the query
> or any responses.
> One used to be able to type
> site:cygwin.com "keyword1 keyword2 .."
> into Google and depending on the search string(s) a slew of results appeared.
> This way, one could find all the posts that one had ever originated or 
> contributed to; or every mention
> of chmod; or, with care, recover a particular thread. 
> Now, this approach still kind of works, but in such a restricted manner that 
> the effort is not rewarded.
> (Either Google has changed practice or pipermail is not accessible in this 
> way - as from memory
> cygwin.com/ml/ was .. .. )
> I explored https://mail.python.org/pipermail/ but to no useful effect.
> Is there a way to explore the entire archive back to 1997? I cannot find any 
> hints at
> https://cygwin.com/mailman/listinfo/cygwin
> Thank you.

You could try https://inbox.sourceware.org/cygwin/ -- I assume that's at
least semi-official, given it's hosted by sourceware.org, and it has a
search function and archives that seem to go back at least as far as
1997.

That'll also let you access the archives in a variety of other ways
(IMAP, Git, ...) so you can set up your own search tools, should you be
so minded.  (Use OfflineIMAP to clone the archives to a spare Gmail
account, then use Gmail's search tools, perhaps?)

Otherwise, you can browse the archive at
https://cygwin.com/pipermail/cygwin/.  I'm not sure how you got to the
python.org site, but I don't think that'll ever get you very far!

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: [ITP] passwdqc 2.0.2

2022-10-25 Thread Chad Dougherty

On 2022-10-23 15:41, Adam Dinwoodie wrote:

Ah! Error on my part: I hadn't realised how `man` handles redirects.
You're quite right, this is all good!


It looks like I don't have permission to commit this to the 
cygwin-packages repository.  Do I need additional approvals?


Likewise for the lz4 updates.

Thanks!

--
-Chad



xxhash packages update

2022-10-25 Thread Chad Dougherty

I've updated the cygport to the current upstream release version, 0.8.1:
https://github.com/crd477/xxhash-cygport

This version also fixes a minor problem with the existing 
libxxhash-devel package - the import lib is incorrectly installed as a 
copy of the dll.


Thanks...

--
-Chad


How to search this Archive

2022-10-25 Thread Fergus Daly
I know I have asked this before but because I cannot search the Archive I 
cannot find the query
or any responses.
One used to be able to type
site:cygwin.com "keyword1 keyword2 .."
into Google and depending on the search string(s) a slew of results appeared.
This way, one could find all the posts that one had ever originated or 
contributed to; or every mention
of chmod; or, with care, recover a particular thread. 
Now, this approach still kind of works, but in such a restricted manner that 
the effort is not rewarded.
(Either Google has changed practice or pipermail is not accessible in this way 
- as from memory
cygwin.com/ml/ was .. .. )
I explored https://mail.python.org/pipermail/ but to no useful effect.
Is there a way to explore the entire archive back to 1997? I cannot find any 
hints at
https://cygwin.com/mailman/listinfo/cygwin
Thank you.


-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple