summaryrefslogtreecommitdiff
path: root/benchmarks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* EXTRACT_SUFX is not necessary when DISTFILES is already specified.Satoshi Asami1997-02-191-3/+3
| | | | | | | | While I'm here, attempt to use more standard variables (PATCH*) in the pre-patch command (patch is in shar format). Notes: svn path=/head/; revision=5689
* * no $Id$David E. O'Brien1997-02-171-6/+11
| | | | | | | | | | | * PKGNAME needs a version number * DISTNAME useless * use INSTALL_* macros. * "mkdir -p" --> ${MKDIR} * changed "BTW" to something non-native english speakers may understand. Notes: svn path=/head/; revision=5661
* Show a benchmark value (taken from my system) after installing the port.Andreas Klemm1997-02-161-0/+1
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=5649
* enable new xengine portAndreas Klemm1997-02-161-1/+2
| | | | Notes: svn path=/head/; revision=5648
* new xengine port. Closes PR 2249.Andreas Klemm1997-02-166-0/+73
| | | | | | | | | | It displays a part of a motor. The faster your X server is, the more rpm you get ;-) Guess how many rpm's I got, when I started with X11 years ago .... 32 rpm with an ET4000 VGA card on a 386 4MB running Interactive Unix ;-)) Notes: svn path=/head/; revision=5647
* mkdir --> ${MKDIR}David E. O'Brien1996-11-204-13/+13
| | | | | | | | cp --> ${CP} rm --> ${RM} Notes: svn path=/head/; revision=4601
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-187-20/+6
| | | | | | | | | | | 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-187-35/+27
| | | | Notes: svn path=/head/; revision=4575
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-11-151-1/+0
| | | | Notes: svn path=/head/; revision=4486
* Braindamaged master site not allows root@<hostname> password,Andrey A. Chernov1996-11-142-2/+8
| | | | | | | | use followin trick instead: FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch Notes: svn path=/head/; revision=4453
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-106-6/+6
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Typo (messure -> measure).Satoshi Asami1996-10-101-1/+1
| | | | Notes: svn path=/head/; revision=3947
* Fix CFLAGS substitutionsPaul Traina1996-10-071-1/+1
| | | | Notes: svn path=/head/; revision=3925
* Maintainer goes in a section of its own.Satoshi Asami1996-08-041-1/+2
| | | | Notes: svn path=/head/; revision=3521
* Add netperf.Satoshi Asami1996-08-041-1/+2
| | | | Notes: svn path=/head/; revision=3520
* Re-import netperf package under benchmarks.Paul Traina1996-08-037-0/+430
| | | | | | | Requested by: asami Notes: svn path=/head/; revision=3512
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
| | | | Notes: svn path=/head/; revision=2959
* Check NOMANCOMPRESS, and convert a shell for loop into a make .for loopSatoshi Asami1996-03-211-10/+14
| | | | | | | | | while I'm here. Requested by: rgrimes Notes: svn path=/head/; revision=2865
* Expand subdirectory (lib/lmbench).Satoshi Asami1996-02-011-1/+60
| | | | Notes: svn path=/head/; revision=2672
* Fix a couple of relative paths.Satoshi Asami1996-02-011-3/+3
| | | | Notes: svn path=/head/; revision=2671
* Make this run from a R/O /usr file system:Stefan Eßer1996-01-054-16/+112
| | | | | | | | | - Temporary files are written into $TMPDIR (default /var/tmp) (some 18MB of free space are required for the file system test). - Results are stored into $RESULTDIR (default /tmp). Notes: svn path=/head/; revision=2608
* Add bytebench.Stefan Eßer1996-01-031-1/+2
| | | | Notes: svn path=/head/; revision=2601
* List all files being installed and add @dirrm directioves for properStefan Eßer1996-01-032-8/+80
| | | | | | | deinstallation. Notes: svn path=/head/; revision=2600
* Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr willStefan Eßer1996-01-032-8/+72
| | | | | | | | | prevent the tests from running. Do not try to compile the test programs, since the sources are not being copied to the lib/bytebench directory by "make install". Notes: svn path=/head/; revision=2599
* Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr willStefan Eßer1996-01-032-4/+28
| | | | | | | prevent the tests from running. Notes: svn path=/head/; revision=2598
* Add "do-install" target.Stefan Eßer1996-01-022-6/+18
| | | | Notes: svn path=/head/; revision=2597
* *** empty log message ***Stefan Eßer1996-01-022-0/+20
| | | | Notes: svn path=/head/; revision=2596
* Package description files added.Stefan Eßer1996-01-024-0/+98
| | | | Notes: svn path=/head/; revision=2595
* The BYTE benchmark suite, very popular under Linux users as it seems.Stefan Eßer1996-01-016-0/+208
| | | | | | | | | | | (See: http://www.silkroad.com/bass/linux/bm.html for results ...) This is another benchmark that tries to give a single performance number, but without giving much thought to proper weighting of the performance numbers. So: Please handle with care ... Notes: svn path=/head/; revision=2594
* Category renaming to match the directory names ("benchmarking"Satoshi Asami1995-11-225-10/+10
| | | | | | | -> "benchmarks"). Notes: svn path=/head/; revision=2443
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* use ${PREFIX} instead of /usr/localTorsten Blum1995-10-061-1/+1
| | | | Notes: svn path=/head/; revision=2286
* Change categories to reflect their new homes.Satoshi Asami1995-07-135-10/+10
| | | | Notes: svn path=/head/; revision=1959
* New Makefile with bonnie, iozone, lmbench and tcpblast. Welcome toSatoshi Asami1995-07-131-0/+9
| | | | | | | your new home, babies! Notes: svn path=/head/; revision=1953
* Remove the dependency on gshar+gunsharJean-Marc Zucconi1995-06-152-8/+4
| | | | | | | Use awk and sh to extract Notes: svn path=/head/; revision=1833
* Bonnie benchmarking tool.Satoshi Asami1995-05-196-0/+145
| | | | | | | Submitted by: se Notes: svn path=/head/; revision=1787
* Package files.Satoshi Asami1995-05-143-0/+35
| | | | Notes: svn path=/head/; revision=1744
* The Makefile that has three targets, "results", "rerun" and "see", getsSatoshi Asami1995-05-141-0/+15
| | | | | | | copied over to ${PREFIX}/lib/lmbench. Notes: svn path=/head/; revision=1743
* Make this thing install. Basically copy everything it needs toSatoshi Asami1995-05-141-2/+22
| | | | | | | ${PREFIX}/lib/lmbench. Notes: svn path=/head/; revision=1742
* A package to measure & compare system performance.Satoshi Asami1995-05-063-0/+35
| | | | | | | | | | | | Yes, I know the package files are missing, I need to hack it a little more so that it installs the binaries and all the data files in some place that won't be blown away by a "make clean" and compare the results...for now, you can type "make test" to run the test and go into the work/lmbench-1.0/Results subdirectory to see what it measured. Notes: svn path=/head/; revision=1656
* Add more CATEGORIES. packages/orphans is now empty.Satoshi Asami1995-05-031-1/+2
| | | | Notes: svn path=/head/; revision=1590
* Updated utils Makefiles!Satoshi Asami1995-04-232-6/+2
| | | | Notes: svn path=/head/; revision=1502
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-151-1/+3
| | | | Notes: svn path=/head/; revision=1363
* Another round of Makefile updates, in utils!Satoshi Asami1995-04-152-8/+32
| | | | Notes: svn path=/head/; revision=1359
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-112-0/+2
| | | | Notes: svn path=/head/; revision=1327
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-012-0/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Try to get most ports checksummedGary Palmer1995-03-312-0/+2
| | | | Notes: svn path=/head/; revision=1262
* Make parentheses around the gzcat | gunshar shell commands to preventAndreas Schulz1995-02-182-2/+2
| | | | | | | | a ambigious redirect message from the shell from the "<" stdin redirection. Notes: svn path=/head/; revision=1003
* Remove cd WRKDIRAndrey A. Chernov1995-02-172-2/+2
| | | | Notes: svn path=/head/; revision=998
* Converted Makefiles as much as I could.Satoshi Asami1995-02-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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