Page MenuHomeFreeBSD

D28239.id82575.diff
No OneTemporary

D28239.id82575.diff

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

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 15, 5:16 AM (6 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16653411
Default Alt Text
D28239.id82575.diff (2 KB)

Event Timeline