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.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed New port added, with minor changes. Thanks!