diff options
author | romain <romain@FreeBSD.org> | 2010-06-03 00:32:44 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-06-03 00:32:44 +0800 |
commit | 3a03191e91d0fa44cb5fe47dc20763a39a58f52e (patch) | |
tree | a2c2032aa4df681359bf5c34a39cbf64304e2c2a /deskutils/tomboy-plugin-reminder | |
parent | 9ed4b2bce9c2fd64beda1b2e197e5468614db1eb (diff) | |
download | freebsd-ports-gnome-3a03191e91d0fa44cb5fe47dc20763a39a58f52e.tar.gz freebsd-ports-gnome-3a03191e91d0fa44cb5fe47dc20763a39a58f52e.tar.zst freebsd-ports-gnome-3a03191e91d0fa44cb5fe47dc20763a39a58f52e.zip |
This plugin looks for notes with lines like ``Remind 23 october'' and will open
the note containing this on the corresponding date and time.
WWW: http://flukkost.nu/blog/tomboy-reminder/
Diffstat (limited to 'deskutils/tomboy-plugin-reminder')
-rw-r--r-- | deskutils/tomboy-plugin-reminder/Makefile | 23 | ||||
-rw-r--r-- | deskutils/tomboy-plugin-reminder/distinfo | 3 | ||||
-rw-r--r-- | deskutils/tomboy-plugin-reminder/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/tomboy-plugin-reminder/pkg-plist | 2 |
4 files changed, 32 insertions, 0 deletions
diff --git a/deskutils/tomboy-plugin-reminder/Makefile b/deskutils/tomboy-plugin-reminder/Makefile new file mode 100644 index 000000000000..fec91cc2a696 --- /dev/null +++ b/deskutils/tomboy-plugin-reminder/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: tomboy-plugin-reminder +# Date created: 2008-12-21 +# Whom: Romain Tartiere <romain@blogreen.org> +# +# $FreeBSD$ +# + +PORTNAME= tomboy-plugin-reminder +PORTVERSION= 0.9.2 +CATEGORIES= deskutils +MASTER_SITES= http://flukkost.nu/ +DISTNAME= tomboy-reminder-${PORTVERSION} + +MAINTAINER= mono@FreeBSD.org +COMMENT= Automatically open notes at a given date and time + +BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy +RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/deskutils/tomboy-plugin-reminder/distinfo b/deskutils/tomboy-plugin-reminder/distinfo new file mode 100644 index 000000000000..9665cc298c98 --- /dev/null +++ b/deskutils/tomboy-plugin-reminder/distinfo @@ -0,0 +1,3 @@ +MD5 (tomboy-reminder-0.9.2.tar.gz) = a253761c7fe85a7043409202d0bdda50 +SHA256 (tomboy-reminder-0.9.2.tar.gz) = f5100bce6989e7bd0ae2ebe4c79a8d551f0b642b539719fc1a15ed7150a5d2d7 +SIZE (tomboy-reminder-0.9.2.tar.gz) = 64357 diff --git a/deskutils/tomboy-plugin-reminder/pkg-descr b/deskutils/tomboy-plugin-reminder/pkg-descr new file mode 100644 index 000000000000..a8661f4d7340 --- /dev/null +++ b/deskutils/tomboy-plugin-reminder/pkg-descr @@ -0,0 +1,4 @@ +This plugin looks for notes with lines like ``Remind 23 october'' and will open +the note containing this on the corresponding date and time. + +WWW: http://flukkost.nu/blog/tomboy-reminder/ diff --git a/deskutils/tomboy-plugin-reminder/pkg-plist b/deskutils/tomboy-plugin-reminder/pkg-plist new file mode 100644 index 000000000000..3f2b3e179b1a --- /dev/null +++ b/deskutils/tomboy-plugin-reminder/pkg-plist @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +lib/tomboy/addins/tomboy-reminder.dll |