slackbuilds_ponce/office/remind
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
README office/remind: Added (A command-line calendar) 2010-12-12 15:47:15 -06:00
remind.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
remind.SlackBuild office/remind: Updated for version 03.01.12. 2012-03-29 10:17:26 -05:00
slack-desc office/remind: Added (A command-line calendar) 2010-12-12 15:47:15 -06:00

Remind is a sophisticated command-line calendar and alarm program
with a sophisticated scripting language and intelligent handling of
exceptions and holidays.

There are several options to pass to this script at compile-time.
Some of these options can be changed at run-time through SET
commands, while others (language, date/time separators, character
set, and the -u option) must be chosen at compile-time. Pass these
using `VAR=value ./remind.SlackBuild`:
LANGUAGE=LANG (default: ENGLISH), set the language. See the SlackBuild
for possible language options.

LAT_DEG=# (default: 45), set the latitudinal degrees
LAT_MIN=# (default: 24), set the latitudinal minutes
LAT_SEC=# (default: 0), set the latitudinal seconds
LON_DEG=# (default: 75), set the longitudinal degrees
LON_MIN=# (default: 39), set the longitudinal minutes
LON_SEC=# (default: 0), set the longitudinal seconds
LOCATION=location (default: Ottawa), set the location string
See the SlackBuild for more information on these variables.

DEFAULT_PAGE=Letter|A4 (default: Letter), set the default page size
DATESEP=-|/ (default: -), set the date separator character
TIMESEP=:|. (default: :), set the time separator character

CHARSET=ASCII|ISOLATIN1|ISOLATIN2|IBMEXTENDED|IBM852
(default: ISOLATIN1), set the character set to use

WANTU=yes|no (default: yes), enable/disable the -u option (which
runs remind with the uid and gid of the specified name)

There are a number of graphical front-ends to remind. tkremind is
included, but requires tcllib (available from SlackBuilds.org) as
a run-time requirement. Using remind via the command-line (or via
other front-ends) does not require tcllib.