Date: Wed, 28 Apr 2004 11:43:26 +0200 (CEST) From: Tobias Roth <ports@fsck.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66045: New port: misc/gkrellm-gtodo GKrellM2 plugin that tracks tasks and to-do items Message-ID: <200404280943.i3S9hQ7t044244@secure.socket.ch> Resent-Message-ID: <200404280950.i3S9oOUS060976@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66045 >Category: ports >Synopsis: New port: misc/gkrellm-gtodo GKrellM2 plugin that tracks tasks and to-do items >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 Apr 28 02:50:24 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: This is a GkrellM2 plugin that tracks tasks and to-do items. It also supports deadline reminder alarms, tracking of time spent on individual tasks, and task-diary (sort of) through task comments. >How-To-Repeat: >Fix: --- gkrellm-gtodo.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-gtodo # gkrellm-gtodo/Makefile # gkrellm-gtodo/files # gkrellm-gtodo/files/patch-Makefile # gkrellm-gtodo/pkg-descr # gkrellm-gtodo/pkg-plist # gkrellm-gtodo/distinfo # echo c - gkrellm-gtodo mkdir -p gkrellm-gtodo > /dev/null 2>&1 echo x - gkrellm-gtodo/Makefile sed 's/^X//' >gkrellm-gtodo/Makefile << 'END-of-gkrellm-gtodo/Makefile' X# New ports collection makefile for: gkrellm-gtodo X# Date created: Wed Apr 28 08:31:22 CEST 2004 X# Whom: Tobias Roth <ports@fsck.ch> X# X# $FreeBSD$ X# X XPORTNAME= gtodo XPORTVERSION= 0.2.5.a XCATEGORIES= misc XMASTER_SITES= http://voidtrance.home.comcast.net/software/files/gtodo/ \ X http://depot.fsck.ch/mirror/distfiles/ XPKGNAMEPREFIX= gkrellm- XDISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-0.2.5a X XMAINTAINER= ports@fsck.ch XCOMMENT= GKrellM2 plugin that tracks tasks and to-do items X XBUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 XRUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 X XNOT_FOR_ARCHS= amd64 ia64 XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_GNOME= gtk20 X XWRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/${PKGNAMEPREFIX}${PORTNAME}.so \ X ${PREFIX}/libexec/gkrellm2/plugins/ X X.include <bsd.port.mk> END-of-gkrellm-gtodo/Makefile echo c - gkrellm-gtodo/files mkdir -p gkrellm-gtodo/files > /dev/null 2>&1 echo x - gkrellm-gtodo/files/patch-Makefile sed 's/^X//' >gkrellm-gtodo/files/patch-Makefile << 'END-of-gkrellm-gtodo/files/patch-Makefile' X--- Makefile.orig Wed Apr 28 08:51:42 2004 X+++ Makefile Wed Apr 28 09:15:38 2004 X@@ -11,15 +11,15 @@ X USER_INSTALL_PATH ?= $(HOME)/.gkrellm2/plugins X X ## executables X-CC = gcc X+CC ?= gcc X RM = rm -f X INSTALL ?= install -m 755 X X ## Compiler and Linker flags X ## Theoretically, you should not need to change these X ## but if the make does not work look into it X-CFLAGS = -fPIC -Wall -I. $(shell pkg-config gtk+-2.0 --cflags) X-LIBFLAGS = -shared $(shell pkg-config gtk+-2.0 --libs) X+CFLAGS += -fPIC -Wall -I. `pkg-config gtk+-2.0 --cflags` X+LIBFLAGS = -shared `pkg-config gtk+-2.0 --libs` X X ## Set all the locale converstion stuff X ## if necessary X@@ -29,7 +29,7 @@ X CFLAGS += -DENABLE_NLS -DLOCALEDIR=\"$(LOCALEDIR)\" X export enable_nls X endif X-CFLAGS += -DPACKAGE="\"$(PACKAGE)\"" X+#CFLAGS += -DPACKAGE="\"$(PACKAGE)\"" X export PACKAGE LOCALEDIR X X ## File name and target definitions END-of-gkrellm-gtodo/files/patch-Makefile echo x - gkrellm-gtodo/pkg-descr sed 's/^X//' >gkrellm-gtodo/pkg-descr << 'END-of-gkrellm-gtodo/pkg-descr' XThis is a GkrellM2 plugin that tracks tasks and to-do items. It also Xsupports deadline reminder alarms, tracking of time spent on individual Xtasks, and task-diary (sort of) through task comments. X XAuthor: Dimitar Haralanov <fulcrumusa@netscape.net> XWWW: http://voidtrance.home.comcast.net/software/ END-of-gkrellm-gtodo/pkg-descr echo x - gkrellm-gtodo/pkg-plist sed 's/^X//' >gkrellm-gtodo/pkg-plist << 'END-of-gkrellm-gtodo/pkg-plist' Xlibexec/gkrellm2/plugins/gkrellm-gtodo.so END-of-gkrellm-gtodo/pkg-plist echo x - gkrellm-gtodo/distinfo sed 's/^X//' >gkrellm-gtodo/distinfo << 'END-of-gkrellm-gtodo/distinfo' XMD5 (gkrellm-gtodo-0.2.5a.tar.gz) = 6d00732619d2b0cc1191cc8f3979d644 XSIZE (gkrellm-gtodo-0.2.5a.tar.gz) = 58891 END-of-gkrellm-gtodo/distinfo exit --- gkrellm-gtodo.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404280943.i3S9hQ7t044244>