From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 6 10:30:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BB65106566B for ; Tue, 6 Apr 2010 10:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0805E8FC17 for ; Tue, 6 Apr 2010 10:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o36AU1Qv077543 for ; Tue, 6 Apr 2010 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o36AU1BM077542; Tue, 6 Apr 2010 10:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 6 Apr 2010 10:30:01 GMT Resent-Message-Id: <201004061030.o36AU1BM077542@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gvozdikov Veniamin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EB291065672 for ; Tue, 6 Apr 2010 10:23:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3291E8FC08 for ; Tue, 6 Apr 2010 10:23:30 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o36ANThJ020984 for ; Tue, 6 Apr 2010 10:23:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o36ANTe8020983; Tue, 6 Apr 2010 10:23:29 GMT (envelope-from nobody) Message-Id: <201004061023.o36ANTe8020983@www.freebsd.org> Date: Tue, 6 Apr 2010 10:23:29 GMT From: Gvozdikov Veniamin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/145428: New port: net-im/py-jabberbot A simple Jabber Bot for Python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2010 10:30:02 -0000 >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 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 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: