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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.8, Package name: ruby32-pkg-config-1.5.8, 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: 23 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2024-04-17 13:57:37 by Thomas Klausner | Files touched by this commit (6)
Log message:
*: fix some CONFLICTS

Remove some that are for packages more than ten year old,
fix rest.
   2024-04-17 12:38:36 by Thomas Klausner | Files touched by this commit (24)
Log message:
*: fix some CONFLICTS lines

Noted by riastradh@ in PR 58155.
   2023-12-17 15:19:44 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.5.6

1.5.6 (2023-11-18)

* Add support for "<" and ">" operator in \ 
"Requires:" (#23)
   2023-09-10 15:33:34 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.5.5

1.5.4 (2023-09-05)

Improvements

* Added package version to unsatisfied version is only found case.

1.5.5 (2023-09-05)

Fixes

* Fixed a bug in 1.5.4 that success detection doesn't work.
   2023-09-03 18:01:46 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.5.3

1.5.3 (2023-08-29)

Improvements

* Accepted spaces between "=" and ":". For example, \ 
"prefix = /usr"
  is accepted.
   2023-06-17 15:29:30 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.5.2

1.5.2 (2023-06-25)

Improvements

* Added support for conda.