aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/tsung: update 1.5.1 -> 1.6.0Bartek Rutkowski2015-08-073-4/+23
| | | | | | | | PR: 201740 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Notes: svn path=/head/; revision=393697
* - Update to 2.3.0Sunpoet Po-Chuan Hsieh2015-07-242-3/+3
| | | | | | | Changes: https://github.com/evanphx/benchmark-ips/blob/master/History.txt Notes: svn path=/head/; revision=392780
* - Mark BROKEN: does not build as it still requires libtarantool.so which ↵Dmitry Marakasov2015-07-131-0/+2
| | | | | | | | | databases/tarantool no longer installs Approved by: portmgr blanket Notes: svn path=/head/; revision=391951
* - Remove blank line between NO_ARCH and USE_RUBYSunpoet Po-Chuan Hsieh2015-07-061-1/+0
| | | | Notes: svn path=/head/; revision=391473
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-022-0/+4
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* Update to version 3.7.2Steven Kreuzer2015-07-023-6/+5
| | | | Notes: svn path=/head/; revision=391164
* Add LOCAL mirror as distfile does not seem to be available anymoreGanael LAPLANCHE2015-07-011-1/+2
| | | | Notes: svn path=/head/; revision=391114
* Convert to USES=autoreconfBaptiste Daroussin2015-06-211-4/+1
| | | | Notes: svn path=/head/; revision=390250
* - Pass maintainership to submitterDmitry Marakasov2015-06-195-11/+11
| | | | | | | | | | - Regenerate patches PR: 200950 Submitted by: luca.pizzamiglio@gmail.com Notes: svn path=/head/; revision=390097
* - Fix shebangsDmitry Marakasov2015-06-091-2/+3
| | | | | | | MFH: 2015Q2 (blanket) Notes: svn path=/head/; revision=388994
* benchmarks/siege: Update version 3.0.9=>3.1.0Muhammad Moinur Rahman2015-06-045-13/+38
| | | | | | | | - Change MASTER_SITES to the newer according to website - Fix patch files to reflect 'make makepatch' Notes: svn path=/head/; revision=388523
* Fix build after lang/luajit upgrade to latest version.Sergey A. Osokin2015-06-022-3/+3
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=388416
* Unhide compiler and linker output.Sergey A. Osokin2015-05-312-6/+20
| | | | | | | | | Use CFLAGS defined in port's Makefile. Bump PORTREVISION. Notes: svn path=/head/; revision=388163
* Cleanup USE_GITHUB usage.Mathieu Arnold2015-05-302-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
* Another attempt to fix undefined reference to `__sync_fetch_and_add_8' andSergey A. Osokin2015-05-262-15/+9
| | | | | | | | | `__sync_val_compare_and_swap_8' for FreeBSD[8|9]. Idea from: tijl Notes: svn path=/head/; revision=387524
* - Install programs/scripts/manpages/data files with corresponding INSTALL_* ↵Dmitry Marakasov2015-05-252-9/+11
| | | | | | | | | | commands, which fixes permissions and stripping - Add LICENSE_FILE - Pet portlint Notes: svn path=/head/; revision=387442
* Try to fix undefined reference to `__sync_fetch_and_add_8' andSergey A. Osokin2015-05-241-0/+14
| | | | | | | `__sync_val_compare_and_swap_8' for FreeBSD[8|9]. Notes: svn path=/head/; revision=387364
* Revive, rework, unbreak, take maintainershipDmitry Marakasov2015-05-212-25/+9
| | | | Notes: svn path=/head/; revision=386929
* benchmarks/pathload: Unbreak by setting new MASTER_SITESJohn Marino2015-05-192-7/+9
| | | | | | | | | | | | | While here, set the license (GPLv2). The other changes to the Makefile and the non-WWW part of pkg-descr are technically unnecessary, but in my opinion they are in improvement so I keep them. I did remove some of the suggested changes in the patch though. PR: 200294 Submitted by: Ports Fury Notes: svn path=/head/; revision=386754
* benchmarks/pathrate: Unbreak by setting new MASTER_SITESJohn Marino2015-05-192-10/+11
| | | | | | | | | | | | | While here, set the license (GPLv2). The other changes to the Makefile and the non-WWW part of pkg-descr are technically unnecessary, but in my opinion they are in improvement so I keep them. I did remove some of the suggested changes in the patch though. PR: 200295 Submitted by: Ports Fury Notes: svn path=/head/; revision=386751
* benchmarks/fhourstones: New MASTER_SITES to unbreak, move executableJohn Marino2015-05-194-29/+22
| | | | | | | | | | | | | | | This port was broken due to being unfetchable. While finding a new source location, switch the executable from lib/fhourstones to libexec/fhourstones. Also, use "sed" and "echo" to eliminate the need for patches. Some changes were made to the submitted patch by me, but they were minor. PR: 200293 Submitted by: Ports Fury Notes: svn path=/head/; revision=386748
* - Add another MASTER_SITEDmitry Marakasov2015-05-181-1/+2
| | | | | | | | PR: 199588 Submitted by: axprof@gmail.com Notes: svn path=/head/; revision=386704
* 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