Index: head/misc/Makefile =================================================================== --- head/misc/Makefile +++ head/misc/Makefile @@ -521,6 +521,7 @@ SUBDIR += with SUBDIR += wmScoreBoard SUBDIR += wmcalendar + SUBDIR += wmforecast SUBDIR += wmjulia SUBDIR += wmpal SUBDIR += wmtunlo Index: head/misc/wmforecast/Makefile =================================================================== --- head/misc/wmforecast/Makefile +++ head/misc/wmforecast/Makefile @@ -0,0 +1,34 @@ +# Created by: Igor Pokrovsky +# $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 Index: head/misc/wmforecast/distinfo =================================================================== --- head/misc/wmforecast/distinfo +++ head/misc/wmforecast/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1610988645 +SHA256 (wmforecast-1.4.tar.gz) = 3004cf02a374378ec7312bfd9d895687f1edd6440a025a1fe5ebb00b89ce24ee +SIZE (wmforecast-1.4.tar.gz) = 155962 Index: head/misc/wmforecast/pkg-descr =================================================================== --- head/misc/wmforecast/pkg-descr +++ head/misc/wmforecast/pkg-descr @@ -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/ Index: head/misc/wmforecast/pkg-plist =================================================================== --- head/misc/wmforecast/pkg-plist +++ head/misc/wmforecast/pkg-plist @@ -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