aboutsummaryrefslogtreecommitdiff
path: root/www/gatling
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-7/+2
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop the ipv6 virtual category for w* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514145
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Add compiler:c++11-lang to USES to fix build on powerpc64.Mark Linimon2018-11-181-2/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=485241
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-2/+4
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-0/+2
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440860
* - Fix failing patch when disabling SMB optionMartin Wilke2017-04-211-4/+4
| | | | | | | | | PR: 218352 Submitted by: 218352 Approved by: maintainer timeout Notes: svn path=/head/; revision=439020
* Update to 0.15, fixing security issues.David Thiel2017-02-133-20/+20
| | | | | | | | | | PR: 217064 Reported by: Jan Bramkamp MFH: 2017Q1 Security: File descriptor leakage and use after free bugs Notes: svn path=/head/; revision=434051
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* www/gatling: Set and honor SSL flagsJohn Marino2016-09-131-2/+5
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421973
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Remove BROKEN on Tier-2 systems statements which no longer true at leastAlexey Dokuchaev2015-09-201-4/+0
| | | | | | | | | | on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago. Notes: svn path=/head/; revision=397374
* - Take maintainershipVanilla I. Shu2014-08-134-24/+57
| | | | | | | | | | | | | | - Stage - Fix some gcc warnings - Add LICENSE - Define OPTIONS for DOC, EXAMPLES and DEBUG - Silence pre-install and do-install PR: ports/192619 Submitted by: Marco Steinbach [coco (executive-computing.de)] Notes: svn path=/head/; revision=364753
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-061-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=364158
* Second batch at resetting maintainership on ports that have not been staged andBaptiste Daroussin2014-07-021-1/+1
| | | | | | | | | without any pending PR With hat: portmgr Notes: svn path=/head/; revision=360228
* - Covert USE_GMAKE, USE_BZIP2, USE_XZ to USESMartin Wilke2014-03-151-1/+1
| | | | Notes: svn path=/head/; revision=348295
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Convert to new options frameworkBaptiste Daroussin2013-06-051-18/+14
| | | | Notes: svn path=/head/; revision=319952
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Change MAINTAINER to my FreeBSD.org address.Thomas-Martin Seck2013-03-091-1/+1
| | | | | | | Approved by: flo (mentor) Notes: svn path=/head/; revision=313740
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)Pietro Cerutti2013-02-072-10/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=311829
* Update to 0.13. Corrects a directory traversal issue in non-chrooted FTP mode.David Thiel2012-12-104-27/+16
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308589
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Update port to version 0.12Niels Heinen2010-04-159-144/+15
| | | | | | | | | PR: ports/145705 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=252723
* Also broken on ia64 and powerpc.Mark Linimon2010-04-011-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251964
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 0.11Martin Wilke2009-06-162-4/+4
| | | | | | | | PR: 135634 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) Notes: svn path=/head/; revision=236084
* Mark broken on sparc64.Mark Linimon2009-06-041-0/+4
| | | | Notes: svn path=/head/; revision=235141
* - Update to 0.10Dennis Herrmann2009-05-2813-70/+353
| | | | | | | | PR: ports/135027 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) Notes: svn path=/head/; revision=234707
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-6/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Update to 0.9OKAZAKI Tetsurou2007-08-285-117/+87
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=198448
* - Chase increase of devel/libowfat shlib version.Martin Wilke2007-01-153-1/+60
| | | | | | | | | | - Bump PORTREVISION PR: ports/107911 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) Notes: svn path=/head/; revision=182454
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - update to 0.8Sam Lawrance2005-06-104-41/+136
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=137196
* - Update to 0.7Yen-Ming Lee2005-03-174-17/+5
| | | | | | | | | | - Remove a patch that is no longer needed PR: 78782 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> Notes: svn path=/head/; revision=131467
* - Fix '-h' option in gatlingMichael Johnson2005-02-212-0/+12
| | | | | | | | | | | - Bump PORTREVISION PR: ports/77783 Submitted by: Thomas-Martin Seck (maintainer) Obtained from: gatling CVS Notes: svn path=/head/; revision=129460
* - Update to 0.6Pav Lucistnik2005-02-024-40/+28
| | | | | | | | PR: ports/76980 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) Notes: svn path=/head/; revision=127921
* Correct an off-by-one error in HTTP range handling.Volker Stolz2005-02-012-1/+20
| | | | | | | | | | Patch obtained from: gatling CVS PR: ports/76913 Submitted by: Thomas-Martin Seck (maintainer) Notes: svn path=/head/; revision=127842
* Fix a manpage installSergey Matveychuk2004-08-123-6/+18
| | | | | | | | | | Fix build on 4.x PR: ports/70111 Submitted by: maintainer Notes: svn path=/head/; revision=116044
* - Update to 0.5Pav Lucistnik2004-07-304-43/+12
| | | | | | | | PR: ports/69801 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) Notes: svn path=/head/; revision=115124
* - Correct the return code given for successful FTP CWD requestsKirill Ponomarev2004-03-152-1/+10
| | | | | | | | | | - Bump PORTREVISION PR: ports/64309 Submitted by: maintainer Notes: svn path=/head/; revision=104107
* - Utilize NOPORTDOCSKirill Ponomarev2004-02-272-0/+25
| | | | | | | | | | | | - Fix a filedescriptor leak that occured when doing HTTP pipelining - Bump PORTREVISION PR: ports/63452 Submitted by: maintainer Notes: svn path=/head/; revision=102326
* Add gatling 0.4, a high performance webserver with scalability benchmarkAlex Dupre2004-02-234-0/+81
tools. PR: ports/63196 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> Notes: svn path=/head/; revision=101778