FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 2:39 AM BST
Port details
gatling 0.12 www on this many watch lists=2 search for ports that depend on this port
A high performance webserver with scalability benchmark tools
Maintained by: tmseck@netcologne.de search for ports maintained by this maintainer
Port Added: 23 Feb 2004 00:24:22
Also Listed In: benchmarks ftp ipv6
License: not specified in port


gatling is a high-performance HTTP and FTP server. Some scalability benchmark
tests are included, too.

WWW: http://www.fefe.de/gatling/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/libowfat, devel/gmake
Required Libraries: converters/libiconv
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/gatling/ && make install clean
To add the package: pkg_add -r gatling


Configuration Options
===> The following configuration options are available for gatling-0.12:
     GATLING_BENCHMARKS=on (default) "Install some benchmark programs"
     GATLING_SMB=on (default) "Add (read only) SMB support"
     GATLING_TLS=on (default) "Build and install tlsgatling"
     GATLING_ZLIB=on (default) "Compress outgoing data"
     GATLING_OPTIMIZED_CFLAGS=on (default) "Add additional optimizations"
===> Use 'make config' to modify these settings

Master Sites:
http://dl.fefe.de/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.12
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.12
miwi search for other commits by this committer
- Get Rid MD5 support
15 Apr 2010 20:32:54
Original commit files touched by this commit  0.12
niels search for other commits by this committer
Update port to version 0.12

PR:             ports/145705
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Approved by:    itetcu (mentor)
01 Apr 2010 10:12:24
Original commit files touched by this commit  0.11
linimon search for other commits by this committer
Also broken on ia64 and powerpc.

Hat:            portmgr
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.11
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
16 Jun 2009 21:59:10
Original commit files touched by this commit  0.11
miwi search for other commits by this committer
- Update to 0.11

PR:             135634
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
04 Jun 2009 00:09:48
Original commit files touched by this commit  0.10
linimon search for other commits by this committer
Mark broken on sparc64.
28 May 2009 17:21:46
Original commit files touched by this commit  0.10
dhn search for other commits by this committer
- Update to 0.10

PR:             ports/135027
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
25 Jul 2008 14:34:52
Original commit files touched by this commit  0.9
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
28 Aug 2007 10:55:06
Original commit files touched by this commit  0.9
okazaki search for other commits by this committer
Update to 0.9

Brush up Makefile:
- Use PORTEXAMPLES (and honor NOPORTEXAMPLES)
- Remove obsolete constructs and simplify some expressions
- use LOCALBASE instead of PREFIX where appropriate

PR:             115874
Submitted by:   maintainer
28 Aug 2007 10:54:45
Original commit files touched by this commit  0.9
okazaki search for other commits by this committer
Update to 0.9

Brush up Makefile:
- Use PORTEXAMPLES (and honor NOPORTEXAMPLES)
- Remove obsolete constructs and simplify some expressions
- use LOCALBASE instead of PREFIX where appropriate

PR:             115874
Submitted by:   maintainer
15 Jan 2007 20:07:16
Original commit files touched by this commit  0.8_1
miwi search for other commits by this committer
- Chase increase of devel/libowfat shlib version.
- Bump PORTREVISION

PR:             ports/107911
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
24 Jan 2006 03:14:23
Original commit files touched by this commit  0.8
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
10 Jun 2005 15:32:11
Original commit files touched by this commit  0.8
lawrance search for other commits by this committer
- update to 0.8
- introduce new options WITH_GATLING_{ICONV,TLS,ZLIB,OPTIMIZED_CFLAGS}.
  Rename the WITH_BENCHMARKS option as WITH_GATLING_BENCHMARKS for
  consistency, but accept it under its old name, too.
- switch to USE_GMAKE to ease further maintenance of the port

PR:             ports/82115
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
17 Mar 2005 06:07:55
Original commit files touched by this commit  0.7
leeym search for other commits by this committer
- Update to 0.7
- Remove a patch that is no longer needed

PR:             78782
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de>
21 Feb 2005 10:39:25
Original commit files touched by this commit  0.6_1
ahze search for other commits by this committer
- Fix '-h' option in gatling
- Bump PORTREVISION

PR:             ports/77783
Submitted by:   Thomas-Martin Seck (maintainer)
Obtained from:  gatling CVS
02 Feb 2005 17:37:00
Original commit files touched by this commit  0.6
pav search for other commits by this committer
- Update to 0.6

PR:             ports/76980
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
01 Feb 2005 12:11:48
Original commit files touched by this commit  0.5_2
vs search for other commits by this committer
Correct an off-by-one error in HTTP range handling.
Patch obtained from: gatling CVS

PR:             ports/76913
Submitted by:   Thomas-Martin Seck (maintainer)
12 Aug 2004 16:13:11
Original commit files touched by this commit  0.5_1
sem search for other commits by this committer
Fix a manpage install
Fix build on 4.x

PR:             ports/70111
Submitted by:   maintainer
30 Jul 2004 22:21:53
Original commit files touched by this commit  0.5
pav search for other commits by this committer
- Update to 0.5

PR:             ports/69801
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
15 Mar 2004 20:09:18
Original commit files touched by this commit  0.4_2
krion search for other commits by this committer
- Correct the return code given for successful FTP CWD requests
- Bump PORTREVISION

PR:             ports/64309
Submitted by:   maintainer
27 Feb 2004 22:46:55
Original commit files touched by this commit  0.4_1
krion search for other commits by this committer
- Utilize NOPORTDOCS
- Fix a filedescriptor leak that occured when doing HTTP
  pipelining
- Bump PORTREVISION

PR:             ports/63452
Submitted by:   maintainer
23 Feb 2004 00:21:00
Original commit files touched by this commit  0.4
ale search for other commits by this committer
Add gatling 0.4, a high performance webserver with scalability benchmark
tools.

PR:             ports/63196
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de>

Number of commits found: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.2 seconds.