From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 20 16:00:56 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE8816A4CE for ; Wed, 20 Oct 2004 16:00:56 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E67A743D1D for ; Wed, 20 Oct 2004 16:00:55 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i9KG0rT7074766 for ; Wed, 20 Oct 2004 16:00:53 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9KG0rK1074765; Wed, 20 Oct 2004 16:00:53 GMT (envelope-from gnats) Resent-Date: Wed, 20 Oct 2004 16:00:53 GMT Resent-Message-Id: <200410201600.i9KG0rK1074765@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Baptiste Quenot Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E713616A4CE for ; Wed, 20 Oct 2004 15:58:38 +0000 (GMT) Received: from oxyd.caraldi.com (caraldi.com [195.137.249.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2896443D3F for ; Wed, 20 Oct 2004 15:58:36 +0000 (GMT) (envelope-from jbq@oxyd.caraldi.com) Received: by oxyd.caraldi.com (Postfix, from userid 1001) id 9EB9723B2; Wed, 20 Oct 2004 17:58:32 +0200 (CEST) Message-Id: <20041020155832.9EB9723B2@oxyd.caraldi.com> Date: Wed, 20 Oct 2004 17:58:32 +0200 (CEST) From: Jean-Baptiste Quenot To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72928: New port: x11/hot-babe: Unusual system load monitor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 16:00:56 -0000 >Number: 72928 >Category: ports >Synopsis: New port: x11/hot-babe: Unusual system load monitor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 20 16:00:53 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jean-Baptiste Quenot >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD oxyd.caraldi.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun 5 02:55:42 GMT 2003 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Hot-babe is a small graphical utility which displays the system activity in a very special way. When the CPU is idle, it displays a dressed girl, and when the activity goes up, as the temperature increases, the girl begins to undress, to finish totally naked when the system activity reaches 100%. Of course, if you are shocked by nudity, don't use it! WWW: http://dindinx.net/hotbabe/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # hot-babe # hot-babe/files # hot-babe/files/patch-Makefile # hot-babe/distinfo # hot-babe/pkg-descr # hot-babe/pkg-plist # hot-babe/Makefile # echo c - hot-babe mkdir -p hot-babe > /dev/null 2>&1 echo c - hot-babe/files mkdir -p hot-babe/files > /dev/null 2>&1 echo x - hot-babe/files/patch-Makefile sed 's/^X//' >hot-babe/files/patch-Makefile << 'END-of-hot-babe/files/patch-Makefile' X--- Makefile.orig Wed Oct 20 17:46:50 2004 X+++ Makefile Wed Oct 20 17:47:23 2004 X@@ -1,5 +1,5 @@ X # where to install this program X-PREFIX = /usr/local X+PREFIX ?= /usr/local X DESTDIR = ${PREFIX} X X # optimization cflags X@@ -24,3 +24,4 @@ X install -d $(DESTDIR)/share/hot-babe X install -d $(DESTDIR)/share/hot-babe/hb01 X install $(INSTALL) hb01/* $(DESTDIR)/share/hot-babe/hb01 X+ install hot-babe.1 $(DESTDIR)/man/man1 END-of-hot-babe/files/patch-Makefile echo x - hot-babe/distinfo sed 's/^X//' >hot-babe/distinfo << 'END-of-hot-babe/distinfo' XMD5 (hot-babe-0.1.5.tar.bz2) = ab011697ae9d6d137e1730d73f7a7e23 XSIZE (hot-babe-0.1.5.tar.bz2) = 401763 END-of-hot-babe/distinfo echo x - hot-babe/pkg-descr sed 's/^X//' >hot-babe/pkg-descr << 'END-of-hot-babe/pkg-descr' XHot-babe is a small graphical utility which displays the system activity Xin a very special way. When the CPU is idle, it displays a dressed Xgirl, and when the activity goes up, as the temperature increases, the Xgirl begins to undress, to finish totally naked when the system activity Xreaches 100%. Of course, if you are shocked by nudity, don't use it! X XWWW: http://dindinx.net/hotbabe/ END-of-hot-babe/pkg-descr echo x - hot-babe/pkg-plist sed 's/^X//' >hot-babe/pkg-plist << 'END-of-hot-babe/pkg-plist' Xbin/hot-babe Xshare/hot-babe/hb01/descr Xshare/hot-babe/hb01/hb01_0.png Xshare/hot-babe/hb01/hb01_1.png Xshare/hot-babe/hb01/hb01_2.png Xshare/hot-babe/hb01/hb01_3.png Xshare/hot-babe/hb01/hb01_4.png X@dirrm share/hot-babe/hb01 X@dirrm share/hot-babe END-of-hot-babe/pkg-plist echo x - hot-babe/Makefile sed 's/^X//' >hot-babe/Makefile << 'END-of-hot-babe/Makefile' X# New ports collection makefile for: hot-babe X# Whom: Jean-Baptiste Quenot X# Date Created: 2004-10-20 17:09:55 X# X# $FreeBSD: ports/comms/efax-gtk/Makefile,v 1.5 2004/09/02 13:11:21 arved Exp $ X# X XPORTNAME= hot-babe XPORTVERSION= 0.1.5 XCATEGORIES= x11 XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= jb.quenot@caraldi.com XCOMMENT= Unusual system load monitor X XLIB_DEPENDS= gtk12:${PORTSDIR}/x11-toolkits/gtk12 XLIB_DEPENDS+= gdk_pixbuf:${PORTSDIR}/graphics/gdk-pixbuf X XUSE_X_PREFIX= YES XUSE_BZIP2= yes XMAN1= hot-babe.1 XMAKE_ENV= DESTDIR=${PREFIX} X X.include END-of-hot-babe/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: