Path to this page:
./
devel/p5-FFI-CheckLib,
Check that a library is available for FFI
Branch: CURRENT,
Version: 0.31nb2,
Package name: p5-FFI-CheckLib-0.31nb2,
Maintainer: pkgsrc-usersThis module checks whether a particular dynamic library is available
for FFI to use. It is modeled heavily on Devel::CheckLib, but will
find dynamic libraries even when development packages are not
installed. It also provides a find_lib function that will return
the full path to the found dynamic library, which can be feed
directly into FFI::Platypus or FFI::Raw.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 36.285 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-FFI-CheckLib-0.31nb2
- (2023-07-06) Updated to version: p5-FFI-CheckLib-0.31nb1
- (2023-05-20) Updated to version: p5-FFI-CheckLib-0.31
- (2022-06-28) Updated to version: p5-FFI-CheckLib-0.28nb1
- (2021-11-30) Updated to version: p5-FFI-CheckLib-0.28
- (2021-05-25) Updated to version: p5-FFI-CheckLib-0.27nb2
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-05-20 09:42:37 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-FFI-CheckLib: update to 0.31.
0.31 2022-09-30 07:42:44 -0600
- Better support for Homebrew and MacPorts on macOS (gh#46 cdalvaro++)
- New environment variable FFI_CHECKLIB_PACKAGE (gh#46)
- New environment variable FFI_CHECKLIB_PATH (gh#50, gh#52)
- Documentation improvements (gh#49, gh#52)
0.30 2022-09-22 04:24:26 -0600
- [ BREAKING CHANGE ]
If the alien option is provided, the libraries provided by aliens will be
preferred over the system libraries (gh#47, gh#48)
0.29 2022-09-10 01:46:05 -0600
- Handle Windows DLLs using underscores instead of dashes in version
numbers (gh#44, gh#45, shawnlaffan++)
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-11-30 01:45:13 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.28
Upstream changes:
0.28 2021-05-16 15:10:34 -0600
- Avoid undef warning from File::Spec->catpath (gh#30, gh#33)
- The alien option now works in fallback mode; if one or more of the
Aliens are not installed then they will be ignored, previously this
module would throw whatever exception was produced by require (gh#23, gh#34)
- Move to PerlFFI org on GitHub (previously this dist lived in Perl5-FFI)
(gh#24)
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|