Port details |
- py-limnoria Modified version of Supybot (IRC bot and framework)
- 2021.11.18_3 irc
=2 2021.11.18_2Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2015-12-27 12:58:20
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/ProgVal/Limnoria
- Description:
- A robust, full-featured Python IRC bot with a clean and flexible plugin API.
Equipped with a complete ACL system for specifying user permissions with as
much as per-command granularity. Batteries are included in the form of
numerous plugins already written.
¦ ¦ ¦ ¦ 
- 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}limnoria>0:irc/py-limnoria@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/irc/py-limnoria/ && make install clean
- To add the package, run one of these commands:
- pkg install irc/py-limnoria
- pkg install py311-limnoria
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-limnoria listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-limnoria
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1678474534
SHA256 (ProgVal-Limnoria-2021.11.18-master-2021-11-18_GH0.tar.gz) = f7f1dbf35aaf7937cd46d040d066440cd52651c3970980fe15338995bf393950
SIZE (ProgVal-Limnoria-2021.11.18-master-2021-11-18_GH0.tar.gz) = 1094394
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-feedparser>=0 : textproc/py-feedparser@py311
- py311-sqlite3>0 : databases/py-sqlite3@py311
- py311-python-dateutil>=0 : devel/py-python-dateutil@py311
- py311-pytz>=0 : devel/py-pytz@py311
- py311-mock>=0 : devel/py-mock@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-ecdsa>0 : security/py-ecdsa@py311
- py311-chardet>=0 : textproc/py-chardet@py311
- py311-feedparser>=0 : textproc/py-feedparser@py311
- py311-python-dateutil>=0 : devel/py-python-dateutil@py311
- py311-pytz>=0 : devel/py-pytz@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-limnoria-2021.11.18_3:
ECDSA=on: ECDSA SASL authentication
PROXY=off: SOCKS Proxy connections
====> Plugin Extras
ENCODING=on: Web Plugin: Better encoding detection (via chardet)
GPG=off: GPG Plugin: GnuPG Authentication
RSS=on: RSS Plugin: Feed parsing (via feedparser)
TIME=on: Time Plugin: Extra time features (via dateutil/pytz)
====> AKA Plugin: SQL Backend (none = plugin disabled): you can only select none or one of them
SQLITE=off: SQLite database support
SQLALCHEMY=off: SQLAlchemy database support
===> Use 'make config' to modify these settings
- Options name:
- irc_py-limnoria
- USES:
- cpe python
- 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 |
2021.11.18_3 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
2021.11.18_2 13 Apr 2024 14:47:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
2021.11.18_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2021.11.18_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2021.11.18 10 Mar 2023 19:07:46
    |
Muhammad Moinur Rahman (bofh)  Author: Simeon Simeonov |
irc/py-limnoria: Update version 2019.09.08=>2021.11.18
Changelog:
https://github.com/progval/Limnoria/releases/tag/master-2021-11-18
PR: 260166 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2019.09.08 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2019.09.08 20 Jul 2022 14:22:09
    |
Tobias C. Berner (tcberner)  |
irc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* A. Gabriel <backslash@BSDCode.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Alfred Perlstein <alfred@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ben Hutchinson <benhutch@xfiles.org.uk>
* Bill Fumerola <billf@chc-chimes.com>
* Chess Griffin <chess@chessgriffin.com>
* Chris Piazza <cpiazza@FreeBSD.org>
* Craig Edwards <brain@mail1.chatspike.net> (Only the first 15 lines of the commit message are shown above ) |
2019.09.08 08 Mar 2022 02:09:57
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Take maintainership |
2019.09.08 07 Mar 2022 19:07:39
    |
Rene Ladan (rene)  |
all: return koobs' ports to the pool after safekeeping his commit bit. |
2019.09.08 01 Dec 2021 09:02:37
    |
Kai Knoblich (kai)  Author: Simeon Simeonov |
irc/py-limnoria: Mark as not compatible with Python 3.10+
Since Python 3.10 the method "collections.MutableMapping" has been
renamed to "collections.abc.MutableMapping" which leads to run time
errors:
[..]
class CacheDict(collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'
[..]
PR: 259979
Reviewed by: koobs (maintainer)
Approved by: portmgr (blanket)
MFH: 2021Q4 |
2019.09.08 14 Oct 2021 10:13:58
    |
Stefan Eßer (se)  |
irc/py-limnoria: Add CPE information
Approved by: portmgr (blanket) |
2019.09.08 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2019.09.08 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
2019.09.08 01 Oct 2019 05:27:20
  |
koobs  |
irc/py-limnoria: Update to 2019.09.08
- Rebase patch against the upstream PR |
2018.09.09_2 01 Oct 2019 03:47:16
  |
koobs  |
irc/py-limnoria: Backport Web plugin bugfixes
Backport fixes for the Web plugin [1][2][3].
[1] https://github.com/ProgVal/Limnoria/pull/1371
[2] https://github.com/ProgVal/Limnoria/issues/1362
[3] https://github.com/ProgVal/Limnoria/issues/1359
Submitted by: DanDare (GitHub: Rodrigo-NH, via IRC) |
2018.09.09_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2018.09.09 06 Oct 2018 04:49:35
  |
koobs  |
irc/py-limnoria: Update to 2018.09.09
* Switch to GitHub for sources. The PyPI sdist does not package the license
and a couple of other useful files.
* Update TEST_DEPENDS to include optional dependencies that produce skipped
tests when not installed
* Pet portlint for Makefile ordering |
2016.06.29 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 |
2016.06.29 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 ) |
2016.06.29 07 Aug 2016 11:49:54
  |
koobs  |
irc/py-limnoria: Update to 2016.06.29
- Update PORTVERSION and distinfo checksum (2016.06.29)
- Set better OPTIONS_DEFAULT's |
2016.02.24_1 07 Aug 2016 11:30:19
  |
koobs  |
irc/py-limnoria: Bump PORTREVISION
Bump PORTREVISION due to the additional of USE_PYTHON=concurrent
symlinks in the package.
MFH: 2016Q3 |
2016.02.24 07 Aug 2016 11:26:24
  |
koobs  |
irc/py-limnoria: Convert to OPTION'al RUN_DEPENDS
- Add Global and Plugin OPTIONS for optional dependencies
- Set OPTIONS_DEFAULT to maintain functional compatibility with 2016Q3
- Enable concurrent Python installation
- Update test target to use PYTHON_CMD (version specific execution)
- Add TEST_DEPENDS on feedparser as it fails (not skips) if not
available when running tests.
- Remove nested leading indefinite article in COMMENT
MFH: 2016Q3 |
2016.02.24 22 May 2016 10:52:45
  |
matthew  |
Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
- Deprecate the ports for the 0.6 and 0.7 release branches, as these
have been declared EoL and are no longer supported by upstream.
- Update to the latest available version in each branch.
In detail:
Port Version Maintainer
----------------------------------------------
py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2] (Only the first 15 lines of the commit message are shown above ) |
2016.02.24 01 Apr 2016 14:08:38
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2016.02.24 25 Feb 2016 12:00:13
  |
koobs  |
irc/py-limnoria: Update to 2016.02.24
- Update PORTVERSION and distinfo checksum (2016.02.24) |
2015.12.12 27 Dec 2015 12:58:13
  |
koobs  |
[NEW] irc/py-limnoria: Modified version of Supybot (an IRC bot and framework)
A robust, full-featured Python IRC bot with a clean and flexible plugin API.
Equipped with a complete ACL system for specifying user permissions with as
much as per-command granularity. Batteries are included in the form of
numerous plugins already written.
WWW: https://github.com/ProgVal/Limnoria
Requested by: Brenden Molloy (via IRC) |