diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-10-28 12:17:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-10-28 12:17:49 +0000 |
commit | 1e7932338f65a60391d02df72b3bf3d631362930 (patch) | |
tree | 9f6af5a56ca6693ebb1220d112fa590c3a40a367 /astro/sunwait | |
parent | 60265d620c52c8ce9ba0fbb0b783849455ca1881 (diff) | |
download | ports-1e7932338f65a60391d02df72b3bf3d631362930.tar.gz ports-1e7932338f65a60391d02df72b3bf3d631362930.zip |
Notes
Diffstat (limited to 'astro/sunwait')
-rw-r--r-- | astro/sunwait/Makefile | 20 | ||||
-rw-r--r-- | astro/sunwait/distinfo | 3 | ||||
-rw-r--r-- | astro/sunwait/pkg-descr | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/astro/sunwait/Makefile b/astro/sunwait/Makefile new file mode 100644 index 000000000000..dc175cfea660 --- /dev/null +++ b/astro/sunwait/Makefile @@ -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> diff --git a/astro/sunwait/distinfo b/astro/sunwait/distinfo new file mode 100644 index 000000000000..ecaf5b284353 --- /dev/null +++ b/astro/sunwait/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1509192521 +SHA256 (sunwait-20041208.tar.gz) = 46ecd64142e0c7c2decac8df241b78ccae0d1b323929fb4d61aa1acc16a9ff96 +SIZE (sunwait-20041208.tar.gz) = 15865 diff --git a/astro/sunwait/pkg-descr b/astro/sunwait/pkg-descr new file mode 100644 index 000000000000..7862c10699ed --- /dev/null +++ b/astro/sunwait/pkg-descr @@ -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/ |