mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
27 lines
798 B
Plaintext
27 lines
798 B
Plaintext
|
Copyright (c) 1993 by Sanjay Ghemawat
|
||
|
|
||
|
Ical
|
||
|
====
|
||
|
|
||
|
Ical is a calendar application. Some of the important features are ---
|
||
|
|
||
|
* Items can be created edited and deleted easily.
|
||
|
* Items can be made to repeat in various ways.
|
||
|
* Ical will post reminders for upcoming appointments.
|
||
|
* Ical can print and list item occurrences.
|
||
|
* Ical calendars can be shared by different users.
|
||
|
|
||
|
This release of ical is designed to work with Tcl7.0/Tk3.3 or later.
|
||
|
If you are using older versions of Tcl/Tk, you will need to upgrade if
|
||
|
you want to use the new version of ical.
|
||
|
|
||
|
See also: http://clef.lcs.mit.edu/~sanjay/ical.html
|
||
|
|
||
|
Copyrights
|
||
|
==========
|
||
|
|
||
|
Most of the files are covered by the copyright in the file COPYRIGHT.
|
||
|
|
||
|
The configure script is covered by the GNU Public License (see
|
||
|
COPYRIGHT.GNU).
|