diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-07 20:49:31 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-07 20:49:31 +0000 |
commit | 4f59818ca397a0a8ad8c34ad79350bc491cfbf3b (patch) | |
tree | 79de035a23bbb285c8713b492fa4fa499634f7f8 /time | |
parent | 5d6863fbd2e22843934a2ea9139fc1ad3ddb77f7 (diff) | |
download | pkgsrc-4f59818ca397a0a8ad8c34ad79350bc491cfbf3b.tar.gz |
Edited DESCR in the case of:
File too long (should be no more than 24 lines).
Line too long (should be no more than 80 characters).
Trailing empty lines.
Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
Diffstat (limited to 'time')
-rw-r--r-- | time/cal/DESCR | 38 |
1 files changed, 12 insertions, 26 deletions
diff --git a/time/cal/DESCR b/time/cal/DESCR index e2c4d5d57c4..8d669fdfc14 100644 --- a/time/cal/DESCR +++ b/time/cal/DESCR @@ -1,38 +1,24 @@ -CAL is a nicely-enhanced version of the unix `cal' command. -Features: - +CAL is a nicely-enhanced version of the unix `cal' command. Features: * Hilights today's date when displaying a monthly calendar. - - * Displays an optional user-definable list of `special day' - descriptions (like appointments) to the right of the monthly - calendar display. Cal can be set optionally to ignore appointments - older than the current day. Next month's appointments are shown if - there is room to do so. Multiple appointment data files may also - be specified on the commandline. - + * Displays an optional user-definable list of `special day' descriptions (like + appointments) to the right of the monthly calendar display. Cal can be set + optionally to ignore appointments older than the current day. Next month's + appointments are shown if there is room to do so. Multiple appointment data + files may also be specified on the commandline. * You can specify your own appointment and color definition files on the commandline, or use the defaults. - * Date descriptions can display "years since" a given year, useful for birthdays and anniversaries. - - * Completely configurable colors -- eight separate color attributes. - - * No ANSI driver needed for colors, and the output may be redirected - anywhere, just like the unix version. However, ANSI color control may - be enabled (e.g. for unix) with a #define in the source code. - - * Commandline-compatible with unix `cal' command, but with several - enhanced switch settings. - -Requests, bug reports, suggestions, donations, proposals for -contract work, and so forth may be sent to: - + * Completely configurable colors - eight separate color attributes. + * No ANSI driver needed for colors, and the output may be redirected anywhere, + just like the unix version. However, ANSI color control may be enabled (e.g. + for unix) with a #define in the source code. + * Commandline-compatible with unix `cal' command with enhanced switch settings. +Requests, bug reports, suggestions, donations, and so forth may be sent to: Attn: Alex Matulich Unicorn Research Corporation 4621 N. Landmark Drive Orlando, FL 32817-1235 USA 407-657-4974 FAX 407-657-6149 - or send e-mail to matulich_a@seaa.navsea.navy.mil. |