Commit graph

374 commits

Author SHA1 Message Date
xtraeme
f8de3073f7 Simplify the check for SunOS, LIBS.SunOS is enough. 2005-08-10 07:03:13 +00:00
tron
2aa2085c98 Use "PTHREAD_LIBS" in build phase to make sure that this builds on
platforms without a "-pthread" option supported by the compiler.
2005-08-10 06:57:07 +00:00
tron
71c09326db Update "netio" package to version 1.23. Changes since version 1.13 include:
- UDP support
- sets socket buffer size by default for decent performance under *BSD
2005-08-09 22:47:09 +00:00
rillig
aee29869cd Removed PKG_MISC_TARGETS, as it doesn't work anyway. Many packages in this
category don't even implement these targets.
ok'ed by jlam.
2005-08-06 20:45:18 +00:00
drochner
95e182a0aa explicitely include <sys/types.h> before <machine/ieee.h>
might fix build error on older NetBSD releases (seen in 1.6.2 bulk build)
2005-08-02 14:53:25 +00:00
drochner
46628983f8 +zelibm 2005-07-27 17:07:51 +00:00
drochner
487b6e140f import "zelibm", a tool to check the accuracy of some libm functions,
by Ulrich Drepper
2005-07-27 17:06:53 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
adam
52ad39a77c Changes 3.03:
* Many improvements
2005-07-12 09:55:57 +00:00
reed
fd1c752071 Import thrulay-0.6, TCP and UDP network capacity tester.
Packaged by Rui Paulo.
2005-07-06 19:46:14 +00:00
reed
93ba4c8e70 Import thrulay-0.6, a TCP and UDP network capacity tester.
This package is from rpaulo@, who asked me to import.
(My only change was to use INSTALLATION_DIRS.)
I only tested build.

DESCR:
thrulay is used to measure the capacity of a network by sending a bulk
TCP stream over it.

Like other tools (such as iperf, netperf, nettest, nuttcp, ttcp, etc.),
thrulay can report TCP throughput periodically so that TCP performance
plots can be produced. Unlike other tools, thrulay not only reports goodput,
but round-trip delay time as well. The output of thrulay is easy to parse
by machine (in fact, it's ready to be used as a data file for gnuplot).

Starting from version 0.5, thrulay supports UDP tests. Unique feature of
thrulay is that it can send a Poisson stream of very precisely positioned
packets; the TSC register is used for timing rather than very coarse
(20ms on most systems) system sleep functionality.
2005-07-06 19:42:01 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
wiz
842c5c1fc4 regen patch-aa (as standard unidiff). Addresses part of PR 29877. 2005-06-12 11:16:56 +00:00
jlam
c97f8417a8 Remove the need to archivers/gsharutils at build-time to extract the
distfiles.  This fixes PR pkg/29877.
2005-06-12 04:03:30 +00:00
rillig
5fff99372c Removed RCS IDs out of the patches. 2005-05-23 08:55:56 +00:00
rillig
e19c2dbb21 NO_CHECKSUM=yes instead of #defined. 2005-05-23 08:53:42 +00:00
rillig
14497f5b27 Append to USE_TOOLS instead of overwriting. 2005-05-23 08:51:46 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
c269d73f49 Note that expr is used by this package. 2005-05-16 04:38:03 +00:00
jlam
b4b71135fe Use ${GZCAT} instead of ${GUNZIP_CMD} -c. The former is more succinct,
and is recognized by the tools framework automatically.
2005-05-15 04:29:48 +00:00
reed
4a5a41e0b5 Fix MAINTAINER email address for David Ferlier. 2005-05-02 23:02:06 +00:00
rillig
a131c3ccfc Removed the RCS Id tags from the patches. This makes pkglint happy.
Approved by jlam.
2005-04-12 01:00:42 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809d8f3dad Convert to bl3. 2005-03-30 19:52:42 +00:00
minskim
c37c7954af Make this package build on Darwin.
- Include sys/aio.h to use O_SYNC.
  - Use fsync(2) instead of fdatasync(2), which is unavailable on Darwin.
2005-03-25 15:44:38 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
rillig
e604b5e205 Added two patches that comment out the sa_sigaction field of struct
sigaction for NetBSD versions (<2.0) that don't have it. Approved by wiz.
2005-03-14 15:02:14 +00:00
garbled
702ad6997c Fix the ID tag 2005-03-03 11:54:31 +00:00
garbled
bf3c37b750 Fix a stupid in the patch 2005-03-03 11:53:25 +00:00
garbled
9c5eac92b5 Apply patches to bonnie from PR 21421 by Greg Woods. Fixes a number of
issues with the program.  Bumping pkgrevsision to 1.
2005-03-03 08:58:27 +00:00
garbled
314ae767c7 Add patches in PR pkg/17941 from David Laight. Mostly performance
boosts, and a core dump fix.  Bumping rev to 2.
2005-03-03 08:53:06 +00:00
agc
8cafa95e37 Add RMD160 digests in addition to the SHA1 ones. 2005-02-22 21:08:31 +00:00
veego
61e5ffbf87 Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

While here merge the PLIST.md file into PLIST.common and put the
@dirrm commands into the new PLIST.common_end
2005-02-21 20:51:21 +00:00
xtraeme
41e90de9f5 Added benchmarks/blogbench. 2005-02-14 22:07:22 +00:00
xtraeme
ff1286bcd7 Initial import of blogbench-1.0.
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.
2005-02-14 22:05:53 +00:00
jlam
b6b853727d Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler
framework.  The list of changes include:

  * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES,
    so we no longer need to say it in package Makefiles.  Packages
    should now append to USE_LANGUAGES instead of setting it.

  * Create mk/compiler/f2c.mk which implements another pseudo-compiler
    "f2c" that may be used with any C compiler backend, e.g.

	PKGSRC_COMPILER= f2c ccache gcc

  * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk,
    etc., to use f2c if the native Fortran compiler isn't present.

Packages that use Fortran should now simply include the line:

	USE_LANGUAGES+=	fortran

in the package Makefile.
2005-01-12 15:31:58 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
dc5a881171 Reset maintainer on his request. 2004-11-27 18:14:24 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
adam
99411dcaea Changes 2.1:
* unknown
2004-11-10 15:32:33 +00:00
adam
9574c88bac Changes 3.218
Add label to Excel spreadsheet that describes the rows and columns.
	Add support for Solaris64 with VxFS.
	Add support for Linux-arm

Changes 3.219
	Add sleep to permit child to get connection up before master does
	connect.

Changes 3.220
	Improve master connect to child, without delays.

Changes 3.221
	Add -+B Mixed sequential testing. BlueArc request.

Changes 3.222
	Workaround for bug in Cygwin's sscanf

Changes 3.223
	Add transfer size to the output from -Q

Changes 3.224
	Work around for TCP_WAIT in Windows.

Changes 3.225
	Fix for broken rsh on Windows.

Changes 3.226
	Workaround for gcc 3.4. From the folks at Gentoo.org.
2004-11-10 14:13:21 +00:00
wiz
d3bff0c9ee Set WRKSRC after DISTNAME change. 2004-11-02 13:28:12 +00:00
wiz
cc2012d9e1 Update MASTERSITES. 2004-11-01 15:07:51 +00:00
wiz
f71834e770 Update DISTNAME and MASTER_SITES; contents
have not changed.
2004-10-28 16:53:03 +00:00
wiz
90654cf274 Replace non-responding master site; use currently available tarball
(using DIST_SUBDIR).

Diff is:

diff -r old/hbench-OS/README new/hbench-OS/README
12a13,14
> If you would like to share your results, please mail
> them to hbench-results@eecs.harvard.edu.
51a54,56
> If you would like to share your results, please mail
> them to hbench-results@eecs.harvard.edu.
>
2004-10-28 16:49:45 +00:00
wiz
78ba5123fd Update MASTER_SITES. 2004-10-28 16:43:14 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
grant
eaa75b4082 there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
2004-10-01 10:37:32 +00:00
jschauma
3fa0bd9400 Remove duplicate '-DNO_ISO' in IRIX target. 2004-08-22 23:30:18 +00:00
jschauma
e48899254b Re-add RCS IDs for patches 2004-08-22 23:27:16 +00:00
jschauma
ab4740022e Make this build and install under Linux and IRIX.
(Fixes PR pkg/26641)
2004-08-22 23:24:56 +00:00
minskim
7e3f925b6c Enable pkgviews installation. 2004-07-30 15:50:37 +00:00
minskim
3c7cd2a68c No need to include bsd.prefs.mk. 2004-07-30 15:17:20 +00:00
he
caf0afe1cc Print statistics to stderr, not to stdout, so that this program
can be used for bulk data transport without adding any crud at the
receiving end.  Bump pkgrevision to 2.
2004-07-30 10:16:52 +00:00
mrg
28a0f889ba also works on 1.6Z. 2004-07-04 06:43:01 +00:00
minskim
09c6589bc3 Make this package build on Linux.
- Include time.h to use struct tm.
2004-06-16 04:33:51 +00:00
danw
6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00
minskim
b793c4f23a Honor *OWN and *GRP. 2004-05-13 17:57:05 +00:00
jschauma
b770b80aee Add correct ALL_TARGET for some more platforms. 2004-05-10 16:33:03 +00:00
cjep
341efbf789 whitespace nits 2004-05-07 15:25:13 +00:00
danw
ec3447a783 make this build on Darwin 2004-05-05 00:46:45 +00:00
danw
a636841a93 add an ALL_TARGET for darwin and patch the package Makefile so the
build errors out if no platform-specific target is specified (so that
pkgsrc will recognize that the build failed)
2004-05-05 00:43:10 +00:00
danw
349cc5019f require gmake. (it coincidentally happens to build correctly with
bmake on NetBSD, but not on some other platforms)
2004-05-05 00:38:07 +00:00
snj
c1707eb390 Convert to buildlink3. 2004-04-11 03:40:29 +00:00
snj
a91b9182e3 Convert to buildlink3. 2004-04-11 03:04:33 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
snj
242f014ef7 s/conformancy/conformance/ 2004-02-21 06:34:04 +00:00
snj
88d09fd27e s/algorithims/algorithms/ 2004-02-21 06:33:00 +00:00
jlam
b259a0a438 CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
2004-02-14 15:29:15 +00:00
snj
9ff136e7a4 s/seperate/separate/ 2004-01-31 23:30:22 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
grant
ed16993a08 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:14:59 +00:00
wiz
1f0401d831 Update to 3.217:
Revision 3.212
Add record locking
Add single file, file sharing.
Revision 3.213
Enhance fill/verify (diag mode) for shared file.
Revision 3.214
Remove warnings.
Revision 3.215
Add prototype for mylockr()
Revision 3.216
Fix prototype for mylockr
Revision 3.217
Enable options for Windows systems.
2004-01-21 22:31:56 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jmmv
4911d79e90 bl3ify and support pkgviews installation. 2004-01-11 13:50:15 +00:00
jmmv
eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
  name has been changed to teTeX (instead of teTeX2).
2003-12-24 13:02:00 +00:00
wiz
4bf9d6efc7 Update to 3.211:
Add -+n option to disable re-testing.
Fixup -+n for throughput mode.
Fix Excel output when -+n is used.
Add support for the IBM S390 running Linux.
Cleanup naming conventions for the S390 and fixup a #define.
Add 64 bit compiles for s390x
Move BIG_ENDIAN to ZBIG_ENDIAN to avoid header conflicts.
Make random offsets always based on 48 bit random values.
Addition for make random offsets always based on 48 bit random values.
Make rands long longs.
Bug fix for 48 bit rands in bsd4_2 and Windows.
Make big_rand a long long.
Inject Erik's changes for Multi-client Windows.
Change proto version due to changes in Windows -+m support.
Add Eric to the contributors list.
Add more Windows support.
Spelling error.
Bug fixes from Erik H.
Reduce usage of shared memory.
Eliminate STUPID warning from the silly compiler.
Changes to remove warnings on BSD. Thanks to Christian Weisgerber
Support for the AMD64
Add -+k for constant aggregate data set size in throughput mode.
Add pread support for the TRU64 target. Department of Defense in Canada.
Add -+q for delay in seconds between tests.
Move variable up, GCC on Solaris was getting a bogus parse error
Add support for -+D (O_DSYNC) mode testing.
Make O_DSYNC conditional.
Add telemetry support for pread/pwrite
2003-12-13 10:48:33 +00:00
xtraeme
41553b8e60 Add and enable postal. 2003-12-03 18:41:21 +00:00
xtraeme
821a52860d Initial import of postal-0.62, package provided by David Ferlier via
pkgsrc-wip.

Postal is a SMTP benchmark.

Postal-list will list all the possible expansions for an account name (used
for creating a list of accounts to create on your test server).

Rabid is the mad Biff, it is a POP benchmark.
2003-12-03 18:40:32 +00:00
dmcmahill
875982fb7d don't pass the ARCH variable to the c compiler. Its not used intentionally
and it can break if a system uses ARCH for other purposes.  Noted in recent
bulk builds.
2003-11-25 22:42:30 +00:00
wiz
7e023c031f Depend on either teTeX or teTeX2 and default to latter. 2003-11-08 22:19:37 +00:00
jschauma
f321435bce According to the website, there have been some ``bugfix changes'' around
2003-04-08, but the maintainers did not version the distfile.  So make up
our own versioning, bump this to 4.0.1 and stick the distfile into a
DIST_SUBDIR (as suggested by agc@).
2003-11-05 16:03:03 +00:00
gavan
c0f46f7822 Add patch-ab 2003-10-31 14:00:10 +00:00
gavan
4442e66eb9 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-10-31 11:17:55 +00:00
gavan
02c365a6c0 Correct LFLAGS to LDFLAGS. 2003-10-31 11:17:19 +00:00
mrauch
1289a3a370 Use the built-in routines so we pick up all variable settings
(fixes missing -rpath link statement)
2003-10-26 14:54:54 +00:00
tron
f1b128afeb Fix spurios error messages and set socket buffer size. Bump package
revision to reflect changes.
2003-09-28 14:40:06 +00:00
wiz
2ab1aeb66d Make build on Solaris. From Jonathan Perkin in PR 22855. 2003-09-19 18:18:11 +00:00
wiz
e7283b2127 Make build on systems without gcc. From Jonathan Perkin in PR 22856. 2003-09-19 18:16:41 +00:00
wiz
1dbca7bc7a Make compile on Solaris. From Jonathan Perkin in PR 22860. 2003-09-19 18:14:02 +00:00
wiz
469287aeac Make compile on Solaris. From Jonathan Perkin in PR 22859. 2003-09-19 18:11:43 +00:00
wiz
bebf891a2d Make compile on Solaris. From Jonathan Perkin in PR 22858. 2003-09-19 18:08:14 +00:00
wiz
4bf8d2a268 Make compile on Solaris. From Jonathan Perkin in PR 22857. 2003-09-19 18:06:34 +00:00
seb
47765761ec Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. 2003-09-01 23:34:57 +00:00
martti
ff0278ea30 COMMENT should start with a capital letter. 2003-07-21 16:24:36 +00:00
wiz
c6de47fd77 Wildcard BUILD_DEPENDS. From Kouichirou Hiratsuka in PR 22196. 2003-07-20 09:54:52 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00