non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Thursday, 2 Mar 2023
|
14:55 Dan Langille (dvl)
devel/py-tendo: Add new port
The main feature of interest is a single process instance feature which
can be used to ensure only one proces runs at a time, given multiple
users. Implemented via fnctl "under the hood" to create/check/remove
a lock file. While on FreeBSD we have lockf(1), this is not portable.
c5afabd |
Monday, 27 Feb 2023
|
20:14 Antoine Brodin (antoine)
devel/rubygem-google-apis-serviceusage_v1_041: remove
it's a duplicate of devel/rubygem-google-apis-sqladmin_v1beta4
76faae3 |
18:51 Kurt Jaeger (pi)
devel/libcdada: new port in prepartion for net-mgmt/pmacct update
Small library that offers basic data structures (list, set, map...)
in a pure C API for user-space applications. Key features:
- Easy to use, portable
- No "magic" MACROs, and no need to modify your data structures
(except, perhaps, for __attribute__((packed)))
- Stable and well-tested backend engine (libstdc++) for most of
the data structures
- Reasonable performance - comparable to libstdc++
a1a26e6 |
08:05 Matthias Fechner (mfechner)
www/gitlab-ce: new ports required for 15.9
80fe4a1 |
Sunday, 26 Feb 2023
|
08:11 Yuri Victorovich (yuri)
devel/zycore-c: New port: Support library with platform independent types,
macros, etc for Zydis
3a8c19e |
Saturday, 25 Feb 2023
|
09:47 Yuri Victorovich (yuri)
devel/libvex: Library for dynamic binary instrumentation and translation
1580c05 |
Thursday, 23 Feb 2023
|
20:45 Yuri Victorovich (yuri)
devel/py-itertree: New port: Python tree structure for data storage and
iterations
58adde9 |
20:45 Yuri Victorovich (yuri)
devel/py-pyTooling: New port: Collection of arbitrary classes, decorators,
meta-classes, exceptions
f39416d |
Wednesday, 22 Feb 2023
|
13:20 Antoine Brodin (antoine)
devel/libfsfat: new port
Library and tools to access the File Allocation Table (FAT) file system
WWW: https://github.com/libyal/libfsfat
91ac20d |
13:14 Antoine Brodin (antoine)
devel/libphdi: new port
Library and tools to access the Parallels Hard Disk image format
WWW: https://github.com/libyal/libphdi
857fbed |
06:58 Kai Knoblich (kai)
net-mgmt/netbox: Create Django 4.1 consumers
* Django 3.2 is currently the "default" version in the ports tree due
its long term support until April 2024. Thus ports that are assigned
to that version will exist until then.
The following ports are required to make the upgrade of
net-mgmt/netbox to the 3.4 release possible because it requires
Django 4.1.
All of the ports listed below were created on the basis of their
respective original ports:
- devel/py-dj41-django-rq
- devel/py-dj41-graphene-django
- www/py-dj41-django-auth-ldap
- www/py-dj41-django-cors-headers
- www/py-dj41-django-debug-toolbar
- www/py-dj41-django-filter
- www/py-dj41-django-graphiql-debug-toolbar
- www/py-dj41-django-js-asset
- www/py-dj41-django-mptt
- www/py-dj41-django-prometheus
- www/py-dj41-django-redis
- www/py-dj41-django-tables2
- www/py-dj41-django-taggit
- www/py-dj41-django-timezone-field
- www/py-dj41-djangorestframework
- www/py-dj41-drf-yasg
Reviewed by: sunpoet (via e-mail)
Approved by: sunpoet (via e-mail)
Differential Revision: https://reviews.freebsd.org/D38649
f7fdc07 |
Tuesday, 21 Feb 2023
|
09:05 Yuri Victorovich (yuri)
devel/py-lazy_loader: New port: Load subpackages and functions on demand easily
57d6620 |
Monday, 20 Feb 2023
|
20:41 Li-Wen Hsu (lwhsu)
devel/yaml-cpp03: Remove
devel/yaml-cpp03 was created to provide old library versions to support
the blender-lts28 port which has been deleted after EOL.
PR: 268477
Reported by: Shane <FreeBSD@ShaneWare.Biz>
Approved by: tim@niemueller.de (maintainer)
617004d |
15:15 Gleb Popov (arrowd)
devel/appstream-compose: + Generates AppStream XML files based on LOCALBASE
contents.
Sponsored by: Serenity Cybersecurity, LLC
aa7aa94 |
07:55 Emanuel Haupt (ehaupt)
devel/bencodetools: Add new port
bencode-tools is a collection of tools for manipulating bencoded data.
Bencode (pronounced like Bee-encode) is the encoding used by the
peer-to-peer file sharing system BitTorrent for storing and transmitting
loosely structured data.
7457e5f |
Sunday, 19 Feb 2023
|
11:01 Robert Clausecker (fuz)
devel/build2: Toolchain for building and packaging C++ code
build2 is an open source (MIT), cross-platform build toolchain that aims
to approximate Rust Cargo's convenience for developing and packaging
C/C++ projects while providing more depth and flexibility, especially in
the build system.
libodb and libodb-sqlite are currently bundled in this port. These are
planned to be unbundled in a future commit.
The port's author is known to the maintainer but wishes not to be named.
Obtained from: anonymous author
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38629
f68d0ee |
Friday, 17 Feb 2023
|
09:27 Gleb Popov (arrowd)
devel/glibd: + D language bindings to devel/glib20
Sponsored by: Serenity Cybersecurity, LLC
5a15247 |
Tuesday, 14 Feb 2023
|
17:32 Mikael Urankar (mikael)
devel/signal-fts5-extension: Add new port
Signal-FTS5-Extension is a C ABI library which exposes a FTS5 tokenizer function
named signal_tokenizer that:
Segments UTF-8 strings into words according to Unicode standard
Normalizes and removes diacritics from words
Converts words to lower case
When used as a custom FTS5 tokenizer this enables application to support CJK
symbols in full-text search.
d70609a |
Monday, 13 Feb 2023
|
12:42 Gleb Popov (arrowd)
devel/appstream-qt: Create a port for Qt bindings to AppStream library.
Reviewed by: tcberner
Sponsored by: Serenity Cybersecurity, LLC
Differential Revision: https://reviews.freebsd.org/D38462
43f1b2d |
04:51 Ka Ho Ng (khng)
devel/ccls: Reinstate the port and update to snapshot 20230115
Approved by: delphij (ports)
Differential Revision: https://reviews.freebsd.org/D38552
93bc67e |
Friday, 10 Feb 2023
|
11:41 Alexey Dokuchaev (danfe)
devel/edi: EFL-based/focused IDE (new port had been added)
Requested by: someone on t.me/freebsd_ru
d36a4f4 |
Sunday, 5 Feb 2023
|
22:12 Yuri Victorovich (yuri)
devel/py-hunter: New port: Flexible code tracing toolkit
6f1a1bc |
22:12 Yuri Victorovich (yuri)
devel/py-process-tests: New port: Tools for testing processes
9141bfa |
21:04 Yuri Victorovich (yuri)
devel/py-fields: New port: Totally different take on container boilerplate
2cb1f5b |
18:09 Yuri Victorovich (yuri)
devel/nox: New port: Flexible test automation
6b50083 |
15:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-bootsnap115: Add rubygem-bootsnap115 1.15.0 (copied from
rubygem-bootsnap)
- Add PORTSCOUT
c780e3f |
15:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-concurrent-ruby11: Add rubygem-concurrent-ruby11 1.1.10 (copied
from rubygem-concurrent-ruby)
- Add PORTSCOUT
fce8de0 |
15:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-concurrent-ruby-edge06: Add rubygem-concurrent-ruby-edge06 0.6.0
(copied from rubygem-concurrent-ruby-edge)
- Change RUN_DEPENDS from rubygem-concurrent-ruby to rubygem-concurrent-ruby11
- Add PORTSCOUT
7ca7785 |
15:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-core3168: Add rubygem-aws-sdk-core3168 3.168.4 (copied
from devel/rubygem-aws-sdk-core)
- Add PORTSCOUT
7c63bbf |
15:47 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-s31117: Add rubygem-aws-sdk-s31117 1.117.2 (copied from
rubygem-aws-sdk-s3)
- Add PORTSCOUT
31a7c4e |
15:47 Po-Chuan Hsieh (sunpoet)
devel/phpunit10: Add phpunit10 10.0.0
PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of
the xUnit architecture for unit testing frameworks.
dfa5313 |
15:47 Po-Chuan Hsieh (sunpoet)
devel/py-pycomplete: Add py-pycomplete 0.3.2
With pycomplete, one can generate a completion script for CLI application that
is compatible with a given shell. The script outputs the result onto stdout,
allowing one to re-direct the output to the file of their choosing.
pycomplete accepts different types of objects depending on which CLI framework
you are using. For argparse, argparse.ArgumentParser is expected while for
click, either click.Command or click.Context is OK. pycomplete knows what to do
smartly.
Where you place the file will depend on which shell, and which operating system
you are using. Your particular configuration may also determine where these
scripts need to be placed.
Note that pycomplete needs to be installed in the same environment as the target
CLI app to work properly.
f904e02 |
15:47 Po-Chuan Hsieh (sunpoet)
devel/py-sparse: Add py-sparse 0.13.0
This implements sparse arrays of arbitrary dimension on top of numpy and
scipy.sparse. It generalizes the scipy.sparse.coo_matrix and
scipy.sparse.dok_matrix layouts, but extends beyond just rows and columns to an
arbitrary number of dimensions.
Additionally, this project maintains compatibility with the numpy.ndarray
interface rather than the numpy.matrix interface used in scipy.sparse
These differences make this project useful in certain situations where
scipy.sparse matrices are not well suited, but it should not be considered a
full replacement. The data structures in pydata/sparse complement and can be
used in conjunction with the fast linear algebra routines inside scipy.sparse. A
format conversion or copy may be required.
8c5d502 |
Saturday, 4 Feb 2023
|
06:58 Yuri Victorovich (yuri)
devel/py-interface-meta: New port: Expose an extensible API with enforced method
signatures
4a39c48 |
06:58 Yuri Victorovich (yuri)
devel/py-find-libpython: New port: Finds the libpython associated with your
environment
3604fc3 |
Monday, 30 Jan 2023
|
23:51 Po-Chuan Hsieh (sunpoet)
devel/py-pyyaml5: Add py-pyyaml5 5.4.1 (copied from py-yaml)
- Add CONFLICTS_INSTALL
- Add PORTSCOUT
4398982 |
23:44 Brooks Davis (brooks)
devel/llvm16: connect to build
95dfbfd |
21:25 Matthias Fechner (mfechner)
devel/rubygem-simple_po_parser: new port required for gitlab-ce 15.7
84cdf51 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-syntax_suggest: Add rubygem-syntax_suggest 1.0.2
An error in your code forces you to stop. SyntaxSuggest helps you find those
errors to get you back on your way faster.
bc5aa48 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-xdg6: Add rubygem-xdg6 6.6.2 (copied from rubygem-xdg)
- Add PORTSCOUT
6a8fe83 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rubocop-capybara: Add rubygem-rubocop-capybara 2.17.0
RuboCop Capybara provides Capybara-specific analysis for your projects, as an
extension to RuboCop.
78bac10 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-sidekiq6: Add rubygem-sidekiq6 6.5.8 (copied from rubygem-sidekiq)
- Add PORTSCOUT
addd4dd |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-sidekiq-cron18: Add rubygem-sidekiq-cron18 1.8.0 (copied from
rubygem-sidekiq-cron)
- Add PORTSCOUT
27b0b8f |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-flipper025: Add rubygem-flipper025 0.25.4 (copied from
rubygem-flipper)
- Add PORTSCOUT
4db8b1c |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-fugit17: Add rubygem-fugit17 1.7.2 (copied from rubygem-fugit)
- Add PORTSCOUT
5ee4cf2 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-gettext-setup0: Add rubygem-gettext-setup0 0.34
- Add PORTSCOUT
d3da5f9 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-redlock: Add rubygem-redlock 1.3.2
Redlock provides a ruby distributed lock using redis.
Distributed locks are a very useful primitive in many environments where
different processes require to operate with shared resources in a mutually
exclusive way.
There are a number of libraries and blog posts describing how to implement a DLM
(Distributed Lock Manager) with Redis, but every library uses a different
approach, and many use a simple approach with lower guarantees compared to what
can be achieved with slightly more complex designs.
This is an implementation of a proposed distributed lock algorithm with Redis.
It started as a fork from antirez implementation.
dbfd334 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-simspaceweaver: Add rubygem-aws-sdk-simspaceweaver 1.0.0
Official AWS Ruby gem for AWS SimSpace Weaver.
eab7dfe |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-bootsnap114: Add rubygem-bootsnap114 1.14.0 (copied from
rubygem-bootsnap)
- Add PORTSCOUT
966bf32 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cucumber-tag-expressions4: Add rubygem-cucumber-tag-expressions4
4.1.0
- Add PORTSCOUT
dffb498 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-pipes: Add rubygem-aws-sdk-pipes 1.0.0
Official AWS Ruby gem for Amazon EventBridge Pipes.
a77b622 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-sagemakergeospatial: Add
rubygem-aws-sdk-sagemakergeospatial 1.0.0
Official AWS Ruby gem for Amazon SageMaker geospatial capabilities.
e41e5a8 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-sagemakermetrics: Add rubygem-aws-sdk-sagemakermetrics
1.0.0
Official AWS Ruby gem for Amazon SageMaker Metrics Service (SageMaker Metrics).
0f75bfe |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-securitylake: Add rubygem-aws-sdk-securitylake 1.0.0
Official AWS Ruby gem for Amazon Security Lake.
f956b1f |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-oam: Add rubygem-aws-sdk-oam 1.0.0
Official AWS Ruby gem for CloudWatch Observability Access Manager.
a4e23cd |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-omics: Add rubygem-aws-sdk-omics 1.0.0
Official AWS Ruby gem for Amazon Omics.
0558297 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-opensearchserverless: Add
rubygem-aws-sdk-opensearchserverless 1.0.0
Official AWS Ruby gem for OpenSearch Service Serverless.
15c0a88 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-docdbelastic: Add rubygem-aws-sdk-docdbelastic 1.0.0
Official AWS Ruby gem for Amazon DocumentDB Elastic Clusters (DocDB Elastic).
13d1cb1 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-kendraranking: Add rubygem-aws-sdk-kendraranking 1.0.0
Official AWS Ruby gem for Amazon Kendra Intelligent Ranking (Kendra Ranking).
33ffca2 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-kinesisvideowebrtcstorage: Add
rubygem-aws-sdk-kinesisvideowebrtcstorage 1.0.0
Official AWS Ruby gem for Amazon Kinesis Video WebRTC Storage.
13d3ec8 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-licensemanagerlinuxsubscriptions: Add
rubygem-aws-sdk-licensemanagerlinuxsubscriptions 1.0.0
Official AWS Ruby gem for AWS License Manager Linux Subscriptions.
90b4755 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-arczonalshift: Add rubygem-aws-sdk-arczonalshift 1.0.0
Official AWS Ruby gem for AWS ARC - Zonal Shift.
4c190a3 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-cleanrooms: Add rubygem-aws-sdk-cleanrooms 1.0.0
Official AWS Ruby gem for AWS Clean Rooms Service.
bf8083c |
12:58 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-codecatalyst: Add rubygem-aws-sdk-codecatalyst 1.0.0
Official AWS Ruby gem for Amazon CodeCatalyst.
ba6632c |
12:58 Po-Chuan Hsieh (sunpoet)
devel/py-x-wr-timezone: Add py-x-wr-timezone 0.0.5
Some calendar providers introduce the non-standard X-WR-TIMEZONE parameter to
ICS calendar files. Strict interpretations according to RFC 5545 ignore the
X-WR-TIMEZONE parameter. This causes the times of the events to differ from
those which make use of X-WR-TIMEZONE.
This module aims to bridge the gap by converting calendars using X-WR-TIMEZONE
to a strict RFC 5545 calendars. So, let's put our heads together and solve this
problem for everyone!
a379947 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/py-pyproject_hooks: Add py-pyproject_hooks 1.0.0
pyproject-hooks is a low-level library for calling build-backends in
pyproject.toml-based project. It provides the basic functionality to help write
tooling that generates distribution files from Python projects.
If you want a tool that builds Python packages, you'll want to use
devel/py-build instead. This is an underlying piece for pip, build and other
"build frontends" use to call "build backends" within them.
4dc064d |
12:58 Po-Chuan Hsieh (sunpoet)
devel/py-pytest-mypy-plugins: Add py-pytest-mypy-plugins 1.10.1
pytest plugin for testing mypy types, stubs, and plugins.
c39f32a |
12:58 Po-Chuan Hsieh (sunpoet)
devel/py-recurring-ical-events: Add py-recurring-ical-events 1.1.0b0
ICal has some complexity to it: Events, TODOs and Journal entries can be
repeated, removed from the feed and edited later on. This tool takes care of
these circumstances.
4a57f08 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/py-jaraco.text: Add py-jaraco.text 3.11.0
This package provides handy routines for dealing with text, such as wrapping,
substitution, trimming, stripping, prefix and suffix removal, line continuation,
indentation, comment processing, identifier processing, values parsing, case
insensitive comparison, and more. See the docs (linked in the badge above) for
the detailed documentation and examples.
916d8ac |
12:58 Po-Chuan Hsieh (sunpoet)
devel/py-packaging21: Add py-packaging21 21.3 (copied from py-packaging)
- Add PORTSCOUT
ae5c2c2 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/py-poetry: Add py-poetry 1.2.2
Poetry is a tool for dependency management and packaging in Python. It allows
you to declare the libraries your project depends on and it will manage
(install/update) them for you.
bc93f48 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/p5-match-simple-XS: Add p5-match-simple-XS 0.002
match::simple::XS provides the XS backend for match::simple.
3594a4b |
12:58 Po-Chuan Hsieh (sunpoet)
devel/py-about-time: Add py-about-time 4.2.1
about-time is a cool helper for tracking time and throughput of code blocks,
with beautiful human friendly renditions.
36a53a2 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/py-comm: Add py-comm 0.1.2
Comm provides a way to register a Kernel Comm implementation, as per the Jupyter
kernel protocol. It also provides a base Comm implementation and a default
CommManager that can be used.
c72cac2 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/py-dulwich020: Add py-dulwich020 0.20.50
This is the Dulwich project.
It aims to provide an interface to git repos (both local and remote) that
doesn't call out to git directly but instead uses pure Python.
dd64157 |
12:58 Po-Chuan Hsieh (sunpoet)
devel/p5-Future-AsyncAwait: Add p5-Future-AsyncAwait 0.62
Future::AsyncAwait provides syntax for deferring and resuming subroutines while
waiting for Futures to complete. This syntax aims to make code that performs
asynchronous operations using futures look neater and more expressive than
simply using then chaining and other techniques on the futures themselves. It is
also a similar syntax used by a number of other languages; notably C# 5,
EcmaScript 6, Python 3, Dart, Rust, C++20.
This module is still under active development. While it now seems relatively
stable enough for most use-cases and has received a lot of "battle-testing" in a
wide variety of scenarios, there may still be the occasional case of memory leak
left in it, especially if still-pending futures are abandoned.
The new syntax takes the form of two new keywords, async and await.
7203a01 |
Sunday, 29 Jan 2023
|
17:40 Yuri Victorovich (yuri)
devel/poetry: New port: Python dependency management and packaging made easy
34b667d |
17:28 Yuri Victorovich (yuri)
devel/py-poetry-plugin-export: New port: Poetry plugin to export the
dependencies to various formats
41e4f0e |
17:16 Yuri Victorovich (yuri)
devel/dulwich: Move to devel/py-dulwich
Ports with Python interfaces should all have the py- prefix.
7fc1eed |
16:54 Yuri Victorovich (yuri)
devel/py-cachecontrol: Remove duplicate in favor of www/py-cachecontrol
6bccf02 |
16:51 Yuri Victorovich (yuri)
devel/py-single-version: New port: Utility to define version string for
Poetry-style Python project
70c2b10 |
Saturday, 28 Jan 2023
|
06:56 Yuri Victorovich (yuri)
devel/py-mypy-boto3-s3: New port: Type annotations for boto3.S3 service
afe963c |
Friday, 27 Jan 2023
|
16:12 Mikael Urankar (mikael)
devel/electron22: add new 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://electronjs.org/
6a6b89a |
Tuesday, 24 Jan 2023
|
08:33 Yuri Victorovich (yuri)
devel/libheinz: New port: C++ base library of Heinz Maier-Leibnitz Zentrum
e7e2d49 |
Sunday, 22 Jan 2023
|
01:23 Jan Beich (jbeich)
devel/rust-bindgen-cli: update to 0.63.0
Changes: https://github.com/rust-lang/rust-bindgen/compare/v0.60.2...v0.63.0
Reported by: Repology
076ef45 |
Friday, 20 Jan 2023
|
04:18 Yuri Victorovich (yuri)
devel/shadered: New port: Lightweight, cross-platform & full-featured shader IDE
d94c661 |
Monday, 16 Jan 2023
|
06:04 Tobias C. Berner (tcberner)
devel/ktextaddons: new port -- Various text handling addons
ktextaddons includes the following features from the PIM components of
KDE
- autocorrection
- text to speak
- grammar checking
- translator online support.
It will likely become a framework in the future, and then be moved to
kf5-ktextaddons.
d23714d |
05:38 Yuri Victorovich (yuri)
devel/rxcpp: New port: Reactive eXtensions for C++
2776d1b |
05:38 Yuri Victorovich (yuri)
devel/phasar: New port: LLVM-based static analysis framework
efb86e0 |
Sunday, 15 Jan 2023
|
19:55 Charlie Li (vishwin)
devel/py-setuptools58: add
This port will eventually serve as the one used in USE_PYTHON=distutils,
namely for executing ${PYSETUP}. See
https://wiki.freebsd.org/Python/setuptools for details.
Approved by: fluffy (mentor)
Differential Revision: https://reviews.freebsd.org/D38069
fd932c2 |
09:53 Yuri Victorovich (yuri)
devel/imtui: New port: Immediate Mode Text-based User Interface C++ Library
77aeb6f |
Saturday, 14 Jan 2023
|
23:14 Tobias C. Berner (tcberner)
Cleanup: Remove devel/llvm[789]0
* remove old devel/llvm70
* remove old devel/llvm80
* remove old devel/llvm90
* remove ports explicitely depending on either of the three
Differential Revision: https://reviews.freebsd.org/D37936
21778d8 |
21:36 Alan Somers (asomers)
devel/fsx: new port
The fsx utility tests file system I/O routines for correctness, with
random input. This port is a Rust rewrite of the classic C utility, as
stored in freebsd-src in tools/regression/fsx.
PR: 268938
Approved by: mikael (ports)
ce36d72 |
Friday, 13 Jan 2023
|
18:02 Hiroki Sato (hrs)
devel/heirloom-devtools: New port: OpenSolaris yacc, lex, m4, make, SCCS
18999e9 |
Thursday, 12 Jan 2023
|
13:29 Rainer Hurling (rhurlin)
devel/py-pytoolconfig: Add new port: Python Tool Configuration
Project to manage configuration for python tools, such as black and
rope and add support for a pyproject.toml configuration file.
https://pypi.org/project/pytoolconfig/
06ef76a |
02:02 Yuri Victorovich (yuri)
devel/py-spyder-unittest: New port: Plugin to run tests from within the Spyder
IDE
c91d996 |
Wednesday, 11 Jan 2023
|
20:08 Yuri Victorovich (yuri)
devel/hotspot: New port: Perf GUI for performance analysis (needs mock 'perf'
command)
9910461 |
11:54 Matthias Fechner (mfechner)
www/gitlab-ce: add new ports required for version 15.6
f53e05b |
Tuesday, 10 Jan 2023
|
23:10 Yuri Victorovich (yuri)
devel/rustc-demangle: New port: Library for Rust symbol demangling
0506e30 |
17:56 Yuri Victorovich (yuri)
devel/recycle: New port: Simple resource pool for recycling resources in C++
0fe12de |
Number of commits found: 11319 (showing only 100 on this page) |