Path to this page:
./
devel/p5-File-LibMagic,
Perlwrapper for libmagic
Branch: CURRENT,
Version: 1.23nb4,
Package name: p5-File-LibMagic-1.23nb4,
Maintainer: pkgsrc-usersThe File::LibMagic is a simple perlinterface to libmagic from the file-4.x
package from Christos Zoulas
Required to run:[
lang/perl5] [
devel/p5-Config-AutoConf]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 163.829 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-File-LibMagic-1.23nb4
- (2023-07-06) Updated to version: p5-File-LibMagic-1.23nb3
- (2022-06-28) Updated to version: p5-File-LibMagic-1.23nb2
- (2021-05-25) Updated to version: p5-File-LibMagic-1.23nb1
- (2020-09-07) Updated to version: p5-File-LibMagic-1.23
- (2020-09-01) Updated to version: p5-File-LibMagic-1.22nb1
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
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
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-09-07 01:09:45 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
p5-File-LibMagic: update to 1.23.
1.23 2020-08-28
- Fixed a bug with the Makefile.PL that caused every call to "make" to
recompile the object file for the package's XS code. Reported by Kent
Fredric. GH #28.
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-05-04 15:10:17 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-File-LibMagic) Updated 1.16 to 1.22
(pkgsrc)
- BUILD_DEPENDS converted to TEST_DEPENDS
- dropped :BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.10
(upstream)
1.22 2020-04-26
- This is a stable release with the same changes as 1.21. See the change logs
for 1.17 and 1.21 for details of what's new.
1.21 2020-04-04 (TRIAL RELEASE)
- Add two class methods that provide introspection on the available limit
processing parameters, max_param_constant() and
limit_key_is_supported(). Based on a PR from Paul Wise. GH #24.
1.20 2020-03-28 (TRIAL RELEASE)
- Fix one last test that assumed a limit parameter was available. Reported by
Slaven Rezić. GH #22.
1.19 2020-03-28 (TRIAL RELEASE)
- Fix tests that still mistakenly assumed that all limit parameter constants
should be exported by File::LibMagic. Reported by Slaven Rezić. GH #22.
1.18 2020-03-28 (TRIAL RELEASE)
- Not all versions of libmagic support setting processing limits, and those
that do may not support all the limit parameters that the most recent
version supports. This release fixes compilation and runtime issues that
would occur with older libmagic versions that don't support the same options
as the version I have installed locally. Reported by Slaven Rezić. GH #22.
1.17 2020-03-28 (TRIAL RELEASE)
- Switched to using GitHub issues.
- Removed embedded copy of Config::AutoConf from distro. Instead this is now a
configure phase prereq. Implemented by Paul Wise. GH #19.
- Moved list of constants in libmagic that we care about to one
module. Implemented by Paul Wise. GH #20.
- Add support for setting libmagic processing limits. Implemented by Paul
Wise. GH #15.
- Check all libmagic function return values properly and croak on
failure. Implemented by Paul Wise. GH #21.
|