From owner-cvs-all@FreeBSD.ORG Fri Jul 30 20:47:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A431116A4CE; Fri, 30 Jul 2004 20:47:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A93A43D41; Fri, 30 Jul 2004 20:47:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6UKltUP099401; Fri, 30 Jul 2004 20:47:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6UKlt1K099400; Fri, 30 Jul 2004 20:47:55 GMT (envelope-from pav) Message-Id: <200407302047.i6UKlt1K099400@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 30 Jul 2004 20:47:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/torsmo Makefile distinfo pkg-descr ports/sysutils/torsmo/files freebsd.c patch-Makefile.am patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2004 20:47:55 -0000 pav 2004-07-30 20:47:55 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/torsmo Makefile distinfo pkg-descr sysutils/torsmo/files freebsd.c patch-Makefile.am patch-configure.in Log: Add torsmo, a system monitor that sits in the corner of your desktop. Torsmo can show various information about your system and it's peripherals. PR: ports/69743 Submitted by: Roman Bogorodskiy Revision Changes Path 1.564 +1 -0 ports/sysutils/Makefile 1.1 +44 -0 ports/sysutils/torsmo/Makefile (new) 1.1 +2 -0 ports/sysutils/torsmo/distinfo (new) 1.1 +369 -0 ports/sysutils/torsmo/files/freebsd.c (new) 1.1 +15 -0 ports/sysutils/torsmo/files/patch-Makefile.am (new) 1.1 +35 -0 ports/sysutils/torsmo/files/patch-configure.in (new) 1.1 +4 -0 ports/sysutils/torsmo/pkg-descr (new)