| non port: devel/Makefile |
Number of commits found: 12250 (showing only 100 on this page) |
|
Wednesday, 26 Apr 2023
|
20:55 Jose Alonso Cardenas Marquez (acm)
devel/py-pytweening: New port: A collection of tweening or easing functions
A collection of tweening / easing functions implemented in Python.
435769a |
20:39 Jose Alonso Cardenas Marquez (acm)
devel/py-pymsgbox: New port: Python module for JavaScript-like message boxes
A simple, cross-platform, pure Python module for JavaScript-like message boxes.
072960b |
19:24 Dan Langille (dvl)
vrt/py-bps-restpy: New port
BreakingPoint REST API Python Wraper
Module for interfacing to BreakingPoint appliance. Let's you connect to
their appliances for simulating real-world legitimate traffic, DDoS,
exploits, malware, and fuzzing.
b22d25b |
15:21 Dan Langille (dvl)
devel/py-simple-term-menu: New port
Simple menus for interactive command line programs.
2eaee51 |
|
Tuesday, 25 Apr 2023
|
16:51 Guangyuan Yang (ygy)
devel/R-cran-whoami: New port
Username, Full Name, Email Address, 'GitHub' Username of the Current User.
fef7b1e |
16:51 Guangyuan Yang (ygy)
devel/R-cran-parsedate: New port
Recognize and Parse Dates in Various Formats, Including All ISO 8601 Formats.
ace96f4 |
10:46 Fernando Apesteguía (fernape) Author: Miroslav Lachman
devel/datovka: update to 4.22.1
While here move to mail category. It was wrongly placed under devel in PR 267597
ChangeLog: https://gitlab.nic.cz/datovka/datovka/-/blob/develop/ChangeLog
* Viewing number of recently unread messages in top node description when top
node collapsed in account list. Also changed the icon for the top node.
PR: 271005 267597
Reported by: 000.fbsd@quip.cz
Approved by: freebsd@sysctl.cz (maintainer)
b94071e |
|
Monday, 24 Apr 2023
|
08:39 Rene Ladan (rene)
devel/electron18: remove expired port
Somehow this diff is too large for rmport to continue...
9b79c40 |
08:36 Jimmy Olgeni (olgeni)
devel/p5-Mojo-Log-Clearable: Add new port
Mojo::Log is a simple logger class. It holds a filehandle once it writes to
a log, and changing "path" in Mojo::Log does not open a new filehandle for
logging.
Mojo::Log::Role::Clearable is a role that provides a "clear_handle" method
and automatically calls it when "path" in Mojo::Log is modified, so the logging
handle is reopened at the new path. The "clear_handle" method can also be used
to reopen the logging handle after log rotation.
This new Perl module is useful for anyone who wants to use Mojo::Log and also
needs automatic log file rotation.
WWW: https://metacpan.org/release/Mojo-Log-Clearable
ff57d9f |
|
Sunday, 23 Apr 2023
|
16:53 Li-Wen Hsu (lwhsu)
Add devel/py-immutabledict: Immutable wrapper around dictionaries for Python3
This will be used for the new version of net-im/py-matrix-synapse
0da1795 |
|
Saturday, 22 Apr 2023
|
10:01 Matthew Seaman (matthew)
devel/py-setuptools_scm7: New port
Copied from devel/py-setuptools_scm
94b3a73 |
09:37 Romain Tartière (romain)
devel/undead: New port
Need an obsolete Phobos module? Here they are, back from the dead and upgraded
to work with the latest D.
modules included:
* std.bitarray
* std.date
* std.datebase
* std.dateparse
* std.regexp
* std.signals
* std.stream and friends
* std.xml
Some individual functions have been moved here rather than full Phobos modules.
They are:
* undead.doformat: Contains the doFormat function from std.format
* undead.string: Contains regex style pattern matching functions from
std.string
f2c49a0 |
|
Thursday, 20 Apr 2023
|
02:21 Jose Alonso Cardenas Marquez (acm)
devel/py-scantree: New port: flexible recursive directory iterator
Recursive directory iterator supporting:
- flexible filtering including wildcard path matching
- in memory representation of file-tree (for repeated access)
- efficient access to directory entry properties (posix.DirEntry interface)
extended with real path and path relative to the recursion root directory
- detection and handling of cyclic symlinks
639cb7d |
|
Wednesday, 19 Apr 2023
|
21:10 Jose Alonso Cardenas Marquez (acm)
devel/py-aiohttp-apispec: New port: build and document REST APIs with aiohttp
and apispec
aiohttp-apispec key features:
- docs and request_schema decorators to add swagger spec support out of the box
- validation_middleware middleware to enable validating with marshmallow
schemas from those decorators;
- SwaggerUI support.
- match_info_schema, querystring_schema, form_schema, json_schema,
headers_schema and cookies_schema decorators for specific request parts
validation.
ed310eb |
20:15 Jose Alonso Cardenas Marquez (acm)
devel/py-donut-shellcode: New port: donut shellcode Python C extension
Donut is a position-independent code that enables in-memory execution of
VBScript, JScript, EXE, DLL files and dotNET assemblies. A module created by
Donut can either be staged from a HTTP server or embedded directly in the
loader itself. The module is optionally encrypted using the Chaskey block
cipher and a 128-bit randomly generated key. After the file is loaded and
executed in memory, the original reference is erased to deter memory scanners.
c0d6d40 |
10:54 Po-Chuan Hsieh (sunpoet)
devel/py-versioneer: Add py-versioneer 0.28
Versioneer is a tool for managing a recorded version number in setuptools-based
python projects. The goal is to remove the tedious and error-prone "update the
embedded version string" step from your release process. Making a new release
should be as easy as recording a new tag in your version-control system, and
maybe making new tarballs.
cb9b7ea |
|
Tuesday, 18 Apr 2023
|
21:37 Po-Chuan Hsieh (sunpoet)
devel/py-dask-histogram: Add py-dask-histogram 2023.4.2
The boost-histogram library provides a performant object oriented API for
histogramming in Python. Building on the foundation of boost-histogram,
dask-histogram adds support for lazy calculations on Dask collections.
6be2645 |
21:37 Po-Chuan Hsieh (sunpoet)
devel/p5-Hash-Ordered: Add p5-Hash-Ordered 0.014
Hash::Ordered implements an ordered hash, meaning that it associates keys with
values like a Perl hash, but keeps the keys in a consistent order. Because it is
implemented as an object and manipulated with method calls, it is much slower
than a Perl hash. This is the cost of keeping order.
However, compared to other ordered hash implementations, Hash::Ordered is
optimized for getting and setting individual elements and is generally faster at
most other tasks as well. For specific details, see Hash::Ordered::Benchmarks.
fbaf416 |
21:34 Po-Chuan Hsieh (sunpoet)
devel/swig40: Add swig40 4.0.2 (copied from swig)
- Add PORTSCOUT
3f452eb |
20:12 Po-Chuan Hsieh (sunpoet)
devel/py-resolvelib1: Add py-resolvelib1 1.0.1
ResolveLib at the highest level provides a Resolver class that includes
dependency resolution logic. You give it some things, and a little information
on how it should interact with them, and it will spit out a resolution result.
403b59e |
18:00 Po-Chuan Hsieh (sunpoet)
devel/py-pytest-cpp: Add py-pytest-cpp 2.3.0
pytest-cpp uses pytest runner to discover and execute C++ tests. It supports
Google Test, Boost.Test, and Catch2.
This brings several benefits:
- Allows you to run all your tests in multi-language projects with a single
command;
- Execute C++ tests in parallel using pytest-xdist plugin;
- Use --junitxml option to produce a single and uniform xml file with all your
test suite results;
- Filter which tests to run using standard test filtering capabilities, such as
by file names, directories, keywords by using the -k option, etc.;
daf7449 |
18:00 Po-Chuan Hsieh (sunpoet)
devel/py-pytest-order: Add py-pytest-order 1.1.0
pytest-order is a pytest plugin that allows you to customize the order in which
your tests are run. It uses the marker order that defines when a specific test
shall run, either by using an ordinal number, or by specifying the relationship
to other tests.
pytest-order is a fork of pytest-ordering that provides additional features like
ordering relative to other tests.
18a8f1b |
18:00 Po-Chuan Hsieh (sunpoet)
devel/py-rapidfuzz2: Add py-rapidfuzz2 2.15.1 (copied from py-rapidfuzz)
- Sort BUILD_DEPENDS
- Remove PYNUMPY
- Add PORTSCOUT
9316129 |
18:00 Po-Chuan Hsieh (sunpoet)
devel/py-mystic: Add py-mystic 0.4.0
The mystic framework provides a collection of optimization algorithms and tools
that allows the user to more robustly (and easily) solve hard optimization
problems. All optimization algorithms included in mystic provide workflow at the
fitting layer, not just access to the algorithms as function calls. mystic gives
the user fine-grained power to both monitor and steer optimizations as the fit
processes are running. Optimizers can advance one iteration with Step, or run to
completion with Solve. Users can customize optimizer stop conditions, where both
compound and user-provided conditions may be used. Optimizers can save state,
can be reconfigured dynamically, and can be restarted from a saved solver or
from a results file. All solvers can also leverage parallel computing, either
within each iteration or as an ensemble of solvers.
6aed6e9 |
18:00 Po-Chuan Hsieh (sunpoet)
devel/py-poetry-types: Add py-poetry-types 0.3.5
poetry-types is a plugin to poetry for the poetry plugin feature. It
installs/removes/updates typing stubs via following commands:
- poetry types add <package names>
- poetry types remove <package names>
- poetry types update <package names>
54cb298 |
18:00 Po-Chuan Hsieh (sunpoet)
devel/py-pyproject-flake8: Add py-pyproject-flake8 6.0.0.post1
pyproject-flake8 (pflake8) is a monkey patching wrapper to connect flake8 with
pyproject.toml configuration.
0c24df6 |
18:00 Po-Chuan Hsieh (sunpoet)
devel/py-anndata: Add py-anndata 0.9.1
anndata is a Python package for handling annotated data matrices in memory and
on disk, positioned between pandas and xarray. anndata offers a broad range of
computationally efficient features including, among others, sparse data support,
lazy operations, and a PyTorch interface.
9e18517 |
18:00 Po-Chuan Hsieh (sunpoet)
devel/py-check-jsonschema: Add py-check-jsonschema 0.22.0
check-jsonschema is a JSON Schema CLI and pre-commit hook built on jsonschema.
The schema may be specified as a local or remote (HTTP or HTTPS) file.
Remote files are automatically downloaded and cached if possible.
fb73735 |
18:00 Po-Chuan Hsieh (sunpoet)
devel/py-klepto: Add py-klepto 0.2.3
klepto extends Python's lru_cache to utilize different keymaps and alternate
caching algorithms, such as lfu_cache and mru_cache. While caching is meant for
fast access to saved results, klepto also has archiving capabilities, for
longer-term storage. klepto uses a simple dictionary-sytle interface for all
caches and archives, and all caches can be applied to any Python function as a
decorator. Keymaps are algorithms for converting a function's input signature to
a unique dictionary, where the function's results are the dictionary value. Thus
for y = f(x), y will be stored in cache[x] (e.g. {x:y}).
klepto provides both standard and "safe" caching, where "safe" caches are slower
but can recover from hashing errors. klepto is intended to be used for
distributed and parallel computing, where several of the keymaps serialize the
stored objects. Caches and archives are intended to be read/write accessible
from different threads and processes. klepto enables a user to decorate a
function, save the results to a file or database archive, close the interpreter,
start a new session, and reload the function and it's cache.
36ae8f6 |
|
Saturday, 15 Apr 2023
|
14:57 Felix Palmen (zirias) Author: Joel Bodenmann
devel/stdman: New port: Formatted C++ man pages
stdman is a tool that parses archived HTML files from cppreference
and generates groff-formatted manual pages for Unix-based systems.
The goal is to provide excellent formatting for easy readability.
Approved by: tcberner (mentor, implicit)
7e6b18a |
05:02 Yuri Victorovich (yuri)
devel/py-scikit-build-core: New port: Build backend for CMake based projects
96bf481 |
|
Friday, 14 Apr 2023
|
08:22 Rodrigo Osorio (rodrigo)
devel/massif-visualizer: new port massif visualizer
Massif Visualizer is a tool that - who'd guess that - visualizes
massif data. You run your application in Valgrind with --tool=massif
and then open the generated massif.out.%pid in the visualizer. Gzip
or Bzip2 compressed massif files can also be opened transparently.
c35a299 |
|
Sunday, 9 Apr 2023
|
20:39 Po-Chuan Hsieh (sunpoet)
devel/py-opentelemetry-api: Add py-opentelemetry-api 1.17.0
OpenTelemetry Python API
77dba4b |
20:39 Po-Chuan Hsieh (sunpoet)
devel/py-livemark: Add py-livemark 0.110.5
Data presentation framework for Python that generates static sites from extended
Markdown with interactive charts, tables, scripts, and other features.
Purpose:
- Data Journalism: Livemark provides a complete toolset for working with data,
starting from data extraction and ending with a published website containing
interactive charts, tables, and other features.
- Software Education: Livemark is perfectly suited for writing education
materials as it uses code execution model in markdown documents. It solves a
range of problems with testing and having your code example up-to-date.
- Python Development: Livemark can be used in software development as a helper
tool for working on Python projects. It provides an ability to create
documentation sites and works as a task runner.
265945f |
20:39 Po-Chuan Hsieh (sunpoet)
devel/py-datasette: Add py-datasette 0.64.2
Datasette is a tool for exploring and publishing data. It helps people take data
of any shape or size and publish that as an interactive, explorable website and
accompanying API.
Datasette is aimed at data journalists, museum curators, archivists, local
governments, scientists, researchers and anyone else who has data that they wish
to share with the world.
f337a3f |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-fugit17: Remove obsoleted port
Use devel/rubygem-fugit instead.
22668f5 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-ruby-fogbugz021: Remove obsoleted port
Use devel/rubygem-ruby-fogbugz instead.
7faaf6d |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-sidekiq-cron-sidekiq64: Remove obsoleted port
Use devel/rubygem-sidekiq-cron instead.
2990fe2 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-sidekiq64: Remove obsoleted port
Use devel/rubygem-sidekiq instead.
944371d |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-bootsnap114: Remove obsoleted port
Use devel/rubygem-bootsnap instead.
6d88421 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-bootsnap115: Remove obsoleted port
Use devel/rubygem-bootsnap instead.
560e198 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-messages19: Remove obsoleted port
Use devel/rubygem-cucumber-messages instead.
0aae9b9 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-core3168: Remove obsoleted port
Use devel/rubygem-aws-sdk-core instead.
e05bf7a |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-s31117: Remove obsoleted port
Use devel/rubygem-aws-sdk-s3 instead.
ad5e669 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-bootsnap111: Remove obsoleted port
Use devel/rubygem-bootsnap instead.
86cbe27 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-bootsnap112: Remove obsoleted port
Use devel/rubygem-bootsnap instead.
99a330a |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-vpclattice: Add rubygem-aws-sdk-vpclattice 1.0.0
Official AWS Ruby gem for Amazon VPC Lattice.
1c6ee30 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/py-jsonschema49: Remove obsoleted port
Use devel/py-jsonschema instead.
2753717 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-core3170: Add rubygem-aws-sdk-core3170 3.170.1 (copied
from rubygem-aws-sdk-core)
- Add PORTSCOUT
993d4e4 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-ivsrealtime: Add rubygem-aws-sdk-ivsrealtime 1.0.0
Official AWS Ruby gem for Amazon Interactive Video Service RealTime
(ivsrealtime).
a8c8dfe |
13:36 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-s31119: Add rubygem-aws-sdk-s31119 1.119.1
- Add PORTSCOUT
231eb04 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/py-flake8_simplify: Add py-flake8_simplify 0.20.0
flake8-simplify is a flake8 plugin that helps you simplify your code.
b02689b |
13:36 Po-Chuan Hsieh (sunpoet)
devel/py-jupyter-lsp: Add py-jupyter-lsp 2.0.1
Multi-Language Server WebSocket proxy for your Jupyter notebook or lab server.
e88e7aa |
13:36 Po-Chuan Hsieh (sunpoet)
devel/py-jupyterlab-lsp: Add py-jupyterlab-lsp 4.0.1
Language Server Protocol integration for Jupyter(Lab)
4cf130c |
13:36 Po-Chuan Hsieh (sunpoet)
devel/py-py-partiql-parser: Add py-py-partiql-parser 0.1.0
py-partiql-parser is a tokenizer/parser/executor for the PartiQL-language, in
Python.
5f2b4ae |
13:36 Po-Chuan Hsieh (sunpoet)
devel/py-ast-decompiler: Add py-ast-decompiler 0.7.0
ast_decompiler is a module for generating Python code given an AST.
9b73231 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/py-flake8-comprehensions: Add py-flake8-comprehensions 3.11.1
flake8-comprehensions is a flake8 plugin that helps you write better
list/set/dict comprehensions.
dddf629 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/py-flake8-pyi: Add py-flake8-pyi 23.3.1
flake8-pyi is a plugin for Flake8 that provides specializations for type hinting
stub files, especially interesting for linting typeshed.
7c73fef |
|
Wednesday, 5 Apr 2023
|
20:00 Eugene Grosbein (eugen)
new port: devel/pyderasn
PyDERASN -- strict and fast ASN.1 DER/CER/BER library for Python
The port is a requisite for coming pygost port.
edc8695 |
19:55 Eugene Grosbein (eugen)
new port: devel/py-asn1
Python-ASN1 is a simple ASN.1 encoder and decoder for Python.
The complete documentation is available on Read The Docs:
https://python-asn1.readthedocs.io
This is a requisite port for following commits.
1650b00 |
17:29 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-internetmonitor: Add rubygem-aws-sdk-internetmonitor 1.0.0
Official AWS Ruby gem for Amazon CloudWatch Internet Monitor.
c3f4bb5 |
17:29 Po-Chuan Hsieh (sunpoet)
devel/py-requirements-detector: Add py-requirements-detector 1.1.0
Requirements Detector is a simple Python tool which attempts to find and list
the requirements of a Python project.
When run from the root of a Python project, it will try to ascertain which
libraries and the versions of those libraries that the project depends on.
It uses the following methods in order, in the root of the project:
1. Parse setup.py (if this is successful, the remaining steps are skipped)
2. Parse pyproject.yoml (if a tool.poetry.dependencies section is found, the
remaining steps are skipped)
3. Parse requirements.txt or requirements.pip
4. Parse all *.txt and *.pip files inside a folder called requirements
5. Parse all files in the root folder matching *requirements*.txt or reqs.txt
(so for example, pip_requirements.txt would match, as would
requirements_common.txt)
d17af72 |
17:29 Po-Chuan Hsieh (sunpoet)
devel/py-visidata: Add py-visidata 2.11
VisiData provides a terminal interface for exploring and arranging tabular data.
It supports tsv, csv, sqlite, json, xlsx (Excel), hdf5, and many other formats.
a313154 |
17:29 Po-Chuan Hsieh (sunpoet)
devel/py-jupyter-server-terminals: Add py-jupyter-server-terminals 0.4.4
Jupyter Server Terminals is a Jupyter Server Extension providing support for
terminals.
d2025bc |
17:29 Po-Chuan Hsieh (sunpoet)
devel/py-pdm-backend: Add py-pdm-backend 2.0.5
This is the backend for PDM projects that is fully-compatible with PEP 517 spec,
but you can also use it alone. It reads the metadata of PEP 621 format and
coverts it to Core metadata.
5c7ee22 |
17:29 Po-Chuan Hsieh (sunpoet)
devel/py-poetry-semver: Add py-poetry-semver 0.1.0
Poetry SemVer provides a semantic versioning library for Python. It is initially
part of the Poetry codebase.
e732c39 |
17:29 Po-Chuan Hsieh (sunpoet)
devel/py-dodgy: Add py-dodgy 0.2.1
Dodgy is a very basic tool to run against your codebase to search for "dodgy"
looking values. It is a series of simple regular expressions designed to detect
things such as accidental SCM diff checkins, or passwords or secret keys hard
coded into files.
While this is primarily aimed at open source projects (for whom a publicly
available secret key is pretty dangerous), it can also be used in private
projects, with the caveat that it will point out things which are not a problem
for private projects and is not configurable enough currently to change that.
Another note - this tool is probably best run pre-commit, since it will
hopefully prevent dodgy things being checked in. To automatically execute before
a commit use a git pre-commit hook.
dad043a |
17:29 Po-Chuan Hsieh (sunpoet)
devel/py-frictionless-ckan-mapper: Add py-frictionless-ckan-mapper 1.0.9
Frictionless CKAN Mapper is a library for mapping CKAN metadata from/to
Frictionless metadata.
The library has zero dependencies (not even on Data Package libs). You can use
it directly or use it for inspiration. Detailed outline of the algorithm is in
the docs or you can read the code.
d4bcc76 |
17:29 Po-Chuan Hsieh (sunpoet)
devel/libddwaf: Add libddwaf 1.8.2
libddwaf is Datadog's implementation of a Web Application Firewall (WAF) engine,
with a goal of low performance and memory overhead, and embeddability in a wide
variety of language runtimes through a C API.
bca243c |
|
Friday, 31 Mar 2023
|
08:33 Matthew Seaman (matthew)
devel/py-setuptools-declarative-requirements: new port
Setuptools: specify requirements using requirements files
529c25f |
|
Thursday, 30 Mar 2023
|
23:59 Muhammad Moinur Rahman (bofh)
devel/horde-timeobjects: Remove expired port:
2023-03-31 devel/horde-timeobjects: Requires php74
Sponsored by: Bounce Experts
32d8938 |
23:59 Muhammad Moinur Rahman (bofh)
devel/horde-content: Remove expired port:
2023-03-31 devel/horde-content: Requires php74
Sponsored by: Bounce Experts
77020fe |
23:59 Muhammad Moinur Rahman (bofh)
devel/phpunit6: Remove expired port:
2023-03-31 devel/phpunit6: End of Life since February 1, 2019
71f818f |
23:59 Muhammad Moinur Rahman (bofh)
devel/phpunit7: Remove expired port:
2023-03-31 devel/phpunit7: End of Life since February 7, 2020
4fd0d43 |
23:59 Muhammad Moinur Rahman (bofh)
devel/horde-whups: Remove expired port:
2023-03-31 devel/horde-whups: Requires php74
Sponsored by: Bounce Experts
7703137 |
21:56 Muhammad Moinur Rahman (bofh)
devel/datovka: New port
Qt re-implementation of Datovka.
WWW: https://gitlab.nic.cz/datovka/datovka
PR: 267597
Reported by: freebsd@sysctl.cz
374b9de |
21:36 Muhammad Moinur Rahman (bofh)
devel/libdatovka: New port
This is client library for accessing SOAP services of ISDS (Data Box
Information System) as defined in Czech ISDS Act (300/2008 Coll.)
https://gitlab.nic.cz/datovka/libdatovka
PR: 267573
Reported by: freebsd@sysctl.cz
a2582ff0 |
17:11 Yuri Victorovich (yuri)
devel/py-multiset: New port: Implementation of a multiset
e26a46d |
|
Wednesday, 29 Mar 2023
|
00:18 Yuri Victorovich (yuri)
devel/xeus-zmq: New port: ZeroMQ-based middleware for xeus
5fed52c |
|
Tuesday, 28 Mar 2023
|
22:28 Yuri Victorovich (yuri)
devel/py-jupyter-kernel-test: New port: Tool for testing Jupyter kernels
92e7f70 |
06:40 Hiroki Tagato (tagattie) Author: Ting-Wei Lan
devel/py-setuptools_git_ls_files: add port: Python setuptools plugin to list all
files tracked by git
setuptools_git_ls_files is a plugin for setuptools that finds all git tracked
files, including submodules.
WWW: https://github.com/anthrotype/setuptools_git_ls_files
PR: 270140
Reported by: Ting-Wei Lan <lantw44@gmail.com>
3c9296d |
|
Monday, 27 Mar 2023
|
21:27 Yuri Victorovich (yuri)
devel/py-treelib: New port: Python 2/3 implementation of tree structure
36282a1 |
19:31 Nuno Teixeira (eduardo) Author: Michael Osipov
devel/py-gitlab-webhook-handler: New port: Webhook Handler for GitLab
- Submitter becomes maintainer
Webhook Handler for GitLab written in Python with Flask deployed as WSGI
application.
WWW: https://github.com/ahebrank/gitlab-webhook-handler
PR: 269047
866380c |
09:59 Fernando Apesteguía (fernape) Author: Erik Jensen
devel/ptl: new port. Lightweight C++11 multithreading tasking system
Parallel Tasking Library is a needed dependency for the upcoming update of
science/geant4.
ChangeLog: https://github.com/jrmadsen/PTL
PR: 268992
Reported by: erik@tenku.dk
6e66e8a |
04:45 Charlie Li (vishwin)
devel/py-gpep517: add
Alternative PEP-517 build frontend, originally from Gentoo
Despite the requires-python specifier, this does work on 3.7.
a4d616a |
|
Wednesday, 22 Mar 2023
|
18:40 John Baldwin (jhb)
devel/freebsd-gcc6: Retire obsolete port.
Supported FreeBSD versions can no longer be built with GCC 6 and
users wishing to compile FreeBSD with GCC are encouraged to use
devel/freebsd-gcc9 or devel/freebsd-gcc12 instead.
Reviewed by: manu, otis
Differential Revision: https://reviews.freebsd.org/D39218
005a115 |
|
Tuesday, 21 Mar 2023
|
19:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-iam-credentials-v1: Add rubygem-google-iam-credentials-v1
0.4.0
The Service Account Credentials API creates short-lived credentials for Identity
and Access Management (IAM) service accounts. You can also use this API to sign
JSON Web Tokens (JWTs), as well as blobs of binary data that contain other types
of tokens.
53d268f |
19:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-redlock1: Add rubygem-redlock1 1.3.2 (copied from rubygem-redlock)
- Add PORTSCOUT
458fecc |
19:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-iam_v2: Add rubygem-google-apis-iam_v2 0.2.0
This is the simple REST client for Identity and Access Management (IAM) API V2.
Simple REST clients are Ruby client libraries that provide access to Google
services via their HTTP REST API endpoints. These libraries are generated and
updated automatically based on the discovery documents published by the service,
and they handle most concerns such as authentication, pagination, retry,
timeouts, and logging. You can use this client to access the Identity and Access
Management (IAM) API, but note that some services may provide a separate modern
client that is easier to use.
318634b |
19:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-iam_v2beta: Add rubygem-google-apis-iam_v2beta 0.9.0
This is the simple REST client for Identity and Access Management (IAM) API
V2beta. Simple REST clients are Ruby client libraries that provide access to
Google services via their HTTP REST API endpoints. These libraries are generated
and updated automatically based on the discovery documents published by the
service, and they handle most concerns such as authentication, pagination,
retry, timeouts, and logging. You can use this client to access the Identity and
Access Management (IAM) API, but note that some services may provide a separate
modern client that is easier to use.
d4e32a3 |
19:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-sheets_v4: Add rubygem-google-apis-sheets_v4 0.22.0
This is the simple REST client for Google Sheets API V4. Simple REST clients are
Ruby client libraries that provide access to Google services via their HTTP REST
API endpoints. These libraries are generated and updated automatically based on
the discovery documents published by the service, and they handle most concerns
such as authentication, pagination, retry, timeouts, and logging. You can use
this client to access the Google Sheets API, but note that some services may
provide a separate modern client that is easier to use.
159ae25 |
19:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-iam-credentials: Add rubygem-google-iam-credentials 1.1.0
This is an add-on interface used by some Google API clients to provide IAM
policy calls.
d123680 |
19:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-tnb: Add rubygem-aws-sdk-tnb 1.0.0
Official AWS Ruby gem for AWS Telco Network Builder.
65cb4a9 |
19:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-cloudresourcemanager_v2: Add
rubygem-google-apis-cloudresourcemanager_v2 0.27.0
This is the simple REST client for Cloud Resource Manager API V2. Simple REST
clients are Ruby client libraries that provide access to Google services via
their HTTP REST API endpoints. These libraries are generated and updated
automatically based on the discovery documents published by the service, and
they handle most concerns such as authentication, pagination, retry, timeouts,
and logging. You can use this client to access the Cloud Resource Manager API,
but note that some services may provide a separate modern client that is easier
to use.
5207da9 |
19:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-cloudresourcemanager_v3: Add
rubygem-google-apis-cloudresourcemanager_v3 0.42.0
This is the simple REST client for Cloud Resource Manager API V3. Simple REST
clients are Ruby client libraries that provide access to Google services via
their HTTP REST API endpoints. These libraries are generated and updated
automatically based on the discovery documents published by the service, and
they handle most concerns such as authentication, pagination, retry, timeouts,
and logging. You can use this client to access the Cloud Resource Manager API,
but note that some services may provide a separate modern client that is easier
to use.
5c6f57f |
19:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-drive_v3: Add rubygem-google-apis-drive_v3 0.36.0
This is the simple REST client for Drive API V3. Simple REST clients are Ruby
client libraries that provide access to Google services via their HTTP REST API
endpoints. These libraries are generated and updated automatically based on the
discovery documents published by the service, and they handle most concerns such
as authentication, pagination, retry, timeouts, and logging. You can use this
client to access the Drive API, but note that some services may provide a
separate modern client that is easier to use.
fdeca47 |
19:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-cloudtraildata: Add rubygem-aws-sdk-cloudtraildata 1.0.0
Official AWS Ruby gem for AWS CloudTrail Data Service.
f0ffe66 |
19:19 Po-Chuan Hsieh (sunpoet)
devel/py-types-setuptools: Add py-types-setuptools 67.4.0.0
This is a PEP 561 type stub package for the setuptools package. It can be used
by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check code
that uses setuptools.
88de322 |
19:19 Po-Chuan Hsieh (sunpoet)
devel/py-y-py: Add py-y-py 0.6.0
Ypy is a Python binding for Y-CRDT. It provides distributed data types that
enable real-time collaboration between devices. Ypy can sync data with any other
platform that has a Y-CRDT binding, allowing for seamless cross-domain
communication. The library is a thin wrapper around Yrs, taking advantage of the
safety and performance of Rust.
2f2a935 |
19:19 Po-Chuan Hsieh (sunpoet)
devel/py-ypy-websocket: Add py-ypy-websocket 0.8.2
ypy-websocket is an async WebSocket connector for Ypy.
c42e6ba |
Number of commits found: 12250 (showing only 100 on this page) |