Initial import of gkrellm-reminder, version 0.3.5, provided by David
Ferlier in PR pkg/19729. A useful 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.
This commit is contained in:
parent
1c4f6a0f55
commit
58aa767b01
4 changed files with 25 additions and 0 deletions
3
gkrellm-reminder/DESCR
Normal file
3
gkrellm-reminder/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
A useful 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.
|
15
gkrellm-reminder/Makefile
Normal file
15
gkrellm-reminder/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/09/16 14:55:41 cubidou Exp $
|
||||
|
||||
DISTNAME= reminder-0.3.5
|
||||
PKGNAME= gkrellm-reminder-0.3.5
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.comimpex.cz/support/LINUX/sort/gkrellm/
|
||||
|
||||
MAINTAINER= david@netbsd-fr.org
|
||||
HOMEPAGE= http://www.engr.orst.edu/~simonsen/reminder
|
||||
COMMENT= GKrellM plugin that reminds you of important events
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
|
||||
.include "../../sysutils/gkrellm/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
gkrellm-reminder/PLIST
Normal file
3
gkrellm-reminder/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/16 14:55:41 cubidou Exp $
|
||||
lib/gkrellm/plugins/reminder.so
|
||||
@dirrm lib/gkrellm/plugins
|
4
gkrellm-reminder/distinfo
Normal file
4
gkrellm-reminder/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/09/16 14:55:41 cubidou Exp $
|
||||
|
||||
SHA1 (reminder-0.3.5.tar.gz) = d1358d824bab8e5a3cb5241014137238ea5b6d8d
|
||||
Size (reminder-0.3.5.tar.gz) = 26476 bytes
|
Loading…
Reference in a new issue