Port details |
- py-jabberbot Simple Jabber Bot for Python
- 0.16_1 net-im
=0 0.16_1Version of this port present on the latest quarterly branch. DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2010-04-07 01:59:11
- Last Update: 2020-01-27 15:34:18
- SVN Revision: 524263
- Also Listed In: python
- License: GPLv3
- WWW:
- http://thpinfo.com/2007/python-jabberbot/
- Description:
- 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/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}jabberbot>0:net-im/py-jabberbot@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-jabberbot
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (jabberbot-0.16.tar.gz) = ad180533388c41a183c571efdeaa80349e36726956b610f3d6df02956e6127e3
SIZE (jabberbot-0.16.tar.gz) = 26214
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-xmpppy>0 : net-im/py-xmpppy@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.16_1 27 Jan 2020 15:34:18
  |
rene  |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
0.16_1 26 Dec 2019 07:54:29
  |
antoine  |
Deprecate a few ports
With hat: portmgr |
0.16_1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.16_1 23 Feb 2018 21:09:47
  |
rene  |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
0.16_1 19 Feb 2018 11:10:43
  |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.16 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.16 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.16 23 Aug 2015 16:20:02
  |
vg  |
- Update to 0.16
PR: ports/202472
Submitted by: Chris Petrik <chris@bsdjunk.com> |
0.15_1 24 Oct 2014 16:29:52
  |
mva  |
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit) |
0.15_1 10 Jul 2014 12:13:12
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
0.15_1 09 Mar 2014 14:40:17
  |
miwi  |
- Convert to autoplist
- Stage support
- Bump PORTREVISIO |
0.15 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.15 20 Sep 2013 22:13:35
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
0.15 22 Jul 2013 14:34:23
  |
vg  |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
0.15 13 Aug 2012 19:48:28
 |
rm  |
- update to version 0.15
while here:
- strict python version to 2.x only
- move pkg-plist contents to PLIST_FILES
- tab -> space in pkg-descr:WWW
- use PYTHON_PKGNAMEPREFIX in dependency
PR: 170475
Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail dot com> (maintainer) |
0.14 11 Sep 2011 07:26:07
 |
culot  |
- Update to 0.14
- Add LICENSE (GPLv3)
PR: ports/160625
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer) |
0.9_1 25 Feb 2011 03:19:29
 |
miwi  |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support |
0.9 07 Apr 2010 01:58:56
 |
wen  |
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> |