The NetBSD Project

CVS log for pkgsrc/devel/p5-File-LibMagic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-File-LibMagic

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Nov 16 12:04:15 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, HEAD
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
*: recursive bump for perl 5.40

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Jul 6 09:39:11 2023 UTC (21 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
*: recursive bump for perl 5.38

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jun 28 11:32:26 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
*: recursive bump for perl 5.36

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon May 24 19:50:41 2021 UTC (3 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
*: recursive bump for perl 5.34

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Sep 6 23:09:44 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -4 lines
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.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Aug 31 18:08:02 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
*: bump PKGREVISION for perl-5.32.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon May 4 13:10:16 2020 UTC (4 years, 11 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -9 lines

(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.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Nov 3 10:15:54 2019 UTC (5 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
devel/p5-*: align variable assignments

pkglint -Wall -F --only aligned --only indent p5-*

No manual corrections.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Aug 11 13:19:27 2019 UTC (5 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Bump PKGREVISIONs for perl 5.30.0

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jun 30 20:15:02 2019 UTC (5 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Aug 22 09:44:01 2018 UTC (6 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Recursive bump for perl5-5.28.0

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Nov 8 16:30:41 2017 UTC (7 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -3 lines
p5-File-LibMagic: update to 1.16.

1.16     2017-10-22

- Added a doc note on installing the required dependencies on Red Hat. RT
  #110796.

- Fix tests on macOS. Based on PR #7 from Tom Wyant.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jun 5 14:22:59 2017 UTC (7 years, 10 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Recursive revbump from lang/perl5 5.26.0

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jun 8 19:22:56 2016 UTC (8 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Bump PKGREVISION for perl-5.24.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Feb 3 05:07:11 2016 UTC (9 years, 2 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
(pkgsrc)
 - The same problem with ExtUtils-MakeMaker change
   gcc: error: LibMagic.o: No such file or directory
   https://mail-index.netbsd.org/pkgsrc-users/2015/09/19/msg022238.html
   patch-aa is manually editted to follow the old behavior of ExtUtils-MakeMaker
   Thanks joerg and Matthias Ferdinand (in old mail)
(upstream)
 - Update 1.13 to 1.15
   -------------------
1.15     2015-09-19

- Fix the Makefile.PL so that we don't install the LibMagic.xs and typemap

1.14     2015-09-16
- Fixed handling of extra include dirs passed to Makefile.PL via the -I
  flag. This wasn't working properly in previous releases. Reported by Andy
    Jack. GH #6.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Sep 23 06:43:47 2015 UTC (9 years, 7 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -1 lines
- Fix the build with newer ExtUtils-MakeMaker
Incompatible change in the newer ExtUtils-MakeMaker:
It places .o files where the source file lives (lib/File/ in this case),
whereas the older MakeMaker placed it in the current working dir
(toplevel in this case).

Thanks Matthias Ferdinand
http://mail-index.netbsd.org/pkgsrc-users/2015/09/19/msg022238.html

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Aug 22 23:41:00 2015 UTC (9 years, 8 months ago) by mef
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -5 lines
(pkgsrc)
 - Add following line for make test
   BUILD_DEPENDS+=        p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
(upstream)
 - Update to 1.13
 ----------------
 1.13     2015-07-12
  - Fix failing tests with some versions of libmagic. PR #5 by E. Choroba.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jun 12 10:49:13 2015 UTC (9 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Mar 17 00:34:55 2015 UTC (10 years, 1 month ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -1 lines
Add comment for necessity of DEPENDS at make test.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Mar 15 14:08:05 2015 UTC (10 years, 1 month ago) by mef
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Update 1.10 to 1.12
-------------------
1.12     2015-03-07
- The constructor now accepts named params. In addition to a magic_file param,
  it now accepts follow_symlinks and uncompress params. These do what you'd
  expect, tell the object to follow symlinks and/or uncompress files when
  getting info from them. The old single parameter constructor is still
  supported, but is no longer documented.

- The old APIs are now called "discouraged" rather than "deprecated" in the
  documentation. I have no plan to remove these APIs any time soon or to make
  them warn, so "deprecated" was too strong a word.

- Changed a test to hopefully skip rather than fail on OpenBSD systems.


1.11     2015-03-01
- The info_from_handle() method did not handle binary data correctly, which
  could lead to incorrect results.

- The info_from_*() methods returned a full mime type with encoding in the
  "mime_type" key rather than just the mime type alone.

- Allow File::LibMagic->new() to accept an array reference containing multiple
  magic file paths.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Feb 7 16:01:07 2015 UTC (10 years, 2 months ago) by mef
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -4 lines
(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.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:06:18 2014 UTC (10 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -3 lines
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu May 29 23:35:54 2014 UTC (10 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jan 9 09:36:50 2014 UTC (11 years, 3 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Needs zlib.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri May 31 12:40:20 2013 UTC (11 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Oct 31 11:18:11 2012 UTC (12 years, 5 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Oct 3 21:55:01 2012 UTC (12 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 13 07:56:19 2011 UTC (13 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -4 lines
Revision bump after updating perl to 5.14.1

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:33:44 2010 UTC (14 years, 8 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 28 22:48:47 2009 UTC (15 years, 11 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
pkgsrc changes:
  - Updating package for p5 module File::LibMagic from 0.95 to 0.96

Upstream changes:
0.96 May 2009
     Upgraded Devel::CheckLib
     see bug 46044, 46295 in rt.cpan.org

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed May 20 07:56:15 2009 UTC (15 years, 11 months ago) by sno
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
pkgsrc changes:
  - Updating package for p5 module File::LibMagic from 0.94 to 0.95

Upstream changes:
0.95 May 2009
      try to make test work in netbsd and solaris 9

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun May 17 13:54:38 2009 UTC (15 years, 11 months ago) by sno
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
PkgSrc changes:
  - Updating package for p5 module File::LibMagic from 0.91 to 0.94
  - Setting license to gnu-gpl-v2

Upstream changes:
0.94 May 2009
      small error in t/6-oo.t

0.93 May 2009
      using Devel::CheckLib as suggested in
      http://wiki.cpantesters.org/wiki/CPANAuthorNotes

0.92 May 2009
      "normalisation"-problem -> changed t/6-oo.t

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Mar 10 23:35:02 2009 UTC (16 years, 1 month ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2 lines
Update from version 0.90 to 0.91.

Pkgsrc changes:
 o Ask for file >= 5.00, now that we have it

Upstream changes:

0.91
      Feb 2009

      Changed t/6-oo.t in order to pass 'make test' for file-5.x

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Dec 19 18:52:36 2008 UTC (16 years, 4 months ago) by he
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import p5-File-LibMagic version 0.90.

Fixes PR#39597.

The File::LibMagic is a simple perlinterface to libmagic from the file-4.x
package from Christos Zoulas


Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Dec 19 18:52:36 2008 UTC (16 years, 4 months ago) by he
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>