diff options
-rw-r--r-- | time/wxRemind/DESCR | 12 | ||||
-rw-r--r-- | time/wxRemind/Makefile | 19 | ||||
-rw-r--r-- | time/wxRemind/PLIST | 6 | ||||
-rw-r--r-- | time/wxRemind/distinfo | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/time/wxRemind/DESCR b/time/wxRemind/DESCR new file mode 100644 index 00000000000..3f799f9e448 --- /dev/null +++ b/time/wxRemind/DESCR @@ -0,0 +1,12 @@ +wxRemind is a graphical front-end to Remind, a remarkably sophisticated +calendar and alarm system. wxRemind is similar to Wyrd but is based +on wxPython rather than curses. The display features a calendar +and daily event list suitable for visualizing your schedule at a +glance. Dates and associated events can be quickly selected either +with the mouse or cursor keys, and dates in the calendar are color +coded to reflect the total duration of scheduled events. wxRemind +provides an internal editor or integrates with an external editor +of your choice to make editing of reminder files more efficient, +provides hotkeys to quickly access the most common Remind options, +allows popup, sound and/or spoken alerts and can display a postscript +calendar of the selected month suitable for printing. diff --git a/time/wxRemind/Makefile b/time/wxRemind/Makefile new file mode 100644 index 00000000000..b320bed890a --- /dev/null +++ b/time/wxRemind/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/24 23:04:09 wiz Exp $ +# + +DISTNAME= wxRemind-0.6.18 +CATEGORIES= time +MASTER_SITES= http://www.duke.edu/~dgraham/wxRemind/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.duke.edu/~dgraham/wxRemind/ +COMMENT= Graphical front-end to Remind + +DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6.1:../../x11/py-wxWidgets +DEPENDS+= py24-setuptools>=0.6b1:../../devel/py24-setuptools + +PYTHON_VERSIONS_ACCEPTED= 24 +PYDISTUTILSPKG= YES + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/wxRemind/PLIST b/time/wxRemind/PLIST new file mode 100644 index 00000000000..4277abec5dc --- /dev/null +++ b/time/wxRemind/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/24 23:04:09 wiz Exp $ +bin/wxremalert +bin/wxremdata +bin/wxremind +bin/wxremsetup +${PYSITELIB}/wxRemind-0.6.18-py2.4.egg diff --git a/time/wxRemind/distinfo b/time/wxRemind/distinfo new file mode 100644 index 00000000000..787f9beebc3 --- /dev/null +++ b/time/wxRemind/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/07/24 23:04:09 wiz Exp $ + +SHA1 (wxRemind-0.6.18.tar.gz) = 243188e1f6a32673e8105038231dfcfaea139199 +RMD160 (wxRemind-0.6.18.tar.gz) = dbd05208766981388041d56204d3772d3050542e +Size (wxRemind-0.6.18.tar.gz) = 112867 bytes |