SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
net/py-irclib/pkg/DESCR
Normal file
25
net/py-irclib/pkg/DESCR
Normal file
|
@ -0,0 +1,25 @@
|
|||
The Python IRC library is intended to encapsulate the IRC protocol at a
|
||||
quite low level. It provides an event-driven IRC client framework. It
|
||||
has a fairly thorough support for the basic IRC protocol, CTCP and DCC
|
||||
connections.
|
||||
|
||||
The main features of the IRC client framework are:
|
||||
|
||||
* Abstraction of the IRC protocol.
|
||||
* Handles multiple simultaneous IRC server connections.
|
||||
* Handles server PONGing transparently.
|
||||
* Messages to the IRC server are done by calling methods on an IRC
|
||||
connection object.
|
||||
* Messages from an IRC server triggers events, which can be caught
|
||||
by event handlers.
|
||||
* Reading from and writing to IRC server sockets are normally done
|
||||
by an internal select() loop, but the select()ing may be done by an
|
||||
external main loop.
|
||||
* Functions can be registered to execute at specified times by the
|
||||
event-loop.
|
||||
* Decodes CTCP tagging correctly (hopefully); I haven't seen any
|
||||
other IRC client implementation that handles the CTCP specification
|
||||
subtilties.
|
||||
* A kind of simple, single-server, object-oriented IRC client class
|
||||
that dispatches events to instance methods is included.
|
||||
* DCC connection support.
|
22
net/py-irclib/pkg/PLIST
Normal file
22
net/py-irclib/pkg/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
@conflict py-irclib-*
|
||||
@pkgpath net/py-irclib
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}ircbot.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}ircbot.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}irclib.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}irclib.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/ircbot.py
|
||||
lib/python${MODPY_VERSION}/site-packages/irclib.py
|
||||
lib/python${MODPY_VERSION}/site-packages/python_irclib-0.4.8.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/python_irclib-0.4.8.dist-info/COPYING
|
||||
lib/python${MODPY_VERSION}/site-packages/python_irclib-0.4.8.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/python_irclib-0.4.8.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/python_irclib-0.4.8.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/python_irclib-0.4.8.dist-info/top_level.txt
|
||||
share/examples/py-irclib/
|
||||
share/examples/py-irclib/dccreceive
|
||||
share/examples/py-irclib/dccsend
|
||||
share/examples/py-irclib/irccat
|
||||
share/examples/py-irclib/irccat2
|
||||
share/examples/py-irclib/servermap
|
||||
share/examples/py-irclib/testbot.py
|
Loading…
Add table
Add a link
Reference in a new issue