From 4d981fc65ad3a4c4de078765e5f540336e6e3769 Mon Sep 17 00:00:00 2001 From: fjoe Date: Mon, 2 Jun 2003 16:03:31 +0000 Subject: 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 --- astro/Makefile | 1 + astro/mymoon/Makefile | 26 ++++++++++++++++++++++++++ astro/mymoon/distinfo | 1 + astro/mymoon/pkg-descr | 9 +++++++++ astro/mymoon/pkg-plist | 1 + 5 files changed, 38 insertions(+) create mode 100644 astro/mymoon/Makefile create mode 100644 astro/mymoon/distinfo create mode 100644 astro/mymoon/pkg-descr create mode 100644 astro/mymoon/pkg-plist (limited to 'astro') 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 +# +# $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 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 -- cgit