Bug 145428

Summary: New port: net-im/py-jabberbot A simple Jabber Bot for Python
Product: Ports & Packages Reporter: Veniamin <g.veniamin>
Component: Individual Port(s)Assignee: freebsd-python (Nobody) <python>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Veniamin 2010-04-06 11:30:01 UTC
Programming your own Jabber bot can be fun and helpful. This is
python-jabberbot, a Jabber bot framework for Python that enables you
to easily write simple Jabber bots. You can use your Jabber bots to
provide information about your running systems, to make your website
interact with your visitors or notify you about updates or changes
you monitor with your Python scripts.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-06 11:30:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-07 02:59:05 UTC
wen         2010-04-07 01:58:56 UTC

  FreeBSD ports repository

  Modified files:
    net-im               Makefile 
  Added files:
    net-im/py-jabberbot  Makefile distinfo pkg-descr pkg-plist 
  Log:
  python-jabberbot is a Jabber bot framework for Python that enables you
  to easily write simple Jabber bots. You can use your Jabber bots to
  provide information about your running systems, to make your website
  interact with your visitors or notify you about updates or changes
  you monitor with your Python scripts.
  
  WWW:    http://thpinfo.com/2007/python-jabberbot/
  
  PR:             ports/145428
  Submitted by:   Gvozdikov Veniamin <g.veniamin@googlemail.com>
  
  Revision  Changes    Path
  1.129     +1 -0      ports/net-im/Makefile
  1.1       +26 -0     ports/net-im/py-jabberbot/Makefile (new)
  1.1       +3 -0      ports/net-im/py-jabberbot/distinfo (new)
  1.1       +7 -0      ports/net-im/py-jabberbot/pkg-descr (new)
  1.1       +3 -0      ports/net-im/py-jabberbot/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 Wen Heping freebsd_committer freebsd_triage 2010-04-07 02:59:58 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!