aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/nbench
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* benchmarks: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* benchmarks/nbench: fixing master site and the homepage entryLuca Pizzamiglio2017-08-302-2/+2
| | | | | | | | | | | Fixing the URLs for master site and home page. The previous entries based on tux.org are not available anymore. Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12166 Notes: svn path=/head/; revision=449002
* Change MAINTAINER email to my new FreeBSD emailLuca Pizzamiglio2017-08-291-1/+1
| | | | | | | | | Approved by: lme (mentor) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12150 Notes: svn path=/head/; revision=448911
* - Pass maintainership to submitterDmitry Marakasov2015-06-195-11/+11
| | | | | | | | | | - Regenerate patches PR: 200950 Submitted by: luca.pizzamiglio@gmail.com Notes: svn path=/head/; revision=390097
* Rename benchmark/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-284-0/+0
| | | | Notes: svn path=/head/; revision=363158
* - Fix parallel builds (-jX) and remove MAKE_JOBS_UNSAFEAlexey Dokuchaev2014-05-264-17/+20
| | | | | | | | - Utilize PLIST_FILES and PORTDOCS instead of pkg-plist - Reword port description a bit; fix Makefile header Notes: svn path=/head/; revision=355289
* Convert benchmarks to PORT_OPTIONS:MDOCSAdam Weinberger2014-01-031-8/+5
| | | | Notes: svn path=/head/; revision=338548
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Reset to ports@. Thanks Frank for your work on these ports.Wesley Shields2010-09-021-1/+1
| | | | | | | Discussed on: ports@ Notes: svn path=/head/; revision=260447
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* - Pass maintainership to Frank Steinborn (steinex@nognu.de)Martin Wilke2009-07-111-1/+1
| | | | Notes: svn path=/head/; revision=237615
* - Drop maintainershipMartin Wilke2009-07-111-1/+1
| | | | Notes: svn path=/head/; revision=237610
* - Update to 2.2.3Martin Wilke2008-06-202-5/+5
| | | | | | | | | - Take over maintainership Approved by: maintainer implicit Notes: svn path=/head/; revision=215403
* Update my email address in all ports that I maintain.Frank J. Laszlo2006-11-071-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=176714
* - Update MASTER_SITESMartin Wilke2006-11-041-1/+1
| | | | | | | | | | PR: ports/105020 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: maintainer Sponsored by: FreeBSD Bug-a-thon #2 Notes: svn path=/head/; revision=176375
* - Add SHA256 to all ports submitter maintainRenato Botelho2005-11-101-0/+1
| | | | | | | | PR: ports/88791 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=147849
* - Update to 2.2.2Pav Lucistnik2005-03-092-3/+3
| | | | | | | | | PR: ports/78563 Submitted by: devel @ titan <darkn3ss@perl-dev.net> Approved by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer) Notes: svn path=/head/; revision=130736
* - Update to 2.2.1Volker Stolz2004-10-265-26/+20
| | | | | | | | | | | - Prune MASTER_SITEs - Assign maintainership to submitter PR: ports/72809 Submitted by: Frank J. Laszlo Notes: svn path=/head/; revision=120224
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-221-5/+5
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91879
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Add NOPORTDOCS supportMario Sergio Fujikawa Ferreira2001-07-031-5/+5
| | | | | | | | PR: 28601 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44721
* - Support PREFIX/CC/CFLAGS properlyChris D. Faulhaber2000-08-015-16/+46
| | | | | | | | | | | - Support NOPORTDOCS - Add WWW: line into pkg/DESCR PR: 20148 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=31220
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27416
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway2000-03-291-1/+1
| | | | | | | | | have time to maintain them. Approved by: andy Notes: svn path=/head/; revision=27112
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* Grammar, spelling, and usage police. This commit brought to you byMatthew Hunt1998-08-051-3/+3
| | | | | | | the letters "B" and "C". And some Chinese symbols as well. Notes: svn path=/head/; revision=12291
* Import nbench port. nbench are BYTE magazine's native benchmarks.Thomas Gellekum1998-03-277-0/+70
Don't ask me how this differs from bytebench, but it seems to be different enough to warrant a seperate port. PR: 5330 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=10331