diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-01 23:16:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-01 23:16:59 +0000 |
commit | 03c9298349833192a36ec004538392b998dc9d93 (patch) | |
tree | b309d1021118df8592fb5f1409e9a8bdc60ba60c /deskutils/pal/pkg-plist | |
parent | Correct usage message for tidy.sh. (diff) |
Add pal, a command line calendar that can keep track of events. It has
similarities with the Unix cal command, the more complex GNU gcal program,
and the calendar program distributed with the BSDs.
PR: ports/64353
Submitted by: Herbert J. Skuhra <herbert.skuhra@gmx.at>
Diffstat (limited to 'deskutils/pal/pkg-plist')
-rw-r--r-- | deskutils/pal/pkg-plist | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deskutils/pal/pkg-plist b/deskutils/pal/pkg-plist new file mode 100644 index 000000000000..06bd9f7f592a --- /dev/null +++ b/deskutils/pal/pkg-plist @@ -0,0 +1,13 @@ +bin/pal +%%DATADIR%%/australia.pal +%%DATADIR%%/birth-death.pal +%%DATADIR%%/christian.pal +%%DATADIR%%/computer.pal +%%DATADIR%%/history.pal +%%DATADIR%%/lotr.pal +%%DATADIR%%/music.pal +%%DATADIR%%/pagan.pal +%%DATADIR%%/pal.conf +%%DATADIR%%/us.pal +%%DATADIR%%/world.pal +@dirrm %%DATADIR%% |