pkgsrc-WIP-changes archive

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

Add p5-Alien-FFI



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Thu Nov 29 16:37:36 2018 +0200
Changeset:	889ef5f0f8606209e2f80ee9ec092d303c589788

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

Log Message:
Add p5-Alien-FFI

This distribution installs libffi so that it can be used by other Perl
distributions.

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

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

diffstat:
 p5-Alien-FFI/DESCR    |  2 ++
 p5-Alien-FFI/Makefile | 19 +++++++++++++++++++
 p5-Alien-FFI/distinfo |  6 ++++++
 3 files changed, 27 insertions(+)

diffs:
diff --git a/p5-Alien-FFI/DESCR b/p5-Alien-FFI/DESCR
new file mode 100644
index 0000000000..ab6be58434
--- /dev/null
+++ b/p5-Alien-FFI/DESCR
@@ -0,0 +1,2 @@
+This distribution installs libffi so that it can be used by other Perl
+distributions.
diff --git a/p5-Alien-FFI/Makefile b/p5-Alien-FFI/Makefile
new file mode 100644
index 0000000000..5473678fae
--- /dev/null
+++ b/p5-Alien-FFI/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.11 2018/08/22 09:43:35 wiz Exp $
+
+DISTNAME=	Alien-FFI-0.22
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	textproc perl5
+MASTER_SITES=	http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://search.cpan.org/~plicease/Alien-Build/
+COMMENT=	Build and make available libffi
+LICENSE=	${PERL5_LICENSE}
+
+PERL5_PACKLIST=	auto/Alien/FFI/.packlist
+
+DEPENDS+=	p5-Alien-Build-[0-9]*:../../devel/p5-Alien-Build
+
+.include "../../devel/libffi/buildlink3.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Alien-FFI/distinfo b/p5-Alien-FFI/distinfo
new file mode 100644
index 0000000000..a94476cb0d
--- /dev/null
+++ b/p5-Alien-FFI/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.10 2018/08/21 09:54:04 wiz Exp $
+
+SHA1 (Alien-FFI-0.22.tar.gz) = 9cd62219f899774eb4f6f4aa2da9e9cfacf243bb
+RMD160 (Alien-FFI-0.22.tar.gz) = 8437f7eae2c02b5eab9975ccc820fe79219d659a
+SHA512 (Alien-FFI-0.22.tar.gz) = 989b61a7fc8856216616987ff78c1b18914da5ab8b64a5466852c8f107540f0369a35fce4e12fc6bda61b527da82c18c213d7e9b6b62412d54760f63af4efce2
+Size (Alien-FFI-0.22.tar.gz) = 17206 bytes


Home | Main Index | Thread Index | Old Index