Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-12 | Recursive bumps for fontconfig and libzip dependency changes. | wiz | 1 | -2/+2 | |
2018-03-04 | + benchmarks/flamegraph | kamil | 1 | -1/+2 | |
2018-03-04 | benchmarks/flamegraph: import flamegraph-1.0 | kamil | 4 | -0/+85 | |
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-02-01 | netperf: Support newer GCC and clang on SunOS. | jperkin | 1 | -1/+8 | |
2018-01-26 | postal: Specify c++03 to avoid conflicts with std::bind. | jperkin | 1 | -2/+2 | |
2018-01-07 | Fix indentation in buildlink3.mk files. | rillig | 1 | -3/+3 | |
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-01 | Sort PLIST files. | rillig | 2 | -4/+4 | |
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 | Replaced $(ROUND) with ${CURLY} variable references. | rillig | 1 | -2/+2 | |
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 | Cleanup: replace curly braces with parentheses. | rillig | 1 | -3/+3 | |
2017-09-23 | super_pi: add a backup master site | tnn | 1 | -1/+2 | |
2017-09-08 | Comment out dead sites. | wiz | 1 | -4/+3 | |
2017-09-06 | Comment out dead sites. | wiz | 1 | -2/+2 | |
2017-09-04 | Comment out dead sites. | wiz | 1 | -3/+3 | |
2017-09-03 | Follow some redirects. | wiz | 1 | -2/+2 | |
2017-09-03 | Comment out dead MASTER_SITES/HOMEPAGEs. | wiz | 3 | -7/+7 | |
2017-08-22 | Update bonnie++ to 1.97.3. Fifteen years' worth of changes. From | bsiegert | 7 | -82/+47 | |
PR pkg/52490. | |||||
2017-08-16 | Comment out dead sites. | wiz | 1 | -3/+3 | |
2017-08-04 | remove a K&R-style prototype for bzero() that was being expanded | mrg | 2 | -1/+16 | |
via a macro and breaking the build. | |||||
2017-06-26 | add support for PKGMANDIR | wiedi | 2 | -6/+21 | |
2017-06-07 | Fix build with Perl 5.26.0 | ryoon | 2 | -1/+17 | |
2017-06-05 | Recursive revbump from lang/perl5 5.26.0 | ryoon | 1 | -2/+2 | |
2017-05-18 | Use pkgsrc install scripts. Fixes installation on SunOS. Enable test target. | fhajny | 3 | -7/+32 | |
2017-05-03 | Updated benchmarks/dnsperl to 2.1.0.0 | mef | 2 | -9/+8 | |
------------------------------------- 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 | Updated benchmarks/fio to 2.19 | mef | 2 | -7/+7 | |
------------------------------ (Explicit ChangeLog/Release Note not known, sorry) | |||||
2017-04-05 | Remove traces of textproc/php-dom which is not needed anymore, now that dom ↵ | fhajny | 1 | -3/+2 | |
is built into PHP. Bump resp. PKGREVISION. | |||||
2017-03-24 | Merge patch from upstream to always use std::string, the original | joerg | 3 | -2/+36 | |
intention of optional inclusion no longer applies anyway. | |||||
2017-03-23 | Extend SHA512 checksums to various files I have on my local distfile | joerg | 1 | -1/+2 | |
mirror. | |||||
2017-02-28 | Recursive revbump from graphics/libwebp | ryoon | 1 | -2/+2 | |
2017-02-07 | Don't break <atomic> with silly flags. | joerg | 2 | -1/+17 | |
2017-02-04 | Add fio | ryoon | 1 | -1/+2 | |
2017-02-04 | Import fio-2.17 as benchmarks/fio from pkgsrc-wip/fio. | ryoon | 5 | -0/+132 | |
fio is a tool that will spawn a number of threads or processes doing a particular type of io action as specified by the user. fio takes a number of global parameters, each inherited by the thread unless otherwise parameters given to them overriding that setting is given. The typical use of fio is to write a job file matching the io load one wants to simulate. | |||||
2017-01-19 | Convert all occurrences (353 by my count) of | agc | 1 | -3/+3 | |
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. | |||||
2017-01-01 | Add python-3.6 to incompatible versions. | wiz | 1 | -2/+2 | |
2016-11-21 | Add google-benchmark | minskim | 1 | -1/+2 | |
2016-11-21 | Import google-benchmark-1.1.0 | minskim | 5 | -0/+47 | |
It is a library to support the benchmarking of functions, similar to unit-tests. | |||||
2016-10-09 | Recursive bump for all users of pgsql now that the default is 95. | wiz | 1 | -2/+2 | |
2016-09-25 | Build benchfft with gfortran instead of g95 | kamil | 1 | -2/+3 | |
This package doesn't compile with g95 on NetBSD 7.99.39 and older releases according to bulk results (eg. pkgsrc NetBSD 7.0.1_PATCH/x86_64 2016-09-20 13:42). It might be also questionable to benchmark code generated with g95. Bump PKGREVISION to 5. | |||||
2016-08-03 | Revbump after graphics/gd update | adam | 1 | -2/+2 | |
2016-07-09 | Remove python33: adapt all packages that refer to it. | wiz | 1 | -2/+2 | |
2016-07-09 | Fixed some pkglint warnings. | rillig | 1 | -4/+4 | |
2016-07-09 | Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. | wiz | 5 | -9/+10 | |
2016-06-08 | Bump PKGREVISION for perl-5.24. | wiz | 1 | -1/+2 | |
2016-04-24 | sunet.se stopped mirroring lots of stuff, remove/comment out references to it | wiz | 4 | -11/+11 | |
2016-03-30 | Fix build on SunOS. | jperkin | 3 | -7/+19 | |
2016-03-29 | Don't hard-code SSLv2. Bump revision. | joerg | 4 | -3/+39 | |
2016-03-05 | Bump PKGREVISION for security/openssl ABI bump. | jperkin | 2 | -4/+4 | |
2016-02-25 | Use OPSYSVARS. | jperkin | 6 | -34/+13 | |
2016-02-12 | Update HOMEPAGE. | mef | 1 | -2/+2 | |
2016-01-22 | Update glmark2 to git acac90b257 | prlw1 | 5 | -62/+8 | |
- Build: Allow disabling the -Werror compiler flag - Build: Allow user defined CXXFLAGS to override all built-in flags - Build: Exclude git repository files from dist tarball - Fix clang build errors - NativeStateMir: Update for newest Mir client API | |||||
2015-12-29 | Simplify installation; set LICENSE. | dholland | 3 | -16/+13 | |