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
snj
242f014ef7
s/conformancy/conformance/
2004-02-21 06:34:04 +00:00
agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +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
zuntum
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +00:00
agc
a16fc84f19
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
...
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +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
zuntum
504b092a1c
Cleanup:
...
-O2 -> ${CFLAGS}
${MKDIR} -> ${INSTALL_DATA_DIR}
2001-03-31 10:09:04 +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
171e025b4a
Rewrite the extraction commands to be more intuitive.
...
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).
EXTRACT_USING_PAX can be set as before.
For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
now use:
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01 14:07:52 +00:00
agc
b0de669fdb
Rename FPE signal handler to avoid a name clash.
1999-03-16 08:54:32 +00:00
agc
6572e1b37c
s/cc/${CC}/
...
Add -ffloat-store to compilation line (pointed out by Jonathon Stone)
1999-03-16 08:53:43 +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
1fe9c24008
Add benchmark target to the package Makefile, to enable the benchmark
...
to be run.
Add a file containing the answers necessary to run the benchmark.
1998-09-24 09:08:16 +00:00
garbled
e0cc3a8918
Make this pkg honor WRKOBJSRC, pointed out by Thorsten.
1998-09-06 21:12:41 +00:00
garbled
82a712d223
Add new pkg for paranoia.
...
a highly paranoid test of IEEE 754 conformancy.
1998-08-30 19:38:57 +00:00