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
This commit is contained in:
Max Khon 2003-06-02 16:03:31 +00:00
parent 9dee347d30
commit 19c237ee42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82022
5 changed files with 38 additions and 0 deletions

View File

@ -20,6 +20,7 @@
SUBDIR += linux-setiathome
SUBDIR += luna
SUBDIR += match
SUBDIR += mymoon
SUBDIR += nightfall
SUBDIR += openuniverse
SUBDIR += p5-Astro-ADS

26
astro/mymoon/Makefile Normal file
View File

@ -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>

1
astro/mymoon/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mymoon-1.0.tar.gz) = 3b49f37575a7c5a907a7c5eb86f0d6a8

9
astro/mymoon/pkg-descr Normal file
View File

@ -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/

1
astro/mymoon/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/mymoon