mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
update SRC_URI (redirect) add a snapshot which includes some fixes reorder iuse, deps remove test useflag, without dep remove libnsl, at worst it should be conditioned to tcpd but tcp-wrappers[netgroups] doesn't link against either. add prefix in path tested with gcc-16/clang-21/musl Closes: https://bugs.gentoo.org/877651 Closes: https://bugs.gentoo.org/894194 Closes: https://bugs.gentoo.org/943774 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43204 Closes: https://github.com/gentoo/gentoo/pull/43204 Signed-off-by: Sam James <sam@gentoo.org>
32 lines
1.4 KiB
XML
32 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>dan@danweeks.net</email>
|
|
<name>Dan Weeks</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Conserver is an application that allows multiple users to watch a serial
|
|
console at the same time. It can log the data, allows users to take
|
|
write-access of a console (one at a time), and has a variety of bells
|
|
and whistles to accentuate that basic functionality. The idea is that
|
|
conserver will log all your serial traffic so you can go back and review
|
|
why something crashed, look at changes (if done on the console), or tie
|
|
the console logs into a monitoring system (just watch the logfiles it
|
|
creates). With multi-user capabilities you can work on equipment with
|
|
others, mentor, train, etc. It also does all that client-server stuff so
|
|
that, assuming you have a network connection, you can interact with any
|
|
of the equipment from home or wherever.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="freeipmi">Compile in FreeIPMI support via <pkg>sys-libs/freeipmi</pkg></flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">bstansell/conserver</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|