non port: benchmarks/blogbench/Makefile |
Number of commits found: 14 |
Thursday, 22 Feb 2024
|
12:02 Muhammad Moinur Rahman (bofh)
benchmarks/blogbench: Moved man to share/man
Approved by: portmgr (blanket)
e6f6122 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:20 Tobias C. Berner (tcberner)
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>
* Chao Shin <quakelee@cn.freebsd.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@NUXI.com)
* Dima Sivachenko <dima@chg.ru>
* Gabriel M. Dutra <0xdutra@gmail.com>
* Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
* Gea-Suan Lin <gslin@gslin.org>
* Hannes Hauswedell <h2+fbsdports@fsfe.org>
* Johannes Dieterich <dieterich@ogolem.org>
* Johannes Dieterich <jmd@FreeBSD.org>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Kris Moore <kmoore@FreeBSD.org>
* Lars Eggert <lars@eggert.org>
* Mark Pulford <mark@kyne.com.au>
* Matthias Fechner <mfechner@FreeBSD.org>
* NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
* NAKATA Maho <maho@FreeBSD.org>
* Oliver Lehmann <oliver@FreeBSD.org>
* Pete Fritchman <petef@databits.net>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Radim Kolar
* Radim Kolar <hsn@sendmail.cz>
* Roman Bogorodskiy <bogorodskiy@inbox.ru>
* Scott Flatman <sf@dsinw.com>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Kandaurov <pluknet@gmail.com>
* Sergey Skvortsov <skv@protey.ru>
* Slava Shwartsman <slavash@FreeBSD.org>
* Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Thomas Dreibholz <dreibh@iem.uni-due.de>
* Tom Judge <tom@tomjudge.com>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vsevolod Stakhov <vsevolod@FreeBSD.org>
* Will Andrews <andrews@technologist.com>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* arved
* asami
* dikshie <dikshie@lapi.itb.ac.id>
* gnn
* ijliao
* janos.mohacsi@bsd.hu
* jesper@jdn.dk
* jmz
* koshy
* luigi@FreeBSD.org
* mharo@FreeBSD.org
* mich@freebsdcluster.org
* mr
* se
* shalunov
* thierry@pompo.net
* trasz <trasz@pin.if.uz.zgora.pl>
* uminac
With hat: portmgr
86b2c51 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 11 Aug 2020
|
16:59 fernape
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)
|
Sunday, 1 Jun 2014
|
09:00 ohauer
cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License
|
Sunday, 16 Feb 2014
|
11:22 ehaupt
Support staging
|
Monday, 10 Feb 2014
|
13:54 ehaupt
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)
|
Friday, 3 Jan 2014
|
15:34 adamw
Convert benchmarks to PORT_OPTIONS:MDOCS
|
Friday, 20 Sep 2013
|
15:52 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
|
Wednesday, 9 Jan 2013
|
19:50 tabthorpe
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace
|
Wednesday, 4 Aug 2010
|
07:15 lwhsu
- Update to 1.1
PR: ports/149112
Submitted by: Janos Mohacsi <janos.mohacsi AT bsd.hu> (maintainer)
|
Saturday, 31 Jan 2009
|
21:23 pav
- Update download locations, update WWW
Reported by: -fetch-original pointyhat run
|
Monday, 14 Feb 2005
|
21:04 pav
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: 14 |