forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
- Loading branch information
Showing
169 changed files
with
1,308 additions
and
871 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.2 2020/06/13 16:20:28 taca Exp $ | ||
$NetBSD: distinfo,v 1.3 2020/10/04 06:17:10 taca Exp $ | ||
|
||
SHA1 (php-zip/zip-1.19.0.tgz) = 7139e159286e49857cc7d0de0bbc78ab066b4b3b | ||
RMD160 (php-zip/zip-1.19.0.tgz) = f292c8e5054f28191b88d7d9dc0dd642be700149 | ||
SHA512 (php-zip/zip-1.19.0.tgz) = 7113f005a8d78d55a4cbae0013f681ab6e30f0595292e7a8064ac32d30947bad1c38033dd113efb9be7b9171e77302888ef8fb4543c48edb4de4f8ffa46b6062 | ||
Size (php-zip/zip-1.19.0.tgz) = 325123 bytes | ||
SHA1 (php-zip/zip-1.19.1.tgz) = 1edcc5ee7cb547e28943ad989fb97d72152ccbae | ||
RMD160 (php-zip/zip-1.19.1.tgz) = 80830e61036b17c059782c2efedd08fec9b4213f | ||
SHA512 (php-zip/zip-1.19.1.tgz) = 3bcc581385a46e389907acc194728621b307d1240d771ec8124dc3c19392eb4a43a8674ad6a320559c86d030672b29fb2e5ae129a2c32a0b7707a00a5e6fb4ca | ||
Size (php-zip/zip-1.19.1.tgz) = 325579 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
$NetBSD: distinfo,v 1.24 2020/07/26 20:28:07 nia Exp $ | ||
$NetBSD: distinfo,v 1.25 2020/10/03 10:26:06 nia Exp $ | ||
|
||
SHA1 (fluidsynth-2.1.4.tar.gz) = 6fc6798d91d8e7071355c6be6c1e5c0cca278623 | ||
RMD160 (fluidsynth-2.1.4.tar.gz) = 9658134ca2afe22ad89b4702f10df8547d4bbd9b | ||
SHA512 (fluidsynth-2.1.4.tar.gz) = 22e8d2f8b144f96a334aff1f7d183b91e6c5418482bd61553028ff571836b0ca13fff89e7e3cc1c2d08e106a430331d179e607d78b00e218baec433b6d140190 | ||
Size (fluidsynth-2.1.4.tar.gz) = 1363975 bytes | ||
SHA1 (fluidsynth-2.1.5.tar.gz) = e27d2c79088de18f30236e2ea29de8f3f8e6af5a | ||
RMD160 (fluidsynth-2.1.5.tar.gz) = 0a0621f2c575ab527e9d322274006b4629acae94 | ||
SHA512 (fluidsynth-2.1.5.tar.gz) = 171ee6b1983ab9636086fb414ae464508f7a9a412cd2c1e7800a19a84d3dff21bbd86d1971f9bb5985e977f808b60e0d0cfbde4551b85fcc4aae4928a1abadbc | ||
Size (fluidsynth-2.1.5.tar.gz) = 1364924 bytes | ||
SHA1 (patch-CMakeLists.txt) = 79804b84964e9557180c0f86e36d465fac7126fe | ||
SHA1 (patch-include_fluidsynth_log.h) = 35378120546ca4619e232707de6a0025c6c45ad8 | ||
SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
rbenchmark is inspired by the Perl module Benchmark, and is intended | ||
to facilitate benchmarking of arbitrary R code. The library consists | ||
of just one function, benchmark, which is a simple wrapper around | ||
system.time. Given a specification of the benchmarking process | ||
(counts of replications, evaluation environment) and an arbitrary | ||
number of expressions, benchmark evaluates each of the expressions in | ||
the specified environment, replicating the evaluation as many times as | ||
specified, and returning the results conveniently wrapped into a data | ||
frame. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# $NetBSD: Makefile,v 1.1 2020/10/04 05:05:59 mef Exp $ | ||
|
||
R_PKGNAME= rbenchmark | ||
R_PKGVER= 1.0.0 | ||
CATEGORIES= benchmarks | ||
|
||
MAINTAINER= pkgsrc-users@NetBSD.org | ||
COMMENT= Benchmarking routine for R | ||
HOMEPAGE= https://cran.r-project.org/web/packages/rbenchmark/ | ||
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 | ||
|
||
USE_LANGUAGES= # none | ||
|
||
.include "../../math/R/Makefile.extension" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2020/10/04 05:05:59 mef Exp $ | ||
|
||
SHA1 (R/rbenchmark_1.0.0.tar.gz) = ebeec0b8ce6b43c89ee552aba488cfe0f59d1cce | ||
RMD160 (R/rbenchmark_1.0.0.tar.gz) = ba93ce5349c17ec6883b6985f4b648e0c62edb6d | ||
SHA512 (R/rbenchmark_1.0.0.tar.gz) = 3857df545cf37246aa80de061ff62544a6114cfc73ae66bfac7d8a78fc32d45e08b70648edea528cca4db0ef4b351f9f71bedfc64a7d8f3ecbd423848a715a7f | ||
Size (R/rbenchmark_1.0.0.tar.gz) = 5093 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
$NetBSD: distinfo,v 1.4 2020/03/18 13:33:38 ryoon Exp $ | ||
$NetBSD: distinfo,v 1.5 2020/10/03 12:21:42 ryoon Exp $ | ||
|
||
SHA1 (verilator-4.030.tgz) = 6f70b648a2962ba52b31dd46684b7fad20cbd9c4 | ||
RMD160 (verilator-4.030.tgz) = 36f50f095926f88dc3859ea6504fb07593f928ec | ||
SHA512 (verilator-4.030.tgz) = 5e1ab57a8ed51b04f6c97798c13f2f3ae24aa1ec2a2b8c9ae98099b16b2f7e9b21171412391832239464d3ad71f8f89b685a20eaa77c005b386a1db6eae02da7 | ||
Size (verilator-4.030.tgz) = 2496204 bytes | ||
SHA1 (verilator-4.100.tgz) = 8e241f91d831d8b6d6f4a263e7f00078dcf990c4 | ||
RMD160 (verilator-4.100.tgz) = b23304d3e9550d6e32f851c6e98a4e523787e342 | ||
SHA512 (verilator-4.100.tgz) = 13f4547bfda1d8b4f251c1f6392f952a0d94e636844a72d4878a366e4d1feccea84cfaf24d6a3c4541e7d33c13ea6dab55d3dd7d646f79d7fb708656c722e316 | ||
Size (verilator-4.100.tgz) = 2747140 bytes | ||
SHA1 (patch-Makefile.in) = 3c91715cdfaba04120ada7a328b46e0571767e06 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.20 2020/06/22 00:30:17 gdt Exp $ | ||
$NetBSD: distinfo,v 1.21 2020/10/04 00:08:38 gdt Exp $ | ||
|
||
SHA1 (postgis-3.0.1.tar.gz) = 5feef920585051e07dbcd217754457af58d0dcad | ||
RMD160 (postgis-3.0.1.tar.gz) = 4ccd3ddd1efbd3fc4258c8e3ba736b10dfe1b81d | ||
SHA512 (postgis-3.0.1.tar.gz) = 5ebce2303d672bb342f7fae6cade08140c8a687fc38e82e5b41eebb8465cdf3dc7bdbeae53b1179df8112a01842dd65f362fc107b381e2a1fa6e161b77a50227 | ||
Size (postgis-3.0.1.tar.gz) = 16839923 bytes | ||
SHA1 (postgis-3.0.2.tar.gz) = 3a2fa02274504d9a6114c1bab0dcbf273d8b47a6 | ||
RMD160 (postgis-3.0.2.tar.gz) = 943a38414ad29b6849402db2cce1523e7a96b7d6 | ||
SHA512 (postgis-3.0.2.tar.gz) = 763d7818d195eca0b07d94a864b13da68e5734ae57b7c93c285dc2d0fa4a155715745e5da67e1a3bca49d8d4f89dc495ed3912c079722290ce9f220afca33f4d | ||
Size (postgis-3.0.2.tar.gz) = 16855299 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
$NetBSD: distinfo,v 1.11 2020/09/13 14:08:35 mef Exp $ | ||
$NetBSD: distinfo,v 1.12 2020/10/03 14:05:15 mef Exp $ | ||
|
||
SHA1 (MoarVM-2020.08.tar.gz) = 9e9de2d2a83d7edace59e4aafc4d0e3180307d6a | ||
RMD160 (MoarVM-2020.08.tar.gz) = 10061590294afe61f17bb3055866616d25011e3d | ||
SHA512 (MoarVM-2020.08.tar.gz) = 610ac56df2cd0da7b284e967fb2f626fa10583f66ef06d8c4368048883bea0627b5029c56e64fd7281e6e70c3f63ac26dcfa463d2145be83433a8e76226fcb3b | ||
Size (MoarVM-2020.08.tar.gz) = 5333410 bytes | ||
SHA1 (MoarVM-2020.09.tar.gz) = 7eda245bf9325fb011039059b4b303046a6399ea | ||
RMD160 (MoarVM-2020.09.tar.gz) = 42f478efe0b12d2bc0a4f9c6eefcbfac162cef37 | ||
SHA512 (MoarVM-2020.09.tar.gz) = 3859e96e6861dc7bf3f64708db33bb9a761b7a7bc3a05655424d6c27010cf6f01e73066e26bff7256f58ed4044f9aee2f186c886a419c3d6aff23f75102f6c48 | ||
Size (MoarVM-2020.09.tar.gz) = 5361349 bytes | ||
SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.14 2020/04/29 02:15:52 mef Exp $ | ||
$NetBSD: distinfo,v 1.15 2020/10/04 06:11:24 mef Exp $ | ||
|
||
SHA1 (R/Rcpp_1.0.4.6.tar.gz) = 550e45928a3ab2db4736c7ef0c9ed4f0bb134844 | ||
RMD160 (R/Rcpp_1.0.4.6.tar.gz) = d55412cfb6c5ecfa6ec4f2a68f5a2581aa959b3a | ||
SHA512 (R/Rcpp_1.0.4.6.tar.gz) = d3099925cd897100fc510e6a0b7a4c4007ec92edf5c335d7d87f39aac35a6cd5da605c904527da802414992ca13302192625fde769ce62ab7542d5cb76f5c1df | ||
Size (R/Rcpp_1.0.4.6.tar.gz) = 2751467 bytes | ||
SHA1 (R/Rcpp_1.0.5.tar.gz) = 094a7c3f26e388bc23b713b4940438c9099adac0 | ||
RMD160 (R/Rcpp_1.0.5.tar.gz) = 076b43c1315befcf9922f031659f955da66e7dbd | ||
SHA512 (R/Rcpp_1.0.5.tar.gz) = dfca51e0ac14a7c24113568fafec290f2c1e9484709220b5537707af8451179686baf80e397ce548f7c24142d7864c224bd41835e7f61bc5295878755abe21ca | ||
Size (R/Rcpp_1.0.5.tar.gz) = 2950521 bytes |
Oops, something went wrong.