Update to 4.0.3.
From the 4.0.0 announcement: Added colorschemes for most server applications, improved setting of colors (now also background and attributes can be set), improved userinterface, like 'tee' output can now be send to other processes/ files before or after processing, ip adresses/hostnames/seconds since epoch/errno values can be translated, it can now also read from stdin, added key for hiding all windows but the one selected, lines ending with '\' can be merged into one line, furthermore quite a few small bug fixes and numerous small additions and improvements.
This commit is contained in:
parent
8d34e299a6
commit
f3070ba715
@ -1,37 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2006/03/11 15:00:30 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2006/04/18 15:03:33 naddy Exp $
|
||||
|
||||
COMMENT= "multi-window tail(1) utility"
|
||||
|
||||
VERSION= 3.8.8
|
||||
VERSION= 4.0.3
|
||||
DISTNAME= multitail-${VERSION}
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= http://www.vanheusden.com/multitail/
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c m ncurses util panel
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
WANTLIB= c m ncurses util panel
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
MAKE_FLAGS= CC='${CC}' CFLAGS='${CFLAGS} -DVERSION=\"${VERSION}\"'
|
||||
MAKE_FLAGS= CC='${CC}' \
|
||||
CFLAGS='${CFLAGS} -DVERSION=\"${VERSION}\" \
|
||||
-DCONFIG_FILE=\"${SYSCONFDIR}/multitail.conf\"'
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/multitail
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/multitail
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/multitail ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/multitail.1 ${PREFIX}/man/man1
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} readme.txt manual.html \
|
||||
${PREFIX}/share/doc/multitail
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/multitail
|
||||
${INSTALL_DATA} ${WRKSRC}/readme.txt ${WRKSRC}/manual.html \
|
||||
${PREFIX}/share/doc/multitail
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/multitail
|
||||
${INSTALL_DATA} ${WRKSRC}/multitail.conf \
|
||||
${PREFIX}/share/examples/multitail
|
||||
${PREFIX}/share/examples/multitail
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (multitail-3.8.8.tgz) = a04ab5b447a0c1b49ab5b950e68d1268
|
||||
RMD160 (multitail-3.8.8.tgz) = 4109c62792c6418c60bbae24bec7ba33a2fba803
|
||||
SHA1 (multitail-3.8.8.tgz) = 3d3fa16a70271822f1b3c4aad68e1f5720d67530
|
||||
SIZE (multitail-3.8.8.tgz) = 81252
|
||||
MD5 (multitail-4.0.3.tgz) = b6017e19aa7cf7e2b4fddd75a596a1a7
|
||||
RMD160 (multitail-4.0.3.tgz) = 9a1e7c20933f505d1dff288a233b7e3cdf7b1af6
|
||||
SHA1 (multitail-4.0.3.tgz) = 2ff411f7aad2bf12ebd737926497989fc023789e
|
||||
SIZE (multitail-4.0.3.tgz) = 123820
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-multitail_conf,v 1.2 2006/01/23 19:05:39 naddy Exp $
|
||||
--- multitail.conf.orig Thu Jan 12 13:58:09 2006
|
||||
+++ multitail.conf Mon Jan 23 18:15:00 2006
|
||||
@@ -110,8 +110,8 @@ tab_stop:4
|
||||
$OpenBSD: patch-multitail_conf,v 1.3 2006/04/18 15:03:33 naddy Exp $
|
||||
--- multitail.conf.orig Wed Apr 12 16:50:32 2006
|
||||
+++ multitail.conf Mon Apr 17 18:06:56 2006
|
||||
@@ -614,8 +614,8 @@ tab_stop:4
|
||||
# what program to start when the user presses a key
|
||||
# ...:x:... just that key
|
||||
# ...:^x:... that key with control
|
||||
|
Loading…
Reference in New Issue
Block a user