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/blogbench/Makefile
SVNWeb

Number of commits found: 13

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.
Tue, 11 Aug 2020
[ 16:59 fernape search for other commits by this committer ] Original commit   Revision:544699
benchmarks/blogbench: fix rand()-related crash

blogbench uses rand(3) unsafely from different threads which leads to crashes.
Use arc4random(3) instead.

Bump PORTREVISION

While here, relocate USES variable.

PR:	248420
Submitted by:	sigsys@gmail.com
Approved by:	jmohacsi@bsd.hu (maintainer)
MFH:	2020Q3 (runtime fix)
Sun, 1 Jun 2014
[ 09:00 ohauer search for other commits by this committer ] Original commit   Revision:356065 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License
Sun, 16 Feb 2014
[ 11:22 ehaupt search for other commits by this committer ] Original commit   Revision:344533
Support staging
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
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)
Wed, 9 Jan 2013
[ 19:50 tabthorpe search for other commits by this committer ] Original commit   Revision:310162 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
Wed, 4 Aug 2010
[ 07:15 lwhsu search for other commits by this committer ] Original commit 
- Update to 1.1

PR:             ports/149112
Submitted by:   Janos Mohacsi <janos.mohacsi AT bsd.hu> (maintainer)
Sat, 31 Jan 2009
[ 21:23 pav search for other commits by this committer ] Original commit 
- Update download locations, update WWW

Reported by:    -fetch-original pointyhat run
Mon, 14 Feb 2005
[ 21:04 pav search for other commits by this committer ] Original commit 
Blogbench is a portable filesystem benchmark that tries to reproduce the
load of a real-world busy file server.

It stresses the filesystem with multiple threads performing random reads,
writes and rewrites in order to get a realistic idea of the scalability
and the concurrency a system can handle.

WWW: http://blogbench.pureftpd.org/

PR:             ports/77490
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>

Number of commits found: 13