Received: by mail.netbsd.org (Postfix, from userid 605) id 75F6284EA6; Tue, 20 Feb 2018 14:04:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E4D8584E9F for ; Tue, 20 Feb 2018 14:04:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id M3WhbeSTK9z5 for ; Tue, 20 Feb 2018 14:04:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5180984D33 for ; Tue, 20 Feb 2018 14:04:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4BC5DFB40; Tue, 20 Feb 2018 14:04:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151913546377530" MIME-Version: 1.0 Date: Tue, 20 Feb 2018 14:04:23 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/math To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20180220140423.4BC5DFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151913546377530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Tue Feb 20 14:04:23 UTC 2018 Modified Files: pkgsrc/math: Makefile Added Files: pkgsrc/math/p5-Math-Int64: DESCR Makefile distinfo Log Message: Import Math::Int64 0.54 as math/p5-Math-Int64. This module adds support for 64 bit integers, signed and unsigned, to Perl. To generate a diff of this commit: cvs rdiff -u -r1.363 -r1.364 pkgsrc/math/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/math/p5-Math-Int64/DESCR \ pkgsrc/math/p5-Math-Int64/Makefile pkgsrc/math/p5-Math-Int64/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151913546377530 Content-Disposition: inline Content-Length: 2193 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.363 pkgsrc/math/Makefile:1.364 --- pkgsrc/math/Makefile:1.363 Mon Feb 12 19:50:30 2018 +++ pkgsrc/math/Makefile Tue Feb 20 14:04:23 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.363 2018/02/12 19:50:30 minskim Exp $ +# $NetBSD: Makefile,v 1.364 2018/02/20 14:04:23 fhajny Exp $ COMMENT= Mathematics @@ -208,6 +208,7 @@ SUBDIR+= p5-Math-Complex SUBDIR+= p5-Math-Derivative SUBDIR+= p5-Math-FFT SUBDIR+= p5-Math-GMP +SUBDIR+= p5-Math-Int64 SUBDIR+= p5-Math-Interpolate SUBDIR+= p5-Math-MatrixReal SUBDIR+= p5-Math-Pari Added files: Index: pkgsrc/math/p5-Math-Int64/DESCR diff -u /dev/null pkgsrc/math/p5-Math-Int64/DESCR:1.1 --- /dev/null Tue Feb 20 14:04:23 2018 +++ pkgsrc/math/p5-Math-Int64/DESCR Tue Feb 20 14:04:23 2018 @@ -0,0 +1 @@ +This module adds support for 64 bit integers, signed and unsigned, to Perl. Index: pkgsrc/math/p5-Math-Int64/Makefile diff -u /dev/null pkgsrc/math/p5-Math-Int64/Makefile:1.1 --- /dev/null Tue Feb 20 14:04:23 2018 +++ pkgsrc/math/p5-Math-Int64/Makefile Tue Feb 20 14:04:23 2018 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2018/02/20 14:04:23 fhajny Exp $ +# + +DISTNAME= Math-Int64-0.54 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +HOMEPAGE= http://search.cpan.org/dist/Math-Int64/ +COMMENT= Manipulate 64 bits integers in Perl +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/Math/Int64/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/p5-Math-Int64/distinfo diff -u /dev/null pkgsrc/math/p5-Math-Int64/distinfo:1.1 --- /dev/null Tue Feb 20 14:04:23 2018 +++ pkgsrc/math/p5-Math-Int64/distinfo Tue Feb 20 14:04:23 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/02/20 14:04:23 fhajny Exp $ + +SHA1 (Math-Int64-0.54.tar.gz) = faa112d827de594b228488639c6cb22a01933c0d +RMD160 (Math-Int64-0.54.tar.gz) = 476d284352aed80079186a125a19638c582a0a5a +SHA512 (Math-Int64-0.54.tar.gz) = 03677df499ebc3924fabefbc6fb863adc2f765341a9697305b03bb24477b391029e65cc492c831a24e282e26e850082abbd0e52dda198aa041f3f4f41cc4f995 +Size (Math-Int64-0.54.tar.gz) = 119664 bytes --_----------=_151913546377530--