notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-xrootd Python binding for XRootD (eXtended ROOT Daemon)
5.7.1 databases on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-07-21 10:00:17
Last Update: 2024-09-08 18:37:15
Commit Hash: 0380f3a5
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: LGPL3+
WWW:
https://xrootd.slac.stanford.edu/
https://github.com/xrootd/xrootd/tree/master/bindings/python
https://github.com/xrootd/xrootd
Description:
The XRootD project provides a high-performance, fault-tolerant, and secure solution for handling massive amounts of data distributed across multiple storage resources, such as disk servers, tape libraries, and remote sites. It enables efficient data access and movement in a transparent and uniform manner, regardless of the underlying storage technology or location. It was initially developed by the High Energy Physics (HEP) community to meet the data storage and access requirements of the BaBar experiment at SLAC and later extended to meet the needs of experiments at the Large Hadron Collider (LHC) at CERN. XRootD is the core technology powering the EOS distributed filesystem, which is the storage solution used by LHC experiments and the storage backend for CERNBox. XRootD is also used as the core technology for global CDN deployments across multiple science domains. XRootD is based on a scalable architecture that supports multi-protocol communications. XRootD provides a set of plugins and tools that allows the user to configure it freely to deploy data access clusters of any size, and which can include sophisticated features such as erasure coded files, various methods of authentication and authorization, as well as integration with other storage systems like ceph. This port is the Python binding for XRootD.
HomepageHomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}xrootd>0:databases/py-xrootd@${PY_FLAVOR}
To install the port:
cd /usr/ports/databases/py-xrootd/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/py-xrootd
  • pkg install py311-xrootd
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 py311-xrootd listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-xrootd
Package flavors (<flavor>: <package>)
  • py311: py311-xrootd
distinfo:
TIMESTAMP = 1725559677 SHA256 (xrootd-5.7.1.tar.gz) = dac741afefdb459b675cf3c61523324d11200c5825b532416bfa67444de5d4a2 SIZE (xrootd-5.7.1.tar.gz) = 6820155

Packages (timestamps in pop-ups are UTC):
py311-xrootd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.7.15.7.1--5.7.1---
FreeBSD:13:quarterly5.7.15.7.1--5.7.1---
FreeBSD:14:latest5.7.15.7.1--5.7.1---
FreeBSD:14:quarterly5.7.15.7.1--5.7.1---
FreeBSD:15:latest5.7.15.7.1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=42 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. cmake : devel/cmake-core
  4. python3.11 : lang/python311
  5. py311-build>=0 : devel/py-build@py311
  6. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. libXrdCl.so : databases/xrootd
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_py-xrootd
USES:
cmake:indirect python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/x/xrootd/
  2. https://pypi.org/packages/source/x/xrootd/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.7.1
08 Sep 2024 18:37:15
commit hash: 0380f3a58c69d1b9a849527f0f3808a31d776593commit hash: 0380f3a58c69d1b9a849527f0f3808a31d776593commit hash: 0380f3a58c69d1b9a849527f0f3808a31d776593commit hash: 0380f3a58c69d1b9a849527f0f3808a31d776593 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-xrootd: Update to 5.7.1

Changes:	https://github.com/xrootd/xrootd/releases
5.7.0
21 Jul 2024 09:55:11
commit hash: 2c514f74a30c33c214a703ac7ec1d4a2a9796ac7commit hash: 2c514f74a30c33c214a703ac7ec1d4a2a9796ac7commit hash: 2c514f74a30c33c214a703ac7ec1d4a2a9796ac7commit hash: 2c514f74a30c33c214a703ac7ec1d4a2a9796ac7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xrootd: Add py-xrootd 5.7.0

The XRootD project provides a high-performance, fault-tolerant, and secure
solution for handling massive amounts of data distributed across multiple
storage resources, such as disk servers, tape libraries, and remote sites. It
enables efficient data access and movement in a transparent and uniform manner,
regardless of the underlying storage technology or location. It was initially
developed by the High Energy Physics (HEP) community to meet the data storage
and access requirements of the BaBar experiment at SLAC and later extended to
meet the needs of experiments at the Large Hadron Collider (LHC) at CERN. XRootD
is the core technology powering the EOS distributed filesystem, which is the
storage solution used by LHC experiments and the storage backend for CERNBox.
XRootD is also used as the core technology for global CDN deployments across
multiple science domains.

XRootD is based on a scalable architecture that supports multi-protocol
communications. XRootD provides a set of plugins and tools that allows the user
to configure it freely to deploy data access clusters of any size, and which can
include sophisticated features such as erasure coded files, various methods of
authentication and authorization, as well as integration with other storage
systems like ceph.

This port is the Python binding for XRootD.

Number of commits found: 2