mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
fb16dfecae
Commit b7f05445c00f 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)
17 lines
796 B
Plaintext
17 lines
796 B
Plaintext
Portscout is a tool which looks for new versions of software in the
|
|
FreeBSD ports tree, and potentially other software repositories. It
|
|
is also possible to provide an arbitrary list of software in a simple
|
|
XML format.
|
|
|
|
Various factors make this task a bit more difficult than it might
|
|
initially seem. In particular, the array of weird and wonderful
|
|
versioning schemes software vendors manage to come up with.
|
|
|
|
Portscout spawns several child processes and does its version checking
|
|
in parallel, while attempting to best-guess strange-looking version
|
|
numbers, navigate around unhelpful sites and web servers, and contend
|
|
with the CPU-heavy rapidly-expanding FreeBSD ports system.
|
|
|
|
In addition to all this, it is possible to generate nice HTML reports
|
|
and send reminder mails to interested parties.
|