Import of gkrellm-reminder-0.2.5:
gkrellm-reminder is a plugin for gkrellm that can remind you of important events. Events can be scheduled inside gkrellm's configuration and will be displayed in gkrellm-reminder's panel. WWW: http://www.engr.orst.edu/~simonsen/reminder/
This commit is contained in:
parent
54fe1fb1a0
commit
5e03702f33
30
misc/gkrellm-reminder/Makefile
Normal file
30
misc/gkrellm-reminder/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/15 08:41:00 jcs Exp $
|
||||
|
||||
DISTNAME= reminder-0.2.5
|
||||
PKGNAME= gkrellm-${DISTNAME}
|
||||
CATEGORIES= misc
|
||||
NEED_VERSION= 1.454
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
COMMENT= "gkrellm plugin to display reminders for important events"
|
||||
HOMEPAGE= http://www.engr.orst.edu/~simonsen/reminder/
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
MAINTAINER= Joshua Stein <jcs@rt.fm>
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h::sysutils/gkrellm
|
||||
RUN_DEPENDS= gkrellm::sysutils/gkrellm
|
||||
|
||||
do-install:
|
||||
@mkdir -p ${PREFIX}/lib/gkrellm/plugins
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/reminder.so ${PREFIX}/lib/gkrellm/plugins
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/gkrellm-reminder/files/md5
Normal file
3
misc/gkrellm-reminder/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (reminder-0.2.5.tar.gz) = f2f2ba762f5c12984c26c5ab443322d6
|
||||
RMD160 (reminder-0.2.5.tar.gz) = 4ba00bf83e2be72d5f5b2ae7325dca80973e3fcb
|
||||
SHA1 (reminder-0.2.5.tar.gz) = 76e2057f8bf4f89415eff311fcfc64caf73afdff
|
18
misc/gkrellm-reminder/patches/patch-Makefile
Normal file
18
misc/gkrellm-reminder/patches/patch-Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/09/15 08:41:00 jcs Exp $
|
||||
--- Makefile.orig Mon Sep 10 21:06:50 2001
|
||||
+++ Makefile Mon Sep 10 21:07:29 2001
|
||||
@@ -4,12 +4,12 @@
|
||||
IMLIB_INCLUDE = `imlib-config --cflags-gdk`
|
||||
IMLIB_LIB = `imlib-config --libs-gdk`
|
||||
|
||||
-CFLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE)
|
||||
+CFLAGS += -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE)
|
||||
|
||||
LIBS = $(GTK_LIB) $(IMLIB_LIB)
|
||||
LFLAGS = -shared
|
||||
|
||||
-CC = gcc
|
||||
+#CC = gcc
|
||||
|
||||
all: reminder.so
|
||||
|
12
misc/gkrellm-reminder/patches/patch-reminder_c
Normal file
12
misc/gkrellm-reminder/patches/patch-reminder_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-reminder_c,v 1.1.1.1 2001/09/15 08:41:00 jcs Exp $
|
||||
--- reminder.c.orig Fri Sep 7 13:32:02 2001
|
||||
+++ reminder.c Mon Sep 10 21:29:43 2001
|
||||
@@ -38,7 +38,7 @@
|
||||
/* style name. */
|
||||
#define CONFIG_NAME "gkrellm-reminder"
|
||||
|
||||
-#define TIMEZONE_DIFF ( timezone - ( daylight ? 1 : 0 ) * SECS_PER_HOUR )
|
||||
+#define TIMEZONE_DIFF 0
|
||||
|
||||
#define SECS_PER_DAY 86400
|
||||
#define SECS_PER_HOUR 3600
|
5
misc/gkrellm-reminder/pkg/DESCR
Normal file
5
misc/gkrellm-reminder/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
gkrellm-reminder is a plugin for gkrellm that can remind you of
|
||||
important events. Events can be scheduled inside gkrellm's
|
||||
configuration and will be displayed in gkrellm-reminder's panel.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
2
misc/gkrellm-reminder/pkg/PLIST
Normal file
2
misc/gkrellm-reminder/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/09/15 08:41:00 jcs Exp $
|
||||
lib/gkrellm/plugins/reminder.so
|
Loading…
Reference in New Issue
Block a user