pkgsrc-WIP-changes archive

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

add p5-FFI-Platypus



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Thu Nov 29 16:39:20 2018 +0200
Changeset:	fef355aa6fe130853ade99e4a8dd64445633be80

Added Files:
	p5-FFI-Platypus/DESCR
	p5-FFI-Platypus/Makefile
	p5-FFI-Platypus/distinfo

Log Message:
add p5-FFI-Platypus

Write Perl bindings to non-Perl libraries with FFI. No XS required.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fef355aa6fe130853ade99e4a8dd64445633be80

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

diffstat:
 p5-FFI-Platypus/DESCR    |  1 +
 p5-FFI-Platypus/Makefile | 25 +++++++++++++++++++++++++
 p5-FFI-Platypus/distinfo |  6 ++++++
 3 files changed, 32 insertions(+)

diffs:
diff --git a/p5-FFI-Platypus/DESCR b/p5-FFI-Platypus/DESCR
new file mode 100644
index 0000000000..e98c0ccd2d
--- /dev/null
+++ b/p5-FFI-Platypus/DESCR
@@ -0,0 +1 @@
+Write Perl bindings to non-Perl libraries with FFI. No XS required.
diff --git a/p5-FFI-Platypus/Makefile b/p5-FFI-Platypus/Makefile
new file mode 100644
index 0000000000..a96f514cc3
--- /dev/null
+++ b/p5-FFI-Platypus/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.5 2018/10/31 12:29:44 wen Exp $
+
+DISTNAME=	FFI-Platypus-0.58
+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-Platypus/
+COMMENT=	Write Perl bindings to non-Perl libraries with FFI.
+LICENSE=	${PERL5_LICENSE}
+
+USE_LANGUAGES=		c
+
+DEPENDS+=		p5-Alien-FFI-[0-9]*:../../wip/p5-Alien-FFI
+DEPENDS+=		p5-FFI-CheckLib-[0-9]*:../../devel/p5-FFI-CheckLib
+DEPENDS+=		p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
+DEPENDS+=		p5-Config-AutoConf-[0-9]*:../../devel/p5-Config-AutoConf
+
+PERL5_MODULE_TYPE=	Module::Build
+PERL5_PACKLIST=		auto/FFI/Platypus/.packlist
+
+.include "../../devel/libffi/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-FFI-Platypus/distinfo b/p5-FFI-Platypus/distinfo
new file mode 100644
index 0000000000..1b3fbe0a87
--- /dev/null
+++ b/p5-FFI-Platypus/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.4 2018/10/31 12:29:44 wen Exp $
+
+SHA1 (FFI-Platypus-0.58.tar.gz) = 43d9d92a4fde3fbec798f205ca049bd5228b8542
+RMD160 (FFI-Platypus-0.58.tar.gz) = c25bcfadd3ad23508db9614b11d038de5f53af84
+SHA512 (FFI-Platypus-0.58.tar.gz) = 0b60619b189abc634f93f5e5031c0f44edbacd7f818714758005713352b88d1cdc12891c9a086b753e90881ef60e0ff961cb79cc42be1199dea47145c5d8c47f
+Size (FFI-Platypus-0.58.tar.gz) = 210515 bytes


Home | Main Index | Thread Index | Old Index