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:
parent
60265d620c
commit
1e7932338f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453057
@ -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
20
astro/sunwait/Makefile
Normal 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
3
astro/sunwait/distinfo
Normal 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
5
astro/sunwait/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user