gdbgui is a browser-based frontend to gdb (gnu debugger).
Dependencies are:
py-pygdbmi, Parse gdb machine interface string output and return data types.
py-pypugjs, PyPugJS is just a fork of PyJade with the name Jade changed.
py-python-socketio, Python implementation of the Engine.IO realtime server.
py-python-engineio, Python implementation of the Socket.IO realtime server.
py-enum-compat, A virtual package, its whole purpose is to install enum34.
py-flask-socketio, Socket.IO integration for Flask applications.
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9849
pure Qt5 which provides multi-system management capabilities.
The client connects via the websocket protocols to a SysAdm server
and keeps the session alive to provide regular system health
notifications, event updates, and much more.
WWW: https://sysadm.us
It tries to target two main audiences:
- Users with the desire to completely automate their datacenter
- Sysops willing to grant their "point & click" users a lot of flexibility
What makes Icinga Director so special is the fact that it tries to target both
of them at once.
WWW: https://github.com/Icinga/icingaweb2-module-director
administrating FreeBSD and TrueOS systems. It is composed of a
headless daemon that runs in the background on any system to be
administrated, providing both web socket and REST network services.
WWW: https://sysadm.us
process or sub-process level? Provide a quick top-level view for thousands of
components on a single screen? That's what this module has been designed for!
You're running a huge cloud, want to get rid of the monitoring noise triggered
by your auto-scaling platform but still want to have detailed information just
a couple of clicks away in case you need them? You will love this little
module!
WWW: https://github.com/Icinga/icingaweb2-module-businessprocess
The Cube is a tiny but useful Icinga Web 2 module. It currently shows host
statistics (total count, health) grouped by various custom variables in
multiple dimensions.
It will be your new best friend in case you are running a large environment and
want to get a quick answers to questions like:
- Which project uses how many servers per environment at which location/site?
- Who occupies most servers?
- How many of those are used in production?
- Which project has only development and test boxes?
- Which operating system is used for which project and in which environment?
- Do we still have Debian Lenny?
- Which projects are to blame for this?
- Do we have applications where the operating systems used differ in staging
and production?
- Which project uses which operating system version for which application
- Which projects have homogeneous environments?
- Which projects are at a consistent patch level?
- How many RHEL 6 variants (6.1, 6.2, 6.3...) do we use?
- Who is running the oldest ones? In production?
- Which projects are still using physical servers in which environment?
WWW: https://github.com/Icinga/icingaweb2-module-cube
Generic TTS implements Icinga Web 2's ticket hook for replacing ticket patterns
with links to your trouble ticket system (TTS). Icinga Web 2's core module
monitoring for example uses the ticket hook for acknowledgements, downtimes and
comments. Other modules may use the ticket hook for all kinds of text too.
WWW: https://github.com/Icinga/icingaweb2-module-generictts
C++ programmers all the necessary tools for computing with dates,
times, and time zones in a simple and correct manner. The libraries
in CCTZ are:
_ The Civil-Time Library - This is a header-only library that
supports computing with human-scale time, such as dates (which
are represented by the cctz::civil_day class). This library is
declared in civil_time.h.
_ The Time-Zone Library - This library uses the IANA time zone
database that is installed on the system to convert between
_absolute time_ and _civil time_. This library is declared in
time_zone.h.
WWW: http://github.com/google/cctz
PR: 217599
Submitted by: z7dr6ut7gs@snkmail.com
Drop local patch, that breaks runtime with libtorrent-rasterbar-python >= 1.1.2.
In libtorrent 1.1.2 high_performance_seed() method returns dict, not object, so
this breaks things. If I understand correctly, in newer version this dict
supposed to be applied with apply_settings() method, that is missing in python
binding. Not bumping PORTREVISION, because of subsequent update is comming.
- Added copy_to, realpath and sibling methods to Mojo::File.
- Added dir option to list_tree method in Mojo::File.
- Improved app generator command to generate a config file.
- Obsolete wineinstall script removed.
- More Direct3D command stream work.
- A few more Shader Model 5 instructions.
- Better underline rendering in DirectWrite.
- Improved ODBC support on 64-bit.
- Various bug fixes.
pkg building on mips. Some ports errneously try and use FPU instructions
and will insta-crash when run on real hardware. This change will identify
those ports that have these types of instructions so they can be fixed.
- dnelson
Add handler for fdatasync(). Quiesce noise about missing handler.
- jkim
Store::CouchDB provides a simple perlish interface for working with
Apache CouchDB.
WWW: http://search.cpan.org/dist/Store-CouchDB/
PR: 217597
Submitted by: Dave Cottlehuber <dch@skunkwerks.at>