- 26 Feb, 2021 1 commit
-
-
yuri authored
-
- 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 2 commits
-
-
yuri authored
-
sunpoet authored
catalogue is a tiny, zero-dependencies library that makes it easy to add function (or object) registries to your code. Function registries are helpful when you have objects that need to be both easily serializable and fully customizable. Instead of passing a function into your object, you pass in an identifier name, which the object can use to lookup the function from the registry. This makes the object easy to serialize, because the name is a simple string. If you instead saved the function, you'd have to use Pickle for serialization, which has many drawbacks. WWW: https://github.com/explosion/catalogue
-
- 02 Feb, 2021 1 commit
-
-
rene authored
2021-02-01 devel/godep: Unmaintained and dead upstream 2021-02-01 security/titus: Development has officially ceased
-
- 01 Feb, 2021 7 commits
-
-
sunpoet authored
path implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly. WWW: https://github.com/jaraco/path
-
sunpoet authored
autocommand is a library to automatically generate and run simple argparse parsers from function signatures. WWW: https://github.com/Lucretiel/autocommand
-
sunpoet authored
Regexp::Stringify is an alternative to Perl's default stringification of Regexp object (i.e.:"$re") and has some features/options. WWW: https://metacpan.org/release/Regexp-Stringify
-
sunpoet authored
Data::Dmp is a Perl dumper like Data::Dumper. It's compact (only about 200 lines of code long), starts fast and does not use any non-core modules except Regexp::Stringify when dumping regexes. It produces compact single-line output (similar to Data::Dumper::Concise). It roughly has the same speed as Data::Dumper (usually a bit faster for smaller structures) and faster than Data::Dump, but does not offer the various formatting options. It supports dumping objects, regexes, circular structures, coderefs. Its code is first based on Data::Dump: I removed all the parts that I don't need, particularly the pretty formatting stuffs) and added some features that I need like proper regex dumping and coderef deparsing. WWW: https://metacpan.org/release/Data-Dmp
-
sunpoet authored
Config::Model::Backend::Yaml is used directly by Config::Model to read or write the content of a configuration tree written with YAML syntax in Config::Model configuration tree. WWW: https://metacpan.org/release/Config-Model-Backend-Yaml
-
yuri authored
New port: devel/parallel-hashmap: Set of excellent hash map implementations (a C++ header-only library)
-
yuri authored
-
- 31 Jan, 2021 3 commits
- 30 Jan, 2021 3 commits
-
-
sunpoet authored
-
sunpoet authored
- Add PORTSCOUT
-
sunpoet authored
Bring your own LUA scripts into redis WWW: https://github.com/brpoplpush/brpoplpush-redis_script
-