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:
parent
9dee347d30
commit
19c237ee42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82022
@ -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
26
astro/mymoon/Makefile
Normal 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
1
astro/mymoon/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mymoon-1.0.tar.gz) = 3b49f37575a7c5a907a7c5eb86f0d6a8
|
9
astro/mymoon/pkg-descr
Normal file
9
astro/mymoon/pkg-descr
Normal 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
1
astro/mymoon/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/mymoon
|
Loading…
Reference in New Issue
Block a user