1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

1493 Commits

Author SHA1 Message Date
Olivier Cochard
670a1c0d4a Updating to version 0.07.28
PR:		218520
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2017-04-10 09:07:20 +00:00
Baptiste Daroussin
cb8a10e608 Update to 2.19 2017-04-08 09:49:02 +00:00
Steve Wills
b7e0d0895a benchmarks/gobench: mark deprecated 2017-04-05 21:19:04 +00:00
Johannes M Dieterich
884bdffb43 Bump PORTREVISION.
Reported by:	mat
2017-04-02 15:33:39 +00:00
Johannes M Dieterich
ac7795efd7 Use INSTALL_SCRIPT to mark installed files as executable.
Reported by:	adamw
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
2017-04-02 02:31:56 +00:00
Johannes M Dieterich
3c181cf5f9 new port: benchmarks/flamegraph
A trivial port of Brendan Gregg's collection of flamegraph scripts (a lot of shebang-fixes). This will allow developers to visually profile output from, e.g., ljp and dtrace to locate CPU and memory hogs in workloads.

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10233
2017-04-02 01:06:25 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Olivier Cochard
2a8e679f26 Updating to version 0.07.26
PR:		218061
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2017-03-24 15:13:00 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Olivier Cochard
97d3b564b2 Updating to version 0.07.23
PR:		217639
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2017-03-08 13:09:18 +00:00
Bruce A. Mah
218284e87a Update for iperf-3.1.7.
Documentation changes only, no functional changes.

Sponsored by:	ESnet
2017-03-06 17:31:09 +00:00
Danilo Egea Gondolfo
adf64e7701 - Update to 1.0.2 2017-03-05 19:45:14 +00:00
Martin Wilke
6d14406a13 - Chase ldns shlip bump
PR:		217495
2017-03-03 04:12:20 +00:00
Carlos J. Puga Medina
b89f993cc6 Update to 0.07.21
PR:		217491
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2017-03-02 12:25:11 +00:00
Danilo Egea Gondolfo
9d9991c5c4 - Update to 1.0.1
- Add 'go' to USES
- Use dependencies from bombardier sources
2017-03-02 00:08:29 +00:00
Mark Linimon
9d0c1a5d8d Mark broken on arm.
It may just need a uname patch in stage/usr/local/lib/libmicro/bench.

Approved by:	portmgr (tier-2 blanket)
2017-02-28 20:07:01 +00:00
Danilo Egea Gondolfo
f8fc0cc437 - New port: benchmarks/bombardier
bombardier is a HTTP(S) benchmarking tool. It is written in
Go programming language and uses excellent fasthttp instead
of Go's default http library, because of its lightning fast performance.
2017-02-28 17:51:08 +00:00
Baptiste Daroussin
c6aef1afcf Update to 2.18 2017-02-25 15:30:08 +00:00
Sunpoet Po-Chuan Hsieh
cf3ae11391 Add gobench 1.1
goBench is a HTTP(S) benchmarking tool designed for high throughput
to replace existing benchmarking/load tools which have concurrency
issues. We are working so hard to optimize our servers - why shouldn't
we do also it for our clients testers?!

WWW: https://github.com/tabrarg/gobench

- While I'm here:
  - Add LICENSE_FILE
  - Change BUILD_DEPENDS to RUN_DEPENDS
  - Remove GH_PROJECT
  - Respect LOCALBASE

PR:		217213
Submitted by:	Guy Tabrar <guy.tabrar@me.com>
2017-02-22 17:17:49 +00:00
Kirill Ponomarev
9bab58781b Update benchmarks/stress-ng to 0.07.20
PR:		217112
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9616
2017-02-15 16:45:20 +00:00
Kirill Ponomarev
489b8dfb94 Update benchmarks/stress-ng to 0.07.18
PR:		217066
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9569
2017-02-13 17:23:35 +00:00
Tijl Coosemans
6d324c1f70 - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
  pre-makefile section to the options section so the variables can be used
  earlier.  Also put the bit of code sitting between the options section and
  the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT.  This variable is
  handled in bsd.default-versions.mk and some ports were setting it after
  including bsd.port.options.mk.  After FreeBSD 9 EoL all but a few ports,
  and then only when setting non-default options, work without setting that
  variable.

PR:		215996
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-02-05 21:20:24 +00:00
Bruce A. Mah
c561c8e88e Update to iperf-3.1.6, with a couple of small bugfixes.
Sponsored by:	ESnet
2017-02-02 19:49:06 +00:00
Mark Linimon
dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Babak Farrokhi
7e7e3f2463 Add missing build dependency for benchmarks/sipp
PR:		215953
Reported by:	Karsten Schmidt <bsd@guggemand.dk>
Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D9131
2017-01-23 08:24:32 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Olivier Cochard
55a8a38561 Update to 0.07.15
PR:		216232
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2017-01-18 15:05:42 +00:00
Baptiste Daroussin
d0b6a150af Update to 2.17
Sponsored by:	Gandi.net
2017-01-18 09:40:49 +00:00
John Marino
6e8f29bd0d benchmarks/sipp: Fix stage-QA and restore curses support
1. curses support: Adding autoreconf negated the changes to configure
   script, so change configure.ac instead

2. The man page wasn't being installed (plist QA fail) so fix

3. While here, change USE_OPENSSL to USES=ssl

Approved by:	ncurses and just-fix-it blankets
2017-01-13 14:52:40 +00:00
Bruce A. Mah
6af665bd86 Update to iperf-3.1.5.
Sponsored by:	ESnet
2017-01-12 22:14:30 +00:00
Olivier Cochard
4a98bba9d4 Update to 0.07.14
PR:		215987
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2017-01-12 13:20:00 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Babak Farrokhi
457f8a4d13 Update benchmarks/sipp to 3.5.1
Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D9088
2017-01-09 07:07:49 +00:00
Olivier Cochard
2cb1bcf551 Update to 0.07.13
PR:		215728
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
Approved by:	jadawin (mentor)
Differential Revision:	https://reviews.freebsd.org/D9028
2017-01-03 14:07:04 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Dmitry Marakasov
2c6c4bc83b - Update to 1.6.1
PR:		214343
Submitted by:	joneum@bsdproject.de
Approved by:	dreibh@iem.uni-due.de (maintainer)
2016-12-29 12:50:33 +00:00
Raphael Kubo da Costa
79c920b107 Update to 6.8.0.
The suite is entirely php based, then the package is now defined as NO_ARCH.
Some benchmark added and php reporting improved.

PR:		215414
Submitted by:	Lucca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
2016-12-27 22:34:36 +00:00
Baptiste Daroussin
2f15e0448f Update to 2.16 2016-12-23 12:40:43 +00:00
Ganael LAPLANCHE
8adefa7bfa Update to 1.97.3 2016-12-22 15:49:11 +00:00
Emanuel Haupt
c47b28b2c2 Update to 0.07.11
PR:		215413
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2016-12-20 21:34:06 +00:00
John Marino
2af69b14e6 benchmarks/super-smack: fix build for GCC and DF (taken from dports) 2016-12-18 04:10:01 +00:00
John Marino
50f4fb664b benchmarks/dkftpbench: fix build on GCC (taken from dports) 2016-12-18 03:55:03 +00:00
Sunpoet Po-Chuan Hsieh
92266c5224 - Update WWW: pear.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 15:05:06 +00:00
Jan Beich
ddefcc3d30 benchmarks/fio: use pshared mutex on 11.0+
PR:		215254
Approved by:	bapt (maintainer)
2016-12-13 14:28:51 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Gerald Pfeifer
e4b7b9118a Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +00:00
Emanuel Haupt
516306e5dd - Update to 0.8.0
- Add new dependency: misc/e2fsprogs-libuuid
- Add ftp/curl and www/libwww as dependencies (Q/A reported):
  They are dependencies of net/xmlrpc-c, but flowgrind is linking with them
- Add USES=ssl
- Remove CONFIGURE_ARGS: pcap and gsl are enabled by default
- Remove post-patch entry: not necessary anymore
- Pass maintainer'ship to submitter

PR:		214529
Submitted by:	dbaio@bsd.com.br
2016-12-05 08:06:02 +00:00
Rene Ladan
ea4c1ae8b4 Remove dependency on devel/py-argparse which is expired and included in
Python 2.7+ / 3.2+ by default.

sysutils/osquery fails to build because of C++ errors.
2016-12-04 13:08:46 +00:00