View | Details | Raw Unified | Return to bug 252811 | Differences between
and this patch

Collapse All | Expand All

(-)misc/wmforecast/Makefile (+30 lines)
Line 0 Link Here
1
# Created by: Igor Pokrovsky <ip@unixway.org>
2
# $FreeBSD$
3
4
PORTNAME= 	wmforecast
5
DISTVERSION= 	1.4
6
CATEGORIES= 	misc windowmaker geography
7
MASTER_SITES= 	https://github.com/d-torrance/${PORTNAME}/releases/download/v${DISTVERSION}/
8
9
MAINTAINER=	ip@unixway.org
10
COMMENT=	Weather dockapp for Window Maker using the Yahoo Weather API
11
12
LICENSE=	GPLv3
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
LIB_DEPENDS=	libgweather-3.so:net/libgweather \
16
		libWINGs.so:x11-wm/windowmaker \
17
		libwraster.so:x11-wm/libwraster
18
19
GNU_CONFIGURE=	yes
20
USES=		gmake gettext-runtime gnome xorg
21
USE_XORG=	x11
22
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
23
24
OPTIONS_DEFINE=	GEOCLUE
25
PORT_OPTIONS=	MGEOCLUE
26
27
GEOCLUE_DESC=	Use GeoClue
28
GEOCLUE_LIB_DEPENDS=	libgeoclue-2.so:net/geoclue
29
30
.include <bsd.port.mk>
(-)misc/wmforecast/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1610988645
2
SHA256 (wmforecast-1.4.tar.gz) = 3004cf02a374378ec7312bfd9d895687f1edd6440a025a1fe5ebb00b89ce24ee
3
SIZE (wmforecast-1.4.tar.gz) = 155962
(-)misc/wmforecast/pkg-descr (+6 lines)
Line 0 Link Here
1
Wmforecast is a weather dockapp for Window Maker. It displays the current
2
temperature and an icon representing the current conditions.
3
A balloon tooltip displays forecast information.
4
The weather information comes from the Yahoo Weather API.
5
6
WWW: https://wmforecast.friedcheese.org/
(-)misc/wmforecast/pkg-plist (+12 lines)
Line 0 Link Here
1
bin/wmforecast
2
man/man1/wmforecast.1.gz
3
%%DATADIR%%/dialog-error.png
4
%%DATADIR%%/weather-clear-night.png
5
%%DATADIR%%/weather-clear.png
6
%%DATADIR%%/weather-few-clouds-night.png
7
%%DATADIR%%/weather-few-clouds.png
8
%%DATADIR%%/weather-fog.png
9
%%DATADIR%%/weather-overcast.png
10
%%DATADIR%%/weather-showers.png
11
%%DATADIR%%/weather-snow.png
12
%%DATADIR%%/weather-storm.png

Return to bug 252811