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

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


Branch: CURRENT, Version: 1.5.6, Package name: ruby31-pkg-config-1.5.6, 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: 22.5 KB

Version history: (Expand)


CVS history: (Expand)


   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.
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-11-29 14:12:43 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.5.1

1.5.0 (2022-11-23)

Improvements

* Improved the default search path.  "pkg-config --variable=pc_path
  pkg-config" is used as the default search path if it's available.
  [Reported by Watson][GitHub:#22]

1.5.1 (2022-11-23)

Improvements

* Improved the default search path. "/usr" in \ 
"/usr/bin/pkg-config" isn't
  used for buidling the default search path if "pkg-config
  --variable=pc_path pkg-config" is available.  [Reported by
  Watson][GitHub:#22]
   2022-08-24 18:23:42 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg: update to 1.4.9

1.4.8 (2022-07-30)

Improvements

* Added support for showing found package version.

1.4.9 (2022-07-31)

This is a bug fix release of 1.4.8. All 1.4.8 users should be upgraded
to 1.4.9.

Fixes

* Fixed a regression bug in 1.4.8 that PkgConfig.have_package can't
  detect nonexistent package.
   2022-02-12 13:39:27 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-pkg-config: update to 1.4.7

1.4.7 (2022-01-16)

Improvements

* Added support for RubyInstaller2 3.1 or later.
  [Reported by golirev][GitHub:ruby-gnome/ruby-gnome#1457]

Thanks

* golirev