pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-FFI-CheckLib devel/p5-FFI-CheckLib: import p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89d0694ed7e1
branches:  trunk
changeset: 369233:89d0694ed7e1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 27 17:19:21 2017 +0000

description:
devel/p5-FFI-CheckLib: import p5-FFI-CheckLib-0.16

This module checks whether a particular dynamic library is available
for FFI to use. It is modeled heavily on Devel::CheckLib, but will
find dynamic libraries even when development packages are not
installed. It also provides a find_lib function that will return
the full path to the found dynamic library, which can be feed
directly into FFI::Platypus or FFI::Raw.

diffstat:

 devel/p5-FFI-CheckLib/DESCR    |   6 ++++++
 devel/p5-FFI-CheckLib/Makefile |  19 +++++++++++++++++++
 devel/p5-FFI-CheckLib/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 1afd71fd7485 -r 89d0694ed7e1 devel/p5-FFI-CheckLib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-FFI-CheckLib/DESCR       Wed Sep 27 17:19:21 2017 +0000
@@ -0,0 +1,6 @@
+This module checks whether a particular dynamic library is available
+for FFI to use. It is modeled heavily on Devel::CheckLib, but will
+find dynamic libraries even when development packages are not
+installed. It also provides a find_lib function that will return
+the full path to the found dynamic library, which can be feed
+directly into FFI::Platypus or FFI::Raw.
diff -r 1afd71fd7485 -r 89d0694ed7e1 devel/p5-FFI-CheckLib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-FFI-CheckLib/Makefile    Wed Sep 27 17:19:21 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/09/27 17:19:21 wiz Exp $
+
+DISTNAME=      FFI-CheckLib-0.16
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~plicease/FFI-CheckLib/
+COMMENT=       Check that a library is available for FFI
+LICENSE=       ${PERL5_LICENSE}
+
+# TEST_DEPENDS
+BUILD_DEPENDS+=        p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
+
+PERL5_PACKLIST=                auto/FFI/CheckLib/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1afd71fd7485 -r 89d0694ed7e1 devel/p5-FFI-CheckLib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-FFI-CheckLib/distinfo    Wed Sep 27 17:19:21 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/27 17:19:21 wiz Exp $
+
+SHA1 (FFI-CheckLib-0.16.tar.gz) = 3664b91c06e323e20f74063bc48091c2d6c6d52e
+RMD160 (FFI-CheckLib-0.16.tar.gz) = b5d2f2eadfceb8327a421e15dd714ac716fc7914
+SHA512 (FFI-CheckLib-0.16.tar.gz) = 8fce5808e3e5382f0c958561a1169c4acf26bf8345b124485ad7c8d9096e0cfd2f23d9621951065e89313e38c48d9c90d4dedf6d6d3bce985cf9fd63fb67915f
+Size (FFI-CheckLib-0.16.tar.gz) = 22069 bytes



Home | Main Index | Thread Index | Old Index