I've attached a new ebuild for LogMon. This program will monitor one or more log files, updating when more data is available ala 'tail -f' , within a common terminal window via a "split window". User can scroll up/down/left/right through all the windows. A header displays each frames file name, and number of lines in the file. Very useful when watching several log files at the same time. I suppose it should go in sys-apps (as it's intended use is to monitor logs). The only thing it needs to compile is libc and ncurses. This program is known to compile and work on BSD and Linux. It *should* work on architectures other than x86, though it's not been tested. Thus I've left KEYWORDS as ~x86 (feel free to change; and let the author know if it works on other architectures). I've tested this ebuild on my gentoo x86 Linux system and it works fine.
Created attachment 47740 [details] logmon ebuild
*** Bug 117179 has been marked as a duplicate of this bug. ***
This bug/enhancement was created almost 1 year ago. What should we do to get this to portage? Need a maintainer?
This also works on ~amd64. What does it take to be a maintainer? I wrote LogMon, and I'm a Gentoo user, so I could probably maintain it if necessary.
(In reply to comment #4) > This also works on ~amd64. What does it take to be a maintainer? I wrote > LogMon, and I'm a Gentoo user, so I could probably maintain it if necessary. http://dev.gentoo.org/~ciaranm/docs/mw-faq/maintainer.txt
Created attachment 76290 [details] logmon-0.4.3.ebuild I don't think this has much to do with netmon. It could be watching any type of log. Ebuild fixes: http://dev.gentoo.org/~ciaranm/docs/mw-faq/header.txt http://dev.gentoo.org/~ciaranm/docs/mw-faq/redundant.txt Also, the current Makefile includes an -O3 CFLAG. If there is no special reason to use it, it should be patched out of Makefile.{am,in}.
Created attachment 76463 [details] logmon-0.4.4.ebuild ebuild for 0.4.4 (newer version).
Comment on attachment 76463 [details] logmon-0.4.4.ebuild A newer version of LogMon is now out. This one does not use -O3 in the Makefile. I've attached a .ebuild for this version. It works on amd64 and x86 (I've tested both).
Looks good. sys-apps is for core system applications, though. Do you mind if I commit it as app-admin?
app-admin seems fine to me.
In cvs, thanks for reporting. amd64: please handle ~amd64 keywording.
okay to get ~amd64. compile and run clean. (not opening a new bug to avoid bugspam - but we are talking about logmon-0.4.4) delta ~ # emerge --info Portage 2.1_pre3-r1 (default-linux/amd64/2005.1, gcc-3.4.5, glibc-2.3.5-r3, 2.6.13-gentoo-r4 x86_64) ================================================================= System uname: 2.6.13-gentoo-r4 x86_64 AMD Athlon(tm) 64 Processor 3000+ Gentoo Base System version 1.12.0_pre13 dev-lang/python: 2.3.5, 2.4.2 sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.16.1-r1 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r3 ACCEPT_KEYWORDS="amd64 ~amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -pipe -msse3 -g" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=k8 -O2 -pipe -msse3 -g" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks multilib-strict sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="amd64 X alsa audiofile avi berkdb bitmap-fonts browserplugin bzip2 cdr crypt cups curl dbus divx4linux dvd dvdread eds emboss encode esd exif expat fam ffmpeg firefox flac foomaticdb fortran gdbm gif gimpprint glut gnome gpm gstreamer gtk gtk2 hal icq idn imagemagick imap imlib ipv6 jabber java jpeg lcms live lua lzw lzw-tiff mad mjpeg mng motif mozilla mp3 mpeg msn mysql native ncurses network nls no-old-linux noantlr nobcel nobeanutils nobsh nptl nptlonly offensive ogg oggvorbis openal opengl pam pcre pdflib perl png python qt quicktime radeon readline real rtc sdk sdl spell sqlite ssl svg tcltk tcpd theora tiff transcode truetype truetype-fonts type1-fonts udev usb userlocales v4l v4l2 vorbis wmf xine xml xml2 xpm xv xvid xvmc yahoo zlib elibc_glibc kernel_linux userland_GNU" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
~amd64 added.