Port details |
- viewvc-devel Web-based Version Control Repository Browsing
- 1.3.0.20231018_1 devel =5 1.3.0.20231018_1Version of this port present on the latest quarterly branch.
- Maintainer: dvl@FreeBSD.org
- Port Added: 2020-11-25 19:30:16
- Last Update: 2024-02-28 15:53:37
- Commit Hash: e83f0a9
- People watching this port, also watch:: pkg, mod_dav_svn, subversion, git, curl
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://www.viewvc.org/
- Description:
- ViewVC is a browser 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}viewvc-devel>0:devel/viewvc-devel@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/viewvc-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/viewvc-devel
- pkg install py39-viewvc-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-viewvc-devel listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-viewvc-devel
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1697868495
SHA256 (viewvc-viewvc-1.3.0-20231018-d07f1961512005f0dd8a94a79e562656c9dc10c8_GH0.tar.gz) = 69599eb75c4872e17894a446cd3407bed894b52ccd85672cea572580d3f40da3
SIZE (viewvc-viewvc-1.3.0-20231018-d07f1961512005f0dd8a94a79e562656c9dc10c8_GH0.tar.gz) = 345625
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:
-
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-pygments>=1.1 : textproc/py-pygments@py39
- py39-subversion>=0 : devel/py-subversion@py39
- python3.9 : lang/python39
- apxs : www/apache24
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-viewvc-devel-1.3.0.20231018_1:
APMOD=off: depend on Apache module
SUBVERSION=on: Subversion version control support
WEBSRV=on: Enable web server support
====> depend on Apache module: you have to select exactly one of them
MODWSGI=off: Add mod_wsgi to the list of package dependencies
====> Enable web server support: you have to select exactly one of them
APACHE=on: Apache server support
LIGHTTPD=off: Lighttpd server support
===> Use 'make config' to modify these settings
- Options name:
- devel_viewvc-devel
- USES:
- cpe python apache:run
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0.20231018_1 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
1.3.0.20231018 21 Oct 2023 14:21:25 |
Dan Langille (dvl) |
devel/viewvc-devel: Update to 1.3.0-20231018
On master (1.3-dev) branch, an important issue #333
(https://github.com/viewvc/viewvc/issues/333) was fixed. The issue
was on forbidden and forbiddenre authorizer which should hide paths
or repositories from users, and it had entirely broken on porting to
Python 3 (no releases is affected).
PR: 274621 |
1.3.0.20230104 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.3.0.20230104 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
1.3.0.20230104 05 Jan 2023 21:09:37 |
Dan Langille (dvl) |
devel/viewvc-devel: Fix my broken patch.
PR: 268754
Reported by: Alex |
1.3.0.20230104 05 Jan 2023 17:28:59 |
Dan Langille (dvl) |
devel/viewvc-devel: update to 1.3.0-20230104
fixes CVE-2023-22464b re cross site scripting
PR: 268754
Security: CVE-2023-22464 |
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) |
1.3.0.20201006_1 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 ) |
1.3.0.20201006_1 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 ) |
1.3.0.20201006_1 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
1.3.0.20201006_1 30 Jun 2021 05:09:36 |
Fukang Chen (loader) |
Mk/bsd.options.desc.mk: Add shared version control OPTIONS & descriptions
- Add CVS description
- Add DARCS description
- Add GIT description
- Add MERCURIAL description
- Add PERFORCE description
- Rename SVN to SUBVERSION
devel/anjuta:
- Rename OPTION SVN to SUBVERSION
- Sort OPTIONS_DEFINE and OPTIONS_DEFAULT
- Change SUBVERSION_DESC to use the default description
devel/git: (Only the first 15 lines of the commit message are shown above ) |
1.3.0.20201006 20 Jun 2021 16:16:17 |
Po-Chuan Hsieh (sunpoet) |
devel/viewvc-devel: Remove PY_PYGMENTS
With hat: python |
1.3.0.20201006 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.3.0.20201006 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.0.20201006 29 Dec 2020 12:27:56 |
rene |
devel/viewvc-devel: drop optional dependency on expired databases/py-MySQLdb |
1.3.0.20201006 25 Nov 2020 19:29:36 |
dvl |
Add devel/viewvc-devel which uses Python 3
The original PR is from Robert William Vesterman but the bulk of this patch
comes from Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
PR: 247161,247804
Submitted by: Robert William Vesterman <bob@vesterman.com>,Yasuhito FUTATSUKI
<freebsd-bug-report-yf@yf.bsdclub.org>
Approved by: maintainer timeout (7 weeks) |