Commit graph

27 commits

Author SHA1 Message Date
hubertf
cd1f1bf0dd Add LICENSE 2010-01-24 23:13:31 +00:00
hubertf
5dfbe733c5 Add 2-clause-bsd license 2010-01-24 14:46:29 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
0a2da9314b Fix DESTDIR. 2008-06-16 15:36:07 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
hubertf
745fc9f10e de-maintain 2006-07-27 00:09:05 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +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
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