1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

astro/sunwait: create port

Sunwait is a small C program for calculating sunrise and sunset, as well as
civil, nautical, and astronomical twilights. It has features that make it
useful for home automation tasks.

WWW: http://www.risacher.org/sunwait/
This commit is contained in:
Steve Wills 2017-10-28 12:17:49 +00:00
parent 60265d620c
commit 1e7932338f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453057
4 changed files with 29 additions and 0 deletions

View File

@ -105,6 +105,7 @@
SUBDIR += stellarium
SUBDIR += stellarium-qt4
SUBDIR += sunclock
SUBDIR += sunwait
SUBDIR += swe
SUBDIR += tclgeomap
SUBDIR += tkgeomap

20
astro/sunwait/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= sunwait
PORTVERSION= 20041208
CATEGORIES= astro
MASTER_SITES= http://www.risacher.org/sunwait/
MAINTAINER= swills@FreeBSD.org
COMMENT= Calculate sunrise and sunset
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>

3
astro/sunwait/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1509192521
SHA256 (sunwait-20041208.tar.gz) = 46ecd64142e0c7c2decac8df241b78ccae0d1b323929fb4d61aa1acc16a9ff96
SIZE (sunwait-20041208.tar.gz) = 15865

5
astro/sunwait/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Sunwait is a small C program for calculating sunrise and sunset, as well as
civil, nautical, and astronomical twilights. It has features that make it
useful for home automation tasks.
WWW: http://www.risacher.org/sunwait/