pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-File-LibMagic
Module Name: pkgsrc
Committed By: mef
Date: Sat Feb 7 16:01:07 UTC 2015
Modified Files:
pkgsrc/devel/p5-File-LibMagic: Makefile distinfo
pkgsrc/devel/p5-File-LibMagic/patches: patch-aa
Log Message:
(pkgsrc)
- Remove the first chunk from patch-aa (See below at 1.02)
- Add MAKE_JOBS_SAFE= no, without that, getting following error
cannot open LibMagic.xs: No such file or directory
(upstream)
- Updated 0.96 to 1.10
--------------------
1.10 2015-02-01
- Fixed Makefile.PL to actually use --lib and --inkclude properly. Previously
it did the wrong thing with both of these arguments, and they were
essentially ignored. Reported by WATANABE Hiroaki. Patch by Mithun
Ayachit. RT #101715.
1.09 2014-12-20
- No code changes. This release just removes some junk that accidentally ended
up in the last release's tarball. Reported by Alexander Bluhm. RT #101015.
1.08 2014-12-17
- Fix generated Makefile.PL so it's compatible with older versions of
ExtUtils::MakeMaker. The previous release accidentally required EUMM 6.83_04
or newer without declaring this in configure_requires. Reported by Nick
Peterson and solved by Slaven Rezic. RT #100975.
1.07 2014-12-14
- No changes from 1.06.
[SUMMARY OF USER-FACING CHANGES SINCE 1.03]
- Added yet another OO API to File::LibMagic. This provides a simpler and more
future-proof API which can be expanded on later. The new methods are
info_from_string(), info_from_filename(), and info_from_handle(). The latter
method allows you to get info about an open filehandle. These new methods
return the description, MIME type, and character encoding in one call. This
addresses RT #54843 and partially addresses RT #99470.
- Fix compilation with a threaded Perl.
1.06 2014-12-13 (TRIAL RELEASE)
- Guard against older versions of libmagic that don't provide magic_version().
- Fix compilation with a threaded Perl.
1.05 2014-12-13 (TRIAL RELEASE)
- Added a test that outputs the return value of magic_version() to help me
debug test failures.
1.04 2014-12-13 (TRIAL RELEASE)
- Added yet another OO API to File::LibMagic. This provides a simpler and more
future-proof API which can be expanded on later. The new methods are
info_from_string(), info_from_filename(), and info_from_handle(). The latter
method allows you to get info about an open filehandle. These new methods
return the description, MIME type, and character encoding in one call. This
addresses RT #54843 and partially addresses RT #99470.
1.03 2014-08-30
- The shipped Makefile.PL now accepts --lib and --include command line
arguments so you can specify additional lib and include directories. This
should make this package easier to build on BSD systems, among
others. Reported by Alexander Bluhm. RT #97945.
1.02 2014-07-26
- Added instructions for installing libmagic.so and magic.h to the POD and
INSTALL.md file. Requested by Gabor Szabo. RT #97391.
- Switched from using Devel::CheckLib to Config::AutoConf with the hope that
the latter will work with more compilers. Requested by Jens Rehsack. RT
#46543.
- Switched the primary git repo to github
(https://github.com/autarch/File-LibMagic).
1.01 2014-05-04
- Fixed repository metadata. Reported by Jens Rehsack. RT #89200.
- A File::LibMagic object would not close one of the handles it might have
opened, leading to leaks. Reported by Alexander Zaitsev. RT #93512.
1.00 2013-09-02
- Don't get all excited about this being 1.00. It's just what comes after
0.99.
- The checktype_contents() and describe_contents() methods now accept a scalar
ref in addition to a plain scalar. RT #28747.
0.99 2013-08-26
- More test changes to try to get tests passing on midnightbsd.
0.98 2013-08-25
- Fix test failures on midnightbsd (I hope) by relaxing a MIME type check in
one of the tests.
0.97 2013-06-23
- Updated to the latest Devel::CheckLib, which should fix error reported by
Perl 5.18 against the old CheckLib we were shipping. Reported by Dominic. RT
#85210.
- We no longer link against libz, since this module doesn't need it. Reported
by Ansgar Burchardt. RT #56479.
- Fixed tests to work with the latest libmagic. Patch by Gregor Herrmann. RT
#75457.
- Attempted to make the tests work with various versions of libmagic. Please
report failures and your file/libmagic package versions.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-File-LibMagic/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-File-LibMagic/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-File-LibMagic/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index