minskim
197598af9a
Honor *OWN, *GRP, and *MODE.
2006-06-06 00:02:54 +00:00
drochner
1c7ab8c04d
The patch in PR pkg/21421 had a bug: The memory allocated for "Chunk"
...
was too short. This made the program die from EFAULT randomly.
Found by Konrad Schroder.
Apply his fix that and bump PKGREVISION.
2006-04-12 10:55:49 +00:00
reed
035e1e1f2d
Remove extra space.
2005-12-27 20:44:23 +00:00
tv
e39629e3a4
NOT_FOR_PLATFORM Interix (only 32-bit off_t).
2005-10-31 17:03:02 +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
jlam
c269d73f49
Note that expr is used by this package.
2005-05-16 04:38:03 +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
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
agc
8cafa95e37
Add RMD160 digests in addition to the SHA1 ones.
2005-02-22 21:08:31 +00:00
minskim
7e3f925b6c
Enable pkgviews installation.
2004-07-30 15:50:37 +00:00
agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +00:00
jmmv
f1446ddf2b
Drop trailing whitespace. Ok'ed by wiz.
2003-05-06 17:40:18 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
grant
73f3c110c5
we install Bonnie' as
bonnie', update usage() accordingly.
2002-06-09 00:24:30 +00:00
zuntum
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +00:00
garbled
e5ed120f4a
Update this pkg to 2.06. There doesn't seem to be any changelog, nor any
...
obvious changes, other than the addition of a -html option to generate html
tables for results.
2001-07-16 22:50:47 +00:00
agc
ea88b752ca
Move to sha1 digests, and add distfile sizes.
2001-04-20 09:13:22 +00:00
agc
18ea9c7e79
+ move the distfile digest/checksum value from files/md5 to distinfo
...
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
wiz
18097323ee
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
2001-04-09 11:45:33 +00:00
wiz
f7bb9e2078
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-16 13:30:32 +00:00
wiz
a98e68c035
cp -> ${CP}, chmod -> ${CHMOD}
2000-03-16 12:16:49 +00:00
abs
df05aef71f
Strip trailing '.', and/or leading '(a|an) '
2000-01-05 15:37:50 +00:00
agc
a910a6fd62
Add package patch-sum files
1999-07-09 13:50:05 +00:00
agc
fd7b118f38
Some packages use bsd-style .mk files when building, and so any manual
...
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set. If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile. This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.
Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
bad
2c5b4ca760
Use ftp0.sunet.se instead of ftp.sunet.se.
1999-05-05 16:54:03 +00:00
garbled
f544fc14ed
Fix all the benchmark targets so they work properly, and work with the
...
package uninstalled, with the exceptionof lmbench. Make non-batch
targets for all the benchmarks, and create a results target which
places all the results in /tmp for easier collection.
1998-12-26 15:59:54 +00:00
agc
3c8e74daa4
Run the benchmarks in ${WRKSRC}.
1998-09-24 09:20:08 +00:00
agc
466a1f77ad
Add a benchmark target to the package Makefile, to enable the
...
benchmark to be run.
1998-09-23 16:16:20 +00:00
tsarna
6bd0d65c65
The Grand Homepagification:
...
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7
Add NetBSD RCS Ids.
1998-08-07 13:16:49 +00:00
agc
86db14e819
Add NetBSD RCS Ids.
1998-08-07 10:35:47 +00:00
agc
e8939e27f4
Make packages which use NetBSD's bsd.man.mk work with automatic manual
...
page handling.
1998-06-20 09:20:38 +00:00
frueauf
49e36ada0b
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
1998-04-20 11:56:17 +00:00
agc
258b808c9f
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
...
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
frueauf
b086b26141
Handle MANZ and MANINSTALL case better.
1998-03-20 22:04:08 +00:00
tron
192eeebf0c
Fix manual page compression
1998-03-07 13:57:00 +00:00
tron
4e49e24d5c
Handle manual page compression more clever.
1998-02-28 18:14:09 +00:00
tron
23c0ecfc7e
Adapt this package to NetBSD.
1998-02-26 23:32:16 +00:00
tron
f65a872298
Initial import of FreeBSD's "bonnie" port.
1998-02-26 21:27:49 +00:00