This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] pal 0.3.5 -- A cal-like calendar with day highlight and support for events


Included in Debian stable:

    http://packages.debian.org/pal

Jari

sdesc: "A cal-like calendar with day highlight and support for events"
ldesc: "Some of main features are: Assign different colors to different
types of events; Search events with regular expressions; Includes
calendars for holiday (US, Christian, etc) and historical events;
One-time events and a variety of recurring events are supported;
Easy-to-use interface for interactively adding events to calendars;
Automated deletion of old events; Generation of HTML calendars;
Generation of LaTeX calendar suitable for printing."
category: Utils
requires: cygwin glib2 libiconv2 libintl3 libintl8 libncurses8 libreadline6

a) manual

  mkdir -p pal
  cd pal
  wget        \
    http://cygwin.cante.net/pal/pal-0.3.5-1-src.tar.bz2 \
    http://cygwin.cante.net/pal/pal-0.3.5-1.tar.bz2 \
    http://cygwin.cante.net/pal/setup.hint
  tar -xf pal-0.3.5-1-src.tar.bz2
  ./pal*.sh --color all

b) automated

  gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8

  mkdir pal ; cd pal
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/pal/get.sh \
          http://cygwin.cante.net/pal/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]