This makes yarn's backend selection consistent with npm and all other
node consumers.
Add an UPDATING message to reduce surprise.
Submitted by: maintainer (Luca Pizzamiglio)
Reported by: jrm
- Explain why the DISTNAME lacks embedded ${PORTNAME} and hence the need
for using DIST_SUBDIR (common case for Bitbucket-hosted projects)
- Remove patches: all of them were integrated or reworked upstream
- Enable OpenEXR support; there's no way to disable the check, thus doing
so prevents unregistered dependency if user has it is installed already
- Add missing `xinerama' to USE_XORG (notified by `stage-qa' check)
- Minor wording improvement in the port description text while I'm here
GitDB allows you to access bare git repositories for reading and writing. It
aims at allowing full access to loose objects as well as packs with performance
and scalability in mind. It operates exclusively on streams, allowing to handle
large objects with a small memory footprint.
WWW: https://pypi.python.org/pypi/gitdb2
WWW: https://github.com/gitpython-developers/gitdb
Smmap wraps an interface around mmap and tracks the mapped files as well as the
amount of clients who use it. If the system runs out of resources, or if a
memory limit is reached, it will automatically unload unused maps to allow
continued operation.
To allow processing large files even on 32 bit systems, it allows only portions
of the file to be mapped. Once the user reads beyond the mapped region, smmap
will automatically map the next required region, unloading unused regions using
a LRU algorithm.
WWW: https://pypi.python.org/pypi/smmap2
WWW: https://github.com/gitpython-developers/smmap
RWT (Run With This) provides on-demand dependency resolution.
- Allows declaration of dependencies at runtime. - Downloads missing
dependencies and makes their packages available for import.
- Installs packages to a special staging location such that they're not
installed after the process exits.
- Relies on pip to cache downloads of such packages for reuse.
- Supersedes installed packages when required.
- Relies on packages already satisfied.
- Re-uses the pip tool chain for package installation and pkg_resources for
working set management.
WWW: https://pypi.python.org/pypi/rwt
WWW: https://github.com/jaraco/rwt
The only way for native FreeBSD binaries to connect to modern Oracle databases is
usage of OCI8 libraries supplied by the port. Additional changes:
- integrate patch supplied with PR 211107;
- assign maintainership to the submitter;
- supply additional MASTER_SITE;
- dead WWW link replaced with working copy of old one;
- bump PORTREVISION.
PR: 211107
Approved by: vsevolod (mentor)
- take maintainership;
- supply new MASTER_SITES for the distfile;
- specify LICENSE (GPLv2);
- simplify BUILD_DEPENDS;
- bump PORTREVISION.
Approved by: az (mentor)