Remind is an alarm/calendar program which handles Roman and Hebrew calendars, sunrise, sunset and moon phases, is multilingual, does complicated date calculations (handling holidays propers), alarms, includes a WWW calendar server, and produces PostScript output. Uses Tk for an X front end. Available for UNIX, MS-DOS, OS/2 and other platforms.
Updated: 06/2000
It's day based reminder, not a calendar. Can specify when to remind but can't specify when it is scheduled.
pfx=/opt/remind; thepkg=remind
tfe ~/dl/mustH_b/dev/tcltk/remind-03.00.22.tar.gz cd remind-03.00.22
./configure --prefix=$pfx make | do_waitp -t make
mkdir -p /opt/remind/bin /opt/remind/man/man1 make -n install | tee /export/pub/installs/logs/$thepkg.log.0 make install | tee /export/pub/installs/logs/$thepkg.log.1
cd /opt/bin lns /opt/remind/bin -d x cd /opt/man/man1 lns /opt/remind/man/man1 -d f
1) Type: wish ./build.tk from the top-level Remind directory. Fill in the various options and hit "Build Remind"
2) Type: "make install" — you may need to be root to do this.