Date: Tue, 6 Apr 2010 10:23:29 GMT From: Gvozdikov Veniamin <g.veniamin@googlemail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/145428: New port: net-im/py-jabberbot A simple Jabber Bot for Python Message-ID: <201004061023.o36ANTe8020983@www.freebsd.org> Resent-Message-ID: <201004061030.o36AU1BM077542@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 145428 >Category: ports >Synopsis: New port: net-im/py-jabberbot A simple Jabber Bot for Python >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 06 10:30:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Gvozdikov Veniamin >Release: FreeBSD 8.0-STABLE >Organization: >Environment: FreeBSD zlobook.local 8.0-STABLE FreeBSD 8.0-STABLE #6: Sat Mar 6 11:56:08 KRAT 2010 root@zlobook.local:/usr/obj/usr/src/sys/zlobook_amd64 amd64 >Description: 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. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-jabberbot # py-jabberbot/pkg-descr # py-jabberbot/Makefile # py-jabberbot/pkg-plist # py-jabberbot/distinfo # echo c - py-jabberbot mkdir -p py-jabberbot > /dev/null 2>&1 echo x - py-jabberbot/pkg-descr sed 's/^X//' >py-jabberbot/pkg-descr << '09fca579d8fc6be5c05e9eefa7b1aedc' XProgramming your own Jabber bot can be fun and helpful. This is Xpython-jabberbot, a Jabber bot framework for Python that enables you Xto easily write simple Jabber bots. You can use your Jabber bots to Xprovide information about your running systems, to make your website Xinteract with your visitors or notify you about updates or changes Xyou monitor with your Python scripts. X XWWW: http://thpinfo.com/2007/python-jabberbot/ 09fca579d8fc6be5c05e9eefa7b1aedc echo x - py-jabberbot/Makefile sed 's/^X//' >py-jabberbot/Makefile << 'db99f4c560cb64ea173f436e9ecd68c0' X# New ports collection makefile for: py-jabberbot X# Date created: 2010-04-04 X# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> X# X# $FreeBSD$ X# X XPORTNAME= jabberbot XPORTVERSION= 0.9 XCATEGORIES= net-im python XMASTER_SITES= http://thpinfo.com/2007/python-jabberbot/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= g.veniamin@googlemail.com XCOMMENT= A simple Jabber Bot for Python X XBUILD_DEPENDS= ${PYTHON_SITELIBDIR}/xmpp/auth.py:${PORTSDIR}/net-im/py-xmpppy X XUSE_PYTHON= 2.4+ XUSE_PYDISTUTILS= yes X Xpost-patch: X @${GREP} -lr '/usr/bin/python' ${WRKSRC} | \ X ${XARGS} ${REINPLACE_CMD} -e "s,^#!/usr/bin/python,#!${PYTHON_CMD}," X X.include <bsd.port.mk> db99f4c560cb64ea173f436e9ecd68c0 echo x - py-jabberbot/pkg-plist sed 's/^X//' >py-jabberbot/pkg-plist << '5396e0159a4356384fa752fb55372e96' X%%PYTHON_SITELIBDIR%%/jabberbot.py X%%PYTHON_SITELIBDIR%%/jabberbot.pyc X%%PYTHON_SITELIBDIR%%/jabberbot.pyo 5396e0159a4356384fa752fb55372e96 echo x - py-jabberbot/distinfo sed 's/^X//' >py-jabberbot/distinfo << '1dbb6400764410d910ce963dfda41918' XMD5 (jabberbot-0.9.tar.gz) = 2262df265f6ba387f1ace1bf417d0275 XSHA256 (jabberbot-0.9.tar.gz) = 6a67acb441a8e80b54078967c1277f48034dee4e42a61ab6faae2f04c7eaa4dd XSIZE (jabberbot-0.9.tar.gz) = 20003 1dbb6400764410d910ce963dfda41918 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004061023.o36ANTe8020983>