cgi

web interface for CVS and/or Subversion repositories

Install

All systems
curl cmd.cat/cgi.sh
Debian Debian
apt-get install boinc-server-maker
Ubuntu
apt-get install viewvc
image/svg+xml Kali Linux
apt-get install viewvc
Fedora
dnf install viewvc
Windows (WSL2)
sudo apt-get update sudo apt-get install viewvc
OS X
brew install viewvc
Raspbian
apt-get install viewvc

viewvc

web interface for CVS and/or Subversion repositories

ViewVC is a browser (web) interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable directory, revision, and change log listings. It can display specific versions of files as well as diffs between those versions. Basically, ViewVC provides the bulk of the report-like functionality you expect out of your version control tool, but much more prettily than the average textual command-line program output. ViewVC can be used in two modes, both of which are supported by this package: (1) by running the simple stand-alone server "viewvc-standalone", with or without a GUI, and/or (2) by integrating ViewVC with any CGI-enabled HTTP server like Apache or nginx. Three different binaries are provided: FastCGI, WSGI (for Apache mod_python), and plain CGI.

boinc-dbg

debugging symbols for BOINC binaries

The Berkeley Open Infrastructure for Network Computing (BOINC) is a software platform for distributed computing using volunteered computer resources. This package contains unstripped versions of all binaries included in the BOINC client packages. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. For installations running a BOINC server locally, it may be of interest to also install the boinc-server-dbg package.

boinc-server-maker

BOINC server applications and data files