Index: misc/Makefile =================================================================== --- misc/Makefile (revision 562033) +++ misc/Makefile (working copy) @@ -521,6 +521,7 @@ SUBDIR += with SUBDIR += wmScoreBoard SUBDIR += wmcalendar + SUBDIR += wmforecast SUBDIR += wmjulia SUBDIR += wmpal SUBDIR += wmtunlo Index: misc/wmforecast/Makefile =================================================================== --- misc/wmforecast/Makefile (nonexistent) +++ misc/wmforecast/Makefile (working copy) @@ -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 Property changes on: misc/wmforecast/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: misc/wmforecast/distinfo =================================================================== --- misc/wmforecast/distinfo (nonexistent) +++ misc/wmforecast/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1610988645 +SHA256 (wmforecast-1.4.tar.gz) = 3004cf02a374378ec7312bfd9d895687f1edd6440a025a1fe5ebb00b89ce24ee +SIZE (wmforecast-1.4.tar.gz) = 155962 Property changes on: misc/wmforecast/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: misc/wmforecast/pkg-descr =================================================================== --- misc/wmforecast/pkg-descr (nonexistent) +++ misc/wmforecast/pkg-descr (working copy) @@ -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/ Property changes on: misc/wmforecast/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: misc/wmforecast/pkg-plist =================================================================== --- misc/wmforecast/pkg-plist (nonexistent) +++ misc/wmforecast/pkg-plist (working copy) @@ -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 Property changes on: misc/wmforecast/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property