From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 19 06:10:22 2003 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 019D037B401 for ; Mon, 19 May 2003 06:10:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B2643F85 for ; Mon, 19 May 2003 06:10:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4JDALUp057085 for ; Mon, 19 May 2003 06:10:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4JDALNe057084; Mon, 19 May 2003 06:10:21 -0700 (PDT) Date: Mon, 19 May 2003 06:10:21 -0700 (PDT) Message-Id: <200305191310.h4JDALNe057084@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jan.Stocker@t-online.de (Jan Stocker) Subject: Re: ports/46167: New port: sysutils/gkleds X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jan Stocker List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 13:10:22 -0000 The following reply was made to PR ports/46167; it has been noted by GNATS. From: Jan.Stocker@t-online.de (Jan Stocker) To: freebsd-gnats-submit@FreeBSD.org, petef@freebsd.org Cc: Subject: Re: ports/46167: New port: sysutils/gkleds Date: 19 May 2003 13:01:16 +0000 Update to 0.8.1, new port style, corrected URL... Full shar-file... # 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: # # sysutils/gkleds2 # sysutils/gkleds2/files # sysutils/gkleds2/files/patch-Makefile # sysutils/gkleds2/Makefile # sysutils/gkleds2/distinfo # sysutils/gkleds2/pkg-descr # sysutils/gkleds2/pkg-plist # echo c - sysutils/gkleds2 mkdir -p sysutils/gkleds2 > /dev/null 2>&1 echo c - sysutils/gkleds2/files mkdir -p sysutils/gkleds2/files > /dev/null 2>&1 echo x - sysutils/gkleds2/files/patch-Makefile sed 's/^X//' >sysutils/gkleds2/files/patch-Makefile << 'END-of-sysutils/gkleds2/files/patch-Makefile' X--- Makefile.orig Wed Jan 29 00:14:08 2003 X+++ Makefile Mon May 19 14:47:23 2003 X@@ -19,8 +19,6 @@ X WIN32_OBJS = gkleds.o gkleds_ind.o gkleds_conf.o win32-plugin.o X UNIX_OBJS = gkleds.o gkleds_ind.o gkleds_conf.o X X-INSTALL_PROG = install X- X .PHONY : clean X .PHONY : install X .PHONY : uninstall X@@ -29,7 +27,7 @@ X #======================================================================= X #======================================================================= X X-unix : $(UNIX_OBJS) X+all : $(UNIX_OBJS) X $(CC) $(LIBFLAGS) $(UNIX_LIBS) -o gkleds.so $^ X X win32 : $(WIN32_OBJS) X@@ -59,13 +57,4 @@ X rm -rf src/gkrellm2/*~ src/gkrellm2/\#* X X install : gkleds.so X- @ if [ $$UID -ne 0 ]; \ X- then PLUGIN_DIR=$$HOME/.gkrellm2/plugins; \ X- elif [ -e /usr/bin/gkrellm ]; \ X- then PLUGIN_DIR=/usr/lib/gkrellm2/plugins; \ X- else \ X- PLUGIN_DIR=/usr/local/lib/gkrellm2/plugins; \ X- fi; \ X- $(INSTALL_PROG) -d $$PLUGIN_DIR; \ X- $(INSTALL_PROG) -s gkleds.so $$PLUGIN_DIR; \ X- printf "\ngkleds installed in $$PLUGIN_DIR\n" X+ $(INSTALL_PROG) gkleds.so $(PLUGIN_DIR); END-of-sysutils/gkleds2/files/patch-Makefile echo x - sysutils/gkleds2/Makefile sed 's/^X//' >sysutils/gkleds2/Makefile << 'END-of-sysutils/gkleds2/Makefile' X# New ports collection makefile for: gkleds2 X# Date Created: Dec 10 2002 X# Whom: Jan Stocker X# X# $FreeBSD: $ X# X XPORTNAME= gkleds2 XPORTVERSION= 0.8.1 XCATEGORIES= sysutils XMASTER_SITES= http://heim.ifi.uio.no/~oyvinha/files/files/ XDISTNAME= gkleds-${PORTVERSION} X XMAINTAINER= Jan.Stocker@t-online.de XCOMMENT= GKrellM Leds for CapsLock, NumLock and ScrollLock X XBUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 XRUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 X XUSE_X_PREFIX= yes XUSE_GMAKE= yes X XMAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \ X INSTALL_PROG="${INSTALL_PROGRAM}" X X.include END-of-sysutils/gkleds2/Makefile echo x - sysutils/gkleds2/distinfo sed 's/^X//' >sysutils/gkleds2/distinfo << 'END-of-sysutils/gkleds2/distinfo' XMD5 (gkleds-0.8.1.tar.gz) = 8329bc219c55f5b83c4dc5f097990d74 END-of-sysutils/gkleds2/distinfo echo x - sysutils/gkleds2/pkg-descr sed 's/^X//' >sysutils/gkleds2/pkg-descr << 'END-of-sysutils/gkleds2/pkg-descr' Xgkleds is a GKrellM plugin which monitors the CapsLock, NumLock and XScrollLock keys and reports their current status via on-screen LEDs. XThis is useful for people who have keyboards without LEDs (typically Xcordless keyboards). X XAuthor: Oyvind Hagen XWWW: http://www.stud.ifi.uio.no/~oyvinha/gkleds X X- Jan Stocker END-of-sysutils/gkleds2/pkg-descr echo x - sysutils/gkleds2/pkg-plist sed 's/^X//' >sysutils/gkleds2/pkg-plist << 'END-of-sysutils/gkleds2/pkg-plist' Xlibexec/gkrellm2/plugins/gkleds.so END-of-sysutils/gkleds2/pkg-plist exit -- Jan Stocker