notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: benchmarks/httperf/Makefile
SVNWeb

Number of commits found: 27

Sun, 16 Jul 2023
[ 20:22 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:0c39e5b3120c353df231678ff86b848e9babb5ce  commit hash:0c39e5b3120c353df231678ff86b848e9babb5ce  commit hash:0c39e5b3120c353df231678ff86b848e9babb5ce  0c39e5b  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
*/*: 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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  commit hash:86b2c5122a18d1f73e6e4e4626889fab8fb0803a  86b2c51  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 18 Feb 2021
[ 21:06 yuri search for other commits by this committer ] Original commit   Revision:565988 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:530892 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:530801 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:519200
- 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 search for other commits by this committer ] Original commit   Revision:497686
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Thu, 11 Jan 2018
[ 18:09 danfe search for other commits by this committer ] Original commit   Revision:458761 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Wed, 14 Sep 2016
[ 15:59 mat search for other commits by this committer ] Original commit   Revision:422140 (Only the first 10 of 353 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:405507
- 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 search for other commits by this committer ] Original commit   Revision:383896
Add DOCS option.

Committed under just-fix-it.
Sun, 5 Jan 2014
[ 01:49 bapt search for other commits by this committer ] Original commit   Revision:338742
Support stage
Fri, 3 Jan 2014
[ 15:34 adamw search for other commits by this committer ] Original commit   Revision:338548 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Convert benchmarks to PORT_OPTIONS:MDOCS
Fri, 20 Sep 2013
[ 15:52 bapt search for other commits by this committer ] Original commit   Revision:327708 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
Fri, 30 Aug 2013
[ 23:09 bapt search for other commits by this committer ] Original commit   Revision:325728 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Wed, 26 Dec 2007
[ 12:56 jmelo search for other commits by this committer ] Original commit 
- Update to 0.9.0.

PR:             ports/118550
Submitted by:   Philippe Audeoud <jadawin@tuxaco.net>
Wed, 5 Apr 2006
[ 21:04 jmelo search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Change my ports MAINTAINER to jmelo@FreeBSD.org.

Approved by:    mnag (mentor)
Sun, 31 Jul 2005
[ 10:46 lawrance search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
- Use MAKE_ARGS
- Use PORTDOCS
Thu, 10 Jun 2004
[ 06:22 clement search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Move httperf from www to benchmarks category

Noticed by:     ben @ EFNet
Repocopied by:  marcus

Number of commits found: 27