Commit Graph

240 Commits

Author SHA1 Message Date
sthen
2961c34245 update maintainer's email address. 2012-11-23 10:59:11 +00:00
sthen
5aa82ed35c whitespace 2012-10-23 09:39:51 +00:00
sthen
3a1c6d10f6 zap trailing whitespace where it's present in MASTER_SITES/COMMENT
lines in ports Makefiles
2012-10-15 15:06:41 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
jasper
1dc75394cf sync 2012-08-24 09:42:10 +00:00
jasper
c27ca3d7ac import tsung 1.4.2
Tsung is a distributed load testing tool that is available free of
charge as an open source software product. It is protocol-independent
and can be used to stress Jabber/XMPP, HTTP, SOAP, LDAP and PostgreSQL
servers. The tool can simulate very large numbers of users per server,
making it ideal for analysing and testing the performance of large-scale
applications, such as instant messaging solutions.

ok sthen@
2012-08-24 09:39:26 +00:00
jasper
429dab7d12 - remove now unneeded -lpthread/-pthread related chunks. 2012-08-19 18:55:08 +00:00
ajacoutot
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
ajacoutot
3f0ee525f1 Use LOCALSTATEDIR. 2012-04-28 10:51:44 +00:00
ajacoutot
2cc6b87dea Remove xsa@ from maintainer as per his request. 2012-04-02 13:06:42 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
sthen
ff0a1712a3 Update bonnie++ to 1.96 (including large file support).
From Rodolfo Gouveia and some tweaks from Brad.
Previous maintainer (martin@) removed per his request.
2011-11-13 18:23:24 +00:00
espie
0bee1a3020 FLAVOR:L 2011-10-17 12:57:39 +00:00
jasper
6aa53d1bc9 - regent WANTLIB
- fix COMMENT
2011-10-12 09:06:21 +00:00
espie
61199a1dbc normalize pkgpath 2011-09-16 08:48:01 +00:00
jasper
04ba7ac5e4 oops 2011-07-08 10:04:51 +00:00
jasper
bd44d3026d - fix patch names, no binary change
- regen one other patch while here
2011-07-08 09:33:25 +00:00
naddy
dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00
sthen
2fde866515 no need to set PKGNAME, pear.port.mk does it now.
checked with a batch "make show=PKGNAMES" before and after.
2011-06-04 11:41:08 +00:00
jasper
4800216129 bump REVISION after maintainer reset 2011-05-22 18:04:10 +00:00
espie
08fb9af99a fix fetch 2011-05-22 16:25:38 +00:00
jakob
6801abe078 drop MAINTAINER 2011-05-21 19:20:55 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
jasper
36b27b2367 - add working master site 2010-11-03 07:20:50 +00:00
sthen
7a38e7b57e switch to a working MASTER_SITES; Onteria on ports@ 2010-10-30 21:18:19 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
naddy
4be689a796 ports that preformat man pages with mandoc via bsd.man.mk don't need groff 2010-10-19 21:04:52 +00:00
espie
7b7cc80d38 USE_GROFF=Yes 2010-10-18 16:52:44 +00:00
jasper
22e8475fd7 - workaround for gcc3 bugs not needed anymore
from brad
2010-09-28 10:22:17 +00:00
sthen
52a922e102 update siege to 2.70 2010-09-15 09:59:39 +00:00
ajacoutot
69a3172601 Zap some PKGNAME=${DISTNAME} before landry@ finds out... 2010-07-24 08:01:40 +00:00
ajacoutot
ded3277d8f Build the pgsql FLAVOR of sysbench. 2010-07-24 07:55:41 +00:00
ajacoutot
e00a256feb Switch to new DEPENDS/WANTLIB/REVISION. 2010-07-24 07:55:26 +00:00
stephan
1bbb1b2209 +httperf 2010-05-05 14:09:23 +00:00
stephan
4a953f8994 import httperf-0.9.0
Httperf is a tool for measuring web server performance. It provides a
flexible facility for generating various HTTP workloads and for
measuring server performance.

The focus of httperf is not on implementing one particular benchmark but
on providing a robust, high-performance tool that facilitates the
construction of both micro- and macro-level benchmarks. The three
distinguishing characteristics of httperf are its robustness, which
includes the ability to generate and sustain server overload, support
for the HTTP/1.1 and SSL protocols, and its extensibility to new
workload generators and performance measurements.

from Scott Vokes (vokes DOT s AT gmail DOT com), ok landry@ and sthen@
2010-05-05 14:08:08 +00:00
ajacoutot
ce7c969358 Stupid poor blank lines, stupid poor blank lines... 2010-04-15 14:58:24 +00:00
naddy
7a8adb3987 mdoc fixes 2010-04-03 20:07:06 +00:00
jasper
228964a8d2 - extend archtecture tests for mips64el
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
jasper
383bcb84a5 - move another common variable into pear.port.mk (the 'pear' category). 2009-11-06 09:01:07 +00:00
jasper
65dbb2a870 - if the same two lines are copy/pasted into every single port using the pear
module, maybe it's time to copy/paste it into pear.port.mk.
thus, move MASTER_SITES and EXTRACT_SUFX to a common place

ok sthen@ robert@
2009-11-06 08:32:36 +00:00
jasper
20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
sthen
8be8b697a1 Update MASTER_SITES 2009-08-30 20:45:23 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
okan
635aeaa93f update to 3.326
feedback and ok naddy@
2009-07-22 11:53:50 +00:00
sthen
c32dacec50 +siege 2009-04-09 00:20:04 +00:00
sthen
678bb6dc57 import benchmarks/siege, a multi-threaded http benchmark tool, fairly
good for testing performance with multiple TCP streams.

Siege is an http regression testing and benchmarking utility. It
was designed to let web developers measure the performance of their
code under duress, to see how it will stand up to load on the
internet. Siege supports basic authentication, cookies, HTTP and
HTTPS protocols. It allows the user hit a web server with a
configurable number of concurrent simulated users. Those users place
the webserver "under siege."
2009-04-09 00:19:14 +00:00
markus
e105824d95 unbreak udp_stream test (missing bind(2)); ok jakob@ 2008-09-17 12:39:17 +00:00
sthen
4b6f74777a +sysbench 2008-04-15 14:16:56 +00:00