diff options
author | garga <garga@FreeBSD.org> | 2006-07-07 01:54:50 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-07 01:54:50 +0800 |
commit | 02192edc71bf2dd8c6985e74624c00f8c30f2971 (patch) | |
tree | 3c3af0c2ec585bd03cdc9a42998e4930da114e9e /deskutils/wyrd | |
parent | 6ba90ff6cf6d5e8064061a0ea83b075b9b5b6857 (diff) | |
download | freebsd-ports-gnome-02192edc71bf2dd8c6985e74624c00f8c30f2971.tar.gz freebsd-ports-gnome-02192edc71bf2dd8c6985e74624c00f8c30f2971.tar.zst freebsd-ports-gnome-02192edc71bf2dd8c6985e74624c00f8c30f2971.zip |
Wyrd is a text-based front-end to Remind, a sophisticated calendar and alarm
program. Remind's power lies in its programmability, and Wyrd does not hide
this capability behind flashy GUI dialogs. Rather, Wyrd is designed to make you
more efficient at editing your reminder files directly. It also offers a
scrollable timetable suitable for visualizing your schedule at a glance. Here
is a screenshot.
Unlike most of the calendar applications available today, Wyrd is designed to
be both lightweight and fast. Startup time is negligible, UI navigation is
instantaneous, and the wyrd process typically consumes less than 2MB of
resident memory.
WWW: http://www.eecs.umich.edu/~pelzlpj/wyrd/
PR: ports/95361
Submitted by: Russell A. Jackson <raj at csub.edu>
Diffstat (limited to 'deskutils/wyrd')
-rw-r--r-- | deskutils/wyrd/Makefile | 26 | ||||
-rw-r--r-- | deskutils/wyrd/distinfo | 3 | ||||
-rw-r--r-- | deskutils/wyrd/pkg-descr | 13 |
3 files changed, 42 insertions, 0 deletions
diff --git a/deskutils/wyrd/Makefile b/deskutils/wyrd/Makefile new file mode 100644 index 000000000000..21ad74ab3c84 --- /dev/null +++ b/deskutils/wyrd/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: wyrd +# Date created: Apr 5 2006 +# Whom: Russell A. Jackson <raj@csub.edu> +# +# $FreeBSD$ +# + +PORTNAME= wyrd +PORTVERSION= 1.4.0 +CATEGORIES= deskutils +MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/wyrd/ + +MAINTAINER= raj@csub.edu +COMMENT= A curses front end to remind + +BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlc:${PORTSDIR}/lang/ocaml +RUN_DEPENDS= ${LOCALBASE}/bin/remind:${PORTSDIR}/deskutils/remind + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= wyrd.1 +MAN5= wyrdrc.5 +PLIST_FILES= bin/wyrd etc/wyrdrc + +.include <bsd.port.mk> diff --git a/deskutils/wyrd/distinfo b/deskutils/wyrd/distinfo new file mode 100644 index 000000000000..1bbad7d21e57 --- /dev/null +++ b/deskutils/wyrd/distinfo @@ -0,0 +1,3 @@ +MD5 (wyrd-1.4.0.tar.gz) = 3219bd9b58c349ee3c887b3785a7b236 +SHA256 (wyrd-1.4.0.tar.gz) = 6f4f278eeb4ffd83b059ea2d08cb71105b49b0cb2ede1e9f770e8b23adf00c42 +SIZE (wyrd-1.4.0.tar.gz) = 197074 diff --git a/deskutils/wyrd/pkg-descr b/deskutils/wyrd/pkg-descr new file mode 100644 index 000000000000..17de97ef32ec --- /dev/null +++ b/deskutils/wyrd/pkg-descr @@ -0,0 +1,13 @@ +Wyrd is a text-based front-end to Remind, a sophisticated calendar and alarm +program. Remind's power lies in its programmability, and Wyrd does not hide +this capability behind flashy GUI dialogs. Rather, Wyrd is designed to make you +more efficient at editing your reminder files directly. It also offers a +scrollable timetable suitable for visualizing your schedule at a glance. Here +is a screenshot. + +Unlike most of the calendar applications available today, Wyrd is designed to +be both lightweight and fast. Startup time is negligible, UI navigation is +instantaneous, and the wyrd process typically consumes less than 2MB of +resident memory. + +WWW: http://www.eecs.umich.edu/~pelzlpj/wyrd/ |