agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +00:00
wiz
e7283b2127
Make build on systems without gcc. From Jonathan Perkin in PR 22856.
2003-09-19 18:16:41 +00:00
grant
91f00f1cbc
s/netbsd.org/NetBSD.org/
2003-07-17 21:21:03 +00:00
jschauma
e366d0c694
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
...
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +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
jlam
e7de7e8840
Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
...
is sufficient.
2002-02-25 04:47:21 +00:00
zuntum
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +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
c750c08ad9
Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
...
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +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
wiz
e74f5b5509
replaced some commands by their ${COMMAND} counterparts
...
one RCS tag added
1999-12-28 04:26:17 +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
explorer
268f195e23
install hint-double and hint-int, both of which test the obvious.
1999-02-10 18:49:17 +00:00
frueauf
421382c55f
pkglint: remove bogus header from Makefile and add missing rcs ids.
1999-02-10 14:59:50 +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
hubertf
0ddb865a76
make aware of BATCH (if interactive), uid (if benchmark needs to be run as root)
1998-12-03 01:27:04 +00:00
drochner
1fff0f3d48
basic NetBSD changes
1998-11-13 14:06:01 +00:00
drochner
db1470bd87
import HINT benchmark
1998-11-13 14:00:50 +00:00