Date: Tue, 19 Jan 2021 19:01:07 +0000 (UTC) From: Rainer Hurling <rhurlin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562070 - in head/misc: . wmforecast Message-ID: <202101191901.10JJ174Y011902@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rhurlin Date: Tue Jan 19 19:01:06 2021 New Revision: 562070 URL: https://svnweb.freebsd.org/changeset/ports/562070 Log: misc/wmforecast: New port, version 1.4 Wmforecast, a weather dockapp for Window Maker, displays current temperature and current conditions. Forecast via balloon tooltip. Changelog: https://github.com/d-torrance/wmforecast/blob/master/ChangeLog PR: 252811 Submitted by: Igor Pokrovsky <ip@unixway.org> (new maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D28239 Added: head/misc/wmforecast/ head/misc/wmforecast/Makefile (contents, props changed) head/misc/wmforecast/distinfo (contents, props changed) head/misc/wmforecast/pkg-descr (contents, props changed) head/misc/wmforecast/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Tue Jan 19 18:42:00 2021 (r562069) +++ head/misc/Makefile Tue Jan 19 19:01:06 2021 (r562070) @@ -521,6 +521,7 @@ SUBDIR += with SUBDIR += wmScoreBoard SUBDIR += wmcalendar + SUBDIR += wmforecast SUBDIR += wmjulia SUBDIR += wmpal SUBDIR += wmtunlo Added: head/misc/wmforecast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/wmforecast/Makefile Tue Jan 19 19:01:06 2021 (r562070) @@ -0,0 +1,34 @@ +# Created by: Igor Pokrovsky <ip@unixway.org> +# $FreeBSD$ + +PORTNAME= wmforecast +DISTVERSION= 1.4 +CATEGORIES= misc windowmaker geography +MASTER_SITES= https://github.com/d-torrance/${PORTNAME}/releases/download/v${DISTVERSION}/ + +MAINTAINER= ip@unixway.org +COMMENT= Weather dockapp for Window Maker using the Yahoo Weather API + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libgweather-3.so:net/libgweather \ + libWINGs.so:x11-wm/windowmaker \ + libwraster.so:x11-wm/libwraster + +USES= gmake gettext-runtime gnome pkgconfig xorg +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango +INSTALLS_ICONS= yes +USE_XORG= x11 + +GNU_CONFIGURE= yes + +OPTIONS_DEFINE= GEOCLUE NLS + +GEOCLUE_DESC= Use GeoClue + +GEOCLUE_LIB_DEPENDS= libgeoclue-2.so:net/geoclue +GEOCLUE_CONFIGURE_WITH= geoclue +NLS_USES= gettext + +.include <bsd.port.mk> Added: head/misc/wmforecast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/wmforecast/distinfo Tue Jan 19 19:01:06 2021 (r562070) @@ -0,0 +1,3 @@ +TIMESTAMP = 1610988645 +SHA256 (wmforecast-1.4.tar.gz) = 3004cf02a374378ec7312bfd9d895687f1edd6440a025a1fe5ebb00b89ce24ee +SIZE (wmforecast-1.4.tar.gz) = 155962 Added: head/misc/wmforecast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/wmforecast/pkg-descr Tue Jan 19 19:01:06 2021 (r562070) @@ -0,0 +1,6 @@ +Wmforecast is a weather dockapp for Window Maker. It displays the current +temperature and an icon representing the current conditions. +A balloon tooltip displays forecast information. +The weather information comes from the Yahoo Weather API. + +WWW: https://wmforecast.friedcheese.org/ Added: head/misc/wmforecast/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/wmforecast/pkg-plist Tue Jan 19 19:01:06 2021 (r562070) @@ -0,0 +1,15 @@ +bin/wmforecast +man/man1/wmforecast.1.gz +share/applications/wmforecast.desktop +share/icons/hicolor/48x48/apps/wmforecast.png +share/icons/hicolor/scalable/apps/wmforecast.svg +%%DATADIR%%/dialog-error.png +%%DATADIR%%/weather-clear-night.png +%%DATADIR%%/weather-clear.png +%%DATADIR%%/weather-few-clouds-night.png +%%DATADIR%%/weather-few-clouds.png +%%DATADIR%%/weather-fog.png +%%DATADIR%%/weather-overcast.png +%%DATADIR%%/weather-showers.png +%%DATADIR%%/weather-snow.png +%%DATADIR%%/weather-storm.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101191901.10JJ174Y011902>