aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-1410-17/+8
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* UnbreakMathieu Arnold2015-05-121-3/+2
| | | | | | | Submitted by: stass (on irc) Notes: svn path=/head/; revision=386125
* - Add rubygem-benchmark-ips 2.2.0Sunpoet Po-Chuan Hsieh2015-05-104-0/+25
| | | | | | | | | | Benchmark.ips provides iterations per second enhancement to Benchmark. WWW: https://github.com/evanphx/benchmark-ips RG: https://rubygems.org/gems/benchmark-ips Notes: svn path=/head/; revision=386024
* Reassign to perl@.Adam Weinberger2015-05-081-1/+1
| | | | Notes: svn path=/head/; revision=385808
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-4/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* - Update to 0.3.5Wen Heping2015-05-052-3/+3
| | | | | | | | | PR: 199530 Submitted by: lstewart@FreeBSD.org Approved by: maintainer(timeout, > 14 days) Notes: svn path=/head/; revision=385447
* Upgrade to 4.0.1.Sergey A. Osokin2015-05-022-8/+8
| | | | | | | PR: 199307 Notes: svn path=/head/; revision=385197
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* over to enlightenment@Baptiste Daroussin2015-04-161-1/+1
| | | | Notes: svn path=/head/; revision=384130
* Back to the pool.Grzegorz Blach2015-04-161-1/+1
| | | | | | | | Currently and in near future I don't have time to be responsible for any port. Notes: svn path=/head/; revision=384126
* Add DOCS option.Adam Weinberger2015-04-131-0/+2
| | | | | | | Committed under just-fix-it. Notes: svn path=/head/; revision=383896
* Reclaim maintainership of ports that I still use regularly, but decided toAlexey Dokuchaev2015-04-071-1/+1
| | | | | | | | | | | | | | | relinquish at some point to allow contributions coming more easily (not to impose hard lock). These days, there is no reason to yield maintainership with the more lax rules and general consensus that casual changes do not necessarily require explicit approval from maintainer prior to commit. On the other hand, unmaintained ports can give (arguably false) impression of being unwanted and one step above deprecation, yet these ports are not. Inspired by: marino Notes: svn path=/head/; revision=383512
* benchmarks/nuttcp: DISTFILES are (again?) available, remove BROKENKurt Jaeger2015-04-071-1/+0
| | | | Notes: svn path=/head/; revision=383510
* - fix unfetchable port (MASTER_SITES)Michael Landin2015-04-071-2/+1
| | | | Notes: svn path=/head/; revision=383493
* - Add LICENSESunpoet Po-Chuan Hsieh2015-04-051-7/+5
| | | | | | | | | - Update RUN_DEPENDS - Convert to new options helper - Remove OPTIONSFILE Notes: svn path=/head/; revision=383325
* Mark as broken unfetchable portsBaptiste Daroussin2015-04-0510-0/+10
| | | | Notes: svn path=/head/; revision=383308
* Add SMHasher hashing benchmark and test system as a new port.George V. Neville-Neil2015-03-316-0/+86
| | | | | | | | | | | | | | | | | SMHasher is a test suite designed to test the distribution, collision, and performance properties of non-cryptographic hash functions - it aims to be the "DieHarder" of hash testing, and does a pretty good job of finding flaws with a number of popular hashes. The SMHasher suite also includes MurmurHash3, which is the latest version in the series of MurmurHash functions - the new version is faster, more robust, and its variants can produce 32- and 128-bit hash values efficiently on both x86 and x64 platforms. https://code.google.com/p/smhasher/ Notes: svn path=/head/; revision=382863
* - Add LICENSESunpoet Po-Chuan Hsieh2015-03-281-1/+4
| | | | | | | - Remove MASTER_SITE_SUBDIR Notes: svn path=/head/; revision=382526
* - Use -lpthread instead of -pthreadSunpoet Po-Chuan Hsieh2015-03-251-1/+1
| | | | Notes: svn path=/head/; revision=382239
* 5 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-245-32/+16
| | | | | | | | | Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket Notes: svn path=/head/; revision=382126
* Use SSLv3 instead of SSLv2 when OpenSSL is used. This fixes build on head.Jung-uk Kim2015-03-233-1/+31
| | | | Notes: svn path=/head/; revision=382045
* Remove unnecessary whitespace changes in patchfileTilman Keskinoz2015-03-232-3031/+241
| | | | | | | add in previous commit Notes: svn path=/head/; revision=381986
* benchmarks/netio: update 1.26 -> 1.32Bartek Rutkowski2015-03-223-287/+3131
| | | | | | | | | | | - Fix clang build issues - Maintainer's timeout (arved@FreeBSD.org) PR: 181789 Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com> Notes: svn path=/head/; revision=381939
* Make fonts repecting XDGBaptiste Daroussin2015-03-211-1/+2
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-1/+1
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* - Add empty directory to plistDmitry Marakasov2015-03-111-0/+1
| | | | Notes: svn path=/head/; revision=380991
* - Fix shebangsDmitry Marakasov2015-03-051-2/+4
| | | | | | | MFH: 2015Q1 Notes: svn path=/head/; revision=380488
* Remove Authors from pkg-descrBaptiste Daroussin2015-03-021-2/+1
| | | | Notes: svn path=/head/; revision=380301
* benchmarks/nuttcp: 6.1.2 -> 7.3.2Kurt Jaeger2015-02-164-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - take maintainer - new distsite - changes since 2008 o Allow longer server info timeout for third party via --idle-data-timeout o Added feature to specify source port with "-p#:#" and "-P#:#" o Add "-g" option to specify multicast IP address to use o Clean up really confused transmit code for IPv4/IPv6 SSM multicast o Bug fix from Aristeu Rozanski: Crash caused by closing TCP_ADV_WIN_SCALE file even if open failed o Fix bug with server CPU affinity being parsed as %X instead of %d For non-sinkmode insure complete network block is written to stdout Above fixes nuttscp bug seen with --copy-dir getting premature EOF o Not every system has ERESTART added in 7.1.4, wrapped in ifdef o Fix non-Linux systems to properly count TCP retrans for multiple streams o Detect EOD for non-sinkmode UDP transfers o Suppress bogus warning when using maximum size UDP packet o Terminate non-sinkmode after specified file size with "-n" option o Allow multilink aggregation with "-N##m" option to work for receive o Add "-sz" zero copy option for non-sinkmode when input is a regular file o Remove "-Sf" forced server mode from Usage: statement o Fix zeroing of clientaddr6 during server cleanup o Fix freeaddrinfo() processing during cleanup o Change manually started oneshot server to have parent process just exit o Provide summary TCP retrans info for multi-stream TCP o Fix bug with retrans interval info when -fparse o Add "+stride" or "+n.n.n.n" syntax for multi-stream TCP (IPv4) o Fix third party bug with "-xc" option adding extraneous 't' character o Add optional client-side name resolution for third party host o Add "-N##m" option for multilink aggregation for multiple streams o Add "-xc#/#" and "-P#/#" options to Usage: statement o Enable jitter measurements with "-j" option o Enable one-way delay measurements with "-o" option o Fix bug with RTT and -fparse o Change ctl/data port checks to < 1024 instead of < 5000 o Fix "--idle-data-timeout" Usage: statement for new default minimum o Improve transmit performance with "-i" by setting poll() timeout to 0 o Don't output interval retrans info if non-sinkmode (for nuttscp) o Skip check for unACKed data at end of transfer if -DBROKEN_UNACKED o Play nice with iperf (change default data port to 5101) o Delay sending of server "OK" until after successful server bind() o Client check for server errors before starting data transfer o Continue checking for server output while draining client transmission o Correct "server not ACKing data" error message (server -> receiver) o Add "--packet-burst" option for Rob o Fix "--idle-data-timeout" Usage: statement for client o Improve accuracy of retrans info timing synchronization (client xmitter) o Allow rate limit to be exceeded temporarily by n packets ("-Rixxx/n") o Allow setting server CPU affinity from client via "-xcs" option o Allow setting client & server CPU affinity via third party o Allow passing of third party control port via "-Pctlport/ctlport3" o Up default idle data minimum to 15 sec to better handle net transients o Don't reset nstream until after last use (fix getaddrinfo() memory leak) o Fix bug with simultaneous server connections to manually started server o Fix Usage: statement: "--idle-data-timeout" both server & client option o Don't reset priority on server cleanup o Fix priority output for "-fparse" o Fix bad third party bug causing >= 1 minute transfers to silently fail o Fix Usage: statement: "--idle-data-timeout" not just a server option o Added IPv6 and SSM MC support Ported from Rob's 5.5.5 based code by Bill Fink o Fix client lockup with third party when network problem (for scripts) o Bugfix: set chk_idle_data on client (now also checks no data received) o Use argv[0] instead of "nuttcp" for third party o Bugfix: give error message again on error starting server o Timeout client accept() too and give nice error message (for scripts) PR: 197475 Submitted by: pi Approved by: Andrew Clark <andrewclarkii@gmail.com> (old maintainer) Notes: svn path=/head/; revision=379065
* Enable OMNI by default; this matches what vanilla netperf does sinceMarius Strobl2015-01-271-3/+3
| | | | | | | | | | version 2.5 and restores bidirectional compatibility with other OS distributions following suit. PR: 197137 Notes: svn path=/head/; revision=378027
* Update phoronix-test-suite to 5.4.1Martin Matuska2015-01-204-466/+46
| | | | | | | | | | Release maintainership back to ports@ PR: 196766 Submitted by: lightside Notes: svn path=/head/; revision=377499
* - Remove duplicate spaces and fix typoRodrigo Osorio2015-01-194-16/+13
| | | | | | | | | | | | | | - Delete makefil as a patch - Add new makefile for the project without BSD dependencies - Fix out of order declarations in makefile - Install doc by default - bump port revision Submitted by: rodrigo Reviewed by: bapt, danfe Notes: svn path=/head/; revision=377438
* - Fix Makefile styleRodrigo Osorio2015-01-163-21/+19
| | | | | | | | | | | | | | - Fix MASTER site - Fix EXTRACT cmd - Add generic Makefile for compilation - Install DOC by default - Bump PORTREVISION PR: 193153 Reviewed by: bapt Notes: svn path=/head/; revision=377171
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-152-2/+6
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* New port benchmarks/dhrystone : a computing benchmark for integer operationsRodrigo Osorio2015-01-146-0/+115
| | | | | | | | PR: 193153 Submitted by: Radim Kolar <hsn@sendmail.cz> Notes: svn path=/head/; revision=377022
* - Update to 1.5.1Wen Heping2015-01-103-47/+22
| | | | | | | | PR: 196643 Submitted by: linpct@gmail.com(maintainer) Notes: svn path=/head/; revision=376668
* Update to benchmarks/iperf3 3.0.11.Bruce A. Mah2015-01-092-3/+3
| | | | | | | Sponsored by: ESnet Notes: svn path=/head/; revision=376660
* benchmarks/siege: update version 3.0.8 => 3.0.9Muhammad Moinur Rahman2014-12-292-3/+3
| | | | | | | | Differential Revision: https://reviews.freebsd.org/D1389 Approved by: bapt(mentor), marino(mentor) Notes: svn path=/head/; revision=375774
* - Update net/openmpi to 1.8.4Danilo Egea Gondolfo2014-12-262-2/+2
| | | | Notes: svn path=/head/; revision=375624
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* ShebangfixAntoine Brodin2014-12-211-1/+3
| | | | Notes: svn path=/head/; revision=375182
* Clean up some now useless PLIST_DIRS*Baptiste Daroussin2014-12-202-4/+0
| | | | Notes: svn path=/head/; revision=375007
* Convert to USES=autoreconfBaptiste Daroussin2014-12-181-3/+2
| | | | Notes: svn path=/head/; revision=374887
* Update benchmarks/iperf3 to 3.0.10.Bruce A. Mah2014-12-172-3/+3
| | | | | | | Sponsored by: ESnet Notes: svn path=/head/; revision=374857
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-264-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Merge EFL libraries into devel/efl and update to 1.12.0Grzegorz Blach2014-11-252-12/+7
| | | | | | | | | | | | | | | | | - Update x11-toolkits/elementary to 1.12.0 - Update x11-wm/enlightenment to 0.19.1 - Update graphics/evas_generic_loaders-* to 1.12.0 - Update devel/e_dbus to 1.7.10 - Update benchmarks/expedite to 1.7.10 - Move some of x11-wm/e17-module-* to x11-wm/e-module-* and update to recent snapshots - Add multimedia/emotion_generic_players-vlc - Add multimedia/rage Reviewed by: crees, antoine Notes: svn path=/head/; revision=373393
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373091
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* benchmarks/lmbench: Make os file more robustJohn Marino2014-11-031-0/+2
| | | | | | | | | It's possible that the previous fix won't work when host version doesn't match jail version, so recreate the "os" script to ensure that the PLIST_SUB variable and build directory always match. Notes: svn path=/head/; revision=372108
* benchmarks/lmbench: Unbreak on all platformsJohn Marino2014-11-031-8/+2
| | | | | | | | | | The PLIST_SUB hack that worked for years stopped working with recent changes to PLIST_SUB handling. We don't need to run a script to figure out where the files are getting installed. We can recreate it from ARCH, OPSYS, and OSREL variables. Notes: svn path=/head/; revision=372105