The NetBSD Project

CVS log for pkgsrc/misc/colorize/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / misc / colorize

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Fri Feb 26 10:28:33 2010 UTC (2 years, 2 months ago) by wiz
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.17: +2 -2 lines
Diff to previous 1.17 (colored)

Reset maintainer for developers who gave back their commit bit.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Mar 4 19:21:11 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.16: +16 -10 lines
Diff to previous 1.16 (colored)

Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 4 06:04:42 2008 UTC (4 years, 4 months ago) by obache
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.
HOMEPAGE is also gone away, comment possible new location.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:00 2007 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: 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], Fri Jun 16 17:48:47 2006 UTC (5 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.13: +14 -9 lines
Diff to previous 1.13 (colored)

Fixed hard-coded paths. Bumped PKGREVISION.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:14 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.12: +2 -3 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Fri Jul 15 18:27:52 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.

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

Create directories before installing files into them.

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 15 22:02:27 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 20 12:21:01 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], Mon Jul 21 17:01:13 2003 UTC (8 years, 10 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

COMMENT should start with a capital letter.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 17 21:48:48 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 18 09:22:23 2003 UTC (8 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:48 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 13 14:02:50 2001 UTC (10 years, 11 months ago) by zuntum
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Update colorize to 0.3.0

  * README update
  * HTML title change (s/colorize /colorize.pl /)
  * *fix* device and script name in colorize-fifo.sh
  * *fix* the init.d scripts (restart looks bad)
  * *fix* apache log format catch
    (when user is set in access.log), thanks jamie
  * user catch moved later in catch list

  * *changed* --convertdate switch to --convert-date

  * !new! procmail log format (feature req. from Anh Lai)
  * !new! facility remove switch (feature req. from Mw3 and [drewie])

Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 9 14:57:20 2001 UTC (11 years, 1 month ago) by zuntum
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Update colorize to 0.2.8

colorize (0.2.8) unstable; urgency=low

  * *fixed* the address catch
  * it's really support exim log now
  * some code cleanup
    (free some variable after use, 'userfriendly' comments, etc.)
  * *fixed* script name in examples. After all, you don't must read it
    before use (blah, why? :)

  * s/squid/proxy/ (i love oops, and log format is equivalent)
  * message function rewrite

  * !new! added ipv6 IP support
    (it's only just seek for :: before and after a word character[s])
  * !new! option --convertdate or -C to convert unix timestamp to readable
    format [toma's idea]
  * !new! format: oops.log
  * !new! good word: done, check
  * !new! bad word: offline
  * !new! number catch
  * !new! system words

Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 29 13:47:29 2001 UTC (11 years, 1 month ago) by zuntum
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Update to 0.2.7:

colorize (0.2.7) unstable; urgency=medium

  * file exists test was in wrong place *fixed* (thanks HoFi for report)
  - ohh, i hate, that i can't release a stable version :(

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Mar 26 04:11:11 2001 UTC (11 years, 2 months ago) by zuntum
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of colorize-0.2.6

colorize is a log colorize perl script, with some ugly functions: 
 * Many known log format (including: daemon [classic log format],
   squid [and oops], apache [access, error], xferlog, exim, and more) 
 * Extreme regexp matches (email, url, size, address, version, file etc.) 
 * Some usefull matches (user, service, protocol) 
 * Theme support (with multiple config files) 
 * HTML output support (with valid HTML and CSS code) 


Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 26 04:11:11 2001 UTC (11 years, 2 months ago) by zuntum
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>