summaryrefslogtreecommitdiff
path: root/misc/colorize
AgeCommit message (Collapse)AuthorFilesLines
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-10/+16
their files via a custom do-install target.
2008-01-04Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.obache1-3/+3
HOMEPAGE is also gone away, comment possible new location.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
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.
2006-06-16Fixed hard-coded paths. Bumped PKGREVISION.rillig2-11/+16
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
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-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
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.
2005-06-17Create directories before installing files into them.jlam1-1/+2
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-1/+3
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-02-24Add RMD160 digestsagc1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-6/+6
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2001-11-11Adjust format a bit:hubertf1-1/+1
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-06-13Update colorize to 0.3.0zuntum2-6/+6
* 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])
2001-05-21Add Size entries to distinfozuntum1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-09Update colorize to 0.2.8zuntum2-5/+5
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
2001-03-29Update to 0.2.7:zuntum2-5/+5
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 :(
2001-03-26Initial import of colorize-0.2.6zuntum5-0/+68
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)