Note that this is a major upgrade from the 0.8 branch, see
http://docs.buildbot.net/current/manual/installation/nine-upgrade.html
for details on how to deal with it.
If you were running a 0.8 buildmaster and want to keep running it to
access old build logs, it's advised to install it locally outside of
ports/packages via pip.
The buildbot port is now split into 6 distinct sub-ports.
ok sthen@ (thanks!)
No bump needed since either the package doesn't change or it didn't
build before. Note that aarch64 is still broken (undefined references
to pthread_foo at link time). ok pirofti@ (maintainer)
Spin is a software verification tool for analyzing the consistency of
asynchronous systems. Examples of asynchronous systems include multi-threaded
programs, distributed systems, and communications protocols. Spin takes a
system model specified in Promela (the PROcess MEta LAnguage). It also takes
a specifciation of the requirements for logical correctness, and allows both
interactive and exhaustive simulations of the system for verifying these
properties.
Submission by Ori Bernstein <ori@eigenstate.org>
OK bcallah@
From Klemens Nanni, thanks!
toot lets you read, post and manage accounts on Mastadon social networks. It
supports logging in through both your webbrowser and the console with optional
two factor authentication. Toots can be pasted directly via standard input.
Autobahn|Python is a subproject of Autobahn and provides open-source
implementations of the WebSocket Protocol and the Web Application
Messaging Protocol (WAMP) for Python 2 and 3, and running on Twisted
and asyncio.
You can use Autobahn|Python to create clients and servers in Python
speaking just plain WebSocket or WAMP.
WebSocket allows bidirectional real-time messaging on the Web and
beyond, while WAMP adds real-time application communication on top of
WebSocket.
WAMP provides asynchronous Remote Procedure Calls and Publish &
Subscribe for applications in one protocol running over WebSocket.
WAMP is a routed protocol, so you need a WAMP Router to connect your
Autobahn|Python based clients. We provide Crossbar.io, but there are
other options as well.
needed by buildbot 0.9. A python3 flavor might be added later on..
ok sthen@
txaio is a helper library for writing code that runs unmodified on both
Twisted and asyncio / Trollius.
This is like six, but for wrapping over differences between Twisted and
asyncio so one can write code that runs unmodified on both (aka source
code compatibility). In other words: your users can choose if they want
asyncio or Twisted as a dependency.
Note that, with this approach, user code runs under the native event
loop of either Twisted or asyncio. This is different from attaching
either one’s event loop to the other using some event loop adapter.
needed by buildbot 0.9.
ok sthen@
The AIM service has been shut down on December 15th 2017 [1], so there
is no use case for this port anymore.
[1] https://help.aol.com/articles/aim-discontinued
OK rsadowski@, bcallah@, sthen@
* Add second-priority potential places where to add REVISION;
* Better WANTLIB tweaking: it should now roll and unroll
${MODFOO_WANTLIB} items in WANTLIB declarations correctly.
Some of those were rotting in my tree for months. Sorry for laziness. :-\
There is still tests/portbump/t5 failing, I'm working on it. Sloooowly...