- 07 Mar, 2021 4 commits
-
-
sunpoet authored
Orca is a Python library for task orchestration. It's designed for workflows like city simulation, where the data representing a model's state is so large that it needs to be managed outside of the task graph. The building blocks of a workflow are "steps", Python functions that can be assembled on the fly into linear or cyclical pipelines. Steps typically interact with a central data store that persists in memory while the pipeline runs. Derived tables and columns can be updated automatically as base data changes, and pipeline components are evaluated lazily to reduce unnecessary overhead. WWW: https://github.com/UDST/orca
-
sunpoet authored
Openapi-schema-validator is a Python library that validates schema against the OpenAPI Schema Specification v3.0 which is an extended subset of the JSON Schema Specification Wright Draft 00. WWW: https://github.com/p1c2u/openapi-schema-validator
-
rhurlin authored
With support for Avro and the Confluent Platform Schema Registry. The library is aimed to be used in the streaming pipeline, e.g. Apache Kafka, to perform data serialization and deserialization with centrally managed schemas. https://github.com/confluentinc/libserdes PR: 254099 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
-
adridg authored
An ABI-wrestling-suite of libraries and tools. Uses elfutils to diff, lint, compare and report on compatibility of ABIs in shared-libraries. Common use is diffing two .so's, like `abidiff libpkg.so libpkg-devel.so`
-
- 06 Mar, 2021 1 commit
-
-
rene authored
2020-12-31 devel/llvm60: Uses Python 2.7 which is EOLed upstream
-
- 05 Mar, 2021 1 commit
-
-
brooks authored
Notable *port* changes (vs devel/llvm11): - Switch to single llvm-project distfile. This simplifies the port and support for the old style build process is rotting upstream after the mono-repo conversion. - Disable libedit dependency in libLLVM (still used by LLDB). This is one small step toward a dependency-less clang. - LLDB docs are disabled due to issues finding python includes when autogenerating API docs. Sponsored by: DARPA
-
- 03 Mar, 2021 3 commits
-
-
sunpoet authored
The OpenCensus Runtime Context provides in-process context propagation. WWW: https://github.com/census-instrumentation/opencensus-python/tree/master/context/opencensus-context
-
sunpoet authored
OpenCensus provides a framework to measure a server's resource usage and collect performance stats. WWW: https://github.com/census-instrumentation/opencensus-python
-
rene authored
2021-03-02 korean/man-doc: Poor quality, severely outdated and undermaintained 2021-03-01 devel/relx: Script removed upstream, library included in devel/rebar3
-
- 01 Mar, 2021 1 commit
-
-
nc authored
Robot Operating System (ROS) command-line tools for maintaining a workspace of projects from multiple version-control systems. This is the recommended replacement for devel/ros-wstool. PR: 253909 Submitted by: Trenton Schulz <trueos AT norwegianrockcat DOT com>
-
- 28 Feb, 2021 1 commit
-
-
rene authored
2021-02-18 devel/snorenotify: Unmaintained upstream
-
- 27 Feb, 2021 1 commit
-
-
- 26 Feb, 2021 4 commits
- 24 Feb, 2021 3 commits
-
-
0mp authored
Python protobuf compiler can be used to compile collections protobuf files and create a single package distribution suitable for installing with pip. WWW: https://github.com/netsaj/python-protobuf-compiler
-
rm authored
into your tests. It automatically starts up a HTTP server in a separate thread running httpbin and provides your test with the URL in the fixture. WWW: https://github.com/kevin1024/pytest-httpbin PR: 252187 Submitted by: python@FreeBSD.org
-
makc authored
JupyterLab extension for Jupyter/IPython widgets. WWW: https://pypi.python.org/pypi/jupyterlab-widgets
-
- 23 Feb, 2021 1 commit
-
-
rene authored
Reported by: antoine
-
- 19 Feb, 2021 3 commits
-
-
amdmi3 authored
Rename the port to allegro5 to match upstream project name, cleanup and simplify the port PR: 227222 Submitted by: rainbow@sanitylinux.org
-
rene authored
2020-12-31 devel/llvm60: Uses Python 2.7 which is EOLed upstream, no more consumers left
-
martymac authored
Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated several interfaces over tbb 2020, breaking most dependent ports. Old tbb 2020 will be kept for a certain time to allow transition but will be removed in a near future as it CONFLICTS with devel/onetbb. New ports should now use devel/onetbb instead of devel/tbb. We tried to move a maximum number of dependent ports to devel/onetbb (or disable dependency when not possible), but some of them still remain stuck to devel/tbb. Remaining ones have not been identified as major dependencies themselves and will be fixed as soon as updates are available from upstream. PR: 252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3], 252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5], 252684 [7], 252785 [7] Approved by: yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6], maintainer timeout [7] [1] https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html [2] https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html
-
- 18 Feb, 2021 4 commits
-
-
amdmi3 authored
Proxmoxer is a wrapper around the Proxmox REST API v2. It was inspired by slumber, but it dedicated only to Proxmox. It allows to use not only REST API over HTTPS, but the same api over ssh and pvesh utility. Like Proxmoxia it dynamically creates attributes which responds to the attributes you've attempted to reach. WWW: https://github.com/proxmoxer/proxmoxer PR: 245101 Submitted by: david@isnic.is
-
0mp authored
Dotty Dict is a wrapper around builtin dictionary. Provides quick access to deeply nested keys and values with dot notation. Dotty Dict expose dictionary public API as proxy to dict implemented underneath and should work with all dict-like objects which are instances of Mapping. WWW: https://github.com/pawelzny/dotty_dict
-
0mp authored
MILC is a framework for writing CLI applications in Python 3. It gives you all the features users expect from a modern CLI tool out of the box: - CLI Argument Parsing, with or without subcommands - Automatic tab-completion support through argcomplete - Configuration file which can be overridden by CLI options - ANSI color support- even on Windows- with colorama - Logging to stderr and/or a file, with ANSI colors - Easy method for printing to stdout with ANSI colors - Labeling log output with colored emoji to easily distinguish message types - Thread safety WWW: https://milc.clueboard.co/
-
amdmi3 authored
dwz is a program that attempts to optimize DWARF debugging information contained in ELF shared libraries and ELF executables for size, by replacing DWARF information representation with equivalent smaller representation where possible and by reducing the amount of duplication using techniques from DWARF standard appendix E - creating DW_TAG_partial_unit compilation units (CUs) for duplicated information and using DW_TAG_imported_unit to import it into each CU that needs it. WWW: https://sourceware.org/dwz/ PR: 245382 Submitted by: bcallah@openbsd.org
-
- 17 Feb, 2021 4 commits
-
-
sunpoet authored
- Add PORTSCOUT
-
sunpoet authored
- Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages13 - Add PORTSCOUT
-
sunpoet authored
RequirementsLib provides a simple layer for building and interacting with requirements in both the Pipfile format and the requirements.txt format. This library was originally built for converting between these formats in Pipenv. WWW: https://github.com/sarugaku/requirementslib
-
sunpoet authored
Python devtools provides Python's missing debug print command and other development tools. WWW: https://github.com/samuelcolvin/python-devtools
-
- 12 Feb, 2021 2 commits
- 09 Feb, 2021 1 commit
-
-
pizzamig authored
Add codeville 0.1.18, anarchic control version system without unnecessary re-merges. Reintroduce the port, after porting it to Python 3. PR: 251772 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
-
- 08 Feb, 2021 1 commit
-
-
tagattie authored
Changelog: - https://www.electronjs.org/blog/electron-10-0 - https://www.electronjs.org/blog/electron-11-0
-
- 06 Feb, 2021 3 commits
-
-
sunpoet authored
Linear TSV is a line-oriented, portable tabular data format. Tabular data -- rows of tuples, each of the same length -- is commonly stored as CSV and is the lingua franca of spreadsheets, databases and analysis tools. CSV is almost but not quite line-oriented, because newlines are quoted, not escaped. In the TSV format presented here, escape codes are used for newlines and tabs in field data, allowing naive filtering with line-oriented shell tools like sort, fgrep and cut to work as expected. In all of its details, the format derives from the TEXT serialization mode of Postgres and MySQL. WWW: https://github.com/solidsnack/tsv
-
wen authored
use to determine whether additional strict (but slow) runtime tests are executed by your code. WWW: https://metacpan.org/release/Devel-StrictMode
-
sunpoet authored
- While I'm here, use = instead of ?= because gitlab-ce does not have slave port - Bump PORTREVISION for dependency change gitlab-ce has some runtime issue with grpc versions, especially upb stuff. Move all gitlab-ce dependencies to specific grpc/rubygem-grpc versions in order to keep gitlab-ce port more robust. The changes are as follows: - Add devel/grpc134 (copied from devel/grpc) - Add net/rubygem-grpc130 (copied from net/rubygem-grpc) - Move gitlab-ce and its dependencies to grpc134 and rubygem-grpc130 Differential Revision: https://reviews.freebsd.org/D28491 Submitted by: sunpoet (myself) Approved by: mfechner Tested by: mfechner
-
- 04 Feb, 2021 1 commit
-
-
bapt authored
gstreamer 1.x has been introduced long ago and gstreamer 0.x was kept to let time for applications to catchup on gstreamer 1.x
-
- 03 Feb, 2021 1 commit
-
-
yuri authored
-