pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-FFI-CheckLib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 27 17:19:21 UTC 2017

Added Files:
        pkgsrc/devel/p5-FFI-CheckLib: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-FFI-CheckLib/DESCR \
    pkgsrc/devel/p5-FFI-CheckLib/Makefile \
    pkgsrc/devel/p5-FFI-CheckLib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-FFI-CheckLib/DESCR
diff -u /dev/null pkgsrc/devel/p5-FFI-CheckLib/DESCR:1.1
--- /dev/null   Wed Sep 27 17:19:21 2017
+++ pkgsrc/devel/p5-FFI-CheckLib/DESCR  Wed Sep 27 17:19:21 2017
@@ -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.
Index: pkgsrc/devel/p5-FFI-CheckLib/Makefile
diff -u /dev/null pkgsrc/devel/p5-FFI-CheckLib/Makefile:1.1
--- /dev/null   Wed Sep 27 17:19:21 2017
+++ pkgsrc/devel/p5-FFI-CheckLib/Makefile       Wed Sep 27 17:19:21 2017
@@ -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"
Index: pkgsrc/devel/p5-FFI-CheckLib/distinfo
diff -u /dev/null pkgsrc/devel/p5-FFI-CheckLib/distinfo:1.1
--- /dev/null   Wed Sep 27 17:19:21 2017
+++ pkgsrc/devel/p5-FFI-CheckLib/distinfo       Wed Sep 27 17:19:21 2017
@@ -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