pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/colortail Improve DESCR, and make it static.
details: https://anonhg.NetBSD.org/pkgsrc/rev/de2f0be45107
branches: trunk
changeset: 547815:de2f0be45107
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Oct 05 10:59:40 2008 +0000
description:
Improve DESCR, and make it static.
Closes PR 39704.
diffstat:
misc/colortail/DESCR | 10 +++++-----
misc/colortail/Makefile | 4 +---
2 files changed, 6 insertions(+), 8 deletions(-)
diffs (41 lines):
diff -r 0256f4c45f1e -r de2f0be45107 misc/colortail/DESCR
--- a/misc/colortail/DESCR Sun Oct 05 10:55:34 2008 +0000
+++ b/misc/colortail/DESCR Sun Oct 05 10:59:40 2008 +0000
@@ -1,7 +1,7 @@
Colortail works like the standard tail but it can optionally read
-a color config file where its specified expressions that results in colors.
-It can be used to quickly get an overview of interesting activity by
-ie. colorize those brightred or some other color of your choose.
+a color config file, where expressions are specified for coloring
+the results.
-Examples of the color configuration files are
-in @PREFIX@/share/examples/colortail.
+Thus it can be used to quickly get an overview of interesting
+activity by colorizing relevant lines brightred or some other color
+of your choice.
diff -r 0256f4c45f1e -r de2f0be45107 misc/colortail/Makefile
--- a/misc/colortail/Makefile Sun Oct 05 10:55:34 2008 +0000
+++ b/misc/colortail/Makefile Sun Oct 05 10:59:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/02/22 19:01:22 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2008/10/05 10:59:40 wiz Exp $
DISTNAME= colortail-0.3.0
CATEGORIES= misc
@@ -12,7 +12,6 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--datadir=${PREFIX}/share/examples/colortail
-DESCR_SRC= ${WRKDIR}/.DESCR_SRC
post-install:
${INSTALL_MAN} ${WRKSRC}/colortail.1 ${PREFIX}/${PKGMANDIR}/man1
@@ -20,7 +19,6 @@
cd ${WRKSRC}/example-conf/ && \
${INSTALL_DATA} conf.kernel conf.messages conf.secure \
conf.xferlog conf.daemon ${PREFIX}/share/examples/colortail
- ${SED} 's,@PREFIX@,${PREFIX},' ${PKGDIR}/DESCR > ${DESCR_SRC}
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index