[ITP] man-pages-linux

2021-09-27 Thread Brian Inglis
I would like to provide Cygwin packages for the Linux kernel man pages project, for those who are concerned about interoperability and portability, from Michael Kerrisk (http://man7.org/), who also releases man-pages-posix, and recently released Linux man-pages 5.13. I do it for my own use

[ITA] htmldoc

2021-09-27 Thread Brian Inglis
I'd like to adopt Yaakov's orphaned package htmldoc as new versions have been released. Packages are available on Google drive: https://drive.google.com/drive/folders/19DdY4qBKcR8rgrfEL4cNI-ZjOw_lrSk7 The builds were tested in GitHub Actions CI using the scallywag htmldoc repo playground

[ITP] wget2 - fast multithreaded file and recursive website downloader

2021-09-27 Thread Brian Inglis
wget2 2.0.0 is the official stable release of the successor of wget supplying a shared library API like curl to build a modern, fast, multithreaded, file and recursive website downloader using HTTP2, HTTP compression, parallel connections, and If-Modified-Since HTTP headers. The library provides

Re: autorebase and user-installed dynamic objects

2021-09-27 Thread Ken Brown via Cygwin-apps
On 9/27/2021 9:21 AM, ASSI wrote: Ken Brown via Cygwin-apps writes: Note that there are a lot of complaints about non-existent .eln files. I'm experimenting with native-compilation builds of emacs, and I know why these errors are occurring. But I don't think that should be preventing the full

Re: autorebase and user-installed dynamic objects

2021-09-27 Thread ASSI
Ken Brown via Cygwin-apps writes: > $ ls -al /var/cache/rebase/ > total 579 > drwxr-xr-x+ 1 kbrown-admin None 0 2021-09-27 08:35 ./ > drwxr-xr-x+ 1 kbrown-admin None 0 2021-09-27 08:35 ../ > -rw-r--r-- 1 kbrown-admin None115 2021-09-27 08:35 fullrebase.done > -rw-r--r-- 1

Re: autorebase and user-installed dynamic objects

2021-09-27 Thread Ken Brown via Cygwin-apps
On 9/27/2021 2:43 AM, ASSI wrote: Ken Brown via Cygwin-apps writes: I just tried to do a full rebase (by running 'rebase-trigger full'), but it seems that files from installed packages aren't being rebased. Looking at /var/cache/rebase, it looks like the files in rebase_pkg aren't making it

Re: autorebase and user-installed dynamic objects

2021-09-27 Thread ASSI
Ken Brown via Cygwin-apps writes: > I just tried to do a full rebase (by running 'rebase-trigger full'), > but it seems that files from installed packages aren't being rebased. > Looking at /var/cache/rebase, it looks like the files in rebase_pkg > aren't making it into rebase_all. It should