pkgsrc-Changes archive

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

CVS commit: pkgsrc/math



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.

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



Home | Main Index | Thread Index | Old Index