aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone21/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/iozone21: Remove expired portRene Ladan2024-04-301-26/+0
| | | | 2024-04-30 benchmarks/iozone21: Abandoned and obsolete version, superseded by benchmarks/iozone (3.x). Consider also migrating to benchmarks/fio
* benchmarks/iozone21: Deprecate and set expiration date to 2024-04-30Daniel Engberg2024-04-021-0/+3
| | | | | Abandoned and obsolete version, superseded by iozone 3.x Redirect users to benchmarks/iozone and benchmarks/fio
* benchmarks/iozone21: Moved man to share/manMuhammad Moinur Rahman2024-02-221-1/+2
| | | | Approved by: portmgr (blanket)
* 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
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Reset maintainer to ports@Wen Heping2014-08-101-1/+1
| | | | | | | Submitted by: chifeng@gmail.com(previous maintainer, via email) Notes: svn path=/head/; revision=364535
* - Stage supportMartin Wilke2014-02-061-3/+2
| | | | Notes: svn path=/head/; revision=343021
* Fix pkg name collisionBaptiste Daroussin2014-01-041-1/+1
| | | | Notes: svn path=/head/; revision=338610
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - Pass maintainership to submitterThomas Abthorpe2009-02-171-1/+1
| | | | | | | Submitted by: chifeng via freebsd-ports@ Notes: svn path=/head/; revision=228530
* Use PLIST_FILESVolker Stolz2005-06-041-0/+1
| | | | Notes: svn path=/head/; revision=136788
* - Add CONFLICTS, because of the same item in pkg-plistKirill Ponomarev2003-10-111-0/+2
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90852
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75951
* gzcat -> ${GZCAT}Tilman Keskinoz2002-11-181-1/+1
| | | | | | | | | | | awk -> ${AWK} /bin/sh -> ${SH} PR: 39969 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=70435
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* Set LATEST_LINK to "iozone21" to avoid conflict with the package nameAkinori MUSHA2002-01-191-0/+2
| | | | | | | | | of benchmarks/iozone. (Maintainer timeout; I think it's too trivial to bother him with.) Notes: svn path=/head/; revision=53350
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-5/+5
| | | | Notes: svn path=/head/; revision=27416
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-4/+5
| | | | Notes: svn path=/head/; revision=25734
* Quiet a portlint(1) warning.David E. O'Brien2000-02-031-3/+0
| | | | Notes: svn path=/head/; revision=25458
* Revert back to version 2.1 The 3.x versions of iozone have completelyDavid E. O'Brien2000-01-091-16/+11
| | | | | | | | changed their testing methods, thus their output is useless in comparing with older statistics. Notes: svn path=/head/; revision=24612
* The distfile moved around on the MASTER_SITE and changed names. TheSteve Price1999-09-271-2/+2
| | | | | | | | | checksum did not change. Inspired by: a partial commit by Asami-san Notes: svn path=/head/; revision=21976
* Oops sorry, didn't intend to commit that one....Satoshi Asami1999-09-221-2/+2
| | | | Notes: svn path=/head/; revision=21884
* iozone has a homepage (which is its master site as well).Satoshi Asami1999-09-221-2/+2
| | | | Notes: svn path=/head/; revision=21881
* Upgrade to version 3.9Jean-Marc Zucconi1999-09-201-2/+2
| | | | Notes: svn path=/head/; revision=21836
* ${STRIP} is not a command -- it's the -s flag to install. ;)Satoshi Asami1999-09-101-1/+1
| | | | Notes: svn path=/head/; revision=21631
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* Reroll the md5, the FTP site seems to have been updated as of 8/03/1999Bill Fumerola1999-08-081-1/+2
| | | | | | | While I'm here, strip the binary and make this port respect CFLAGS. Notes: svn path=/head/; revision=20603
* Upgrade to version 3.0Jean-Marc Zucconi1999-07-071-11/+15
| | | | Notes: svn path=/head/; revision=20110
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-2/+3
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Don't use DISTFILES when you have only one file to fetch.Bill Fumerola1998-12-011-6/+5
| | | | | | | | | | | | | | I eliminated DISTFILES and PKGNAME by just using EXTRACT_SUFX. On a funnier note, the MASTER_SITE didn't like us sending our e-mail address as "president@whitehouse.gov" to get around it's "no-root" login policy. So I had to change this to "portsuser@FreeBSD.org". 530- SIR, how'bout using a NSA machine instead? 530 Goodbye. Notes: svn path=/head/; revision=15041
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+2
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Braindamaged master site not allows root@<hostname> password,Andrey A. Chernov1996-11-141-1/+4
| | | | | | | | use followin trick instead: FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch Notes: svn path=/head/; revision=4453
* Category renaming to match the directory names ("benchmarking"Satoshi Asami1995-11-221-2/+2
| | | | | | | -> "benchmarks"). Notes: svn path=/head/; revision=2443
* Change categories to reflect their new homes.Satoshi Asami1995-07-131-2/+2
| | | | Notes: svn path=/head/; revision=1959
* Remove the dependency on gshar+gunsharJean-Marc Zucconi1995-06-151-4/+2
| | | | | | | Use awk and sh to extract Notes: svn path=/head/; revision=1833
* Updated utils Makefiles!Satoshi Asami1995-04-231-3/+1
| | | | Notes: svn path=/head/; revision=1502
* Another round of Makefile updates, in utils!Satoshi Asami1995-04-151-4/+16
| | | | Notes: svn path=/head/; revision=1359
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-111-0/+1
| | | | Notes: svn path=/head/; revision=1327
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Make parentheses around the gzcat | gunshar shell commands to preventAndreas Schulz1995-02-181-1/+1
| | | | | | | | a ambigious redirect message from the shell from the "<" stdin redirection. Notes: svn path=/head/; revision=1003
* Remove cd WRKDIRAndrey A. Chernov1995-02-171-1/+1
| | | | Notes: svn path=/head/; revision=998
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* Put cd command under brackets for proper exit codeAndrey A. Chernov1995-01-171-1/+1
| | | | Notes: svn path=/head/; revision=792