| non port: devel/Makefile |
Number of commits found: 12241 (showing only 100 on this page) |
|
Friday, 22 Nov 2024
|
14:59 Mikael Urankar (mikael)
devel/signal-fts5-extension: Remove: No consumers left in the ports tree
4d95e7e |
14:59 Mikael Urankar (mikael)
devel/signal-sqlcipher-extension: Add new port
Signal-Sqlcipher-Extension bundles:
- Signal-FTS5-Extension
- Rust-based cryptography provider
into a single .a (.lib on Windows) file that could be linked into relevant
sqlcipher builds.
b421f50 |
13:15 Matthias Fechner (mfechner)
www/gitlab: fix regression from 335fc7c38d61142727cb9f01fd9e401c476e4ad8
Gitlab requires net-http 0.4.1:
Because faraday >= 2, < 2.5 could not be found in locally installed gems
and faraday >= 2.5, < 2.12.1 could not be found in locally installed gems,
faraday >= 2, < 2.12.1 cannot be used.
And because faraday >= 2.12.1 depends on faraday-net_http >= 2.0, < 3.5,
faraday >= 2 requires faraday-net_http >= 2.0, < 3.5.
Because faraday-net_http >= 3.4.0 depends on net-http >= 0.5.0
and faraday-net_http >= 2.0, < 3.4.0 could not be found in locally installed
gems,
faraday-net_http >= 2.0 requires net-http >= 0.5.0.
Thus, faraday >= 2 requires net-http >= 0.5.0.
So, because Gemfile depends on faraday ~> 2
and Gemfile depends on net-http = 0.4.1,
version solving has failed.
While fixing the problem, moved gitlab used packages to own package names with a
PKGNAMESUFFIX of `-gitlab`.
This should make the gitlab package much more stable if updates in the ports are
done.
edc8d03 |
06:21 Po-Chuan Hsieh (sunpoet)
devel/py-hatch-regex-commit: Add py-hatch-regex-commit 0.0.3
hatch-regex-commit provides a plugin for Hatch that automatically creates a Git
commit and tag after version bumping.
b5800fe |
|
Thursday, 21 Nov 2024
|
20:51 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-connectcampaignsv2: Add rubygem-aws-sdk-connectcampaignsv2
1.0.0
Official AWS Ruby gem for AmazonConnectCampaignServiceV2.
ee94092 |
20:51 Po-Chuan Hsieh (sunpoet)
devel/py-propcache: Add py-propcache 0.2.0
propcache provides a fast implementation of cached properties for Python.
The API is designed to be nearly identical to the built-in
functools.cached_property class, except for the additional under_cached_property
class which uses self._cache instead of self.__dict__ to store the cached values
and prevents __set__ from being called.
66875a9 |
13:37 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rubocop-minitest: Add rubygem-rubocop-minitest 0.36.0
RuboCop Minitest is a RuboCop extension focused on enforcing Minitest best
practices and coding conventions. The library is based on the guidelines
outlined in the community Minitest Style Guide.
a4404ba |
13:37 Po-Chuan Hsieh (sunpoet)
devel/rubygem-unicode-display_width2: Add rubygem-unicode-display_width2 2.6.0
(copied from rubygem-unicode-display_width)
- Add PORTSCOUT
ea0df28 |
13:37 Po-Chuan Hsieh (sunpoet)
devel/rubygem-datadog-ruby_core_source: Add rubygem-datadog-ruby_core_source
3.3.6
datadog-ruby_core_source is a fork of debase-ruby_core_source that uses included
Ruby headers (*.h and *.inc) instead of downloading them. Used by dd-trace-rb.
Only Ruby 2.5, 3.3, and 3.4 versions are supported.
327bfb0 |
13:37 Po-Chuan Hsieh (sunpoet)
devel/rubygem-devise-rails72: Add Add rubygem-devise-rails72 4.9.4
Devise is a flexible authentication solution for Rails based on Warden. It:
- Is Rack based;
- Is a complete MVC solution based on Rails engines;
- Allows you to have multiple models signed in at the same time;
- Is based on a modularity concept: use only what you really need.
2372099 |
13:37 Po-Chuan Hsieh (sunpoet)
devel/rubygem-json27: Add rubygem-json27 2.7.5 (copied from rubygem-json)
- Add PORTSCOUT
7d767a3 |
13:37 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-billing: Add rubygem-aws-sdk-billing 1.0.0
Official AWS Ruby gem for AWS Billing.
f13e0b3 |
13:37 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-partnercentralselling: Add
rubygem-aws-sdk-partnercentralselling 1.0.0
Official AWS Ruby gem for Partner Central Selling API.
31eaf78 |
13:37 Po-Chuan Hsieh (sunpoet)
devel/py-dataflows-tabulator: Add py-dataflows-tabulator 1.54.3
dataflows-tabulator-py is a library for reading and writing tabular data
(csv/xls/json/etc).
Features:
- Supports most common tabular formats: CSV, XLS, ODS, JSON, Google Sheets, SQL,
and others. See complete list below.
- Loads local and remote data: Supports HTTP, FTP and S3.
- Low memory usage: Only the current row is kept in memory, so you can large
datasets.
- Supports compressed files: Using ZIP or GZIP algorithms.
- Extensible: You can add support for custom file formats and loaders (e.g.
FTP).
20c6a77 |
13:37 Po-Chuan Hsieh (sunpoet)
devel/py-requirements-parser: Add py-requirements-parser 0.11.0
Requirements Parser is a small Python module for parsing Pip requirement files.
The goal is to parse everything in the Pip requirement file format spec.
117c9d8 |
|
Wednesday, 20 Nov 2024
|
10:06 Dries Michiels (driesm) Author: Matthew Wener
devel/py-scholarly: add new port
Simple access to Google Scholar authors and citations.
PR: 282846
c4d0e5f |
|
Tuesday, 19 Nov 2024
|
15:14 Dries Michiels (driesm) Author: Matthew Wener
devel/py-goodreads: add new port
Python interface for the Goodreads API.
PR: 282848
2ea7a0e |
|
Friday, 15 Nov 2024
|
10:17 Po-Chuan Hsieh (sunpoet)
devel/py-cf-xarray: Add py-cf-xarray 0.10.0
cf-xarray is a lightweight convenience wrapper for using CF attributes on xarray
objects.
For example you can use .cf.mean("latitude") instead of .mean("lat") if
appropriate attributes are set! This allows you to write code that does not
require knowledge of specific dimension or coordinate names particular to a
dataset.
5c2e1cc |
10:17 Po-Chuan Hsieh (sunpoet)
filesystems/rubygem-aws-sdk-efs: Move back to devel category
It is much better to put the whole AWS Ruby packages together.
5ae78ea |
09:20 Yuri Victorovich (yuri)
devel/py-tabulate2: New port: Pretty-print tabular data in Python (new gen)
e7b4010 |
|
Thursday, 14 Nov 2024
|
17:45 Craig Leres (leres)
devel/b2: rename devel/py-b2
PR: 241138
da33eaa |
08:43 Robert Clausecker (fuz) Author: Stefan Schlosser
devel/libchdr: New port: Standalone library for reading MAME CHDv1-v5 formats
libchdr is a standalone library for reading MAME's CHDv1-v5 formats.
The code is based off of MAME's old C codebase which read up to CHDv4 with
OS-dependent features removed, and CHDv5 support backported from MAME's current
C++ codebase.
WWW: https://github.com/rtissera/libchdr
PR: 282692
c66fa58 |
|
Wednesday, 13 Nov 2024
|
14:41 Hiroki Tagato (tagattie)
devel/electron33: add port: Build cross-platform desktop apps with JavaScript,
HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS.
It's easier than you think.
If you can build a website, you can build a desktop app. Electron is a
framework for creating native applications with web technologies like
JavaScript, HTML, and CSS. It takes care of the hard parts so you can
focus on the core of your application.
WWW: https://www.electronjs.org/
9c04d14 |
|
Monday, 11 Nov 2024
|
22:59 Adriaan de Groot (adridg)
www/cutelyst: update to v4, Qt6 (+ support libraries)
New templating system cutelee replaces grantlee, but there's lots of
releases between the last FreeBSD port version and current release:
https://github.com/cutelyst/cutelyst/releases (many)
https://github.com/cutelyst/cutelee/releases (many)
https://github.com/cutelyst/asql/releases/tag/v0.92.0
fb45709 |
|
Sunday, 10 Nov 2024
|
20:46 Yuri Victorovich (yuri)
devel/py-pytest-recorder: New port: Pytest Plugin for unit tests writing for
tools consuming Web APIs
f7a7685 |
20:46 Yuri Victorovich (yuri)
devel/py-pytest-recording: New port: Pytest Plugin that allows recording network
interactions via VCR.py
34388df |
20:13 Yuri Victorovich (yuri)
devel/flatbuffers205: Remove
ab36d98 |
|
Thursday, 7 Nov 2024
|
15:54 Dima Panov (fluffy)
devel/linux-pvs-studio: add new port (+)
PVS‑Studio is a tool to detect bugs and potential vulnerabilities
in C, C++, C#, and Java source code on Windows, Linux, macOS.
Sponsored by: Future Crew, LLC
529658e |
15:50 Dima Panov (fluffy)
devel/linux-rl9-qt55: add new port (+)
This is metaport for all ported qt5 components from Rocky Linux 9
Sponsored by: Future Crew, LLC
a9cac55 |
09:15 Dima Panov (fluffy)
*/*: port linux-qt5-* components from Rocky Linux 9
Added:
comms/linux-rl9-qt5-qtconnectivity
comms/linux-rl9-qt5-qtsensors
comms/linux-rl9-qt5-qtserialbus
comms/linux-rl9-qt5-qtserialport
devel/linux-rl9-qt5-designer
devel/linux-rl9-qt5-qtbase
devel/linux-rl9-qt5-qtdeclarative
devel/linux-rl9-qt5-qtscript
devel/linux-rl9-qt5-qttools
graphics/linux-rl9-qt5-qt3d
graphics/linux-rl9-qt5-qtgraphicaleffects
graphics/linux-rl9-qt5-qtimageformats
graphics/linux-rl9-qt5-qtsvg
graphics/linux-rl9-qt5-qtwayland
textproc/linux-rl9-qt5-qtxmlpatterns
www/linux-rl9-qt5-qtwebchannel
www/linux-rl9-qt5-qtwebsockets
x11-toolkits/linux-rl9-qt5-qtquickcontrols
x11/linux-rl9-qt5-qtx11extras
Sponsored by: Future Crew, LLC
3cc4fcb |
|
Wednesday, 6 Nov 2024
|
15:17 Robert Clausecker (fuz)
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988
6e2da96 |
|
Thursday, 31 Oct 2024
|
22:12 Rene Ladan (rene)
devel/libdevq: Remove expired port
2024-10-31 devel/libdevq: Upstream repo archived Dec 14, 2023
ea1dc11 |
20:39 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-georoutes: Add rubygem-aws-sdk-georoutes 1.0.0
Official AWS Ruby gem for Amazon Location Service Routes V2.
59d4492 |
20:39 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-geoplaces: Add rubygem-aws-sdk-geoplaces 1.0.0
Official AWS Ruby gem for Amazon Location Service Places V2.
e8bad7e |
20:39 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-geomaps: Add rubygem-aws-sdk-geomaps 1.0.0
Official AWS Ruby gem for Amazon Location Service Maps V2.
e0e92b0 |
20:39 Po-Chuan Hsieh (sunpoet)
devel/py-tox-toml-fmt: Add py-tox-toml-fmt 1.0.0
tox-toml-fmt applies a consistent format to your pyproject.toml file with
comment support.
5091237 |
09:22 Po-Chuan Hsieh (sunpoet)
devel/py-jupyter-docprovider: Add py-jupyter-docprovider 1.0.0
jupyter-shared-docprovider is a JupyterLab/Jupyter Notebook 7+ extension
integrating collaborative shared models.
The collaborative shared models are used for both:
- real time collaboration, and
- server-side execution of notebooks
608361c |
09:22 Po-Chuan Hsieh (sunpoet)
devel/py-jupyter-server-ydoc: Add py-jupyter-server-ydoc 1.0.0
jupyter-server-ydoc is a jupyter-server extension integrating collaborative
shared models.
The collaborative shared models are used for both:
- real time collaboration, and
- server-side execution of notebooks
e3ca4a0 |
09:22 Po-Chuan Hsieh (sunpoet)
devel/py-jupyter-collaboration-ui: Add py-jupyter-collaboration-ui 1.0.0
jupyter-collaboration-ui is a JupyterLab/Jupyter Notebook 7+ extension providing
user interface integration for real time collaboration.
f4c51a1 |
|
Wednesday, 30 Oct 2024
|
12:10 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-messages26: Add rubygem-cucumber-messages26 26.0.1
(copied from rubygem-cucumber-messages)
- Add PORTSCOUT
123e791 |
11:22 Matthias Fechner (mfechner)
www/gitlab: unbreak build
fixes dependency issues caused by:
5be56f86c88a5f043568ef3bbf2385798f3574a5
f79209ce44089dabaf319913ffd2365b890ca751
35f8b875d522febb1d34e748bc75bc061b7a34d5
50704b2 |
06:29 Yuri Victorovich (yuri)
devel/py-simsimd: New port: Portable mixed-precision BLAS-like vector math
library for x86 and ARM
3354769 |
06:29 Yuri Victorovich (yuri)
devel/stringzilla: New port: SIMD-accelerated string
search/sort/hashes/fingerprints/edit distances
56754f5 |
|
Tuesday, 29 Oct 2024
|
14:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-excon0: Add rubygem-excon0 0.112.0 (copied from rubygem-excon)
- Add PORTSCOUT
b2d3a92 |
14:38 Po-Chuan Hsieh (sunpoet)
devel/py-riot: Add py-riot 0.20.0
riot is a Python virtual environment constructor and command runner.
8bc6da9 |
14:38 Po-Chuan Hsieh (sunpoet)
devel/py-unittest-parallel: Add py-unittest-parallel 1.6.2
unittest-parallel is a parallel unit test runner for Python with coverage
support.
3b02fd4 |
14:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-cucumber-expressions17: Add
rubygem-cucumber-cucumber-expressions17 17.1.0 (copied from
rubygem-cucumber-cucumber-expressions)
- Add PORTSCOUT
fc8e96f |
|
Sunday, 27 Oct 2024
|
09:46 Rene Ladan (rene)
devel/rubygem-better_html-rails61: Remove expired port
2024-10-25 devel/rubygem-better_html-rails61: Ruby on Rails 6.1.x reaches EOL on
2024-10-01
68d25f2 |
|
Saturday, 26 Oct 2024
|
23:26 Po-Chuan Hsieh (sunpoet)
devel/py-validate-pyproject-schema-store: Add py-validate-pyproject-schema-store
2024.10.21
validate-pyproject-schema-store provides a versioned copy of SchemaStore for
validate-pyproject. You can pin this to get a stable set of schema files.
5372ded |
05:59 Po-Chuan Hsieh (sunpoet)
devel/py-robotframework-excellib: Add py-robotframework-excellib 2.0.1
robotframework-excellib provides the Robot Framework library for working with
Excel documents, based on openpyxl.
9bcc139 |
05:59 Po-Chuan Hsieh (sunpoet)
devel/py-robotframework-assertion-engine: Add py-robotframework-assertion-engine
3.0.3
Assertion Engine provides the generic way to create meaningful and easy to use
assertions for the Robot Framework libraries. This tools is spin off from
Browser library project, where the Assertion Engine was developed as part of the
of library.
1bbf3dc |
|
Friday, 25 Oct 2024
|
11:17 Po-Chuan Hsieh (sunpoet)
devel/py-fiddle: Add py-fiddle 0.3.0
Fiddle is a Python-first configuration library particularly well suited to ML
applications. Fiddle enables deep configurability of parameters in a program,
while allowing configuration to be expressed in readable and maintainable Python
code.
b4de90a |
|
Thursday, 24 Oct 2024
|
20:37 Rene Ladan (rene)
devel/rubygem-i18n-tasks-rails61: Remove expired port
2024-10-24 devel/rubygem-i18n-tasks-rails61: Ruby on Rails 6.1.x reaches EOL on
2024-10-01
f1953e5 |
20:36 Rene Ladan (rene)
devel/rubygem-simple_form-rails61: Remove expired port
2024-10-24 devel/rubygem-simple_form-rails61: Ruby on Rails 6.1.x reaches EOL on
2024-10-01
d4908f0 |
20:35 Rene Ladan (rene)
devel/rubygem-simple-navigation-rails61: Remove expired port
2024-10-24 devel/rubygem-simple-navigation-rails61: Ruby on Rails 6.1.x reaches
EOL on 2024-10-01
af66ee7 |
20:34 Rene Ladan (rene)
devel/rubygem-nsa-rails61: Remove expired port
2024-10-24 devel/rubygem-nsa-rails61: Ruby on Rails 6.1.x reaches EOL on
2024-10-01
3be6e0b |
20:34 Rene Ladan (rene)
devel/rubygem-kt-paperclip-rails61: Remove expired port
2024-10-24 devel/rubygem-kt-paperclip-rails61: Ruby on Rails 6.1.x reaches EOL
on 2024-10-01
80baf95 |
|
Tuesday, 22 Oct 2024
|
09:48 Po-Chuan Hsieh (sunpoet)
devel/py-toml-fmt-common: Add py-toml-fmt-common 1.0.1
toml-fmt-common contains Python code common to all formatters under the toml-fmt
umbrella (meant to only be used by that project).
d3852a9 |
|
Monday, 21 Oct 2024
|
20:31 Cy Schubert (cy)
devel/git-filter-repo-devel: Add new port
devel/git-filter-repo-devel tracks git-filter-repo development. It
includes fixes not yet available in the latest release. Most
specifically bug #261, opened by myself, that results in the loss
of files.
077bf08 |
09:36 Robert Clausecker (fuz)
devel/sse2neon: SSE to NEON compatibility shim
sse2neon is a translator of Intel SSE (Streaming SIMD Extensions)
intrinsics to Arm NEON, shortening the time needed to get an Arm working
program that then can be used to extract profiles and to identify hot
paths in the code. The header file sse2neon.h contains several of the
functions provided by Intel intrinsic headers such as <xmmintrin.h>,
only implemented with NEON-based counterparts to produce the exact
semantics of the intrinsics.
WWW: https://github.com/DLTcollab/sse2neon
0640361 |
|
Saturday, 19 Oct 2024
|
11:23 Vladimir Druzenko (vvd) Author: Martin Filla
devel/cppinsights: New port: C++ Insights - See your source code with the eyes
of a compiler
C++ Insights is a Clang-based tool that does a source-to-source
transformation. The goal of C++ Insights is to make things visible that
normally and intentionally happen behind the scenes.It's about the magic
the compiler does for us to make things work.
https://github.com/andreasfertig/cppinsights
https://cppinsights.io
PR: 278197
57537ad |
04:32 Jason E. Hale (jhale)
devel/qscintilla2*: Flavorize ports
b755994 |
|
Friday, 18 Oct 2024
|
13:00 Charlie Li (vishwin)
devel/wasi-{compiler-rt,libcxx}19: add to INDEX too
73567c5 |
05:41 Charlie Li (vishwin)
wasi: drop support for LLVM < 17
Prepare for update
9fd4b7c |
|
Thursday, 17 Oct 2024
|
19:00 Po-Chuan Hsieh (sunpoet)
devel/rubygem-recursive-open-struct1: Add rubygem-recursive-open-struct1 1.3.1
(copied from rubygem-recursive-open-struct)
- Add PORTSCOUT
7dae844 |
|
Monday, 14 Oct 2024
|
04:45 Po-Chuan Hsieh (sunpoet)
devel/py-pyproject-hooks: Move devel/py-pyproject_hooks to
devel/py-pyproject-hooks
- Bump PORTREVISION of dependent ports for dependency change
7c5ba59 |
04:45 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-socialmessaging: Add rubygem-aws-sdk-socialmessaging 1.0.0
Official AWS Ruby gem for AWS End User Messaging Social.
36feca4 |
04:45 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-marketplacereporting: Add
rubygem-aws-sdk-marketplacereporting 1.0.0
Official AWS Ruby gem for AWS Marketplace Reporting Service.
c7f8d14 |
04:45 Po-Chuan Hsieh (sunpoet)
devel/py-typeshed-client: Add py-typeshed-client 2.7.0
typeshed-client provides a way to retrieve information from typeshed and from
PEP 561 stub packages.
Example use cases:
- Find the path to the stub file for a particular module.
- Find the names defined in a stub.
- Find the AST node that defines a particular name in a stub.
Projects for which typeshed_client could be useful include:
- Static analyzers that want to access typeshed annotations.
- Tools that check stubs for correctness.
- Tools that use typeshed for runtime introspection.
f283b95 |
04:45 Po-Chuan Hsieh (sunpoet)
devel/py-python-semantic-release: Add py-python-semantic-release 9.11.0
Python Semantic Release provides automatic semantic versioning for Python
projects. This is a Python implementation of semantic-release for JS by Stephan
Bönnemann.
The general idea is to be able to detect what the next version of the project
should be based on the commits. This tool will use that to automate the whole
release, upload to an artifact repository and post changelogs to GitHub. You can
run the tool on a CI service, or just run it locally.
523bcb0 |
04:45 Po-Chuan Hsieh (sunpoet)
devel/py-pygls: Add py-pygls 1.3.1
pygls (pronounced like "pie glass") is a pythonic generic implementation of the
Language Server Protocol for use as a foundation for writing your own Language
Servers in just a few lines of code.
6616775 |
04:45 Po-Chuan Hsieh (sunpoet)
devel/py-hypothesis-crosshair: Add py-hypothesis-crosshair 0.0.16
hypothesis-crosshair adds the power of solver-based symbolic execution to your
Hypothesis tests with CrossHair.
06f5025 |
04:45 Po-Chuan Hsieh (sunpoet)
devel/py-crosshair-tool: Add py-crosshair-tool 0.0.74
CrossHair is an analysis tool for Python that blurs the line between testing and
type systems.
If you have a function with type annotations and add a contract in a supported
syntax, CrossHair will attempt to find counterexamples for you.
CrossHair works by repeatedly calling your functions with symbolic inputs. It
uses an SMT solver (a kind of theorem prover) to explore viable execution paths
and find counterexamples for you. This is not a new idea; a Python approach was
first described in this paper. However, to my knowledge, CrossHair is the most
complete implementation: it can use symbolic reasoning for the built-in types,
user-defined classes, and much of the standard library.
d8f05e1 |
04:45 Po-Chuan Hsieh (sunpoet)
devel/py-cattrs23: Add py-cattrs23 23.2.3 (copied from py-cattrs)
- Add PORTSCOUT
dabbe84 |
|
Thursday, 10 Oct 2024
|
08:05 Muhammad Moinur Rahman (bofh)
devel/py-sirmordred: New port
Drive GrimoireLab tools to produce a dashboard
SirMordred is the tool used to coordinate the execution of the
GrimoireLab platform, via two main configuration files, the setup.cfg
and projects.json, which are summarized in their corresponding sections.
WWW: https://github.com/chaoss/grimoirelab-sirmordred
Sponsored by: The FreeBSD Foundation
7d16df6 |
08:05 Muhammad Moinur Rahman (bofh)
devel/py-sgqlc: New port
Simple GraphQL Client
This package provides a library composed by functions widely used in
other GrimoireLab projects. These function deal with date handling,
introspection, URIs/URLs, among other topics.
WWW: https://github.com/profusion/sgqlc
Sponsored by: The FreeBSD Foundation
641943a |
08:05 Muhammad Moinur Rahman (bofh)
devel/py-sortinghat: New port
Tool to manage identities
Sorting Hat maintains an SQL database of unique identities of
communities members across (potentially) many different sources.
Identities corresponding to the same real person can be merged in the
same individual, with a unique uuid. For each individual, a profile can
be defined, with the name and other data shown for the corresponding
person by default.
In addition, each individual can be related to one or more affiliations,
for different time periods. This will usually correspond to different
organizations in which the person was employed during those time periods.
Sorting Hat is a part of the GrimoireLab toolset, which provides Python
modules and scripts to analyze data sources with information about
software development, and allows the production of interactive
dashboards to visualize that information.
In the context of GrimoireLab, Sorting Hat is usually run after data is
retrieved with Perceval, to store the identities obtained into its
database, and later merge them into individuals (and maybe affiliate
them).
WWW: https://github.com/chaoss/grimoirelab-sortinghat
Sponsored by: The FreeBSD Foundation
55d52c0 |
08:05 Muhammad Moinur Rahman (bofh)
devel/py-graal: New port
Generic source code analyzer
Graal leverages on the Git backend of Perceval and enhances it to set up
ad-hoc source code analysis. Thus, it fetches the commits from a Git
repository and provides a mechanism to plug third party tools/libraries
focused on source code analysis.
WWW: https://github.com/chaoss/grimoirelab-graal
Sponsored by: The FreeBSD Foundation
1d9aa48 |
08:05 Muhammad Moinur Rahman (bofh)
devel/py-cloc: New port
Modern cli framework for simple and complex cli applications
Command line framework for making simple and complex command line
applications.
- Easily create stand alone commands or nested groups of commands
- Define and connect commands with class objects
- Inherit and create viewsets of commands to be able to reuse large
nested groups in other cli applications
- Use mixin commands to quickly add pre defined commands to your cli
- Groups of commands can be found from any class that has defined a
cloc.core.BaseCmd
WWW: https://github.com/tannerburns/cloc
Sponsored by: The FreeBSD Foundation
1252b6e |
08:05 Muhammad Moinur Rahman (bofh)
devel/py-lizard: New port
Extensible Cyclomatic Complexity Analyzer
Lizard is an extensible Cyclomatic Complexity Analyzer for many
programming languages including C/C++ (doesn't require all the header
files or Java imports). It also does copy-paste detection (code clone
detection/code duplicate detection) and many other forms of static code
analysis.
WWW: https://github.com/terryyin/lizard
Sponsored by: The FreeBSD Foundation
9078d49 |
08:05 Muhammad Moinur Rahman (bofh)
devel/py-perceval-weblate: New port
Bundle of Perceval backends for Weblate.
WWW: https://github.com/chaoss/grimoirelab-perceval-weblate
Sponsored by: The FreeBSD Foundation
e882ec8 |
08:05 Muhammad Moinur Rahman (bofh)
devel/py-cereslib: New port
Unify, eventize and enrich information from Perceval
Ceres is a library that aims at dealing with data in general, and
software development data in particular.
The initial goal of Ceres is to parse information in several ways from
the Perceval tool in the GrimoireLab project.
However, the more code is added to this project, the more generic
methods are found to be useful in other areas of analysis.
WWW: https://github.com/chaoss/grimoirelab-cereslib
Sponsored by: The FreeBSD Foundation
ee78e8f |
08:05 Muhammad Moinur Rahman (bofh)
devel/py-perceval-puppet: New port
Bundle of Perceval backends for Puppet ecosystem.
WWW: https://github.com/chaoss/grimoirelab-perceval-puppet
Sponsored by: The FreeBSD Foundation
d0e53a9 |
08:05 Muhammad Moinur Rahman (bofh)
devel/py-perceval-opnfv: New port
Bundle of Perceval backends for OPNFV ecosystem.
WWW: https://github.com/chaoss/grimoirelab-perceval-opnfv
Sponsored by: The FreeBSD Foundation
291dd02 |
08:04 Muhammad Moinur Rahman (bofh)
devel/py-perceval: New port
Send Sir Perceval on a quest to retrieve and gather data from software
repositories.
WWW: https://github.com/chaoss/grimoirelab-perceval
Sponsored by: The FreeBSD Foundation
3c925f1 |
08:04 Muhammad Moinur Rahman (bofh)
devel/py-perceval-mozilla: New port
Bundle of Perceval backends for Mozilla ecosystem.
WWW: https://github.com/chaoss/grimoirelab-perceval-mozilla
Sponsored by: The FreeBSD Foundation
85a66246 |
05:28 Matthias Fechner (mfechner)
www/gitlab: fix problems related to aws-sdk* package upgrades
Gitlab uses now dedicated packages it requires with the specific version.
PR: 281980
487036c |
|
Tuesday, 8 Oct 2024
|
12:56 Zsolt Udvari (uzsolt) Author: Benjamin Jacobs
math/alt-ergo: Update to 2.5.4, many new ports
Replace GNU configure to dune builds system.
Add do-test target.
Submitter takes maintainership.
Update WWW.
Switch to DISTVERSION.
The last update of alt-ergo in ports tree was about 10 years ago, the newest
version requires many new libraries in ports tree.
New ports:
devel/ocaml-dolmen
devel/ocaml-gen
devel/ocaml-hmap
devel/ocaml-linol
devel/ocaml-lsp
devel/ocaml-octavius
devel/ocaml-pp_loc
devel/ocaml-ppx_blob
devel/ocaml-ppx_compare
devel/ocaml-ppx_deriving
devel/ocaml-ppx_hash
devel/ocaml-ppx_js_style
devel/ocaml-ppx_yojson_conv
devel/ocaml-ppx_yojson_conv_lib
devel/ocaml-psmt2-frontend
devel/ocaml-trace
math/ocaml-farith
math/ocaml-ocplib-simplex
textproc/ocaml-spelll
PR: 279337
d9c44a6 |
|
Monday, 7 Oct 2024
|
21:23 Hiroki Tagato (tagattie)
devel/app-builder-devel: add port: Generic helper tool to build app in a
distributable format (development version)
Generic helper tool to build app in a distributable formats. Used by
electron-builder but applicable not only for building Electron
applications.
WWW: https://github.com/develar/app-builder
1444490 |
09:20 Muhammad Moinur Rahman (bofh)
devel/py-grimoirelab-toolkit: New port
Toolkit of common functions used across GrimoireLab projects
This package provides a library composed by functions widely used in
other GrimoireLab projects. These function deal with date handling,
introspection, URIs/URLs, among other topics.
WWW: https://github.com/chaoss/grimoirelab-toolkit/
Sponsored by: The FreeBSD Foundation
f0fc46c |
05:07 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
fce31e1 |
|
Wednesday, 2 Oct 2024
|
16:17 Muhammad Moinur Rahman (bofh)
devel/py-xstatic-pygments: New port
Pygments 2.9.0 (XStatic packaging standard)
Pygments’ builtin CSS packaged for setuptools (easy_install)/pip.
This package is intended to be used by any project that needs these
files.
It intentionally does not provide any extra code except some metadata
nor has any extra requirements. You MAY use some minimal support code
from the XStatic base package, if you like.
WWW: https://pygments.org/
3e6ee0d |
|
Tuesday, 1 Oct 2024
|
13:34 Muhammad Moinur Rahman (bofh)
devel/py-xstatic-svg-edit-moin: New port
svg-edit-moin 2012.11.27 (XStatic packaging standard)
svg-edit-moin javascript library packaged for setuptools (easy_install)
/ pip.
This is a modified version from svg-edit r2164 of 15 Nov. 2012 adding:
- moin save extension added
- svg-edit config contains moin save extension
This package is intended to be used by any project that needs these
files.
It intentionally does not provide any extra code except some metadata
nor has any extra requirements. You MAY use some minimal support code
from the XStatic base package, if you like.
WWW: https://code.google.com/archive/p/svg-edit/
75a0caa |
07:03 Romain Tartière (romain)
devel/rubygem-puppet-modulebuilder: New port
The purpose of this tool is to take a given local module directory and compile
it into a .tar file, known as the tarball, that can then be installed directly
by Puppet on a target machine or uploaded onto the Puppet Forge so that it can
be accessed publicly.
As part of this process any non-deliverable aspects of the module, parts of it
related to the modules development or testing for example, are stripped away
leaving only the documentation and the puppet/ruby code that is needed for the
module to function.
The parts of the module to be excluded are defined in a .pdkignore, .pmtignore
or .gitignore file with the first one to be found in this given order being
used. Any directories or files that are listed in the ignore file are then
excluded, allowing the user to customize what is and what is not excluded.
It should have been committed prior to the update of devel/rubygem-pdk
in 2891c0317f0e82c88fa061df625a5ffae826c6be but slipped through.
PR: 281772
Reported by: cperciva, meta, Trond.Endrestol@ximalas.info
29d5e9f |
|
Monday, 30 Sep 2024
|
19:39 Nuno Teixeira (eduardo)
devel/py-magnet2torrent: New port: Turn a bittorrent magnet links into a
.torrent file
Pure python project to turn a magnet link into a .torrent file. The goal
is to do it as fast as possible.
WWW: https://github.com/JohnDoee/magnet2torrent
2f8f54d |
19:24 Rene Ladan (rene)
devel/libegit2: Remove expired port
2024-09-30 devel/libegit2: No consumer in ports tree
5b3967b |
19:24 Rene Ladan (rene)
devel/rth: Remove expired port
2024-09-30 devel/rth: Abandonware, Unmaintained upstream as of 2013
6d73870 |
19:09 Rene Ladan (rene)
devel/libxs: Remove expired port
2024-09-30 devel/libxs: Upstream is gone and repo is deleted
81c7a9c |
19:08 Rene Ladan (rene)
devel/libdsp: Remove expired port
2024-09-30 devel/libdsp: Abandonware, last release upstream in 2005 and
unmaintained since 2015
8481827 |
13:36 Po-Chuan Hsieh (sunpoet)
devel/py-pprintpp: Add py-pprintpp 0.4.0
pprint++ is a drop-in replacement for pprint that's actually pretty.
029625d |
Number of commits found: 12241 (showing only 100 on this page) |