freebsd-ports/devel/cvsweb/pkg-descr
Akinori MUSHA 3c1c50d57e Update with my development branch of cvsweb.
PORTVERSION 1.93.1.9 indicates that it's knu's cvsweb rev. 1.9, based
on Zeller's cvsweb rev. 1.93.  I'll keep merging all the changes that
will be made on Zeller's version as well as enhancing it to meet our
needs. :)

Below is an excerpt from README.knu.

----

Added features over Zeller's version:

o Customizable "show functions" option
    You can specify a regexp for each file type to teach rcsdiff(1) to
    recognize function lines.

o Customizable PR categories
o Move $prcgi to cvsweb.conf
    Now each repository can have its own PR categories and
    query-pr.cgi URL, which can be defined in cvsweb.conf-${cvstree}.
    It is useful when you have such as NetBSD and/or OpenBSD
    repositories.

o Improved support for text-based browsers
    Unidiff is the default format for diffs, for text-based browsers.

o Enhance hyperlinking PR # feature.
    The following PR numbers will all be hyperlinked. :)

        PR:     12345, 67890, ..

        PR:     #12345, #67890, ..

        PR#     sparc/12345, i386/67890

        PR:     ports/43210
                kern/98765

        .. is related to bin/4567, which is ...
2000-07-29 13:24:11 +00:00

18 lines
785 B
Plaintext

The cvsweb.cgi is a WWW CGI script that allows remote users to browse
a CVS repository tree via web. It can display the revision history of
a file, as well as diffs between revisions and downloading the whole
file.
The cvsweb script has been written by Bill Fenner <fenner@FreeBSD.org>
for the FreeBSD project, improved visually and functionally by Henner
Zeller <zeller@think.de>, Henrik Nordstrom <hno@hem.passagen.se>, and
Ken Coar <Ken.Coar@Golux.Com>, to be adopted by the NetBSD project.
Akinori MUSHA <knu@FreeBSD.org> is adding more enhancements and doing
some cleanups over Zeller's version.
As space is lacking to list all the improvements over the original,
please refer to the documents after the installation.
WWW: http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/