Bug 146381

Summary: New port: deskutils/conkyforecast Weather forecast script for conky
Product: Ports & Packages Reporter: Veniamin <g.veniamin>
Component: Individual Port(s)Assignee: Max Brazhnikov <makc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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!