diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-06-03 00:03:31 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-06-03 00:03:31 +0800 |
commit | 4d981fc65ad3a4c4de078765e5f540336e6e3769 (patch) | |
tree | 2f66c1b80676e69dc465d205c357f1785abd0372 /astro | |
parent | ea467a613f8d6fe0840a410a613f5330e0c93e68 (diff) | |
download | freebsd-ports-gnome-4d981fc65ad3a4c4de078765e5f540336e6e3769.tar.gz freebsd-ports-gnome-4d981fc65ad3a4c4de078765e5f540336e6e3769.tar.zst freebsd-ports-gnome-4d981fc65ad3a4c4de078765e5f540336e6e3769.zip |
New port: mymoon
Mymoon is a tool which stands onscreen using ncurses, and
prints for the given latitude and longitude:
- Percentage of Moon's surface illumination
- Distance between Moon & Earth
- Moon set & Moon rise
- Moon age
PR: 52639
Submitted by: Kirill Ponomarew
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/mymoon/Makefile | 26 | ||||
-rw-r--r-- | astro/mymoon/distinfo | 1 | ||||
-rw-r--r-- | astro/mymoon/pkg-descr | 9 | ||||
-rw-r--r-- | astro/mymoon/pkg-plist | 1 |
5 files changed, 38 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index a0574ab1d6e2..d3e397b970ee 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -20,6 +20,7 @@ SUBDIR += linux-setiathome SUBDIR += luna SUBDIR += match + SUBDIR += mymoon SUBDIR += nightfall SUBDIR += openuniverse SUBDIR += p5-Astro-ADS diff --git a/astro/mymoon/Makefile b/astro/mymoon/Makefile new file mode 100644 index 000000000000..51acfec6dbf5 --- /dev/null +++ b/astro/mymoon/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: mymoon +# Date created: 24 May 2003 +# Whom: Kirill Ponomarew <ponomarew@oberon.net> +# +# $FreeBSD$ +# + +PORTNAME= mymoon +PORTVERSION= 1.0 +CATEGORIES= astro +MASTER_SITES= http://makemebad.net/geek/codes/ + +MAINTAINER= ponomarew@oberon.net +COMMENT= Mymoon displays the phase of the moon + +LIB_DEPENDS= nova:${PORTSDIR}/astro/libnova + +WRKSRC= ${WRKDIR}/${PORTNAME} + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/astro/mymoon/distinfo b/astro/mymoon/distinfo new file mode 100644 index 000000000000..019007f483b7 --- /dev/null +++ b/astro/mymoon/distinfo @@ -0,0 +1 @@ +MD5 (mymoon-1.0.tar.gz) = 3b49f37575a7c5a907a7c5eb86f0d6a8 diff --git a/astro/mymoon/pkg-descr b/astro/mymoon/pkg-descr new file mode 100644 index 000000000000..334d63ff245f --- /dev/null +++ b/astro/mymoon/pkg-descr @@ -0,0 +1,9 @@ +Mymoon is a tool which stands onscreen using ncurses, and +prints for the given latitude and longitude: + +- Percentage of Moon's surface illumination +- Distance between Moon & Earth +- Moon set & Moon rise +- Moon age + +WWW: http://makemebad.net/geek/codes/ diff --git a/astro/mymoon/pkg-plist b/astro/mymoon/pkg-plist new file mode 100644 index 000000000000..c5631a345a91 --- /dev/null +++ b/astro/mymoon/pkg-plist @@ -0,0 +1 @@ +bin/mymoon |