- Bump PORTREVISION for package change
PR: 228321
Submitted by: Jose Luis Duran <jlduran@gmail.com>
Approved by: Matthieu Volat <mazhe@alkumuna.eu> (maintainer)
arxiv.py is a Python wrapper for the arXiv API
(http://arxiv.org/help/api/index).
arXiv is a project by the Cornell University Library that provides open access
to 1,000,000+ articles in Physics, Mathematics, Computer Science, Quantitative
Biology, Quantitative Finance, and Statistics.
They have an API that uses ATOM feeds to serve simple database queries.
Unfortunately, handling these ATOM requsts can be clumsy (especially given
inconsistency in data between different result objects, even in the same query).
This is where arxiv.py comes it: it constructs requests for arXiv and gets ATOM
feeds via a simple handful of methods, and parses the results into an intuitive
format.
WWW: https://pypi.python.org/pypi/arxiv
WWW: https://github.com/lukasschwab/arxiv.py
Among other changes, this improves performance on recent AMD architectures and contains the official runtime kernel selection we asked them for.
Reviewed by: zeising (mentor)
Approved by: zeising (mentor)
Differential Revision: https://reviews.freebsd.org/D15334
Spidermonkey is Mozilla's JS engine. This version is based on Firefox
ESR 52. There is no standalone release for so build it out of the
ESR distfile.
Obtained from: gnome devel repo
that implements Security Association Markup Language (SAML) authentication.
WWW: https://bitbucket.org/asecurityteam/flask_saml
PR: 225202
Submitted by: John W. O'Brien <john@saltant.com>
Sponsored by: iXsystems Inc.
Xscope sits in-between an X11 client and an X11 server and prints
the contents of each request, reply, error, or event that is
communicated between them. Xscope can decode the core X11 protocol
and several extensions, including BIG-REQUESTS, LBX, MIT-SHM,
NCD-WinCenterPro, RANDR, and RENDER. This information can be useful
in debugging and performance tuning of X11 servers and clients.
WWW: https://www.x.org/releases/X11R7.6/doc/man/man1/xscope.1.xhtml
Enabling the SECURITY extension will make ssh -X work in most cases.
This extension is enabled in many Linux distros.
PR: 221984
Submitted by: Anton Yuzhaninov
Due to a linux only command in the makefile libwacom isn't finding and
installing tablet profiles. Fix the command to work on FreeBSD and thus
install tablet profiles.
PR: 219264
Submitted by: Henry Hu