./devel/ruby-pkg-config, Pure Ruby implementation of pkg-config

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 1.6.5, Package name: ruby32-pkg-config-1.6.5, Maintainer: pkgsrc-users

pkg-config can be used in your extconf.rb to properly detect need libraries for
compiling Ruby native extensions.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 24 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-13 16:29:36 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.6.5

1.6.5 (2025-12-01)

Improvements

* Improved pkgconf compatibility: Removed duplicated -D/-W flags.

	- ruby-gnome/pkg-config#43
	- Patch by takuya kodama

Thanks

* takuya kodama
   2025-09-15 17:21:44 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.6.4

1.6.4 (2025-09-03)

Improvements

* Added support for continuous line.

    - ruby-gnome/ruby-gnome#1686
    - Reported by Vincent Garrigues

Thanks

* Vincent Garrigues
   2025-08-30 09:34:44 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.6.3

1.6.3 (2025-08-27)

Improvements

* Added support for detecting Homebrew's pkgconfig path by brew --path.

	- ruby-gnome/pkg-config#36
	- Patch by meredith

Thanks

* meredith
   2025-05-17 09:14:18 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.6.2

1.6.1 (2025-04-17)

Improvements

* Added support for --with-pkg-config-path.
   - ruby-gnome/ruby-gnome#1670
   - Reported by Stanisław Pitucha

Thanks

* Stanisław Pitucha

1.6.2 - 2025-04-27 Latest

Improvements

* Added support for detecting Homebrew's pkgconfig path without pkgconf.
    - apche/arrow#46235
    - Reported by Shizuo Fujita

Thanks

* Shizuo Fujita
   2025-03-02 15:37:11 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.6.0

1.6.0 (2025-03-02)

Improvements

* Changed to use only one file: pkg-config.rb
* Removed English dependency.
   2025-01-19 16:57:18 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.5.9

1.5.9 (2025-01-08)

Improvements

* Added support for .pc that uses UTF-8.
   2024-12-09 14:56:54 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.5.8

1.5.8 (2024-11-21)

Improvements

* Added support for pkgconf.
   2024-10-27 14:39:16 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.5.7

1.5.7 (2024-10-24)

Improvements

* conda: Added support for ${CONDA_PREFIX}/share/pkgconfig.

Fixes

* Fixed Cflags nomralization [GH-25]: Reported by Jean byroot Boussier

Thanks

* Jean byroot Boussier