Port details |
- cvsweb3 WWW CGI script to browse CVS repository trees version 3
- 3.0.6_5 devel =10 3.0.6_5Version of this port present on the latest quarterly branch.
- Maintainer: noackjr@alumni.rice.edu
- Port Added: 2004-05-12 07:03:02
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: rsync, lsof, phpMyAdmin-php81, subversion, nmap
- Also Listed In: www
- License: BSD2CLAUSE
- WWW:
- https://www.FreeBSD.org/projects/cvsweb.html
- Description:
- FreeBSD-CVSweb 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>, then Akinori MUSHA <knu@FreeBSD.org>
brought it back to the FreeBSD community and made further
improvements. FreeBSD-CVSweb is currently maintained by Ville Skytta.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/cvsweb3/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cvsweb3
- pkg install cvsweb3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cvsweb3
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cvsweb-3.0.6.tar.gz) = 07391ee70212ae42e54b8f6d5e613623ef2aad5fd7474899a102fcca48d213c2
SIZE (cvsweb-3.0.6.tar.gz) = 72484
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-IPC-Run>=0 : devel/p5-IPC-Run
- p5-URI>=0 : net/p5-URI
- p5-MIME-Types>=0 : mail/p5-MIME-Types
- p5-String-Ediff>=0 : devel/p5-String-Ediff
- cvsgraph : devel/cvsgraph
- enscript : print/enscript-letter
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cvsweb3-3.0.6_5:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_cvsweb3
- USES:
- cpe perl5 shebangfix
- pkg-message:
- For install:
- Quickstart:
cd /usr/local/etc/cvsweb
cp cvsweb.conf.dist cvsweb.conf
and you can browse your CVS repository via web if you set up
your web server correctly. The URL to get to the cvsweb
will be like `http://localhost/cgi-bin/cvsweb.cgi/'.
To configure its appearance and repository entries to
browse, edit cvsweb.conf* as you like.
For further information, please look into the directory
`/usr/local/share/doc/cvsweb'.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
3.0.6_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.6_5 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.6_5 05 Oct 2021 20:01:18 |
Bernhard Froehlich (decke) |
devel/cvsweb3: Add CPE information
Approved by: portmgr (blanket) |
3.0.6_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.6_5 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
3.0.6_5 31 Jan 2019 13:46:22 |
tobik |
devel/cvsweb3: Do not set SUB_LIST after bsd.port.pre.mk
The framework already adds PREFIX and DOCSDIR to it, so drop it
entirely. Move variables that do not need to be after bsd.port.pre.mk
up. |
3.0.6_5 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.0.6_5 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.0.6_5 16 Apr 2018 10:48:09 |
brnrd |
www/apache22: Chase removal of Apache 2.2 |
3.0.6_5 09 Jan 2018 07:40:56 |
mat |
Remove support for variables that have been deprecated for a while.
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490 |
3.0.6_5 01 Nov 2017 13:10:35 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
3.0.6_5 16 Jun 2017 09:19:38 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
3.0.6_5 09 Feb 2017 12:47:09 |
amdmi3 |
- Fix with perl 5.24
- While here, add LICENSE, NO_ARCH and regenerate patches
PR: 216465
Submitted by: vinny.abello@nttdata.com
Approved by: maintainer timeout (noackjr@alumni.rice.edu, 2 weeks) |
3.0.6_4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.0.6_4 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.0.6_4 02 Mar 2015 23:16:02 |
bapt |
Remove Authors and License from pkg-descr |
3.0.6_4 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
3.0.6_4 18 Oct 2014 08:45:55 |
riggs |
- Fix install in case share/apache dir is not created prior to installtion
PR: 192943
Submitted by: turutani@scphys.kyoto-u.ac.jp
Approved by: maintainer timeout |
3.0.6_4 17 Aug 2014 00:30:19 |
marino |
devel/cvsweb3: Update cvsweb3.cgi for newer versions of perl
Remove patch to cvsweb3.cgi and implement all the necessary changes
only with sed which is already being used and shebangfix. This change to
the qw line is needed for the recent versions of perl.
PR: 192712
Submitted by: Dennis Glatting
Approved by: Just Fix It |
3.0.6_3 27 Jul 2014 20:12:43 |
wg |
devel/cvsweb3: support stage
PR: 191282
Submitted by: joe thrallingpenguin com
Approved by: maintainer (timeout) |
3.0.6_3 07 Oct 2013 11:09:05 |
bapt |
Fix pkgname collision
With hat: portmgr |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
3.0.6_3 16 Sep 2013 08:39:20 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
3.0.6_3 27 Jul 2013 16:06:25 |
az |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
3.0.6_3 30 Jun 2012 14:07:27 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
3.0.6_3 23 Dec 2011 14:45:07 |
crees |
Use bsd.port.pre.mk to allow the port to actually find the correct cgi-bindir
without falling through to the last case every time.
PR: ports/163099
Submitted by: crees
Approved by: maintainer timeout (2w+) |
3.0.6_3 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
3.0.6_3 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
3.0.6_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.0.6_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.0.6_1 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
3.0.6_1 08 Sep 2007 00:56:04 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
3.0.6_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.0.6 23 Jan 2006 07:04:10 |
linimon |
Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target. Its usage must preceed generate-plist.
This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.
Hat: portmgr
Pointy hat: edwin` |
3.0.6 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.0.6 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.0.6 26 Dec 2005 00:04:55 |
edwin |
devel/cvsweb3: Wrong install location with www/apache22
www/apache22 installs its data files to ${PREFIX}/www/apache22
though, devel/cvsweb3 fails to find this directory.
PR: ports/90418
Submitted by: Tetsuya Uemura <t_uemura@macome.co.jp> |
3.0.6 02 Dec 2005 19:30:41 |
erwin |
Update to 3.0.6
PR: 89829
Submitted by: Jonathan Noack <noackjr@alumni.rice.edu> (maintainer) |
3.0.5_1 31 Oct 2005 18:24:21 |
erwin |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports |
3.0.5_1 10 Apr 2005 13:01:56 |
pav |
- Style
PR: ports/79710
Submitted by: Jonathan Noack <noackjr@alumni.rice.edu> (maintainer) |
3.0.5 06 Mar 2005 13:47:15 |
knu |
Hand the maintainership over to Jon Noack. Thanks! |
3.0.5 04 Feb 2005 15:00:41 |
knu |
Update to 3.0.5. |
3.0.1 30 Jan 2005 16:53:43 |
knu |
Change the maintainer to myself, adding a note that issues that are
not specific to this port/package should go to the freebsd-cvsweb
mailing list.
Requested by: scop |
3.0.1 21 Jan 2005 20:51:01 |
krion |
Set LATEST_LINK.
Reported by: kris |
3.0.1 12 May 2004 07:02:16 |
knu |
Update to CVSweb 3.0.1 after a repocopy. Optional dependencies are
currently all enabled by default. |