Re: [ITP] trurl 0.16

2025-01-25 Thread Daisuke Fujimura via Cygwin-apps
2025-01-11 06:50, Marco Atzeri via Cygwin-apps wrote: > > On 11/01/2025 09:48, Daisuke Fujimura via Cygwin-apps wrote: > >> Hello, > >> > >> [ITP] A new package proposal: trurl > >> > >> - trurl > >> > >> > >&

Re: [ITP] zlib-ng 2.2.3

2025-01-24 Thread Daisuke Fujimura via Cygwin-apps
n 11/01/2025 07:43, Daisuke Fujimura via Cygwin-apps wrote: > >> Hello, > >> > >> [ITP] A new package proposal: zlib-ng > >> > >> - libz-ng2 > >> - libz-ng-devel > >> > >> > >> > >> SUMMARY: Zlib replac

[ITP] trurl 0.16

2025-01-11 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: trurl - trurl SUMMARY: Command line tool for URL parsing and manipulation HOMEPAGE: https://github.com/curl/trurl SRC_URI: https://github.com/curl/trurl/archive/refs/tags/trurl-0.16.tar.gz LICENSE: curl Corresponding Linux/Unix packages are searc

[ITP] zlib-ng 2.2.3

2025-01-10 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: zlib-ng - libz-ng2 - libz-ng-devel SUMMARY: Zlib replacement with optimizations for next generation systems HOMEPAGE: https://github.com/zlib-ng/zlib-ng SRC_URI: https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.3.tar.gz LICENSE: Zlib Corr

Re: [PATCH cygport] bin/cygport.in: Allow `-fdebug-prefix-map` to be selected instead of `-ffile-prefix-map`

2024-06-07 Thread Daisuke Fujimura via Cygwin-apps
The issue about debug_counter.h was resolved by merging the pull request upstream. https://github.com/ruby/ruby/pull/10895 Therefore, this patch is no longer needed and will be withdrawn. On Tue, May 28, 2024 at 11:07 PM Jon Turney wrote: > > On 25/05/2024 08:25, Daisuke Fujimura via

[PATCH cygport] bin/cygport.in: Allow `-fdebug-prefix-map` to be selected instead of `-ffile-prefix-map`

2024-05-25 Thread Daisuke Fujimura via Cygwin-apps
Having seen this commit ( https://cygwin.com/git/?p=cygwin-apps/cygport.git;a=commit;h=9e82685e32f6717675e9f6bf55dd1336e3fc3831 ), I understand that this is problematic from a reproducibility point of view, but I would like to be able to specify a `-fdebug-prefix-map` because C sources with code li

Re: [PATCH cygport] pkg_info.cygpart: Do not detect dependencies on itself in ruby package

2024-05-24 Thread Daisuke Fujimura via Cygwin-apps
Using cygport-0.36.9-1 with this patch merged in, it was confirmed that a ruby-3.3.1 package could be created in the local development environment. Thank you for merging. On Mon, May 6, 2024 at 11:12 PM Jon Turney wrote: > > On 03/04/2024 15:18, Daisuke Fujimura via Cygwin-apps wrote: >

Re: [PATCH cygport] pkg_info.cygpart: Do not detect dependencies on itself in ruby package

2024-04-03 Thread Daisuke Fujimura via Cygwin-apps
the PATH. - https://github.com/cygwin/cygport/blob/0.36.8/lib/pkg_info.cygpart#L137 As the ruby package itself does not depend on ruby-* other than its own sub-packages, we considered that lines 560~600 did not need to be executed. - https://github.com/cygwin/cygport/blob/0.36.8/lib/pkg_info.cygpart

[PATCH cygport] pkg_info.cygpart: Do not detect dependencies on itself in ruby package

2024-02-16 Thread Daisuke Fujimura via Cygwin-apps
Attempting to create a package for ruby-3.3, but it fails when trying to detect a dependency on itself. To avoid this, skip them if the target is `ruby`. pkg_info-for-ruby.diff Description: Binary data

Re: [PATCH cygport] git.cygclass: Suppress the depth option

2024-02-16 Thread Daisuke Fujimura via Cygwin-apps
Cygwin-apps wrote: > > On 03/12/2023 21:53, Brian Inglis via Cygwin-apps wrote: > > On 2023-12-03 13:34, Jon Turney via Cygwin-apps wrote: > >> On 30/11/2023 12:17, Daisuke Fujimura via Cygwin-apps wrote: > >>> Implementations that conditionally branch on variables

[PATCH cygport] cmake.cygclass: Add src_test

2023-12-16 Thread Daisuke Fujimura via Cygwin-apps
See https://cygwin.com/pipermail/cygwin-apps/2023-October/043227.html > src_test is not redefined in cmake.cygclass (and ninja.cygclass) in > cygport-0.36.3. Therefore, I defined src_test in json-c.cygport. > > - https://github.com/cygwin/cygport/blob/0.36.6/cygclass/cmake.cygclass > - https://gi

Re: [PATCH cygport] git.cygclass: Suppress the depth option

2023-12-16 Thread Daisuke Fujimura via Cygwin-apps
error "git clone failed" + cd ${T}/${GIT_MODULE} #v* git.cygclass/GIT_BRANCH On Mon, Dec 4, 2023 at 6:53 AM Brian Inglis via Cygwin-apps wrote: > > On 2023-12-03 13:34, Jon Turney via Cygwin-apps wrote: > > On 30/11/2023 12:17, Daisuke Fujimura via Cygwin-apps wr

Re: [ITP] gflags 2.2.2

2023-12-04 Thread Daisuke Fujimura via Cygwin-apps
, Dec 4, 2023 at 12:06 AM Jon Turney wrote: > > On 25/11/2023 08:55, Daisuke Fujimura via Cygwin-apps wrote: > >> The one question I have is about what 'gflags_completions.sh' is for? Is > >> this a helper for scripts other packages using gflags might install in &

Re: [PATCH cygport] git.cygclass: Suppress the depth option

2023-11-30 Thread Daisuke Fujimura via Cygwin-apps
clone failed" + else + error "git clone failed" + fi + fi cd ${T}/${GIT_MODULE} #v* git.cygclass/GIT_BRANCH On Mon, Nov 20, 2023 at 11:23 PM Jon Turney wrote: > > On 19/11/2023 02:11, Daisuke Fujimura via Cygwin-apps wrote: > > Some git providers do not support s

Re: [ITP] gflags 2.2.2

2023-11-25 Thread Daisuke Fujimura via Cygwin-apps
win package as well. - https://archlinux.org/packages/extra/x86_64/gflags/files/ - https://src.fedoraproject.org/rpms/gflags/blob/rawhide/f/gflags.spec However, perhaps this should be included in runtime or development. On Tue, Nov 21, 2023 at 2:13 AM Jon Turney wrote: > > On 16/11/2023 23:20, Da

[PATCH cygport] git.cygclass: Suppress the depth option

2023-11-18 Thread Daisuke Fujimura via Cygwin-apps
Some git providers do not support smart transport, so specifying the depth option will result in an error. ``` Cloning into ''... fatal: dumb http transport does not support shallow capabilities ``` Therefore, I suggest adding a variable to suppress the depth option. (Variable names should be

[ITP] gflags 2.2.2

2023-11-16 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: gflags - gflags - libgflags2.2 - libgflags-devel SUMMARY: Commandline flags module for C++ HOMEPAGE: https://github.com/gflags/gflags SRC_URI: https://github.com/gflags/gflags/archive/refs/tags/v2.2.2.tar.gz LICENSE: BSD-3-Clause Corresponding Li

Re: [ITP] simdjson 3.6.0

2023-11-15 Thread Daisuke Fujimura via Cygwin-apps
Thank you for reviewing. As you pointed out, it is not appropriate to include developer documentation in the runtime package, so I will fix simdjson.cygport. On Mon, Nov 13, 2023 at 12:06 AM Jon Turney wrote: > > On 11/11/2023 08:41, Daisuke Fujimura via Cygwin-apps wrote: >

[ITP] cgif 0.3.2

2023-11-11 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: cgif - libcgif0 - libcgif-devel SUMMARY: GIF encoder written in C HOMEPAGE: https://github.com/dloebl/cgif SRC_URI: https://github.com/dloebl/cgif/archive/refs/tags/V0.3.2.tar.gz LICENSE: MIT Corresponding Linux/Unix packages are searched: - http

[ITP] simdjson 3.6.0

2023-11-11 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: simdjson - libsimdjson19 - libsimdjson-devel SUMMARY: Parsing gigabytes of JSON per second HOMEPAGE: https://github.com/simdjson/simdjson SRC_URI: https://github.com/simdjson/simdjson/archive/refs/tags/v3.6.0.tar.gz LICENSE: Apache-2.0 Correspond

[ITP] libfastjson 1.2304.0

2023-11-10 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: libfastjson - libfastjson4 - libfastjson-devel SUMMARY: Fast json library for C HOMEPAGE: https://github.com/rsyslog/libfastjson SRC_URI: https://github.com/rsyslog/libfastjson/archive/refs/tags/v1.2304.0.tar.gz LICENSE: MIT Corresponding Linux/

Re: [Attn Maintainer] json-c

2023-10-06 Thread Daisuke Fujimura via Cygwin-apps
would be preferable to have src_test defined in one of these cygclasses. On Sun, Oct 1, 2023 at 11:43 PM Jon Turney wrote: > > On 24/09/2023 13:40, Daisuke Fujimura via Cygwin-apps wrote: > > Hi, > > > > I previously reported that json-c.pc seems incorrect. > > - https

[Attn Maintainer] json-c

2023-09-24 Thread Daisuke Fujimura via Cygwin-apps
Hi, I previously reported that json-c.pc seems incorrect. - https://cygwin.com/pipermail/cygwin/2023-August/254350.html The modified version of json-c.cygport and its CI results are shown below. - cygport - https://cygwin.com/cgit/cygwin-packages/playground/commit/?id=42b2343c88e9ba85dd6895793

[ITA] ruby-vte 3.4.3

2023-07-25 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-vte Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5650194808 Upstream: Ruby/vte is removed - https://github.com/ruby-gnome/ruby-gnome/blob/3.4.4/NEWS#L137 ruby-vte.cygport.diff Des

[ITA] ruby-goocanvas1 1.2.6

2023-07-22 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-goocanvas1 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5581096545 ruby-goocanvas1.cygport.diff Description: Binary data

[ITA] ruby-goocanvas2 2.2.0

2023-07-15 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-goocanvas2 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5561336490 Upstream: Ruby/goocanvas is removed - https://github.com/ruby-gnome/ruby-gnome/blob/2.2.1/NEWS#L14 ruby-goocanva

[ITA] ruby-gtk3 4.1.7

2023-07-13 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gtk3 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5538271507 ruby-gtk3.cygport.diff Description: Binary data

Re: [ITA] ruby-gtk2 3.4.3

2023-07-12 Thread Daisuke Fujimura via Cygwin-apps
n fedora. - https://src.fedoraproject.org/rpms/rubygem-gtk2 On Mon, Jul 10, 2023 at 2:08 AM Jon Turney wrote: > > On 09/07/2023 15:05, Daisuke Fujimura via Cygwin-apps wrote: > > Hello, > > > > > > > > Cygportfile: > > - https://cygwin.com

[ITA] ruby-gdk3 4.1.7

2023-07-09 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gdk3 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5500418963 ruby-gdk3.cygport.diff Description: Binary data

[ITA] ruby-gtk2 3.4.3

2023-07-09 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gtk2 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5500133199 Changes: - Remove patch : 3.2.4-cygwin-deps.patch - Deleted dependencies restored - Add patch : 3.4.3-*.patch - Resol

[ITA] ruby-gstreamer1.0 4.1.7

2023-07-07 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gstreamer1.0 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5487698737 ruby-gstreamer1.0.cygport.diff Description: Binary data

[ITA] ruby-gdk_pixbuf2

2023-07-03 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gdk_pixbuf2 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5443915435 ruby-gdk_pixbuf2.cygport.diff Description: Binary data

Re: [ITA] ruby-atk 4.1.7

2023-07-02 Thread Daisuke Fujimura via Cygwin-apps
M Jon Turney wrote: > > On 27/06/2023 08:32, Daisuke Fujimura via Cygwin-apps wrote: > > Hello, > > > > > > > > Cygportfile: > > - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-atk > > > > Packages, logs: > > - https://gi

scallywag error report

2023-06-28 Thread Daisuke Fujimura via Cygwin-apps
I am reporting a scallywag error during git push. remote: scallywag: invoked on repository git/cygwin-packages/libhtp, by maintainer Daisuke Fujimura remote: scallywag: timeout waiting for GitHub to assign a wfr_id remote: scallywag: PLEASE REPORT THIS! remote: scallywag: build 6661 queued on gith

[ITA] ruby-atk 4.1.7

2023-06-27 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-atk Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5383991799 ruby-atk.cygport.diff Description: Binary data

[ITA] ruby-pango 4.1.7

2023-06-23 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-pango Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5362169241 ruby-pango.cygport.diff Description: Binary data

[ITA] ruby-cairo-gobject 4.1.7

2023-06-23 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-cairo-gobject Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5330596103 Changes: - Remove PKG_IGNORE - implib is not generated without the linker option `-out-implib` ruby-cairo-go

[ITA] ruby-gio2 4.1.7

2023-06-16 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gio2 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5295797846 ruby-gio2.cygport.diff Description: Binary data

Re: [ITA] ruby-gobject-introspection 4.1.7

2023-06-16 Thread Daisuke Fujimura via Cygwin-apps
Marco Atzeri via Cygwin-apps wrote: > > On 12/06/2023 16:18, Daisuke Fujimura via Cygwin-apps wrote: > > Hello, > > > > > > > > Cygportfile: > > - > > https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gobject-introspection > &g

Re: [GOLDSTAR] Re: [ITA] ruby 3.2.2

2023-06-13 Thread Daisuke Fujimura via Cygwin-apps
Thank you. I am deeply grateful and happy to receive this award. On Wed, Jun 14, 2023 at 12:05 AM Andrew Schulman via Cygwin-apps wrote: > > > On 19/04/2023 23:42, Daisuke Fujimura via Cygwin-apps wrote: > > > Hello, > > > > > > > > > > > &

[ITA] ruby-gobject-introspection 4.1.7

2023-06-12 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-gobject-introspection Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5244423932 ruby-gobject-introspection.cygport.diff Description: Binary data

[ITA] ruby-glib2 4.1.7

2023-06-10 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-glib2 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5228739944 Changes - Remove 2.2.0-rubygem-dirs.patch (Not applicable) - Add ldflags to output implib explicitly ruby-glib2.diff D

Re: [ITP] ruby-mini_portile2 2.8.2

2023-06-09 Thread Daisuke Fujimura via Cygwin-apps
aisuke Fujimura via Cygwin-apps wrote: > > Thank you for your response. > > It seems that the repository has not been set up yet. > > Could you please check? > > It seems like the package name was typoed ('ruby-mini-portile' rather > than 'ru

Re: [ITP] ruby-mini_portile2 2.8.2

2023-06-08 Thread Daisuke Fujimura via Cygwin-apps
-spelled the reponame) fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ``` On Wed, Jun 7, 2023 at 2:05 PM Marco Atzeri via Cygwin-apps wrote: > > On 06/06/2023 15:25, Daisuke Fujimura via Cygwin-apps wrote: >

[ITP] ruby-red-colors 0.3.0

2023-06-08 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: ruby-red-colors - ruby-red-colors - ruby-red-colors-doc Cygport - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-red-colors Packages and logs - https://github.com/cygwin/scallywag/actions/runs/5209875974 Reason - The latest version of ruby-

[ITP] ruby-mini_portile2 2.8.2

2023-06-06 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: ruby-mini_portile2 - ruby-mini_portile2 - ruby-mini_portile2-doc Cygport - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-mini_portile2 Packages and logs - https://github.com/cygwin/scallywag/actions/runs/5187561039 Reason - Required to bui

[ITP] ruby-matrix 0.4.2

2023-06-06 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: ruby-matrix - ruby-matrix - ruby-matrix-doc Cygport - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-matrix Packages and logs - https://github.com/cygwin/scallywag/actions/runs/5187271145 Reason - The latest version of ruby-cairo depends on

[ITA] ruby-hpricot 0.8.6

2023-05-27 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-hpricot Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5102728345 ruby-hpricot.cygport.diff Description: Binary data

[ITA] ruby-byebug 11.1.3

2023-05-27 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-byebug Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5102700939 ruby-byebug.cygport.diff Description: Binary data

[ITA] ruby-unicorn 6.1.0

2023-05-27 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-unicorn Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5101529707 Changes - Add runtime dependencies explicitly ruby-unicorn.cygport.diff Description: Binary data

[ITA] ruby-websocket-driver 0.7.5

2023-05-27 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-websocket-driver Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5069702023 Changes - Add runtime dependencies explicitly Runtime dependent gems are detected from installed gems, but

[ITA] ruby-raindrops 0.20.1

2023-05-26 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-raindrops Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5086500118 ruby-raindrops.cygport.diff Description: Binary data

[ITA] ruby-sqlite3 1.6.3

2023-05-25 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-sqlite3 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5086092688 ruby-sqlite3.cygport.diff Description: Binary data

[ITA] ruby-pkg-config 1.5.1

2023-05-24 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-pkg-config Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5068809911 ruby-pkg-config.cygport.diff Description: Binary data

[ITA] ruby-syck 1.4.1

2023-05-22 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-syck Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5046835338 ruby-syck.cygport.diff Description: Binary data

[ITA] ruby-yajl 1.4.3

2023-05-22 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-yajl Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5046323775 ruby-yajl.cygport.diff Description: Binary data

[ITA] ruby-puma 6.2.2

2023-05-22 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-puma Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5035403880 Changes - Add fedora patch ruby-puma.cygport.diff Description: Binary data

[ITA] ruby-zoom 0.5.0

2023-05-22 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-zoom Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5045872311 Changes - LICENSE not defined - https://rubygems.org/gems/zoom (LICENSES: N/A) ruby-zoom.cygport.diff Description: Bi

Are the dependencies in libpq-devel broken? (Re: [ITA] ruby-mysql2 0.5.5)

2023-05-22 Thread Daisuke Fujimura via Cygwin-apps
? On Sat, May 20, 2023 at 9:57 PM Marco Atzeri via Cygwin-apps wrote: > > On 20.05.2023 14:50, Daisuke Fujimura via Cygwin-apps wrote: > > Hello, > > > > > > > > Cygportfile: > > - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-mysql2

[ITA] ruby-pg 1.5.3

2023-05-20 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-pg Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5035067622 ruby-pg.cygport.diff Description: Binary data

[ITA] ruby-oj 3.14.3

2023-05-20 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-oj Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5034669025 ruby-oj.cygport.diff Description: Binary data

[ITA] ruby-nio4r 2.5.9

2023-05-20 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-nio4r Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5032657089 ruby-nio4r.cygport.diff Description: Binary data

[ITA] ruby-kgio 2.11.4

2023-05-20 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-kgio Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5032362958 ruby-kgio.cygport.diff Description: Binary data

[ITA] ruby-mysql2 0.5.5

2023-05-20 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-mysql2 Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5032175827 ruby-mysql2.cygport.diff Description: Binary data

[ITA] ruby-hitimes 2.0.0

2023-05-20 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-hitimes Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/5031987345 Changes: - Add ARCH=noarch - https://github.com/copiousfreetime/hitimes/blob/main/HISTORY.md#version-200-2019-09-23

Re: [ITA] ruby-debug_inspector 1.1.0

2023-05-14 Thread Daisuke Fujimura via Cygwin-apps
28 PM Jon Turney wrote: > > On 10/05/2023 15:24, Jon Turney via Cygwin-apps wrote: > > On 09/05/2023 09:58, Daisuke Fujimura via Cygwin-apps wrote: > >> Hello, > >> > >> > >> > >> Cygportfile: > >> - > >> https://cygw

[ITA] ruby-debug_inspector 1.1.0

2023-05-09 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-debug_inspector Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/4920404552 ruby-debug_inspector.cygport.diff Description: Binary data

[ITA] ruby-curses 1.4.4

2023-05-07 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-curses Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/4909628745 ruby-curses.cygport.diff Description: Binary data

[ITA] ruby-bindex 0.8.1

2023-05-05 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-bindex Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/4898447211 ruby-bindex.cygport.diff Description: Binary data

Request for correction of calm/report.py

2023-05-05 Thread Daisuke Fujimura via Cygwin-apps
Since the h1 string in ruby_rebuild.html is still perl, I request that calm/report.py be modified to support ruby. - https://sourceware.org/git/?p=cygwin-apps/calm.git;a=blob;f=calm/reports.py;h=f659cf5f51e8a76c9f199fb09bb4a04d45ae86f4;hb=HEAD#l250

[ITA] ruby-bcrypt 3.1.18

2023-05-05 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-bcrypt Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/4890117487 ruby-bcrypt.cygport.diff Description: Binary data

Re: [ITA] ruby-tk 0.4.0

2023-05-04 Thread Daisuke Fujimura via Cygwin-apps
n Wed, May 3, 2023 at 2:22 AM Jon Turney wrote: > > On 02/05/2023 10:31, Daisuke Fujimura via Cygwin-apps wrote: > >> Is this error expected? > > > > Sorry, I missed that. > > > > This seems to be caused by rdoc-6.1.2 not working with ruby-3.x. >

[ITA] ruby-rdoc 6.5.0

2023-05-02 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-rdoc Packages: - https://yacp.osdn.jp/ita/ruby-rdoc/ > Therefore, it is necessary to update rdoc first, but packaging > rdoc-6.5.0 also fails for the same reason, so it needs to be updated > by other mean

[PATCH cygport] rubygems.cygclass: set relative paths in bindir

2023-05-02 Thread Daisuke Fujimura via Cygwin-apps
If the `--build-root` option is specified for the `gem` command, the value of the `--bindir` option must be a relative path. https://github.com/rubygems/rubygems/blob/v3.4.12/lib/rubygems/installer.rb#L678-L679 This problem seems to have occurred since this commit. https://github.com/cygwin/cygp

Re: [ITA] ruby-tk 0.4.0

2023-05-02 Thread Daisuke Fujimura via Cygwin-apps
5/2023 10:54, Daisuke Fujimura via Cygwin-apps wrote: > > Hello, > > > > > > > > Cygportfile: > > - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-tk > > > > Packages, logs: > > - https://github.com/cygwin/scallywa

[ITA] ruby-tk 0.4.0

2023-05-01 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/cgit/cygwin-packages/playground/tree/?h=ruby-tk Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/4850129175 > If you subsequently adopt the ruby-tk package, please remember to add > ruby_tk_OBSOLETES="ruby-tcltk" there (as that's

Re: [ITA] ruby 3.2.2

2023-04-25 Thread Daisuke Fujimura via Cygwin-apps
Turney wrote: > > On 25/04/2023 22:10, Daisuke Fujimura via Cygwin-apps wrote: > > Thank you for your response. > > > > Following the announcement of the previous update, I would like to > > note that the binaries need to be recompiled. > > - > > https://

Re: [ITA] ruby 3.2.2

2023-04-25 Thread Daisuke Fujimura via Cygwin-apps
available somewhere? On Tue, Apr 25, 2023 at 10:52 PM Jon Turney wrote: > > On 25/04/2023 10:56, Daisuke Fujimura via Cygwin-apps wrote: > >> I don't think so. Please, go ahead and deploy. > > > > I tried to deploy twice, but it failed. > > > > First

Re: [ITA] ruby 3.2.2

2023-04-25 Thread Daisuke Fujimura via Cygwin-apps
ruby_23) was moved to the vault, resulting in some ruby-* subpackages being unable to satisfy the dependency of ruby_23. To resolve this, the following methods are being considered: - Do not move ruby-2.3.6 to the vault (I cannot do this myself). - Rebuild the subpackages. - Any other methods?

Re: [ITA] ruby 3.2.2

2023-04-23 Thread Daisuke Fujimura via Cygwin-apps
2-1 without applying the cygport patch, but is there any problem if I deploy it? (The cygport patch should not be needed until someone rebuilds the ruby-* subpackages.) On Sun, Apr 23, 2023 at 10:35 PM Jon Turney wrote: > > On 22/04/2023 13:04, Daisuke Fujimura via Cygwin-apps wrote: &g

Re: [ITA] ruby 3.2.2

2023-04-22 Thread Daisuke Fujimura via Cygwin-apps
eview the attached diff. > > - Add `ruby_PROVIDES="ruby_${${VERSION%.*}//./}"` to ruby.cygport. ``` /tmp/cygport-ruby/ruby.cygport: line 49: ${${VERSION%.*}//./}: bad substitution ``` Is the warning being displayed because $VERSION (=3.2.2) starts with a number? On Sat

Re: [ITA] ruby 3.2.2

2023-04-21 Thread Daisuke Fujimura via Cygwin-apps
ps wrote: > > On 20/04/2023 04:28, Marco Atzeri via Cygwin-apps wrote: > >> On 20.04.2023 00:42, Daisuke Fujimura via Cygwin-apps wrote: > >>> Hello, > >>> > >>> > >>> > >>> Cygportfile: > >>> - > >

[ITA] ruby 3.2.2

2023-04-19 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/playground.git;a=shortlog;h=refs/heads/ruby Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/4743191979 ruby.cygport.diff Description: Binary data ruby.submodule.diff Description: Bina

Re: [ITA] rubygems 3.4.12

2023-04-17 Thread Daisuke Fujimura via Cygwin-apps
ra via Cygwin-apps wrote: > > I tried again and succeeded. > > It seems it was a temporary problem. > > Thanks for the advice. > > > On Mon, Apr 17, 2023 at 7:40 PM Jon Turney > > wrote: > >> On 17/04/2023 11:28, Daisuke Fujimura via Cygwin-apps wrote: &

Re: [ITA] rubygems 3.4.12

2023-04-17 Thread Daisuke Fujimura via Cygwin-apps
I tried again and succeeded. It seems it was a temporary problem. Thanks for the advice. On Mon, Apr 17, 2023 at 7:40 PM Jon Turney wrote: > > On 17/04/2023 11:28, Daisuke Fujimura via Cygwin-apps wrote: > >> I changed maintainer-ship to you > > > > I can't pus

Re: [ITA] rubygems 3.4.12

2023-04-17 Thread Daisuke Fujimura via Cygwin-apps
On Sun, Apr 16, 2023 at 3:20 AM Jon Turney > wrote: > > > > On 14/04/2023 13:55, Daisuke Fujimura via Cygwin-apps wrote: > > > Hello, > > > > > > > > > > > > Cygportfile: > > > - > > > https://cygwin.com/git-cygwin

Re: [ITA] rubygems 3.4.12

2023-04-15 Thread Daisuke Fujimura via Cygwin-apps
Thank you for your review. As you indicated, we have decided that it is preferable to download the file from the official site. I confirmed that there are no differences in the packages. On Sun, Apr 16, 2023 at 3:20 AM Jon Turney wrote: > > On 14/04/2023 13:55, Daisuke Fujimura via Cygwi

[ITA] rubygems 3.4.12

2023-04-14 Thread Daisuke Fujimura via Cygwin-apps
Hello, Cygportfile: - https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/playground.git;a=tree;h=refs/heads/rubygems;hb=refs/heads/rubygems Packages, logs: - https://github.com/cygwin/scallywag/actions/runs/4698944134 rubygems.cygport.diff Description: Binary data

[ITP] bzip3 1.3.0

2023-04-07 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: bzip3 - bzip3 - libbzip3_0 - libbzip3-devel SUMMARY: Better and stronger spiritual successor to BZip2 HOMEPAGE: https://github.com/kspalaiologos/bzip3 SRC_URI: https://github.com/kspalaiologos/bzip3/archive/refs/tags/1.3.0.tar.gz LICENSE: LGPL-3.0-or-la

Fwd: Error running setup-x86_64.exe: syntax error in setup.zst

2023-04-07 Thread Daisuke Fujimura via Cygwin-apps
I think it's the effect of the latest gnubg package, can anyone fix it? https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/gnubg.git;a=blobdiff;f=gnubg.cygport;h=559ae03f174cbcd3ad7ab3fcca11ad210f45ed0f;hp=471f68c78804b0da14e7a22fa9befce86cc2521e;hb=0961ac54da1a03e8c747281f8359449636dd0

Re: [ITP] libhtp 0.5.42

2023-04-06 Thread Daisuke Fujimura via Cygwin-apps
hilarious consequences. That's a good idea. - https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/libhtp.git;a=blob;f=libhtp.cygport;h=6bde0aa62289a179b5c6c697c6ce621ec11de02d;hb=55abbe06056ffc608165e1904b78d540457d98bc#l33 On Wed, Apr 5, 2023 at 3:25 AM Jon Turney wrote: > &

[ITP] libhtp 0.5.42

2023-04-02 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: libhtp - libhtp2 - libhtp-devel SUMMARY: Security-aware parser for the HTTP protocol HOMEPAGE: https://github.com/OISF/libhtp SRC_URI: https://github.com/OISF/libhtp/archive/refs/tags/0.5.42.tar.gz LICENSE: BSD-3-Clause Corresponding Linux/Unix p

[ITP] tractorgen 0.31.7

2021-06-01 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: tractorgen - tractorgen SUMMARY: Generates ASCII tractors HOMEPAGE: http://www.vergenet.net/~conrad/software/tractorgen/ SRC_URL: http://www.vergenet.net/~conrad/software/tractorgen/dl/tractorgen-0.31.7.tar.gz LICENSE: GPL ( https://github.com/kfish/tr

Re: [ITP] cbonsai 1.0.4

2021-05-29 Thread Daisuke Fujimura via Cygwin-apps
Success. Thank you. - https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/cbonsai.git;a=summary On Sat, May 29, 2021 at 4:18 PM Marco Atzeri via Cygwin-apps wrote: > > On 29.05.2021 08:27, Daisuke Fujimura via Cygwin-apps wrote: > > I'm trying to upload using SCALLY

Re: [ITP] cbonsai 1.0.4

2021-05-28 Thread Daisuke Fujimura via Cygwin-apps
rom remote repository. Please make sure you have the correct access rights and the repository exists. $ ``` Can you authorize me to do this? On Sat, May 29, 2021 at 3:06 PM Marco Atzeri via Cygwin-apps wrote: > > On 29.05.2021 06:37, Daisuke Fujimura via Cygwin-apps wrote: > >> please

Re: [ITP] cbonsai 1.0.4

2021-05-28 Thread Daisuke Fujimura via Cygwin-apps
cgi?id=2094 - https://ci.appveyor.com/project/cygwin/scallywag/builds/39377612 Can you please review it again? On Sat, May 29, 2021 at 4:08 AM Marco Atzeri via Cygwin-apps wrote: > > On 27.05.2021 04:33, Daisuke Fujimura via Cygwin-apps wrote: > > Hello, > > > > [

[ITP] cbonsai 1.0.4

2021-05-26 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: cbonsai - cbonsai SUMMARY: Grow bonsai trees in your terminal HOMEPAGE: https://gitlab.com/jallbrit/cbonsai SRC_URL: https://gitlab.com/jallbrit/cbonsai/-/archive/v1.0.4/cbonsai-v1.0.4.tar.bz2 LICENSE: GPLv3 Corresponding Linux/Unix packages are

Re: [ITP] tty-clock 2.3

2021-05-26 Thread Daisuke Fujimura via Cygwin-apps
Thank you for your approval. On Thu, May 27, 2021 at 1:03 AM Marco Atzeri via Cygwin-apps wrote: > > > On 25.05.2021 23:52, Daisuke Fujimura via Cygwin-apps wrote: > > Sorry, typo in the link to the review target. > > > >> Cygport, packages and logs: > >>

Re: [ITP] tty-clock 2.3

2021-05-25 Thread Daisuke Fujimura via Cygwin-apps
-clock.cygport already solves the above problem. Can you please review it ( https://yacp.osdn.jp/itp/tty-clock/tty-clock.cygport ) again? On Wed, May 26, 2021 at 4:07 AM Marco Atzeri via Cygwin-apps wrote: > > On 25.05.2021 18:40, Daisuke Fujimura via Cygwin-apps wrote: > > Hello, > &g

[ITP] tty-clock 2.3

2021-05-25 Thread Daisuke Fujimura via Cygwin-apps
Hello, [ITP] A new package proposal: tty-clock - tty-clock SUMMARY: Clock using lib ncurses HOMEPAGE: https://github.com/xorg62/tty-clock SRC_URL: https://github.com/xorg62/tty-clock/archive/refs/tags/v2.3.tar.gz LICENSE: BSD-3-Clause License Corresponding Linux/Unix packages are se

  1   2   >