aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Cleanup plistBaptiste Daroussin2014-10-2025-119/+1
| | | | Notes: svn path=/head/; revision=371236
* - Convert ports from benchmarks/ and biology/ to new USES=pythonMarcus von Appen2014-10-192-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371171
* Update benchmarks/iperf3 to 3.0.9.Bruce A. Mah2014-10-142-3/+3
| | | | | | | | Approved by: mat (mentor) Sponsored by: ESnet Notes: svn path=/head/; revision=370889
* Convert to USES=autoreconfTijl Coosemans2014-10-031-6/+1
| | | | Notes: svn path=/head/; revision=369912
* Update benchmarks/iperf3 to 3.0.8.Bruce A. Mah2014-10-012-4/+3
| | | | | | | | Approved by: mat (mentor) Sponsored by: ESnet Notes: svn path=/head/; revision=369770
* - Reset maintainer to ports@Wen Heping2014-09-281-1/+1
| | | | | | | | PR: 193990 Submitted by: dikshie@gmail.com(previous maintainer) Notes: svn path=/head/; revision=369461
* - Reset maintainer to ports@Wen Heping2014-09-281-1/+1
| | | | | | | | PR: 193991 Submitted by: dikshie@gmail.com(previous maintainer) Notes: svn path=/head/; revision=369456
* - Update net/openmpi from 1.8.2 to 1.8.3Danilo Egea Gondolfo2014-09-282-2/+2
| | | | Notes: svn path=/head/; revision=369434
* Patch Makefile.in instead of Makefile.am to avoid USE_AUTOTOOLSTijl Coosemans2014-09-252-161/+6
| | | | Notes: svn path=/head/; revision=369257
* Convert to USES=pearBaptiste Daroussin2014-09-231-6/+2
| | | | Notes: svn path=/head/; revision=369060
* Use default LIBTOOLIZE_ARGSTijl Coosemans2014-09-131-1/+0
| | | | Notes: svn path=/head/; revision=368126
* Upgrade from 3.0.4 to 3.1.1.Sergey A. Osokin2014-09-123-27/+18
| | | | Notes: svn path=/head/; revision=368069
* - Fix LICENSEDmitry Marakasov2014-09-112-3/+4
| | | | | | | | | - Drop .la files, no dependees require them Approved by: portmgr blanket Notes: svn path=/head/; revision=367936
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-109-7/+9
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update to 3.0.8Tilman Keskinoz2014-09-082-4/+4
| | | | | | | | | | Pass maintainership to submitter PR: 193382 Submitted by: Muhammad Moinur Rahman Notes: svn path=/head/; revision=367691
* Allow staging as a regular userAntoine Brodin2014-09-071-0/+1
| | | | Notes: svn path=/head/; revision=367583
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-041-7/+0
| | | | | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr Notes: svn path=/head/; revision=367307
* Allow staging as a regular userAntoine Brodin2014-09-031-0/+1
| | | | Notes: svn path=/head/; revision=367236
* - Upgrade to 1.5;Thierry Thomas2014-09-013-3/+3
| | | | | | | - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=366964
* FixAntoine Brodin2014-09-011-1/+0
| | | | Notes: svn path=/head/; revision=366863
* Remove non staged ports without pending PR from b*Baptiste Daroussin2014-09-0111-758/+0
| | | | Notes: svn path=/head/; revision=366862
* Update to iperf3 3.0.7.Bruce A. Mah2014-08-282-3/+3
| | | | | | | | Approved by: mat (mentor) Sponsored by: ESnet Notes: svn path=/head/; revision=366458
* Upgrade to 3.0.7.Vanilla I. Shu2014-08-282-3/+3
| | | | | | | | PR: ports/193025 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366373
* Remove some duplicate lines from plist (or duplicate plist)Antoine Brodin2014-08-261-2/+1
| | | | | | | Reported by: pkg developer mode Notes: svn path=/head/; revision=366264
* Chase the upgrade of net/mpich2.Thierry Thomas2014-08-263-3/+3
| | | | | | | Approved by: portmgr (non staged ports) Notes: svn path=/head/; revision=366262
* Define LICENSE (GPLv2); reformat pkg-descr and kill bogus EOL whitespace.Alexey Dokuchaev2014-08-252-7/+10
| | | | Notes: svn path=/head/; revision=366064
* Unbreak the build under modern environments and cleanup Makefile while here.Alexey Dokuchaev2014-08-252-9/+28
| | | | Notes: svn path=/head/; revision=366062
* Allow staging as a regular userAntoine Brodin2014-08-241-8/+11
| | | | Notes: svn path=/head/; revision=366006
* Mark BROKEN on FreeBSD 10 and above.Adam Weinberger2014-08-211-1/+7
| | | | | | | | | | | | | | | ./Platoon.h:4:10: fatal error: 'list.h' file not found #include <list.h> ^ 1 error generated. *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/benchmarks/dkftpbench/work/dkftpbench-0.45 *** Error code 1 Notes: svn path=/head/; revision=365598
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port) Notes: svn path=/head/; revision=365393