diff options
Diffstat (limited to 'sysutils/xlogmaster')
-rw-r--r-- | sysutils/xlogmaster/Makefile | 35 | ||||
-rw-r--r-- | sysutils/xlogmaster/distinfo | 2 | ||||
-rw-r--r-- | sysutils/xlogmaster/files/patch-alert.cc | 11 | ||||
-rw-r--r-- | sysutils/xlogmaster/files/patch-customize.cc | 11 | ||||
-rw-r--r-- | sysutils/xlogmaster/files/patch-output.cc | 11 | ||||
-rw-r--r-- | sysutils/xlogmaster/files/patch-watchdog.cc | 74 | ||||
-rw-r--r-- | sysutils/xlogmaster/files/patch-xlogmaster.cc | 11 | ||||
-rw-r--r-- | sysutils/xlogmaster/files/patch-xlogmaster.texinfo | 129 | ||||
-rw-r--r-- | sysutils/xlogmaster/files/xlogmasterrc | 14 | ||||
-rw-r--r-- | sysutils/xlogmaster/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/xlogmaster/pkg-plist | 31 |
11 files changed, 0 insertions, 335 deletions
diff --git a/sysutils/xlogmaster/Makefile b/sysutils/xlogmaster/Makefile deleted file mode 100644 index 5c5f1063f23e..000000000000 --- a/sysutils/xlogmaster/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Adrian Wontroba <aw1@stade.co.uk> -# $FreeBSD$ - -PORTNAME= xlogmaster -PORTVERSION= 1.6.2 -PORTREVISION= 2 -CATEGORIES= sysutils -MASTER_SITES= GNU - -MAINTAINER= ports@FreeBSD.org -COMMENT= Quick & easy monitoring of logfiles and devices - -DEPRECATED= Uses obsolete glib12 -EXPIRATION_DATE= 2018-12-20 - -USE_GNOME= gtk12 -USES= gmake makeinfo -GNU_CONFIGURE= yes - -INFO= xlogmaster - -CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT -LDFLAGS+= -L${LOCALBASE}/lib - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in -exec ${REINPLACE_CMD} -E \ - '/(SHELL|cp -f|mkinstalldirs)/ s,XLM_(DB|HOME|LIB),DESTDIR)$$(&,g' {} \; - @${REINPLACE_CMD} -e \ - 's|getopt_long_only|getopt_long|g' ${WRKSRC}/src/xlogmaster.cc - -post-install: - ${INSTALL_DATA} ${FILESDIR}/xlogmasterrc \ - ${STAGEDIR}${PREFIX}/etc/xlogmaster - -.include <bsd.port.mk> diff --git a/sysutils/xlogmaster/distinfo b/sysutils/xlogmaster/distinfo deleted file mode 100644 index 1b567d498684..000000000000 --- a/sysutils/xlogmaster/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xlogmaster-1.6.2.tar.gz) = 9de31a89cf589b3ab510b746da65bd64091860c6d1f08959d36d52721f35cf11 -SIZE (xlogmaster-1.6.2.tar.gz) = 390035 diff --git a/sysutils/xlogmaster/files/patch-alert.cc b/sysutils/xlogmaster/files/patch-alert.cc deleted file mode 100644 index 8a22b579cd31..000000000000 --- a/sysutils/xlogmaster/files/patch-alert.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- alert.cc.org 2007-07-16 14:54:21.000000000 +0200 -+++ src/alert.cc 2007-07-16 14:54:48.000000000 +0200 -@@ -102,7 +102,7 @@ - int - alert_interrupt(gpointer data) - { -- int nr = (int) data; -+ long nr = (long) data; - entry[nr]->fade += entry[nr]->fadestep; - if ( entry[nr]->fade > fade_base ) - { diff --git a/sysutils/xlogmaster/files/patch-customize.cc b/sysutils/xlogmaster/files/patch-customize.cc deleted file mode 100644 index ba7f2446d76a..000000000000 --- a/sysutils/xlogmaster/files/patch-customize.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/customize.cc.orig 2007-08-12 19:09:06.000000000 +0200 -+++ src/customize.cc 2007-08-12 19:09:28.000000000 +0200 -@@ -1847,7 +1847,7 @@ - - gint default_class0_filter = NO_FILTER; - if ( data != NULL ) -- default_class0_filter = (gint) data; -+ default_class0_filter = (glong) data; - - /* block handlers */ - block_filter_handlers = TRUE; diff --git a/sysutils/xlogmaster/files/patch-output.cc b/sysutils/xlogmaster/files/patch-output.cc deleted file mode 100644 index 8fe6fb8f0998..000000000000 --- a/sysutils/xlogmaster/files/patch-output.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/output.cc.orig 2007-08-12 19:13:18.000000000 +0200 -+++ src/output.cc 2007-08-12 19:13:42.000000000 +0200 -@@ -187,7 +187,7 @@ - gint - pipe_magic_interrupt(gpointer data) - { -- gint i = (gint) data; -+ glong i = (glong) data; - - /* are we locked out ? */ - if ( entry[i]->pipe_lock == TRUE ) diff --git a/sysutils/xlogmaster/files/patch-watchdog.cc b/sysutils/xlogmaster/files/patch-watchdog.cc deleted file mode 100644 index 88c88cd0c29d..000000000000 --- a/sysutils/xlogmaster/files/patch-watchdog.cc +++ /dev/null @@ -1,74 +0,0 @@ ---- src/watchdog.cc.orig 2007-08-12 19:09:53.000000000 +0200 -+++ src/watchdog.cc 2007-08-12 19:12:50.000000000 +0200 -@@ -753,7 +753,7 @@ - gint - watchdog_tail_interrupt(gpointer data) - { -- gint i = (gint) data; -+ glong i = (glong) data; - if ( entry[i]->active == FALSE ) return TRUE; - - if ( entry[i]->fd == -1 ) -@@ -893,7 +893,7 @@ - gint - watchdog_run_interrupt(gpointer data) - { -- int i = (int) data; -+ intptr_t i = (intptr_t) data; - if ( entry[i]->active == FALSE ) return TRUE; - - if ( entry[i]->fd == -1 ) -@@ -1004,7 +1004,7 @@ - gint - watchdog_run_restart_interrupt(gpointer data) - { -- gint i = (gint) data; -+ glong i = (glong) data; - - /* first remove this interrupt */ - gtk_timeout_remove(entry[i]->tag); -@@ -1036,7 +1036,7 @@ - gint - watchdog_cat_interrupt(gpointer data) - { -- int i = (int) data; -+ intptr_t i = (intptr_t) data; - if ( entry[i]->active == FALSE ) return TRUE; - - /* we need to open it every time anew for CAT */ -@@ -1582,7 +1582,7 @@ - gint - tail_interrupt(gpointer data) - { -- gint i = (gint) data; -+ glong i = (glong) data; - if ( entry[i]->active == FALSE ) return TRUE; - - /* -@@ -1694,7 +1694,7 @@ - gint - cat_interrupt(gpointer data) - { -- gint i = (gint) data; -+ glong i = (glong) data; - if ( entry[i]->active == FALSE ) return TRUE; - - entry[i]->fd = open(entry[i]->filename, O_RDONLY); -@@ -1723,7 +1723,7 @@ - gint - run_interrupt(gpointer data) - { -- gint i = (gint) data; -+ glong i = (glong) data; - if ( entry[i]->active == FALSE ) return TRUE; - - long got = read_from_filedescriptor(i); -@@ -1785,7 +1785,7 @@ - gint - run_restart_interrupt(gpointer data) - { -- gint i = (gint) data; -+ glong i = (glong) data; - - /* first remove this interrupt */ - gtk_timeout_remove(entry[i]->tag); diff --git a/sysutils/xlogmaster/files/patch-xlogmaster.cc b/sysutils/xlogmaster/files/patch-xlogmaster.cc deleted file mode 100644 index 17dcd6ac3ba5..000000000000 --- a/sysutils/xlogmaster/files/patch-xlogmaster.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xlogmaster.cc.bak 2005-09-15 06:01:00.000000000 +0200 -+++ src/xlogmaster.cc 2007-07-16 14:53:37.000000000 +0200 -@@ -433,7 +433,7 @@ - button_pressed(GtkWidget *, gpointer *data) - { - if ( display_logs == DISABLED ) return; -- int pressed = (int) data; // Which button has been pressed ? -+ long pressed = (long) data; // Which button has been pressed ? - deactivate(); // deactivate old "Log" object - active = pressed; // set new one - activate(); // and activate it diff --git a/sysutils/xlogmaster/files/patch-xlogmaster.texinfo b/sysutils/xlogmaster/files/patch-xlogmaster.texinfo deleted file mode 100644 index 29245e1819d7..000000000000 --- a/sysutils/xlogmaster/files/patch-xlogmaster.texinfo +++ /dev/null @@ -1,129 +0,0 @@ -@table can no longer be used with commands that require no arguments -since Texinfo 5.0. So, convert the list to @itemize and improve the -output/style of nearby code instead of blindly substituting - - @table @bullet - @item - ... - @end table - -with - - @table @asis - @item @bullet{} - ... - @end table - ---- doc/xlogmaster.texinfo.orig 2009-06-09 00:34:43 UTC -+++ doc/xlogmaster.texinfo -@@ -710,90 +710,48 @@ The current version is 1.6.0, yet to be - @cindex Obtaining Xlogmaster - - The source can be found via anonymous FTP at --@ifinfo --@file{ftp.gnu.org:/pub/gnu/}. --@end ifinfo --@ifhtml --<A HREF="ftp://ftp.gnu.org/pub/gnu/">ftp.gnu.org:/pub/gnu/</A> --@end ifhtml --@iftex --@file{ftp.gnu.org:/pub/gnu/}. --@end iftex -+@uref{ftp://ftp.gnu.org/pub/gnu/}. - - @node Getting help, Regexp, Where, Introductory Questions - @subsection Where can I get help for using the Xlogmaster ? - @cindex Help - - If you installed everything correctly the easiest ways are probably --@table @bullet -+ -+@itemize @bullet - @item - the tutorial that should be in your info tree. Otherwise you can find it - in the @file{doc} directory of the distribution -+ - @item - the man page. -+ - @item - executing the Xlogmaster via @code{xlogmaster --help} --@end table -+@end itemize -+ -+@noindent - Other ways are to check out the home page at --@table @bullet --@ifinfo --@file{http://www.gnu.org/software/xlogmaster/xlogmaster.html} --@end ifinfo --@ifhtml --<A HREF="http://www.gnu.org/software/xlogmaster/xlogmaster.html">http://www.gnu.org/software/xlogmaster/xlogmaster.html</A> --@end ifhtml --@iftex --@file{http://www.gnu.org/software/xlogmaster/xlogmaster.html} --@end iftex --@end table -+@uref{http://www.gnu.org/software/xlogmaster/xlogmaster.html} -+@* - or the mailing lists -+ - @cindex mailing lists --@table @bullet -+@itemize @bullet - @item --@ifinfo --@file{beta-xlogmaster@@gnu.org} --@end ifinfo --@ifhtml --<A HREF="mailto:beta-xlogmaster@@gnu.org">beta-xlogmaster@@gnu.org</A> --@end ifhtml --@iftex --@file{beta-xlogmaster@@gnu.org} --@end iftex --@sp 1 -+@email{beta-xlogmaster@@gnu.org} -+ - Subscription is done by sending a mail to@* --@ifinfo --@file{beta-xlogmaster-request@@gnu.org} --@end ifinfo --@ifhtml --<A HREF="mailto:beta-xlogmaster-request@@gnu.org">beta-xlogmaster-request@@gnu.org</A> --@end ifhtml --@iftex --@file{beta-xlogmaster-request@@gnu.org} --@end iftex -+@email{beta-xlogmaster-request@@gnu.org} - @* leave the @emph{subject} blank and enter @samp{subscribe} in the @emph{body}. -+ - @item --@ifinfo --@file{help-xlogmaster@@gnu.org} --@end ifinfo --@ifhtml --<A HREF="mailto:help-xlogmaster@@gnu.org">help-xlogmaster@@gnu.org</A> --@end ifhtml --@iftex --@file{help-xlogmaster@@gnu.org} --@end iftex --@sp 1 -+@email{help-xlogmaster@@gnu.org} -+ - Subscription is done by sending a mail to@* --@ifinfo --@file{help-xlogmaster-request@@gnu.org} --@end ifinfo --@ifhtml --<A HREF="mailto:help-xlogmaster-request@@gnu.org">help-xlogmaster-request@@gnu.org</A> --@end ifhtml --@iftex --@file{help-xlogmaster-request@@gnu.org} --@end iftex -+@email{help-xlogmaster-request@@gnu.org} - @* leave the @emph{subject} blank and enter @samp{subscribe} in the @emph{body}. --@end table -+@end itemize - - @node Regexp, , Getting help, Introductory Questions - @subsection Regular Expressions diff --git a/sysutils/xlogmaster/files/xlogmasterrc b/sysutils/xlogmaster/files/xlogmasterrc deleted file mode 100644 index 3fee25d4c43b..000000000000 --- a/sysutils/xlogmaster/files/xlogmasterrc +++ /dev/null @@ -1,14 +0,0 @@ -TAIL{/var/log/messages,3,System Messages,Display /var/log/messages file...} -RAISE{link(up)|(down)} -TAIL{/home/aw1/Mail/Log,3,procmail log,mprocmail log} -RUN{/bin/df -k,3/10000,df,disk space} -TAIL{/var/log/maillog,3,Mail messages,View mail messages} -RAISE{logfile turned} -TAIL{/var/run/dmesg.boot,3,Bootup Messages,Display /var/run/dmesg.boot file...} -TAIL{/var/log/samba.log,3,samba log,View /var/log/samba.log} -TAIL{/var/log/ppp.log,3,PPP log,View /var/log/ppp.log} -TAIL{/var/log/xferlog,3,FTP transfers,View /var/log/xferlog} -TAIL{/var/log/httpd-error.log,3,WWW errors,View /var/log/httpd-error.log} -TAIL{/var/log/httpd-access.log,3,WWW access,View /var/log/httpd-access.log} -TAIL{/var/log/news/news.notice,3,news notices,/var/log/news/news.notice} -CAT{/dev/sndstat,10000,Audio driver,Audio driver status} diff --git a/sysutils/xlogmaster/pkg-descr b/sysutils/xlogmaster/pkg-descr deleted file mode 100644 index 269274c35cf7..000000000000 --- a/sysutils/xlogmaster/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Xlogmaster displays logfiles and/or devices that can be read via cat. -It allows for quick and easy control of all logfiles and most of the -hardware/device status within one program. - -Filters allow to highlight/lowlight/hide lines of higher/lower/no -interest. Click right mouse button in text window to bring up the menu. diff --git a/sysutils/xlogmaster/pkg-plist b/sysutils/xlogmaster/pkg-plist deleted file mode 100644 index 4e03e14911b9..000000000000 --- a/sysutils/xlogmaster/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/xlogmaster -etc/xlogmaster/database/cat.xlmgrp -etc/xlogmaster/database/df.xlmrc -etc/xlogmaster/database/mailq.xlmrc -etc/xlogmaster/database/mem.xlmrc -etc/xlogmaster/database/prg.xlmgrp -etc/xlogmaster/database/pstree.xlmrc -etc/xlogmaster/database/rtc.xlmrc -etc/xlogmaster/database/syslog.xlmrc -etc/xlogmaster/database/tail.xlmgrp -etc/xlogmaster/database/w.xlmrc -etc/xlogmaster/database/warn.xlmrc -etc/xlogmaster/green.gtkrc -etc/xlogmaster/hell.gtkrc -etc/xlogmaster/output-plugins/dipshit -etc/xlogmaster/scripts/README.usage -etc/xlogmaster/scripts/xlm-halt -etc/xlogmaster/scripts/xlm-mail -etc/xlogmaster/scripts/xlm-mgetty-login-mail -etc/xlogmaster/scripts/xlm-write -etc/xlogmaster/simpsons.gtkrc -etc/xlogmaster/sound/alert -etc/xlogmaster/sound/carramba.wav -etc/xlogmaster/sound/chackabeep.wav -etc/xlogmaster/sound/glass.wav -etc/xlogmaster/sound/notice -etc/xlogmaster/sound/uniconify -etc/xlogmaster/steelblue.gtkrc -etc/xlogmaster/xlogmaster.gtkrc -etc/xlogmaster/xlogmasterrc -man/man1/xlogmaster.1.gz |