NOTICE: This package has been removed from pkgsrc

./devel/p5-Devel-Checklib, Perl extension to check that a library is available

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.95, Package name: p5-Devel-CheckLib-0.95, Maintainer: pkgsrc-users

This module provides a way of checking whether a particular library and
its headers are available, by attempting to compile a simple program and
link against it.


Required to run:
[lang/perl5] [devel/p5-IO-CaptureOutput]

Master sites: (Expand)

SHA1: 2267b0f4d86e395d5670fc7c382bf786da857c33
RMD160: 6a470195d03acfae1576021921f929aff5bd4ea1
Filesize: 12.107 KB

Version history: (Expand)


CVS history: (Expand)


   2011-11-23 12:41:28 by Hiramatsu Yoshifumi | Files touched by this commit (3) | Package removed
Log message:
Move from devel/p5-Devel-Checklib to devel/p5-Devel-CheckLib  to match
PKGNAME and directory name.
   2011-11-22 12:18:34 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-Devel-Checklib to 0.95.

Changes from previous:
0.95    2011-10-22      Clean up object files.
                        Also MSVC generates extra files, clean them up.

0.94    2011-10-14      Better error message.
   2011-08-12 09:05:32 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 0.93:
* Add support for gcc that have version number in the command name.
* Fix about that the command path include space character.
   2010-09-03 07:36:14 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-Devel-Checklib from 0.6nb1 to 0.7

pkgsrc changes:
- add license definition

Upstream changes:
0.7     2010-08-25      Add support for checking if a function exists
                          in a library and it returns the right value
                          (see RT #48332)
                        Add check_lib function
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
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!
   2009-12-03 19:41:50 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Use correct packlist.
   2009-05-29 09:14:17 by Jens Rehsack | Files touched by this commit (3) | Imported package
Log message:
Importing package for p5 module Devel::CheckLib 0.6.

This module provides a way of checking whether a particular library and
its headers are available, by attempting to compile a simple program and
link against it.