Bug 145428 - New port: net-im/py-jabberbot A simple Jabber Bot for Python
Summary: New port: net-im/py-jabberbot A simple Jabber Bot for Python
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: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 11:30 UTC by Veniamin
Modified: 2010-04-07 03:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.37 KB, text/plain)
2010-04-06 11:30 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-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!