Commit graph

22 commits

Author SHA1 Message Date
mef
aa9322ffc0 (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.
2016-02-03 05:07:11 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
mef
6a67701393 - 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
2015-09-23 06:43:47 +00:00
mef
61ae1c94c4 (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.
2015-08-22 23:41:00 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
6510cf4670 Add comment for necessity of DEPENDS at make test. 2015-03-17 00:27:28 +00:00
mef
7b90f103dc 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.
2015-03-15 14:08:05 +00:00
mef
2a94e81a62 (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.
2015-02-07 16:01:07 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
7eeb51b534 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.
2014-05-29 23:35:13 +00:00
jperkin
3643a8a03d Needs zlib. 2014-01-09 09:32:21 +00:00
wiz
d2ca14a3f1 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.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
adam
06abc5d8a1 Revision bump after updating perl to 5.14.1 2011-08-13 07:56:19 +00:00
seb
c3f1e700ad 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!
2010-08-21 16:32:42 +00:00
sno
7480bed445 Updating patches/patch-aa to remove the Devel::CheckLib usage. First,
pkgsrc checks the dependencies and second, Devel::CheckLib breaks on
AIX.
2009-05-30 20:02:07 +00:00
sno
5c0bded088 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
2009-05-28 22:48:47 +00:00
sno
e6408dec3e 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
2009-05-20 07:56:15 +00:00
sno
f13fbf529b 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
2009-05-17 13:54:38 +00:00
he
c50f234a4c 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
2009-03-10 23:35:02 +00:00
he
b80b18b447 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
2008-12-19 18:52:36 +00:00