Date: Sat, 28 Oct 2017 12:17:49 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453057 - in head/astro: . sunwait Message-ID: <201710281217.v9SCHnER041401@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Oct 28 12:17:49 2017 New Revision: 453057 URL: https://svnweb.freebsd.org/changeset/ports/453057 Log: 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/ Added: head/astro/sunwait/ head/astro/sunwait/Makefile (contents, props changed) head/astro/sunwait/distinfo (contents, props changed) head/astro/sunwait/pkg-descr (contents, props changed) Modified: head/astro/Makefile Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Sat Oct 28 11:25:50 2017 (r453056) +++ head/astro/Makefile Sat Oct 28 12:17:49 2017 (r453057) @@ -105,6 +105,7 @@ SUBDIR += stellarium SUBDIR += stellarium-qt4 SUBDIR += sunclock + SUBDIR += sunwait SUBDIR += swe SUBDIR += tclgeomap SUBDIR += tkgeomap Added: head/astro/sunwait/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/sunwait/Makefile Sat Oct 28 12:17:49 2017 (r453057) @@ -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> Added: head/astro/sunwait/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/sunwait/distinfo Sat Oct 28 12:17:49 2017 (r453057) @@ -0,0 +1,3 @@ +TIMESTAMP = 1509192521 +SHA256 (sunwait-20041208.tar.gz) = 46ecd64142e0c7c2decac8df241b78ccae0d1b323929fb4d61aa1acc16a9ff96 +SIZE (sunwait-20041208.tar.gz) = 15865 Added: head/astro/sunwait/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/sunwait/pkg-descr Sat Oct 28 12:17:49 2017 (r453057) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710281217.v9SCHnER041401>