| non port: devel/Makefile |
Number of commits found: 12231 (showing only 100 on this page) |
|
Tuesday, 28 May 2024
|
21:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-flipper025: Remove obsoleted port
Use devel/rubygem-flipper instead.
1bb6b90 |
21:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-xdg4: Remove obsoleted port
Use devel/rubygem-xdg instead.
57d189c |
21:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-xdg5: Remove obsoleted port
Use devel/rubygem-xdg instead.
4859c53 |
21:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-xdg6: Remove obsoleted port
Use devel/rubygem-xdg instead.
9d549c2 |
21:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-semver_dialects1: Remove obsoleted port
Use devel/rubygem-semver_dialects instead.
af0830e |
21:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-semver_dialects12: Remove obsoleted port
Use devel/rubygem-semver_dialects instead.
c02ea9e |
21:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-xdg3: Remove obsoleted port
Use devel/rubygem-xdg instead.
79b9858 |
21:20 Po-Chuan Hsieh (sunpoet)
devel/rubygem-jira-ruby21: Remove obsoleted port
Use devel/rubygem-jira-ruby instead.
56da97a |
20:19 Po-Chuan Hsieh (sunpoet)
devel/rubygem-gettext_i18n_rails_js: Add rubygem-gettext_i18n_rails_js 2.1.0
GettextI18nRailsJs extends gettext_i18n_rails, making your .PO files available
to client side Javascript as JSON. It will find translations inside your .js,
.coffee, .handlebars and .mustache files, then it will create JSON versions of
your .PO files so you can serve them with the rest of your assets, thus letting
you access all your translations offline from client side Javascript.
0b8bff0 |
10:21 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
045bd05 |
10:21 Po-Chuan Hsieh (sunpoet)
devel/py-taskgroup: Add py-taskgroup 0.0.0a4
taskgroup provides backport of asyncio.TaskGroup, asyncio.Runner and
asyncio.timeout.
6f76f52 |
10:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-mailmanager: Add rubygem-aws-sdk-mailmanager 1.0.0
Official AWS Ruby gem for MailManager.
ee75871 |
|
Monday, 27 May 2024
|
18:54 Yuri Victorovich (yuri)
devel/shedskin: New port: Restricted Python-to-C++ compiler
698eadb |
|
Sunday, 26 May 2024
|
10:18 Kai Knoblich (kai)
net-mgmt/netbox: Change RUN_DEPENDS
* Switch the port from the repo-copied py-dj42-django* ports to the
original ones as they're using Django 4.2 now since 680c68fd4d69.
* An exception here is devel/py-dj42-graphene-django, which is renamed
to devel/py-graphene-django300 because NetBox has known problems with
newer versions of devel/py-graphene-django. Add an entry to MOVED for
it as well.
* Adjust www/py-{dj42-}-graphiql-debug-toolbar accordingly due to the
rename of devel/py-dj42-graphene-django as described above and to
avoid installation conflicts.
* Bump PORTREVISION where necessary due changed dependencies.
PR: 276319
547ee8e |
|
Saturday, 25 May 2024
|
07:13 Gabriel M. Dutra (dutra)
devel/gomigrate: Add new port
CLI for performing database migrations
https://github.com/golang-migrate/migrate
687dc9c |
|
Thursday, 23 May 2024
|
06:42 Yasuhiro Kimura (yasu)
devel/peg.el: Add new port
Add devel/peg.el, parsing expression grammars in Emacs lisp.
6c0e639 |
|
Wednesday, 22 May 2024
|
17:16 Guido Falsi (madpilot) Author: Benjamin Jacobs
ocaml: Updates to ocaml compiler and several ocaml ports
- Update devel/ocaml to 4.14.2 [1]
- Specify runtime dependency on GNU AS as full path, this fixes
build on armv6 - armv7 [1] [2]
- converters/ocaml-base64: Update to 3.5.1, add LICENSE, other
improvements
- converters/ocaml-jsonm: Strip shared objects [3]
- databases/ocaml-dbm: Update to 1.3, move to gitlub, other
improvements
- devel/menhir: Update to 20231231
- devel/ocaml-base: Unbreak non-x86 [2]
- devel/ocaml-camlp-streams: Silence patch and strip commands
- devel/ocaml-ipaddr: Update to 5.5.0
- devel/ocaml-lwt: Update to 5.7.0 [4]
- devel/ocaml-result: Set package version, strip shared objects [5]
- devel/ocaml-sexplib: Resurrect and update to 0.16.0.
- devel/ocaml-stdio: Update to 0.17.0
- security/ocaml-cryptokit: Update to 1.19, add LICENSE, other
improvements
- security/ocaml-ssl: Update to 0.7.0, install stublibs in package
directory [6]
- x11-toolkits/ocaml-graphics: Reorder Makefile, silence patch
command
- Bump PORTREVISION on ports requiring it after update.
Adding ports:
- devel/ocaml-cstruct
- devel/ocaml-compiler-libs [7]
- devel/ocaml-ppx_derivers [7]
- devel/ocaml-ppxlib [7]
- devel/ocaml-domain-name
- devel/ocaml-ocplib-endian [8]
- devel/ocaml-parsexp
- devel/ocaml-ppx_sexp_conv
- security/ocaml-lwt_ssl [9]
Resetting maintainership from michipili@gmail.com due to multiple
timeouts and long term unresponsiveness.
Assigning maintainership of lang/ocaml to author of this patch.
Many thanks to him for his work!
PR: 278300 [1], 278791 [2], 277818 [3], 277781 [4],
277775 [6], 277779 [7], 277780 [8], 277782 [9]
Approved by: michipili@gmail.com (maintainer timeout) [1],
danfe@FreeBSD.org (maintainer timeout) [3] [4] [6],
fixit, avoid breakage [5]
Differential Revision: https://reviews.freebsd.org/D45254
bb2bea6 |
|
Monday, 20 May 2024
|
08:53 Matthias Fechner (mfechner)
www/gitlab: new ports required for 17.0.0
d09359a |
06:53 Yuri Victorovich (yuri)
deval/cargo-deny: New port: Rust: Cargo plugin for linting dependencies
8b888c7 |
|
Sunday, 19 May 2024
|
19:46 Yuri Victorovich (yuri)
devel/cargo-edit: New port: Rust: Utility for managing cargo dependencies from
the command line
f52c802 |
19:22 Yuri Victorovich (yuri)
devel/tarpaulin: update 0.29.1 → 0.30.0; Move to devel/cargo-tarpaulin
48c23d8 |
17:15 Po-Chuan Hsieh (sunpoet)
devel/rubygem-launchy2: Add rubygem-launchy2 2.5.2 (copied from rubygem-launchy)
- Add PORTSCOUT
f8382ef6 |
17:15 Po-Chuan Hsieh (sunpoet)
devel/rubygem-semver_dialects2: Add rubygem-semver_dialects2 2.0.2 (copied from
rubygem-semver_dialects)
- Add PORTSCOUT
fb34696 |
17:15 Po-Chuan Hsieh (sunpoet)
devel/rubygem-grape-swagger20: Add rubygem-grape-swagger20 2.0.2 (copied from
rubygem-grape-swagger)
- Add PORTSCOUT
5e904a5 |
17:15 Po-Chuan Hsieh (sunpoet)
devel/rubygem-io-endpoint: Add rubygem-io-endpoint 0.10.3
IO::Endpoint provides a separation of concerns interface for IO endpoints. This
allows you to write code which is agnostic to the underlying IO implementation.
a4aa52f |
17:15 Po-Chuan Hsieh (sunpoet)
devel/rubygem-io-stream: Add rubygem-io-stream 0.4.0
IO::Stream provides a buffered stream implementation for Ruby, independent of
the underlying IO.
31353a2 |
17:15 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-route53profiles: Add rubygem-aws-sdk-route53profiles 1.3.0
Official AWS Ruby gem for Route 53 Profiles.
b1ecf7a |
17:15 Po-Chuan Hsieh (sunpoet)
devel/rubygem-fiber-storage: Add rubygem-fiber-storage 0.1.0
Fiber::Storage provides a shim for Fiber.[], Fiber.[]=, Fiber#storage,
Fiber#storage=, which was introduced in Ruby 3.2.
e4166d9 |
17:14 Po-Chuan Hsieh (sunpoet)
devel/p5-CPAN-Requirements-Dynamic: Add p5-CPAN-Requirements-Dynamic 0.001
CPAN::Requirements::Dynamic implements a format for describing dynamic
prerequisites of a distribution.
726b316 |
17:14 Po-Chuan Hsieh (sunpoet)
devel/py-pyproject-fmt-rust: Add py-pyproject-fmt-rust 1.1.1
pyproject-fmt-rust provides the core functionality for pyproject-fmt to apply a
consistent format to the pyproject.toml files.
0c015a9 |
16:59 Yuri Victorovich (yuri)
devel/cargo-cache: New port: Rust: Manage cargo cache, print sizes of dirs,
remove dirs selectively
1013141 |
16:03 Yuri Victorovich (yuri)
devel/cargo-udeps: New port: Rust: Find unused dependencies in Cargo.toml
9d8aa6e |
01:31 Yuri Victorovich (yuri)
devel/cargo-llvm-cov: New port: Rust: Cargo subcommand to easily use LLVM
source-based code coverage
ddf819c |
01:12 Yuri Victorovich (yuri)
devel/cargo-hack: New port: Rust: Cargo subcommand for testing and continuous
integration
66a4218 |
01:12 Yuri Victorovich (yuri)
devel/py-ast2json: New port: Convert a python source code into json-dumpable AST
data
7ac8d57 |
00:21 Yuri Victorovich (yuri)
devel/cargo-about: New port: Rust: Cargo plugin to generate list of all licenses
for a crate
8356542 |
|
Saturday, 18 May 2024
|
17:17 Yuri Victorovich (yuri)
devel/hvm: New port: Massively parallel, optimal functional runtime in Rust
17495d7 |
16:52 Yuri Victorovich (yuri)
devel/buf: New port: CLI tool for working with Protocol Buffers
cc8624c |
12:06 Gleb Popov (arrowd)
devel/lldb-mi: + Machine interface to LLDB
d717312 |
|
Friday, 17 May 2024
|
08:29 Yuri Victorovich (yuri)
misc/tabby: New port: Self-hosted AI coding assistant
221eaa2 |
|
Thursday, 16 May 2024
|
19:02 Yuri Victorovich (yuri)
devel/py-printree: New port: Pretty print python objects in a tree format
d3c0402 |
06:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-unicode-version: Add rubygem-unicode-version 1.4.0
Unicode::Version.unicode_version makes it easy to check for Unicode and Emoji
support of your current Ruby (and older Rubies).
9006516 |
06:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-phonelib: Add rubygem-phonelib 0.8.8
Phonelib is a gem allowing you to validate phone number. All validations are
based on Google libphonenumber. Currently it can make basic validations and
formatting to e164 international number format and national number format with
prefix. But it still doesn't include all Google's library functionality.
b5932ab |
06:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-thread-local: Add rubygem-thread-local 1.1.0
Thread::Local provides a simple high level interface for per-class thread
locals. Implements a standard interface for "shared global state". It avoids
reinventing thread-local semantics in your own code by using this
implementation.
Features:
- Convert global state to thread local state easily.
- Avoid race conditions and data corruption.
- Provides a standard interface for policy driven design.
8d3d944 |
06:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-unicode-emoji: Add rubygem-unicode-emoji 3.4.0
Unicode::Emoji provides Unicode Emoji data and regexes, incorporating the latest
Unicode and Emoji standards.
It also includes a categorized list of recommended Emoji.
6da50a4 |
06:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-figaro: Add rubygem-figaro 1.2.0
Figaro provides simple, Heroku-friendly Rails app configuration using ENV and a
single YAML file.
Figaro was written to make it easy to securely configure Rails applications.
Configuration values often include sensitive information. Figaro strives to be
secure by default by encouraging a convention that keeps configuration out of
Git.
f11642d |
06:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-devise-pwned_password: Add rubygem-devise-pwned_password 0.1.12
Devise::PwnedPassword is a Devise extension that checks user passwords against
the PwnedPasswords dataset.
It checks for compromised ("pwned") passwords in 2 different places/ways:
- As a standard model validation using pwned. This:
- prevents new users from being created (signing up) with a compromised
password
- prevents existing users from changing their password to a password that is
known to be compromised
- (Optionally) Whenever a user signs in, checks if their current password is
compromised and shows a warning if it is.
24bd1fc |
06:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-nice_partials: Add rubygem-nice_partials 0.10.0
Nice Partials adds ad-hoc named content areas, or sections, to Action View
partials with a lot of extra power on top.
Everything happens through a new partial method, which at the base of it have
method shorthands for partial specific content_for and content_for?s.
e3fa299 |
06:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-pagy: Add rubygem-pagy 8.2.2
Pagy is a pagination gem.
It works in any environment: with Rack frameworks (Rails, Sinatra, Padrino,
etc.) or in pure ruby without Rack
It works with any collection: with any ORM, any DB, any search gem,
elasticsearch_rails, meilisearch, searchkick, ransack, and just about any list,
even if you cannot count it
It supports all kinds of pagination: calendar, countless, geared, incremental,
auto-incremental, infinite, headers, JSON, cursor
It supports all kinds of CSS Frameworks and APIs: bootstrap, bulma, foundation,
materialize, semantic, uikit, tailwind, JSON:API
It supports faster client-side rendering: with classic or innovative UI
components (see Javascript Components) or by serving JSON to your favorite
Javascript framework
It has 100% of test coverage for Ruby, HTML and Javascript E2E (see Pagy
Workflows CI)
655cf43 |
06:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-active_hash: Add rubygem-active_hash 3.3.0
ActiveHash is a simple base class that allows you to use a ruby hash as a
readonly datasource for an ActiveRecord-like model.
ActiveHash assumes that every hash has an :id key, which is what you would
probably store in a database. This allows you to seamlessly upgrade from
ActiveHash objects to full ActiveRecord objects without having to change any
code in your app, or any foreign keys in your database.
It also allows you to use #has_many and #belongs_to (via belongs_to_active_hash)
in your AR objects.
ActiveHash can also be useful to create simple test classes that run without a
database - ideal for testing plugins or gems that rely on simple AR behavior,
but don't want to deal with databases or migrations for the spec suite.
ActiveHash also ships with:
- ActiveFile: a base class that you can use to create file data sources
- ActiveYaml: a base class that will turn YAML into a hash and load the data
into an ActiveHash object
926831c |
06:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-colorizer: Add rubygem-colorizer 0.0.2
Colorization of text output, modular capabilities with out of the box support
for terminal coloring and IRC colors.
9c34f92 |
06:21 Po-Chuan Hsieh (sunpoet)
devel/rubygem-devise-rails71: Add rubygem-devise-rails71 4.9.4 (copied from
rubygem-devise-rails70)
7f3332f |
|
Sunday, 12 May 2024
|
10:01 Gleb Popov (arrowd) Author: Dima Panov
Linuxulator ports: Update Rocky Linux to 9.3 and add more packages
Sponsored by: Serenity Cybersecurity, LLC
Co-authored-by: awoonya <mzhyneva@gmail.com>
82dfb2f |
10:01 Gleb Popov (arrowd) Author: Dima Panov
devel/linux-rl9-libsigsegv: add new port
Sponsored by: Serenity Cybersecurity, LLC
c326f83 |
10:01 Gleb Popov (arrowd) Author: Dima Panov
devel/linux-rl9-libsigc++20: add new port
Sponsored by: Serenity Cybersecurity, LLC
40b2d38 |
10:01 Gleb Popov (arrowd) Author: Dima Panov
devel/linux-rl9-libunistring: Add new port
Sponsored by: Serenity Cybersecurity, LLC
edc230b |
10:01 Gleb Popov (arrowd) Author: Dima Panov
devel/linux-rl9-strace: add strace from Rocky Linux
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
Sponsored by: Serenity Cybersecurity, LLC
9db3b5c |
10:01 Gleb Popov (arrowd) Author: Dima Panov
Linuxulator ports: More Rocky Linux 9 packages
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
Sponsored by: Serenity Cybersecurity, LLC
bcd8439 |
10:01 Gleb Popov (arrowd) Author: Dima Panov
Linuxulator ports: More Rocky Linux 9 packages
Sponsored by: Serenity Cybersecurity, LLC
583b709 |
10:01 Gleb Popov (arrowd)
Linuxulator ports: Introduce Rocky Linux 9.
Sponsored by: Serenity Cybersecurity, LLC
Co-authored-by: Dima Panov <fluffy@FreeBSD.org>
5aa75e1 |
|
Monday, 6 May 2024
|
08:23 Yuri Victorovich (yuri)
devel/corrosion: New port: Easy Rust and C/C++ integration
bea3c6b |
|
Saturday, 4 May 2024
|
14:11 Rene Ladan (rene)
devel/rubygem-paperclip-rails5: Remove expired port
2024-04-30 devel/rubygem-paperclip-rails5: Upstream repo archived Jul 13, 2023.
Upstream recommends using Rails' own ActiveStorage.
400af77 |
13:38 Rene Ladan (rene)
devel/rubygem-paperclip-rails50: Remove expired port
2024-04-30 devel/rubygem-paperclip-rails50: Upstream repo archived Jul 13, 2023.
Upstream recommends using Rails' own ActiveStorage.
f855158 |
|
Friday, 3 May 2024
|
09:02 Yuri Victorovich (yuri)
devel/py-types-decorator: New port: Typing stubs for decorator
e54f3d9 |
|
Tuesday, 30 Apr 2024
|
20:53 Rene Ladan (rene)
devel/cdash: Remove expired port
2024-04-30 devel/cdash: Very outdated version that's unsupported upstream
079f777 |
20:49 Rene Ladan (rene)
devel/libphk: Remove expired port
2024-04-30 devel/libphk: Superseded by various other projects
06fd12b |
20:48 Rene Ladan (rene)
devel/configkit: Remove expired port
2024-04-30 devel/configkit: Depends on deprecated port devel/libphk
7a672ec |
20:48 Rene Ladan (rene)
devel/tla: Remove expired port
2024-04-30 devel/tla: Deprecated and obsolete revision control system, consider
migrating to devel/git or devel/mercurial
a2e2f5f |
20:26 Rene Ladan (rene)
devel/rubygem-ruby_dep: Remove expired port
2024-04-30 devel/rubygem-ruby_dep: Upstream official support to Ruby 2.x only
and is inactive for 7.5 years. And there is no dependent ports
cd2425f |
|
Monday, 29 Apr 2024
|
09:30 Juraj Lutter (otis)
devel/py-binary_file_search: Add port
Add a port for BinaryFileSearch. It is a binary search algorithm for big
sorted files that cannot be read into RAM.
Also connect it to build.
67b605b |
|
Saturday, 27 Apr 2024
|
01:42 Yuri Victorovich (yuri)
devel/py-pynvml: New port: Python Bindings for the NVIDIA Management Library
771377e |
|
Friday, 26 Apr 2024
|
17:11 Yuri Victorovich (yuri)
devel/git-repo-manager: New port: Git tool to manage worktrees and integrate
with GitHub and GitLab
b8d05bf |
03:26 Yuri Victorovich (yuri)
devel/py-nanobind: New port: Tiny and efficient C++/Python bindings
a2851b7 |
03:26 Yuri Victorovich (yuri)
devel/py-pcpp: New port: C99 preprocessor written in pure Python
f9b8277 |
|
Monday, 22 Apr 2024
|
05:22 Jan Beich (jbeich)
devel/hyprwayland-scanner: add new port
A Hyprland implementation of wayland-scanner, in and for C++.
https://github.com/hyprwm/hyprwayland-scanner
41152f4 |
|
Saturday, 20 Apr 2024
|
18:27 Po-Chuan Hsieh (sunpoet)
devel/py-thinc8: Add py-thinc8 8.2.3 (copied from py-thinc)
- Add PORTSCOUT
6a6b9df |
|
Friday, 19 Apr 2024
|
19:38 Romain Tartière (romain)
devel/rubygem-childprocess41: New port
This gem aims at being a simple and reliable solution for controlling
external programs running in the background on any Ruby / OS
combination.
The code originated in the selenium-webdriver gem, but should prove
useful as a standalone library.
745e7f3 |
|
Sunday, 14 Apr 2024
|
09:06 Hiroki Tagato (tagattie)
devel/electron29: 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://electronjs.org/
0a7da2a |
|
Saturday, 13 Apr 2024
|
14:47 Po-Chuan Hsieh (sunpoet)
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS
84a372a |
09:31 Po-Chuan Hsieh (sunpoet)
devel/py-urwidgets: Add py-urwidgets 0.2.0
urWIDgets provides a collection of useful widgets for the urwid TUI library.
3972215 |
|
Wednesday, 10 Apr 2024
|
07:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-controlcatalog: Add rubygem-aws-sdk-controlcatalog 1.0.0
Official AWS Ruby gem for AWS Control Catalog.
66f043b |
|
Tuesday, 9 Apr 2024
|
20:06 Emanuel Haupt (ehaupt)
devel/py-aiorpcX-legacy: Resurect and upgrade to 0.22.0
Resurect and upgrade devel/py-aiorpcX-legacy to 0.22.0 as it is the
latest supported version for finance/electrum.
f1cceea |
|
Monday, 8 Apr 2024
|
20:16 Po-Chuan Hsieh (sunpoet)
devel/py-hacking: Add py-hacking 6.1.0
hacking is a set of flake8 plugins that test and enforce the OpenStack
StyleGuide
Hacking pins its dependencies, as a new release of some dependency can break
hacking based gating jobs. This is because new versions of dependencies can
introduce new rules, or make existing rules stricter.
d4396c8 |
20:16 Po-Chuan Hsieh (sunpoet)
devel/py-stestr: Add py-stestr 4.1.0
stestr is parallel Python test runner designed to execute unittest test suites
using multiple processes to split up execution of a test suite. It also will
store a history of all test runs to help in debugging failures and optimizing
the scheduler to improve speed. To accomplish this goal it uses the subunit
protocol to facilitate streaming and storing results from multiple workers.
stestr originally started as a fork of the testrepository project. But, instead
of being an interface for any test runner that used subunit, like
testrepository, stestr concentrated on being a dedicated test runner for python
projects. While stestr was originally forked from testrepository it is not
backwards compatible with testrepository. At a high level the basic concepts of
operation are shared between the two projects but the actual usage is not
exactly the same.
287df32 |
20:16 Po-Chuan Hsieh (sunpoet)
devel/py-backports.tarfile: Add py-backports.tarfile 1.0.0
backports.tarfile is the backport of CPython tarfile module for Python 3.11 or
below.
9e4bbaa |
09:34 Dag-Erling Smørgrav (des)
devel/bazel029: Port has outlived its purpose.
Approved by: maintainer
b91036e |
06:44 Po-Chuan Hsieh (sunpoet)
devel/rubygem-travis-gh: Add rubygem-travis-gh 0.21.0
travis-gh is a highly flexible, layered, low-level GitHub client library, trying
to get out of your way and let you get to the GitHub data as simple as possible.
Unless you add layers, you will end up with Hashes and Arrays. The approach and
API should be familiar from projects like Rack or Faraday.
f278c47 |
06:08 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
5ac9c84 |
|
Sunday, 7 Apr 2024
|
18:37 Yuri Victorovich (yuri)
devel/py-dm-tree: New port: Library for working with nested data structures
77b2278 |
12:14 Wen Heping (wen)
devel/p5-Test2-Tools-LoadModule: new port
This Test2::Tools module tests whether a module can be loaded, and optionally
whether it has at least a given version, and exports specified symbols.
78433df |
|
Saturday, 6 Apr 2024
|
14:42 Nuno Teixeira (eduardo) Author: Einar Bjarni Halldórsson
devel/R-cran-modelr: New port: Modelling Functions that Work with the Pipe
- Submitter becomes maintainer
Functions for modelling that help you seamlessly integrate modelling into a
pipeline of data manipulation and visualisation.
WWW: https://modelr.tidyverse.org
Differential Revision: https://reviews.freebsd.org/D43735
c2b1d87 |
14:42 Nuno Teixeira (eduardo) Author: Einar Bjarni Halldórsson
devel/R-cran-systemfonts: New port: System Native Font Finding
- Submitter becomes maintainer
Provides system native access to the font catalogue.
As font handling varies between systems it is difficult to correctly locate
installed fonts across different operating systems.
The 'systemfonts' package provides bindings to the native libraries on Windows,
macOS and Linux for finding font files that can then be used further by e.g.
graphic devices.
The main use is intended to be from compiled code but 'systemfonts' also
provides access from R.
WWW: https://systemfonts.r-lib.org/
Differential Revision: https://reviews.freebsd.org/D43735
3edb56a |
14:42 Nuno Teixeira (eduardo) Author: Einar Bjarni Halldórsson
devel/R-cran-tidyverse: New port: Easily Install and Load the 'Tidyverse'
- Submitter becomes maintainer
The 'tidyverse' is a set of packages that work in harmony because they share
common data representations and 'API' design.
This package is designed to make it easy to install and load multiple
'tidyverse' packages in a single step.
WWW: https://tidyverse.tidyverse.org/
Differential Revision: https://reviews.freebsd.org/D43735
292219a |
14:42 Nuno Teixeira (eduardo) Author: Einar Bjarni Halldórsson
devel/R-cran-googledrive: New port: Interface to Google Drive
- Submitter becomes maintainer
Manage Google Drive files from R.
WWW: https://googledrive.tidyverse.org/
Differential Revision: https://reviews.freebsd.org/D43735
6fb11df |
14:42 Nuno Teixeira (eduardo) Author: Einar Bjarni Halldórsson
devel/R-cran-googlesheets4: New port: Access Google Sheets using the Sheets API
V4
- Submitter becomes maintainer
Interact with Google Sheets through the Sheets API v4
<https://developers.google.com/sheets/api>.
"API" is an acronym for "application programming interface"; the Sheets API
allows users to interact with Google Sheets programmatically, instead of via a
web browser.
The "v4" refers to the fact that the Sheets API is currently at version 4.
This package can read and write both the metadata and the cell data in a Sheet.
WWW: https://googlesheets4.tidyverse.org/
Differential Revision: https://reviews.freebsd.org/D43735
1d536ab |
14:42 Nuno Teixeira (eduardo) Author: Einar Bjarni Halldórsson
devel/R-cran-ids: New port: Generate Random Identifiers
- Submitter becomes maintainer
Generate random or human readable and pronounceable identifiers.
WWW: https://github.com/richfitz/ids
Differential Revision: https://reviews.freebsd.org/D43735
46e08d1 |
14:42 Nuno Teixeira (eduardo) Author: Einar Bjarni Halldórsson
devel/R-cran-mockr: New port: Mocking in R
- Submitter becomes maintainer
Provides a means to mock a package function, i.e., temporarily substitute
it for testing.
Designed as a drop-in replacement for the now deprecated
'testthat::with_mock()' and 'testthat::local_mock()'.
WWW: https://krlmlr.github.io/mockr/
Differential Revision: https://reviews.freebsd.org/D43735
7a08708 |
14:42 Nuno Teixeira (eduardo) Author: Einar Bjarni Halldórsson
devel/R-cran-conflicted: New port: Alternative Conflict Resolution Strategy
- Submitter becomes maintainer
R's default conflict management system gives the most recently loaded package
precedence. This can make it hard to detect conflicts, particularly when they
arise because a package update creates ambiguity that did not previously exist.
'conflicted' takes a different approach, making every conflict an error and
forcing you to choose which function to use.
WWW: https://conflicted.r-lib.org/
Differential Revision: https://reviews.freebsd.org/D43735
644ac4e |
14:42 Nuno Teixeira (eduardo) Author: Einar Bjarni Halldórsson
devel/R-cran-gargle: New port: Utilities for Working with Google APIs
- Submitter becomes maintainer
Provides utilities for working with Google APIs
<https://developers.google.com/apis-explorer>.
This includes functions and classes for handling common credential types and for
preparing, executing, and processing HTTP requests.
WWW: https://gargle.r-lib.org/
Differential Revision: https://reviews.freebsd.org/D43735
622570c |
13:49 Rene Ladan (rene)
devel/ds2: Remove expired port
2024-04-06 devel/ds2: Upstream deprecated and archived
adeb35e |
Number of commits found: 12231 (showing only 100 on this page) |