Commit graph

102 commits

Author SHA1 Message Date
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
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!
1996-10-10 05:05:35 +00:00
Satoshi Asami
0fb81c77bc Typo (messure -> measure). 1996-10-10 03:41:19 +00:00
Paul Traina
2d1a28c853 Fix CFLAGS substitutions 1996-10-07 16:57:57 +00:00
Satoshi Asami
8cb1c3514f Maintainer goes in a section of its own. 1996-08-04 08:46:07 +00:00
Satoshi Asami
dc040556f3 Add netperf. 1996-08-04 08:45:44 +00:00
Paul Traina
1472849a6e Re-import netperf package under benchmarks.
Requested by: asami
1996-08-03 19:51:05 +00:00
Satoshi Asami
b0ae2f4c93 pkg/COMMENT files for use by ports READMEs. 1996-04-09 08:30:00 +00:00
Satoshi Asami
8576760e50 Check NOMANCOMPRESS, and convert a shell for loop into a make .for loop
while I'm here.

Requested by:	rgrimes
1996-03-21 11:35:08 +00:00
Satoshi Asami
924e9c16d5 Expand subdirectory (lib/lmbench). 1996-02-01 07:56:10 +00:00
Satoshi Asami
3f1ecbf68d Fix a couple of relative paths. 1996-02-01 07:22:23 +00:00
Stefan Eßer
ac16c18c03 Make this run from a R/O /usr file system:
- 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).
1996-01-05 16:38:12 +00:00
Stefan Eßer
00e64e978f Add bytebench. 1996-01-03 00:12:48 +00:00
Stefan Eßer
def0541056 List all files being installed and add @dirrm directioves for proper
deinstallation.
1996-01-03 00:09:51 +00:00
Stefan Eßer
8ec4c84aa4 Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr will
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".
1996-01-03 00:08:33 +00:00
Stefan Eßer
1da350ced8 Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr will
prevent the tests from running.
1996-01-03 00:06:21 +00:00
Stefan Eßer
2d1df8b704 Add "do-install" target. 1996-01-02 23:08:59 +00:00
Stefan Eßer
bdfe0a2973 *** empty log message *** 1996-01-02 23:07:41 +00:00
Stefan Eßer
e33d663c79 Package description files added. 1996-01-02 22:08:35 +00:00
Stefan Eßer
0fa3c4a3a1 The BYTE benchmark suite, very popular under Linux users as it seems.
(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 ...
1996-01-01 22:57:36 +00:00
Satoshi Asami
32c1e68ce5 Category renaming to match the directory names ("benchmarking"
-> "benchmarks").
1995-11-22 11:37:02 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Torsten Blum
b8859bcb27 use ${PREFIX} instead of /usr/local 1995-10-06 20:02:50 +00:00
Satoshi Asami
c59c33f7bc Change categories to reflect their new homes. 1995-07-13 01:09:11 +00:00
Satoshi Asami
7d4de36022 New Makefile with bonnie, iozone, lmbench and tcpblast. Welcome to
your new home, babies!
1995-07-13 00:03:08 +00:00
Jean-Marc Zucconi
3aceaf024d Remove the dependency on gshar+gunshar
Use awk and sh to extract
1995-06-15 11:26:50 +00:00
Satoshi Asami
d483bc7ba1 Bonnie benchmarking tool.
Submitted by:	se
1995-05-19 09:49:09 +00:00
Satoshi Asami
db91565e4b Package files. 1995-05-14 06:23:18 +00:00
Satoshi Asami
f61d5cfb5b The Makefile that has three targets, "results", "rerun" and "see", gets
copied over to ${PREFIX}/lib/lmbench.
1995-05-14 06:19:50 +00:00
Satoshi Asami
c30ab1ec95 Make this thing install. Basically copy everything it needs to
${PREFIX}/lib/lmbench.
1995-05-14 06:08:08 +00:00
Satoshi Asami
a3961649e1 A package to measure & compare system performance.
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.
1995-05-06 11:49:56 +00:00
Satoshi Asami
4b4356397f Add more CATEGORIES. packages/orphans is now empty. 1995-05-03 02:22:33 +00:00
Satoshi Asami
b165a3a9b5 Updated utils Makefiles! 1995-04-23 13:02:52 +00:00
Satoshi Asami
5f46dae90f Update of net Makefiles! Am I done? :) 1995-04-15 05:42:12 +00:00
Satoshi Asami
91552dc4b8 Another round of Makefile updates, in utils! 1995-04-15 03:46:07 +00:00
Jean-Marc Zucconi
bb0452e715 Add MAINTAINER= jmz@FreeBSD.org 1995-04-11 02:02:17 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Gary Palmer
3753222345 Try to get most ports checksummed 1995-03-31 22:18:54 +00:00
Andreas Schulz
42e165c30c Make parentheses around the gzcat | gunshar shell commands to prevent
a ambigious redirect message from the shell from the "<" stdin
redirection.
1995-02-18 20:08:32 +00:00
Andrey A. Chernov
5b50924596 Remove cd WRKDIR 1995-02-17 16:44:28 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(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!
1995-02-11 13:51:48 +00:00
Gary Palmer
29b4546616 Make the fetch target a dummy so from-the-top `make fetch' runs don't fall
over
1995-02-10 06:09:56 +00:00
Andrey A. Chernov
acc87d780d Put cd command under brackets for proper exit code 1995-01-17 23:44:34 +00:00
Jordan K. Hubbard
c33be61ae6 Update DEPENDS lines to point to the new relocated ports. 1995-01-13 13:17:41 +00:00
Andrey A. Chernov
54f7c443fd Upgrade. 1994-12-28 05:46:33 +00:00
Andreas Schulz
61dc09009c Remove the symlink in the pre-clean target, that gets created from the
configure script.
1994-11-21 10:39:08 +00:00
Jordan K. Hubbard
c80269ffdf We have no WRKDIR. Say so. 1994-11-17 00:22:54 +00:00
Jordan K. Hubbard
a558be12bc When we changed the cookies to be ${WRKDIR} relative, it broke this guy.
Reassign cookie locations.
1994-11-10 01:36:42 +00:00
Jordan K. Hubbard
329fbdce3a Update of this port from Jean-Marc Zucconi
Submitted by:	jmz
1994-10-06 01:02:07 +00:00
Jordan K. Hubbard
f6c8ff100d Jean-Marc Zucconi's iozone port.
Submitted by:	jmz
1994-09-26 13:26:57 +00:00
Jordan K. Hubbard
000e8742eb Several changes across all ports:
1.	Make MASTER_SITES entries contain a trailing /.  Garrett says that
	assuming a '/' seperator between entries in MASTER_SITES and entries
	in DISTFILES is a dangerous assumption.  This will also be taken
	out of bsd.port.mk.

2.	General clean-up.  Some of these Makefiles were a little grim.
	Make sure they're all in sync with the sometimes rapidly changing
	bsd.port.mk! :)

3.	Some small configuration tweaks to keep them compiling under the
	most recent 2.0 - some things seem to have broken along our road
	to release.
1994-09-14 14:12:45 +00:00
Jordan K. Hubbard
884e46693a Make the required changes to make all existing ports use MASTER_SITES
correctly.
1994-09-13 06:35:06 +00:00
Jordan K. Hubbard
9e5906dd61 Bring in Michael Reifenberger's tcpblast port.
Reviewed by:	jkh
Submitted by:	mr
1994-09-08 21:59:31 +00:00