freebsd-ports/net-p2p/minder/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

16 lines
676 B
Text

[ excerpt from developer's web site ]
The minder is a small network application for automatic maintenance
of peer lists. The application accepts connections from other network
entities ("minions") and returns a list of other identitical minions.
When a minion contacts the minder, the minion supplies its type,
network port and address, and its unique node identification.
The framework for building a minion is included in the C++ Sockets
Library. The framework consists of classes representing connections
between minion-minder and minion-minion, and also a controller class
for them both.
The minder itself is also built with the C++ Sockets Library as its
foundation.