Twisted News provides a very basic NNTP server, as well as an NNTP client
protocol implementation. Two message storage systems are supported: the
DB-API 2.0 backend stores and indexes messages in any compatible SQL database;
the Twisted dirdbm backend uses serialized Python objects stored directly on
the filesystem for message storage. Twisted News also has very rudamentary
support for moderated groups.
Twisted News is available under the MIT Free Software licence.
WWW: http://twistedmatrix.com/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
Manual pages:
FreshPorts has no man page information for this port.
- Update py-twisted-* to 8.2.0
- turn devel/py-twisted into a meta port.
- Update USE_TWISTED{,_BUILD,_RUN} in bsd.python.mk:
* Remove flow, pair, xish, which are deprecated
(but still update them to latest release in the tree)
* Remove USE_TWISTED=13 (no port uses this)
* Fix typos in twisted components _DEPENDS
PR: ports/130001
Submitted by: lwhsu
Approved by: maintainer timeout
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav