9e68 FreshPorts -- www/gatling
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
gatling 0.13 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@FreeBSD.org 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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/libowfat
  2. security/openssl
  3. devel/gmake
Required To Run:
  1. security/openssl
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.13:
     BENCHMARKS=on: Install some benchmark programs
     OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
     SMB=on: SMB protocol support
     TLS=on: Build and install tlsgatling
     ZLIB=on: Compress outgoing data
===> Use 'make config' to modify these settings

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

Number of commits found: 28

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
05 Jun 2013 06:59:45
Original commit files touched by this commit  0.13
bapt search for other commits by this committer
Convert to new options framework
27 Apr 2013 18:25:25
Original commit files touched by this commit  0.13
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
09 Mar 2013 18:09:25
Original commit files touched by this commit  0.13
tmseck search for other commits by this committer
Change MAINTAINER to my FreeBSD.org address.

Approved by:	flo (mentor)
07 Feb 2013 12:37:48
Original commit files touched by this commit  0.13
gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)

Approved by:	portmgr
10 Dec 2012 06:52:30
Original commit files touched by this commit  0.13
lx search for other commits by this committer
Update to 0.13. Corrects a directory traversal issue in non-chrooted FTP mode.

Feature safe: yes
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: 28

28ab
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 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 24571
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 5
new 48 hours12
new 7 days32
new fortnight84
new month177

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0