diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-11 21:53:59 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-11 21:53:59 +0000 |
commit | 240eed442d1f97f7d7dd9430673499ef25dd1f36 (patch) | |
tree | cd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/cal/pkg | |
parent | 652e2956ee0721786181dcf43d7559a17c9b93f9 (diff) | |
download | pkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'misc/cal/pkg')
-rw-r--r-- | misc/cal/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/cal/pkg/DESCR | 38 | ||||
-rw-r--r-- | misc/cal/pkg/PLIST | 4 |
3 files changed, 43 insertions, 0 deletions
diff --git a/misc/cal/pkg/COMMENT b/misc/cal/pkg/COMMENT new file mode 100644 index 00000000000..a09124a2daa --- /dev/null +++ b/misc/cal/pkg/COMMENT @@ -0,0 +1 @@ +Enhanced color version of standard calendar utility diff --git a/misc/cal/pkg/DESCR b/misc/cal/pkg/DESCR new file mode 100644 index 00000000000..7df81b92dff --- /dev/null +++ b/misc/cal/pkg/DESCR @@ -0,0 +1,38 @@ +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. + + * 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: + + 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. diff --git a/misc/cal/pkg/PLIST b/misc/cal/pkg/PLIST new file mode 100644 index 00000000000..e8345df9f60 --- /dev/null +++ b/misc/cal/pkg/PLIST @@ -0,0 +1,4 @@ +bin/cal +etc/cal/calcol +etc/cal/caldat +man/man1/cal.1.gz |