pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-bit64
Module Name: pkgsrc
Committed By: minskim
Date: Tue Mar 6 17:07:52 UTC 2018
Added Files:
pkgsrc/devel/R-bit64: DESCR Makefile distinfo
Log Message:
devel/R-bit64: Import version 0.9.7
Package 'bit64' provides serializable S3 atomic 64bit (signed)
integers. These are useful for handling database keys and exact
counting in +-2^63. WARNING: do not use them as replacement for 32bit
integers, integer64 are not supported for subscripting by R-core and
they have different semantics when combined with double,
e.g. integer64 + double => integer64. Class integer64 can be used in
vectors, matrices, arrays and data.frames. Methods are available for
coercion from and to logicals, integers, doubles, characters and
factors as well as many elementwise and summary functions. Many fast
algorithmic operations such as 'match' and 'order' support interactive
data exploration and manipulation and optionally leverage caching.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-bit64/DESCR \
pkgsrc/devel/R-bit64/Makefile pkgsrc/devel/R-bit64/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/R-bit64/DESCR
diff -u /dev/null pkgsrc/devel/R-bit64/DESCR:1.1
--- /dev/null Tue Mar 6 17:07:52 2018
+++ pkgsrc/devel/R-bit64/DESCR Tue Mar 6 17:07:52 2018
@@ -0,0 +1,11 @@
+Package 'bit64' provides serializable S3 atomic 64bit (signed)
+integers. These are useful for handling database keys and exact
+counting in +-2^63. WARNING: do not use them as replacement for 32bit
+integers, integer64 are not supported for subscripting by R-core and
+they have different semantics when combined with double,
+e.g. integer64 + double => integer64. Class integer64 can be used in
+vectors, matrices, arrays and data.frames. Methods are available for
+coercion from and to logicals, integers, doubles, characters and
+factors as well as many elementwise and summary functions. Many fast
+algorithmic operations such as 'match' and 'order' support interactive
+data exploration and manipulation and optionally leverage caching.
Index: pkgsrc/devel/R-bit64/Makefile
diff -u /dev/null pkgsrc/devel/R-bit64/Makefile:1.1
--- /dev/null Tue Mar 6 17:07:52 2018
+++ pkgsrc/devel/R-bit64/Makefile Tue Mar 6 17:07:52 2018
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/03/06 17:07:52 minskim Exp $
+
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= http://ff.r-forge.r-project.org/
+COMMENT= S3 class for vectors of 64-bit integers
+LICENSE= gnu-gpl-v2
+
+DEPENDS+= R-bit>=1.1.12:../../devel/R-bit
+
+R_PKGNAME= bit64
+R_PKGVER= 0.9-7
+
+USE_LANGUAGES= c
+
+BUILDLINK_API_DEPENDS.R+= R>=3.0.1
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-bit64/distinfo
diff -u /dev/null pkgsrc/devel/R-bit64/distinfo:1.1
--- /dev/null Tue Mar 6 17:07:52 2018
+++ pkgsrc/devel/R-bit64/distinfo Tue Mar 6 17:07:52 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/06 17:07:52 minskim Exp $
+
+SHA1 (R/bit64_0.9-7.tar.gz) = 0779849a5e5889d37cb009ecb5b331cdf8c2160a
+RMD160 (R/bit64_0.9-7.tar.gz) = c235ba55c2110c357b15cbf4f3e59b27219e5c74
+SHA512 (R/bit64_0.9-7.tar.gz) = 87a9667654b5ed2c0e3ecb5fb0d506ae5ce84763a5e860e8aa8a2ec1b14786c26ffd2d3505ffc430d41c49594c56af140c3ec0cd807c12319bee46581a2b8c96
+Size (R/bit64_0.9-7.tar.gz) = 125539 bytes
Home |
Main Index |
Thread Index |
Old Index