diff options
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/ |