Console based boinc-client monitor and controller.

Features
- Colorful console application using ncurses
- Single screen listing of results, transfers and recent messages
- Updated real time
- Control the client with single keypress
- Using same communication protocol as boinc_gui
- Works with all boinc projects

WWW: http://www.oook.cz/bsd/boinc_curses/
This commit is contained in:
Pav Lucistnik 2007-02-15 15:02:36 +00:00
parent 8e0f798453
commit 6b89d6d950
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185239
4 changed files with 41 additions and 0 deletions

View file

@ -51,6 +51,7 @@
SUBDIR += bmon
SUBDIR += boclient
SUBDIR += boinc-client
SUBDIR += boinc_curses
SUBDIR += bounce
SUBDIR += bpfstat
SUBDIR += brutecopy

26
net/boinc_curses/Makefile Normal file
View file

@ -0,0 +1,26 @@
# New ports collection makefile for: boinc_curses
# Date created: 15 Feb 2007
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= boinc_curses
PORTVERSION= 0.1.5
CATEGORIES= net
MASTER_SITES= http://www.oook.cz/bsd/boinc_curses/
MAINTAINER= pav@FreeBSD.org
COMMENT= Console, ncurses based monitor and manager for BOINC
BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc.a:${PORTSDIR}/net/boinc-client
USE_BZIP2= yes
MAKE_ENV= BOINCLIBDIR=${LOCALBASE}/lib BOINCINCDIR=${LOCALBASE}/include/BOINC
PLIST_FILES= bin/boinc_curses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (boinc_curses-0.1.5.tar.bz2) = ef1ea449a73e946a2a6921988399ecb8
SHA256 (boinc_curses-0.1.5.tar.bz2) = ec0dcbdcdb21f29c68c11f3547fe635d06e5409411b0892413f3b430e2a476b2
SIZE (boinc_curses-0.1.5.tar.bz2) = 5708

View file

@ -0,0 +1,11 @@
Console based boinc-client monitor and controller.
Features
- Colorful console application using ncurses
- Single screen listing of results, transfers and recent messages
- Updated real time
- Control the client with single keypress
- Using same communication protocol as boinc_gui
- Works with all boinc projects
WWW: http://www.oook.cz/bsd/boinc_curses/