non port: benchmarks/httperf/Makefile |
SVNWeb
|
Number of commits found: 27 |
Sun, 16 Jul 2023
|
[ 20:22 Daniel Engberg (diizzy) ] 0c39e5b (Only the first 10 of 27 ports in this commit are shown above. )
*/*: Change webserver to web server in COMMENT and descriptions
Change it for consistency and to make finding packages easier
Approved by: portmgr (blanket)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 86b2c51 (Only the first 10 of 95 ports in this commit are shown above. )
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 18 Feb 2021
|
[ 21:06 yuri ] (Only the first 10 of 15 ports in this commit are shown above. )
Maintainer reset for jlaffaye
Reason: Many bug reports (including bug#253256) related to jlaffaye's ports
timed out in the period from April 2020 to now.
PR: 253256
Approved by: jlaffaye (maintainer's timeout 14 days)
|
Mon, 6 Apr 2020
|
[ 17:04 adamw ] (Only the first 10 of 18 ports in this commit are shown above. )
Partially revert r530801
The maintainer reset rule was not applied correctly. jlaffaye's ports
are reassigned back to him, with the exception of lang/go where both
quantity and length of timeouts made the reset appropriate and
necessary.
With hat: portmgr
|
Sun, 5 Apr 2020
|
[ 18:33 yuri ] (Only the first 10 of 20 ports in this commit are shown above. )
Reset maintainer for ports maintaned by jlaffaye@.
As per policy, based on timeouts on
* www/py-scgi: bug#244982
* textproc/discount: bug#244981
* devel/py-python-gflags: bug#244965
* lang/go: bug#244783, https://reviews.freebsd.org/D24122
* news/py-yenc: bug#239309
* irc/libircclient: bug#221567
|
Sat, 7 Dec 2019
|
[ 11:39 danfe ]
- Update to the latest GitHub commit: current version is from 2015
and is not compatible with modern OpenSSL implementations
- Set PORTVERSION to the version number as reported by `httperf -V'
- Increase buffer size in do_recv() to match TLS record size which
can be up to 16kB [1]
- When using TLS 1.1 or TLS 1.2, the first SSL_connect() may often
return error, while subsequent requests work fine -- to mitigate
this, try to SSL_connect() a little harder [2]
Approved by: maintainer timeout
PR: 230680 [1], 230681 [2]
|
Wed, 3 Apr 2019
|
[ 08:51 antoine ]
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
|
Thu, 11 Jan 2018
|
[ 18:09 danfe ] (Only the first 10 of 18 ports in this commit are shown above. )
- Convert to option helper install target (add OPTIONS_DEFINE=DOCS
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Wed, 14 Sep 2016
|
[ 15:59 mat ] (Only the first 10 of 353 ports in this commit are shown above. )
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
|
Fri, 8 Jan 2016
|
[ 02:30 zi ]
- Update to 0.9.1 pre-release [2]
- Add support for building when SSLv2 or SSLv3 are disabled [1]
PR: 203675 [1], 205900 [2]
Submitted by: brnrd@ [1], zi@ [2]
Reviewed by: jlaffaye@ (maintainer)
Approved by: jlaffaye@ (maintainer)
Obtained from: upstream github
|
Mon, 13 Apr 2015
|
[ 05:00 adamw ]
Add DOCS option.
Committed under just-fix-it.
|
Sun, 5 Jan 2014
|
[ 01:49 bapt ]
Support stage
|
Fri, 3 Jan 2014
|
[ 15:34 adamw ] (Only the first 10 of 11 ports in this commit are shown above. )
Convert benchmarks to PORT_OPTIONS:MDOCS
|
Fri, 20 Sep 2013
|
[ 15:52 bapt ] (Only the first 10 of 74 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
|
Fri, 30 Aug 2013
|
[ 23:09 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert benchmarks from USE_GMAKE to USES=gmake
While here:
- Trim headers
- convert some port to the new perl5 world
|
Wed, 8 Jun 2011
|
[ 16:52 jlaffaye ] (Only the first 10 of 24 ports in this commit are shown above. )
Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}
Approved by: bapt (mentor)
|
Sun, 29 Aug 2010
|
[ 00:01 bapt ]
- Update MASTER_SITES and WWW
- Add LICENSE
- Cleanup pkg-descr
- Submitter is not maintainer
PR: ports/150068
Submitted by: Julien Laffaye <kimelto _at_ gmail.com>
Approved by: tabthorpe (co-mentor)
|
Sat, 19 Jun 2010
|
[ 04:23 linimon ] (Only the first 10 of 26 ports in this commit are shown above. )
Reset jmelo@FreeBSD.org due to many months of inactivity and no response
to PRs.
Hat: portmgr
Feature safe: yes
|
Thu, 20 Mar 2008
|
[ 09:23 pav ] (Only the first 10 of 23 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Wed, 26 Dec 2007
|
[ 12:56 jmelo ]
- Update to 0.9.0.
PR: ports/118550
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
|
Wed, 5 Apr 2006
|
[ 21:04 jmelo ] (Only the first 10 of 23 ports in this commit are shown above. )
- Change my ports MAINTAINER to jmelo@FreeBSD.org.
Approved by: mnag (mentor)
|
Sun, 31 Jul 2005
|
[ 10:46 lawrance ]
Submitter takes maintainership.
Fix WWW line in pkg-descr.
PR: ports/84341
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
Sat, 4 Jun 2005
|
[ 13:58 vs ]
- Use MAKE_ARGS
- Use PORTDOCS
|
Thu, 10 Jun 2004
|
[ 06:22 clement ] (Only the first 10 of 13 ports in this commit are shown above. )
- Move httperf from www to benchmarks category
Noticed by: ben @ EFNet
Repocopied by: marcus
|
Number of commits found: 27 |