[Midnightbsd-cvs] mports: mports/deskutils: Add hot-babe, a CPU monitor for x11.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Dec 3 00:45:47 EST 2007


Log Message:
-----------
Add hot-babe, a CPU monitor for x11.  it displays a clothed girl at idle and removes her clothes as the cpu usage increases...

Modified Files:
--------------
    mports/deskutils:
        Makefile (r1.20 -> r1.21)

Added Files:
-----------
    mports/deskutils/hot-babe:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)
    mports/deskutils/hot-babe/files:
        patch-Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -L deskutils/Makefile -L deskutils/Makefile -u -r1.20 -r1.21
--- deskutils/Makefile
+++ deskutils/Makefile
@@ -21,6 +21,7 @@
     SUBDIR += gnustep-notebook
     SUBDIR += gucharmap
     SUBDIR += gworkspace
+    SUBDIR += hot-babe
     SUBDIR += jlj
     SUBDIR += linux-sunbird
     SUBDIR += ljclive
--- /dev/null
+++ deskutils/hot-babe/pkg-descr
@@ -0,0 +1,7 @@
+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 can be shocked by nudity, don't use it!
+
+WWW: http://dindinx.net/hotbabe/
--- /dev/null
+++ deskutils/hot-babe/pkg-plist
@@ -0,0 +1,10 @@
+bin/hot-babe
+%%DATADIR%%/hb01/descr
+%%DATADIR%%/hb01/hb01_0.png
+%%DATADIR%%/hb01/hb01_1.png
+%%DATADIR%%/hb01/hb01_2.png
+%%DATADIR%%/hb01/hb01_3.png
+%%DATADIR%%/hb01/hb01_4.png
+share/pixmaps/hot-babe.xpm
+ at dirrm %%DATADIR%%/hb01
+ at dirrm %%DATADIR%%
--- /dev/null
+++ deskutils/hot-babe/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for:	hot-babe
+# Date created:		2004-11-06
+# Whom:			Roman Bogorodskiy <bogorodskiy at inbox.ru>
+#
+# $MidnightBSD: mports/deskutils/hot-babe/Makefile,v 1.1 2007/12/03 05:45:45 laffer1 Exp $
+# $FreeBSD: ports/deskutils/hot-babe/Makefile,v 1.10 2007/05/19 20:01:39 flz Exp $
+#
+
+PORTNAME=	hot-babe
+PORTVERSION=	0.2.2
+CATEGORIES=	deskutils
+MASTER_SITES=	http://dindinx.net/hotbabe/downloads/ \
+		${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	novel
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Small utility which displays the system activity in a very special way
+
+USE_BZIP2=	yes
+USE_X_PREFIX=	yes
+MAKE_ARGS+=	PREFIX="${PREFIX}" CC="${CC}"
+USE_GNOME=	gtk20
+
+MAN1=	hot-babe.1
+
+PORTDOCS=	ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright config.example
+
+pre-everything::
+	@${ECHO_MSG}
+	@${ECHO_MSG} "Warning! This port contains some adults only content."
+	@${ECHO_MSG} "You might hit Ctrl-C to abort."
+	@${ECHO_MSG}
+
+post-install:
+	${INSTALL_MAN} ${WRKSRC}/hot-babe.1 ${PREFIX}/man/man1
+.ifndef (NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+	@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
--- /dev/null
+++ deskutils/hot-babe/distinfo
@@ -0,0 +1,3 @@
+MD5 (hot-babe-0.2.2.tar.bz2) = 482a9496b493d2394601689659971042
+SHA256 (hot-babe-0.2.2.tar.bz2) = f76b7f09e329b3a45a5560fbc50e58b4508fbbb6ae3bd65db925bdc04d07b1b1
+SIZE (hot-babe-0.2.2.tar.bz2) = 406172
--- /dev/null
+++ deskutils/hot-babe/files/patch-Makefile
@@ -0,0 +1,33 @@
+--- Makefile.orig	Mon Dec 27 20:37:39 2004
++++ Makefile	Mon Dec 27 20:43:35 2004
+@@ -1,12 +1,12 @@
+ # where to install this program
+-PREFIX := /usr/local
++PREFIX ?= /usr/local
+ VERSION := 0.2.2
+ 
+ # optimization cflags
+-CFLAGS += -O2 -Wall -g `pkg-config gdk-2.0 gdk-pixbuf-2.0  --cflags` -DPREFIX=\"$(PREFIX)\" -DVERSION=\"$(VERSION)\"
++CFLAGS += -Wall `pkg-config gdk-2.0 gdk-pixbuf-2.0  --cflags` -DPREFIX=\"$(PREFIX)\" -DVERSION=\"$(VERSION)\"
+ 
+ OBJS = hot-babe.o loader.o
+-CC = gcc
++CC ?= gcc
+ LIBS = `pkg-config gdk-2.0 gdk-pixbuf-2.0  --libs`
+ 
+ DOC = ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright config.example
+@@ -24,10 +24,10 @@
+ 	install -m 0755 hot-babe $(DESTDIR)$(PREFIX)/bin
+ 	install -d $(DESTDIR)$(PREFIX)/share/hot-babe/hb01
+ 	install -m 0644 hb01/* $(DESTDIR)$(PREFIX)/share/hot-babe/hb01
+-	install -d $(DESTDIR)$(PREFIX)/share/doc/hot-babe
+-	install -m 0644 $(DOC) $(DESTDIR)$(PREFIX)/share/doc/hot-babe
+-	install -d $(DESTDIR)$(PREFIX)/share/man/man1
+-	install -m 0644 hot-babe.1 $(DESTDIR)$(PREFIX)/share/man/man1
++#	install -d $(DESTDIR)$(PREFIX)/share/doc/hot-babe
++#	install -m 0644 $(DOC) $(DESTDIR)$(PREFIX)/share/doc/hot-babe
++#	install -d $(DESTDIR)$(PREFIX)/share/man/man1
++#	install -m 0644 hot-babe.1 $(DESTDIR)$(PREFIX)/share/man/man1
+ 	install -d $(DESTDIR)$(PREFIX)/share/pixmaps
+ 	install -m 0644 hot-babe.xpm $(DESTDIR)$(PREFIX)/share/pixmaps
+ 


More information about the Midnightbsd-cvs mailing list