Bug 146381 - New port: deskutils/conkyforecast Weather forecast script for conky
Summary: New port: deskutils/conkyforecast Weather forecast script for conky
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-07 18:40 UTC by Veniamin
Modified: 2010-05-10 17:03 UTC (History)
0 users

See Also:


Attachments
file.shar (13.82 KB, text/plain)
2010-05-07 18:40 UTC, Veniamin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin 2010-05-07 18:40:04 UTC
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.
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2010-05-07 18:48:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-10 16:59:21 UTC
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"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-05-10 17:03:43 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!