Import math/p5-Math-Int64.

This module adds support for 64 bit integers, signed and unsigned, to Perl.

OK giovanni@
This commit is contained in:
fcambus 2018-01-19 09:17:21 +00:00
parent e2fd417480
commit 42dd17fb56
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/01/19 09:17:21 fcambus Exp $
COMMENT = manipulate 64 bits integers in Perl
DISTNAME = Math-Int64-0.54
CATEGORIES = math
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c perl
MODULES = cpan
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Math-Int64-0.54.tar.gz) = 3PxR5phDfqa5zv4CdiFcVs22p/hePiSitrQYnxlg01E=
SIZE (Math-Int64-0.54.tar.gz) = 119664

View File

@ -0,0 +1 @@
This module adds support for 64 bit integers, signed and unsigned, to Perl.

View File

@ -0,0 +1,16 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/01/19 09:17:21 fcambus Exp $
${P5ARCH}/
${P5ARCH}/Math/
${P5ARCH}/Math/Int64/
${P5ARCH}/Math/Int64.pm
${P5ARCH}/Math/Int64/die_on_overflow.pm
${P5ARCH}/Math/Int64/native_if_available.pm
${P5ARCH}/Math/UInt64.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Math/
${P5ARCH}/auto/Math/Int64/
${P5ARCH}/auto/Math/Int64/Int64.so
@man man/man3p/Math::Int64.3p
@man man/man3p/Math::Int64::die_on_overflow.3p
@man man/man3p/Math::Int64::native_if_available.3p
@man man/man3p/Math::UInt64.3p