conkyForecast is a python script created to provide weather forecast information to be displayed in Conky. It uses the Weather.com XOAP service to retrieve data for all over the world.
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
makc 2010-05-10 15:59:09 UTC FreeBSD ports repository Added files: deskutils/conkyforecast Makefile distinfo pkg-descr pkg-plist deskutils/conkyforecast/files patch-conkyForecast patch-conkyForecast.py patch-setup.py pkg-message.in Log: Add new port deskutils/conkyforecast: conkyForecast is a python script created to provide weather forecast information to be displayed in Conky. It uses the Weather.com XOAP service to retrieve data for all over the world. WWW: https://launchpad.net/~conkyhardcore WWW: https://code.launchpad.net/~m-buck/+junk/conkyforecast PR: ports/146381 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> Revision Changes Path 1.1 +46 -0 ports/deskutils/conkyforecast/Makefile (new) 1.1 +3 -0 ports/deskutils/conkyforecast/distinfo (new) 1.1 +7 -0 ports/deskutils/conkyforecast/files/patch-conkyForecast (new) 1.1 +8 -0 ports/deskutils/conkyforecast/files/patch-conkyForecast.py (new) 1.1 +10 -0 ports/deskutils/conkyforecast/files/patch-setup.py (new) 1.1 +18 -0 ports/deskutils/conkyforecast/files/pkg-message.in (new) 1.1 +6 -0 ports/deskutils/conkyforecast/pkg-descr (new) 1.1 +209 -0 ports/deskutils/conkyforecast/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!