From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 3 06:20:12 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 1625716A4CE for ; Mon, 3 May 2004 06:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA03643D49 for ; Mon, 3 May 2004 06:20:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i43DKAIQ026577 for ; Mon, 3 May 2004 06:20:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i43DKA1H026576; Mon, 3 May 2004 06:20:10 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 3 May 2004 06:20:10 -0700 (PDT) Resent-Message-Id: <200405031320.i43DKA1H026576@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, Tobias Roth Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B9416A4CE for ; Mon, 3 May 2004 06:10:11 -0700 (PDT) Received: from secure.socket.ch (secure.socket.ch [212.254.206.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5070343D54 for ; Mon, 3 May 2004 06:10:10 -0700 (PDT) (envelope-from roth@secure.socket.ch) Received: from secure.socket.ch (localhost [127.0.0.1]) by secure.socket.ch (8.12.10/8.12.5) with ESMTP id i43DA6gQ084342 for ; Mon, 3 May 2004 15:10:06 +0200 (CEST) (envelope-from roth@secure.socket.ch) Received: (from roth@localhost) by secure.socket.ch (8.12.10/8.12.5/Submit) id i43DA0Y6084335; Mon, 3 May 2004 15:10:00 +0200 (CEST) Message-Id: <200405031310.i43DA0Y6084335@secure.socket.ch> Date: Mon, 3 May 2004 15:10:00 +0200 (CEST) From: Tobias Roth To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/66204: New port: GKrellM2 plugin that monitors active giFT transfers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tobias Roth List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 13:20:12 -0000 >Number: 66204 >Category: ports >Synopsis: New port: GKrellM2 plugin that monitors active giFT transfers >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: Mon May 03 06:20:10 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Tobias Roth >Release: 5.2.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD angel-one.fsck.ch 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #7: Fri Apr 16 11:42:59 CEST 2004 >Description: GKrellM giFT monitors your active giFT transfers and their progress. Each transfer is displayed in a panel showing the filename and the percentage of transmitted bytes. There's also a chart showing the current speed of the transfers. >How-To-Repeat: >Fix: --- gkrellm-gift.shar begins here --- # 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: # # gkrellm-gift # gkrellm-gift/Makefile # gkrellm-gift/files # gkrellm-gift/files/patch-configure # gkrellm-gift/pkg-descr # gkrellm-gift/distinfo # gkrellm-gift/pkg-plist # echo c - gkrellm-gift mkdir -p gkrellm-gift > /dev/null 2>&1 echo x - gkrellm-gift/Makefile sed 's/^X//' >gkrellm-gift/Makefile << 'END-of-gkrellm-gift/Makefile' X# New ports collection makefile for: gkrellm-gift X# Date created: Mon May 3 08:48:47 CEST 2004 X# Whom: Tobias Roth X# X# $FreeBSD$ X# X XPORTNAME= gift XPORTVERSION= 0.2.2 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.code-monkey.de/pub/gkrellm-gift/ \ X http://depot.fsck.ch/mirror/distfiles/ XPKGNAMEPREFIX= gkrellm- XDISTNAME= ${PKGNAMEPREFIX}giFT-${PORTVERSION} X XMAINTAINER= ports@fsck.ch XCOMMENT= GKrellM2 plugin that monitors active giFT transfers X XLIB_DEPENDS= gift:${PORTSDIR}/net/gift XRUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 XBUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 X XNOT_FOR_ARCHS= amd64 ia64 XUSE_LIBTOOL= yes XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_GNOME= gtk20 X Xpost-install: X ${STRIP_CMD} ${PREFIX}/libexec/gkrellm2/plugins/${PORTNAME}.so X X.include END-of-gkrellm-gift/Makefile echo c - gkrellm-gift/files mkdir -p gkrellm-gift/files > /dev/null 2>&1 echo x - gkrellm-gift/files/patch-configure sed 's/^X//' >gkrellm-gift/files/patch-configure << 'END-of-gkrellm-gift/files/patch-configure' X--- configure.orig Mon May 3 08:53:37 2004 X+++ configure Mon May 3 08:56:01 2004 X@@ -18994,10 +18994,11 @@ X echo "${ECHO_T}no" >&6 X fi X X- X-cat >>confdefs.h <<\_ACEOF X-#define GTK_DISABLE_DEPRECATED 1 X-_ACEOF X+# restore gtk 2.4 compatibility X+# author promised to fix this in the next version X+#cat >>confdefs.h <<\_ACEOF X+##define GTK_DISABLE_DEPRECATED 1 X+#_ACEOF X X X if test x$prefix = xNONE; then X@@ -19005,7 +19006,7 @@ X X fi X X-plugindir=${prefix}/lib/gkrellm2/plugins X+plugindir=${prefix}/libexec/gkrellm2/plugins X X X ac_config_files="$ac_config_files Makefile pixmaps/Makefile src/Makefile" END-of-gkrellm-gift/files/patch-configure echo x - gkrellm-gift/pkg-descr sed 's/^X//' >gkrellm-gift/pkg-descr << 'END-of-gkrellm-gift/pkg-descr' X[from the website] XGKrellM giFT monitors your active giFT transfers and their progress. XEach transfer is displayed in a panel showing the filename and the Xpercentage of transmitted bytes. XThere's also a chart showing the current speed of the transfers. X XWWW: http://www.code-monkey.de/index.php?gkrellm-gift END-of-gkrellm-gift/pkg-descr echo x - gkrellm-gift/distinfo sed 's/^X//' >gkrellm-gift/distinfo << 'END-of-gkrellm-gift/distinfo' XMD5 (gkrellm-giFT-0.2.2.tar.gz) = 1fa54dbd1a7533637288495eb2c5b887 XSIZE (gkrellm-giFT-0.2.2.tar.gz) = 300510 END-of-gkrellm-gift/distinfo echo x - gkrellm-gift/pkg-plist sed 's/^X//' >gkrellm-gift/pkg-plist << 'END-of-gkrellm-gift/pkg-plist' Xlibexec/gkrellm2/plugins/gift.so Xlibexec/gkrellm2/plugins/gift.la END-of-gkrellm-gift/pkg-plist exit --- gkrellm-gift.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: