Port details |
- davix Make the task of managing files over HTTP-based protocols simple
- 0.8.7 www =2 0.8.7Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-06-16 08:05:40
- Last Update: 2024-11-03 20:53:19
- Commit Hash: c3ec17f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://dmc-docs.web.cern.ch/dmc-docs/davix.html
- Description:
- The davix project aims to make file management over HTTP-based protocols simple.
The focus is on high-performance remote I/O and data management of large
collections of files. Currently, there is support for the WebDav (link is
external), Amazon S3 (link is external), Microsoft Azure (link is external), and
HTTP (link is external) protocols.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/davix/ && make install clean
- To add the package, run one of these commands:
- pkg install www/davix
- pkg install davix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: davix
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1719289376
SHA256 (cern-fts-davix-R_0_8_7_GH0.tar.gz) = 4863c92ecc1bd671f384e72aad2baac3bac737c3a9d7a6cf8706147ecbff5b0e
SIZE (cern-fts-davix-R_0_8_7_GH0.tar.gz) = 3084358
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- Library dependencies:
-
- libcurl.so : ftp/curl
- libuuid.so : misc/e2fsprogs-libuuid
- libxml2.so : textproc/libxml2
- This port is required by:
- for Libraries
-
- databases/xrootd
Configuration Options:
- No options to configure
- Options name:
- www_davix
- USES:
- cmake:testing compiler:c++11-lang gnome localbase:ldflags python:build shebangfix ssl
- 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 |
0.8.7 03 Nov 2024 20:53:19 |
Dimitry Andric (dim) |
www/davix: fix build with clang 19
Clang 19 has become more strict about assigning to const class members,
resulting in errors similar to:
/wrkdirs/usr/ports/www/davix/work/davix-R_0_8_7/src/libs/rapidjson/document.h:319:82:
error: cannot assign to non-static data member 'length' with const-qualified
type 'const SizeType' (aka 'const unsigned int')
319 | GenericStringRef& operator=(const GenericStringRef& rhs) { s =
rhs.s; length = rhs.length; }
|
~~~~~~ ^
/wrkdirs/usr/ports/www/davix/work/davix-R_0_8_7/src/libs/rapidjson/document.h:325:20:
note: non-static data member 'length' declared const here
325 | const SizeType length; //!< length of the string (excluding the
trailing NULL terminator)
| ~~~~~~~~~~~~~~~^~~~~~
Upstream rapidjson has fixed this in commit 3b2441b8 [1], which simply
removes the assignment operator.
[1] https://github.com/Tencent/rapidjson/commit/3b2441b8
PR: 282515
Approved by: yuri (maintainer)
MFH: 2024Q4 |
0.8.7 25 Jun 2024 09:30:47 |
Yuri Victorovich (yuri) |
www/davix: update 0_8_6 → 0_8_7
Reported by: portscout |
0.8.6 04 Apr 2024 08:05:07 |
Yuri Victorovich (yuri) |
www/davix: update 0_8_5 → 0_8_6
Reported by: portscout |
0.8.5_1 23 Mar 2024 08:56:58 |
Nuno Teixeira (eduardo) |
www/davix: Move man pages to share/man
Approved by: portmgr (blanket) |
0.8.5 24 Oct 2023 03:10:14 |
Yuri Victorovich (yuri) |
www/davix: update 0_8_4 → 0_8_5
Reported by: portscout |
0.8.4 24 May 2023 16:34:10 |
Mathieu Arnold (mat) |
*: regular cleanup for GH_TAGNAME bad usage |
0.8.4 04 Feb 2023 09:03:01 |
Yuri Victorovich (yuri) |
www/davix: Update 0.8.3 → 0.8.4
Reported by: portscout |
0.8.3 14 Sep 2022 04:41:13 |
Yuri Victorovich (yuri) |
www/davix: Update 0.8.2 -> 0.8.3
Reported by: portscout |
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) |
0.8.2 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 ) |
0.8.2 12 Jun 2022 16:10:58 |
Yuri Victorovich (yuri) |
www/davix: Update 0.8.1 -> 0.8.2
Reported by: portscout |
0.8.1 27 May 2022 20:25:33 |
Yuri Victorovich (yuri) |
www/davix: Update 0.7.6 -> 0.8.1 |
0.7.6_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.7.6_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.7.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.7.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.6 01 May 2020 01:49:34 |
yuri |
www/davix: Update 0.7.5 -> 0.7.6
Reported by: portscout |
0.7.5 31 Aug 2019 06:03:46 |
yuri |
www/davix: Update 0.7.4 -> 0.7.5
Reported by: portscout |
0.7.4_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.7.4 05 Jul 2019 05:17:33 |
yuri |
www/davix: Update 0.7.3 -> 0.7.4
Reported by: portscout |
0.7.3 09 May 2019 17:02:58 |
yuri |
www/davix: Add the PORTSCOUT limit clause |
0.7.3 08 May 2019 16:00:05 |
yuri |
www/davix: Update 0.7.1 -> 0.7.3
Change to tarballs because the previously used github repository is broken:
cmake says one function has wrong number of arguments. |
0.7.1_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.7.1_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.7.1 04 Nov 2018 01:58:40 |
yuri |
www/davix: Update 0.6.9 -> 0.7.1
Change of MASTER_SITES due to faulty tarball.
Reported by: portscout |
0.6.9_1 04 Oct 2018 03:26:58 |
yuri |
www/davix: Fix tests
Backport the upstream commit that fixes tests. |
0.6.9 02 Oct 2018 17:41:09 |
yuri |
www/davix: Update 0.6.8 -> 0.6.9
Add the 'test' target. |
0.6.8 23 Sep 2018 04:38:23 |
linimon |
Adjust USES to fix builds on gcc-bases archs. While here, pet portlint.
Tested on powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket) |
0.6.8 09 Jul 2018 00:58:11 |
yuri |
www/davix: Update 0.6.7 -> 0.6.8
It moved to github and abandoned their tarball location.
Reported by: repology.org (it matched it with other distros who already knew
about the github move) |
0.6.7 18 Jun 2018 07:32:57 |
yuri |
www/davix: Update PORTSCOUT to use 'limit'
'skipv' doesn't seem to work. |
0.6.7 17 Jun 2018 18:41:35 |
yuri |
www/davix: Limit portscout to valid versions |
0.6.7 16 Jun 2018 08:05:23 |
yuri |
New port: www/davix: Make the task of managing files over HTTP-based protocols
simple |