Commit graph

748 commits

Author SHA1 Message Date
adam
435af01a8b Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00
christos
1e3b408e86 handle SO_LINGER portably. 2019-06-15 15:01:02 +00:00
jym
9b69e1cf7e /home/jym/msg 2019-06-10 02:48:23 +00:00
rillig
c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
2019-05-23 19:22:54 +00:00
adam
701461ac8f google-benchmark: updated to 1.5
v1.5:
Bump CMake minimum version to 3.5.1 (see dependencies.md)
Add threads and repetitions to the JSON outputa
Memory management and reporting hooks
Documentation improvements
Miscellaneous build fixes (Mostly Intel compiler and Android)
2019-05-21 09:55:15 +00:00
maya
5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
adam
b8f16c85df google-benchmark: updated to 1.4.1
v1.4.1
Bug-fix release on v1.4.
Realign expectation that State::iterations() returns 0 before the main benchmark loop begins.
CMake error message fixes
Enscripten check fix
OpenBSD porting
Windows bazel fixes
Bazel pthread linking
Negative regexes
gmock fix

v1.4.0
Removal of deprecated headers
Improved CPU cache info reporting
Support State::KeepRunningBatch()
Support int64_t for AddRange()
New platform support: NetBSD, s390x, Solaris
Bazel build support
Support googletest unit tests
Add assembler tests
Various warnings fixed

v1.3.0
Ranged for loop optimization!
Make installation optional
Better stats including user-provided ones
JSON reporter format fixes
Documentation improvements
2019-03-21 22:16:25 +00:00
tron
cbdfa34729 dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
tnn
bee35e6a1a dnsperf: bind99 is gone 2018-09-25 18:12:09 +00:00
wiz
9bd737fe76 Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
wiz
64b79f6847 benchmarks/Makefile: p5-Dumbbench 2018-08-21 09:35:52 +00:00
wiz
8b4c0c2df6 benchmarks/p5-Dumbbench: import p5-Dumbbench-0.111
This perl module attempts to implement reasonably robust benchmarking
with little extra effort and expertise required from the user.
2018-08-21 09:35:31 +00:00
jperkin
4ef2dcb1c0 dnsperf: Add a bunch of required includes. 2018-07-26 14:34:07 +00:00
wen
84a6206296 Update to 0.7112
Update DEPENDS

Upstream changes:
Version 0.7112:
- Fix Makefile.PL warning
- Fix deleting of inc during release process
- Better fix for AutomatedTester warning

Version 0.7111:
- Update META.yml

Version 0.7110:
- Trying once again to fix the compile test on windows

Version 0.7109:
- Add missing URI::Escape dependency
- Check in standard tests, including one that skips the compile check on Windows

Version 0.7108:
- Add standard tests
- Fix compatibility issue with newer versions of perl, which remove "." from
  @INC. https://rt.cpan.org/Ticket/Display.html?id=121015
- Fix no_index declaration for delta.pl.
  https://rt.cpan.org/Ticket/Display.html?id=112477
2018-07-20 04:43:24 +00:00
joerg
54352839be When using g95, build brenner.f without optimisation to avoid ICE.
Drop gfortran requirement.
2018-07-17 14:58:05 +00:00
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
prlw1
62a84acb3f Update glmark2 to 2017.07
Fixes use of auto_ptr.

glmark2 2017.07 (20170728)
==========================

* Use monotonic clock for benchmark timings.
* Use udev to find the best node path to use in the DRM backend.
* Don't rebuild common source needlessly.
* Build in C++14 mode.
2018-06-02 13:16:42 +00:00
maya
b5e2e20587 bonnie++: assume large file support exists on NetBSD, handle
fallout from it.

NetBSD has large file support without O_LARGEFILE/open64/lseek64.
Not tested on other operating systems, but hopefully a non-functional
change for them.

This is the equivalent of removing the checks for large file support
and using O_LARGEFILE to test for the availability of different functions
for 64bit.
2018-06-01 10:55:52 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
kamil
80b12c0a54 + benchmarks/flamegraph 2018-03-04 09:24:53 +00:00
kamil
a20b3a5a2d benchmarks/flamegraph: import flamegraph-1.0
Flame graphs are a visualization of profiled software, allowing the most
frequent code-paths to be identified quickly and accurately. They can be
generated using my open source programs which create interactive SVGs.
2018-03-04 09:21:04 +00:00
jperkin
4a8ea8e603 netperf: Support newer GCC and clang on SunOS. 2018-02-01 13:40:27 +00:00
jperkin
ec8e1c551f postal: Specify c++03 to avoid conflicts with std::bind. 2018-01-26 13:40:17 +00:00
rillig
17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
rillig
b381c6e2f3 Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01 22:29:15 +00:00
rillig
4760eca917 Replaced $(ROUND) with ${CURLY} variable references.
This has been a pkglint warning for several years now, and pkglint can even
fix it automatically. And it did for this commit.

Only in lang/mercury, two passes of autofixing were necessary because there
were nested variables.
2018-01-01 18:16:35 +00:00
rillig
4078fbf571 Cleanup: replace curly braces with parentheses. 2018-01-01 01:10:13 +00:00
tnn
3f56f5eef3 super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
wiz
14acf72e49 Comment out dead sites. 2017-09-08 06:17:45 +00:00
wiz
3110a02dbc Comment out dead sites. 2017-09-06 10:40:25 +00:00
wiz
1770bcacd4 Comment out dead sites. 2017-09-04 18:00:49 +00:00
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
wiz
9ddb7f9e9c Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
bsiegert
b0c5bc9032 Update bonnie++ to 1.97.3. Fifteen years' worth of changes. From
PR pkg/52490.
2017-08-22 18:51:44 +00:00
wiz
7909ca8cec Comment out dead sites. 2017-08-16 20:45:30 +00:00
mrg
a6f23988e2 remove a K&R-style prototype for bzero() that was being expanded
via a macro and breaking the build.
2017-08-04 18:15:05 +00:00
wiedi
a2cba88ee7 add support for PKGMANDIR 2017-06-26 13:48:50 +00:00
ryoon
c8c56989c3 Fix build with Perl 5.26.0 2017-06-07 14:29:59 +00:00
ryoon
1344d8d8e3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
fhajny
d33c545b03 Use pkgsrc install scripts. Fixes installation on SunOS. Enable test target. 2017-05-18 07:20:22 +00:00
mef
2a828c7ef2 Updated benchmarks/dnsperl to 2.1.0.0
-------------------------------------
dnsperf 2.1.0.0
Release Notes
************************
December 15, 2015

In addition to various bug fixes, the following new capabilities
were added in this release:

 - The -C option was added to resperf. This option enables the local
   server to act as multiple clients.  By default, the local server
   acts as a single client.

 - the -T option was added to dnsperf. This option separates the
   number of clients from the number of threads and allows more
   clients to be simulated effectively.  Note that using this option
   impacts CPU and memory, so we recommend limiting the number of
   threads.
2017-05-03 06:59:13 +00:00
mef
28284e0351 Updated benchmarks/fio to 2.19
------------------------------
  (Explicit ChangeLog/Release Note not known, sorry)
2017-05-03 00:59:46 +00:00
fhajny
2d1e7331a3 Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
joerg
055793f760 Merge patch from upstream to always use std::string, the original
intention of optional inclusion no longer applies anyway.
2017-03-24 11:41:58 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
ryoon
50aefac5f6 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
joerg
8ae17704f1 Don't break <atomic> with silly flags. 2017-02-07 23:54:08 +00:00