Commit graph

18 commits

Author SHA1 Message Date
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
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
cube
1279464c12 Reword an unclear sentence. With the appreciated help of Soren Jacobsen. 2003-11-11 22:15:01 +00:00
hubertf
f75ac09f88 remove debug code 2003-11-11 21:22:51 +00:00
hubertf
6547b2801c Bump dmesg2gif to V1.3. Changes:
* remove use of tmp file, thanks to Robert Elz for the hint
 * fix problem with ':' in wrong place, found by Matthias Scheler
2003-11-11 16:30:46 +00:00
cube
00238c7d50 Add copyright notice. 2003-11-03 10:19:29 +00:00
wiz
2822e2d841 Misc fixes. 2003-11-02 22:41:45 +00:00
cube
a455ff40d1 Add a manpage for dmesg2gif. Bump version.
Redo Grant's changes (USE_PERL5=run, s/graph/image).
No need for USE_PKGINSTALL.
Align variables values.
2003-11-02 19:58:00 +00:00
cube
c5ab09d381 Revert to previous version, it looks like stuff was accidentally
committed.
2003-10-23 12:39:14 +00:00
agc
ef8eabad4c Two dots, not three.
No, really.
2003-10-23 12:33:58 +00:00
hubertf
ca232e0828 add RCS ID 2003-10-20 17:11:43 +00:00
hubertf
d253d49c14 Update to dmesg2gif V1.1. Changes:
* Clean up temp file
 * Remove runtime check for graphviz package - that's really handled
   via dependencies
 * Note requirement for perl

Addresses PR 23207 by Robert Elz  / munnari.OZ.AU BANG kre /
2003-10-20 12:34:43 +00:00
grant
5a7fe4b6bb s/graph/image/ in COMMENT. 2003-10-20 03:40:40 +00:00
grant
ed5e27e660 usage messages don't belong in pkg descriptions. 2003-10-20 03:40:28 +00:00
grant
7de4174333 this needs perl and is only (useful) for NetBSD.
move DEPENDS to appease pkglint.
2003-10-20 03:40:01 +00:00
atatat
a5d1919109 Two dots, not three 2003-10-20 02:06:07 +00:00
hubertf
c833ee837f Import dmesg2gif-1.0: Output dmesg(8) device tree as GIF graph
Read dmesg(8) output (e.g. from /var/run/dmesg.boot), and output the
device tree as GIF image to stdout.

Usage: cat /var/run/dmesg.boot | /usr/pkg/bin/dmesg2gif | xv -
2003-10-20 00:31:29 +00:00