The NetBSD Project

CVS log for pkgsrc/sysutils/dmesg2gif/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / sysutils / dmesg2gif

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 24 23:13:31 2010 UTC (2 years, 4 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, HEAD
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

Add LICENSE

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 9 00:48:16 2009 UTC (3 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.17: +1 -3 lines
Diff to previous 1.17 (colored)

Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 16 15:36:07 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Fix DESTDIR.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:46 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

Add DESTDIR support.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:11 2007 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

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.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jul 27 00:09:06 2006 UTC (5 years, 10 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

de-maintain

Revision 1.13 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:49 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:34 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:20 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

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.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:33 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Create directories before installing files into them.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 20 12:26:15 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 11 16:30:46 2003 UTC (8 years, 6 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 2 19:58:00 2003 UTC (8 years, 6 months ago) by cube
Branch: MAIN
Changes since 1.6: +9 -10 lines
Diff to previous 1.6 (colored)

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.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 23 12:33:58 2003 UTC (8 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Two dots, not three.

No, really.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 20 12:34:43 2003 UTC (8 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.4: +5 -8 lines
Diff to previous 1.4 (colored)

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 /

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 20 03:40:40 2003 UTC (8 years, 7 months ago) by grant
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

s/graph/image/ in COMMENT.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 20 03:40:01 2003 UTC (8 years, 7 months ago) by grant
Branch: MAIN
Changes since 1.2: +6 -2 lines
Diff to previous 1.2 (colored)

this needs perl and is only (useful) for NetBSD.

move DEPENDS to appease pkglint.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 20 02:06:07 2003 UTC (8 years, 7 months ago) by atatat
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Two dots, not three

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 20 00:31:29 2003 UTC (8 years, 7 months ago) by hubertf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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 -

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 20 00:31:29 2003 UTC (8 years, 7 months ago) by hubertf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>