diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-03 00:56:55 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-03 00:56:55 +0000 |
commit | c8d7bf04b51b865346a1dbd8bdb3a38f7c4b5aff (patch) | |
tree | 3bfced2ccfd1d165ec6486e1be72c703d585cae1 /astro | |
parent | Remove ${PTHREAD_LIBS} from LDFLAGS since this will cause linking issues (diff) |
Improve comment and description. More or less
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/mymoon/Makefile | 2 | ||||
-rw-r--r-- | astro/mymoon/pkg-descr | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/astro/mymoon/Makefile b/astro/mymoon/Makefile index 51acfec6dbf5..d41f219fd48a 100644 --- a/astro/mymoon/Makefile +++ b/astro/mymoon/Makefile @@ -11,7 +11,7 @@ CATEGORIES= astro MASTER_SITES= http://makemebad.net/geek/codes/ MAINTAINER= ponomarew@oberon.net -COMMENT= Mymoon displays the phase of the moon +COMMENT= Show latitude and longitude of the moon LIB_DEPENDS= nova:${PORTSDIR}/astro/libnova diff --git a/astro/mymoon/pkg-descr b/astro/mymoon/pkg-descr index 334d63ff245f..5b1b7c58b95a 100644 --- a/astro/mymoon/pkg-descr +++ b/astro/mymoon/pkg-descr @@ -1,9 +1,9 @@ -Mymoon is a tool which stands onscreen using ncurses, and -prints for the given latitude and longitude: +Mymoon is an ncurses-based tool that presents for the given latitude +and longitude a continually updated display of: - Percentage of Moon's surface illumination -- Distance between Moon & Earth -- Moon set & Moon rise +- Distance between Moon and Earth +- Moon set and Moon rise - Moon age WWW: http://makemebad.net/geek/codes/ |