non port: devel/Makefile |
Number of commits found: 11319 (showing only 100 on this page) |
Sunday, 4 Sep 2022
|
15:24 Po-Chuan Hsieh (sunpoet)
devel/libdatadog: Add libdatadog 0.7.0
libdatadog provides a shared library containing common code used in the
implementation of Datadog's libraries, including Continuous Profilers.
In a past life, libdatadog was known as libddprof but it was renamed when we
decided to increase its scope.
WWW: https://github.com/DataDog/libdatadog
fb43efe |
03:42 Po-Chuan Hsieh (sunpoet)
devel/py-logfury0: Remove obsoleted port
Use devel/py-logfury instead.
9ff04a0 |
03:42 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-core3131: Add rubygem-aws-sdk-core3131 3.131.6 (copied
from rubygem-aws-sdk-core)
- Add PORTSCOUT
26077cb |
03:42 Po-Chuan Hsieh (sunpoet)
devel/rubygem-snaky_hash: Add rubygem-snaky_hash 2.0.0
SnakyHash gem is used by the oauth and oauth2 gems, and others, to normalize
hash keys and lookups, and provide a nice psuedo-object interface.
It has its roots in the Rash (specifically the rash_alt flavor), which is a
special Mash, made popular by the hashie gem.
Classes that include SnakyHash::Snake should inherit from Hashie::Mash.
WWW: https://gitlab.com/oauth-xx/snaky_hash
a3bb4e8 |
03:42 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-controltower: Add rubygem-aws-sdk-controltower 1.0.0
Official AWS Ruby gem for AWS Control Tower.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-controltower
e52719e3 |
03:42 Po-Chuan Hsieh (sunpoet)
devel/py-threadpoolctl: Add py-threadpoolctl 3.1.0
Thread-pool controls provides Python helpers to limit the number of threads used
in the threadpool-backed of common native libraries used for scientific
computing and data science (e.g. BLAS and OpenMP).
Fine control of the underlying thread-pool size can be useful in workloads that
involve nested parallelism so as to mitigate oversubscription issues.
WWW: https://github.com/joblib/threadpoolctl
de21c17 |
03:42 Po-Chuan Hsieh (sunpoet)
devel/py-openapi-spec-validator04: Add py-openapi-spec-validator04 0.4.0 (copied
from py-openapi-spec-validator)
- Add PORTSCOUT
273105d |
03:41 Po-Chuan Hsieh (sunpoet)
devel/py-jsonschema-spec: Add py-jsonschema-spec 0.1.1
JSONSchema Spec with object-oriented paths
WWW: https://github.com/p1c2u/jsonschema-spec
bc7f139 |
03:41 Po-Chuan Hsieh (sunpoet)
devel/py-openapi-schema-validator02: Add py-openapi-schema-validator02 0.2.3
(copied from py-openapi-schema-validator)
- Add PORTSCOUT
ea1db46 |
03:41 Po-Chuan Hsieh (sunpoet)
devel/p5-Test-Lives: Add p5-Test-Lives 1.003
Test::Lives provides only one function, lives_and, which works almost exactly
like the function of the same name in Test::Exception. That is, it allows you to
test things that could (but shouldn't) throw an exception without having to have
two separate tests with two separate results (and two separate descriptions).
You pass it a block of code to run (which should contain one test assertion) and
a test description to give the assertion inside the block.
The description will be available inside the block in the $_ variable. (This is
different from Test::Exception, which employs hacky magic to relieve you of
having to pass the description to the decorated assertion.)
If the block ends up throwing an exception, a test failure will be logged.
WWW: https://metacpan.org/dist/Test-Lives
a6bf1fb |
Thursday, 1 Sep 2022
|
06:09 Loïc Bartoletti (lbartoletti)
devel/py-attrdict: A dict with attribute-style access
AttrDict is an MIT-licensed library that provides mapping objects that allow
their elements to be accessed both as keys and as attributes
WWW: https://pypi.python.org/pypi/attrdict
489a57f |
Wednesday, 31 Aug 2022
|
18:49 Po-Chuan Hsieh (sunpoet)
devel/rubygem-pairing_heap: Add rubygem-pairing_heap 0.3.0
PairingHeap is a pure Ruby priority queue implementation using a pairing heap as
the underlying data structure. While a pairing heap is asymptotically less
efficient than the Fibonacci heap, it is usually faster in practice. This makes
it a popular choice for Prim's MST or Dijkstra's algorithm implementations.
PairingHeap is currently being used as the priority queue data structure in RGL.
Also implementation without priority change support is
provided(SimplePairingHeap), while the asymptotical complexity of the methods
stay the same, bookkeeping of elements is not needed making, the constant
smaller.
WWW: https://github.com/mhib/pairing_heap
221ac7c |
18:49 Po-Chuan Hsieh (sunpoet)
devel/py-flake8-print: Add py-flake8-print 5.0.0
Flake8 print plugin checks for print statements in python files.
WWW: https://github.com/JBKahn/flake8-print
8b6b50b |
18:49 Po-Chuan Hsieh (sunpoet)
devel/p5-Test-Mock-One: Add p5-Test-Mock-One 0.011
Test::Mock::One is able to mock many things with little code by using AUTOLOAD.
The problem this module tries to solve is to allow testing many things without
having to write many lines of code.
WWW: https://metacpan.org/dist/Test-Mock-One
aed7a62 |
11:40 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-backupstorage: Add rubygem-aws-sdk-backupstorage 1.0.0
Official AWS Ruby gem for AWS Backup Storage.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-backupstorage
c58032c |
11:40 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-privatenetworks: Add rubygem-aws-sdk-privatenetworks 1.0.0
Official AWS Ruby gem for AWS Private 5G.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-privatenetworks
66f29a7 |
11:40 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-supportapp: Add rubygem-aws-sdk-supportapp 1.0.0
Official AWS Ruby gem for AWS Support App.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-supportapp
92ada8e |
11:40 Po-Chuan Hsieh (sunpoet)
devel/py-hatch-vcs: Add py-hatch-vcs 0.2.0
hatch-vcs provides a plugin for Hatch that uses your preferred version control
system (like Git) to determine project versions.
WWW: https://github.com/ofek/hatch-vcs
881aa46 |
11:40 Po-Chuan Hsieh (sunpoet)
devel/py-localstack-client: Add py-localstack-client 1.36
LocalStack Python Client is an easy-to-use Python client for LocalStack. The
client library provides a thin wrapper around boto3 which automatically
configures the target endpoints to use LocalStack for your local cloud
application development.
WWW: https://github.com/localstack/localstack-python-client
5ac60c7 |
11:40 Po-Chuan Hsieh (sunpoet)
devel/py-plux: Add py-plux 1.3.1
plux is the dynamic code loading framework used in LocalStack.
Plux builds a higher-level plugin mechanism around Python's entry point
mechanism. It provides tools to load plugins from entry points at run time, and
to discover entry points from plugins at build time (so you don't have to
declare entry points statically in your setup.py).
WWW: https://github.com/localstack/plux
79ea6c3 |
11:40 Po-Chuan Hsieh (sunpoet)
devel/py-tailer: Add py-tailer 0.4.1
Python tail is a simple implementation of GNU tail and head.
It provides 3 main functions that can be performed on any file-like object that
supports seek() and tell().
- tail: read lines from the end of a file
- head: read lines from the top of a file
- follow: read lines as a file grows
WWW: https://github.com/six8/pytailer
f98695c |
11:40 Po-Chuan Hsieh (sunpoet)
devel/p5-Venus: Add p5-Venus 1.23
Venus provides an object-orientation framework and extendible standard library
for Perl 5, built on top of the Mars architecture with classes which wrap most
native Perl data types. Venus has a simple modular architecture, robust library
of classes, methods, and roles, supports pure-Perl autoboxing, advanced
exception handling, "true" and "false" functions, package introspection,
command-line options parsing, and more. This package will always automatically
exports true and false keyword functions (unless existing routines of the same
name already exist in the calling package or its parents), otherwise exports
keyword functions as requested at import.
WWW: https://metacpan.org/dist/Venus
ccb5173 |
Monday, 29 Aug 2022
|
18:20 Tobias C. Berner (tcberner)
devel/qt6-positioning: new port - provides positioning information via QML and
C++
2b2ae54 |
09:20 Muhammad Moinur Rahman (bofh)
devel/Makefile: Fix rename of libthreadar
fc260fd |
06:49 Yasuhiro Kimura (yasu)
devel/boehm-gc-redirect: Remove port
There is no consumer in ports tree.
69b2629 |
04:21 Romain Tartière (romain)
devel/bfg: New port
The BFG is a simpler, faster alternative to git-filter-branch for cleansing bad
data out of your Git repository history:
* Removing Crazy Big Files;
* Removing Passwords, Credentials & other Private data.
WWW: https://rtyley.github.io/bfg-repo-cleaner/
1d73327 |
Sunday, 28 Aug 2022
|
20:18 Muhammad Moinur Rahman (bofh)
devel/libthreader: New port
Libthreadar is a C++ library providing an abstracted set of C++
*classes*
to manipulate threads in a very simple and efficient way from your C++
code.
It's used to support multithreading in the DAR archiver.
WWW: https://libthreadar.sourceforge.net/
PR: 266040
Reported by: igorz@yandex.ru
1ff0df1 |
Saturday, 27 Aug 2022
|
10:10 Po-Chuan Hsieh (sunpoet)
devel/rubygem-libdatadog: Add rubygem-libdatadog 0.7.0.1.0
libdatadog provides a shared library containing common code used in the
implementation of Datadog's libraries, including Continuous Profilers.
In a past life, libdatadog was known as libddprof but it was renamed when we
decided to increase its scope.
WWW: https://github.com/DataDog/libdatadog/tree/main/ruby
5816fbf |
10:10 Po-Chuan Hsieh (sunpoet)
devel/rubygem-cow_proxy: Add rubygem-cow_proxy 0.3.3
This is a copy-on-write proxy for frozen Ruby objects, so duplicating frozen
object is delayed until a method tries to change frozen object.
CowProxy classes for array, hash, string and struct are provided. Objects from
other classes will be proxied without copy-on-write, you have to create a
CowProxy class for them to enable copy-on-write. Also you have to create
CowProxy class for each object which have any getter method with arguments,
because default CowProxy won't wrap returned value. Immutable classes such as
Integer or TrueClass doesn't need copy-on-write proxy because they can't be
changed.
You can wrap every object in a proxy. Proxy will always send method calls to
wrapped object, and wrap returned value with a CowProxy class if method has no
argument, so a proxy will always return proxy objects for getters without
arguments. When a method tries to change a frozen object, if proxy has
copy-on-write enabled, it will duplicate frozen object and will send next method
calls to duplicated object, in other case an exception is raised.
WWW: https://github.com/activescaffold/cow_proxy
ebc4245 |
10:10 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-licensemanagerusersubscriptions: Add
rubygem-aws-sdk-licensemanagerusersubscriptions 1.0.0
Official AWS Ruby gem for AWS License Manager User Subscriptions.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-licensemanagerusersubscriptions
c37d8e4 |
10:10 Po-Chuan Hsieh (sunpoet)
devel/py-stone: Add py-stone 3.3.1
The Official API Spec Language for Dropbox.
WWW: https://github.com/dropbox/stone
f3e2ea8 |
10:10 Po-Chuan Hsieh (sunpoet)
devel/py-termcolor-whl: Add py-termcolor-whl 1.1.2
a: ASCII text
a7a2fec |
10:10 Po-Chuan Hsieh (sunpoet)
devel/py-pytest-profiling: Add py-pytest-profiling 1.7.0
Profiling plugin for pytest, with tabular and heat graph output.
Tests are profiled with cProfile and analysed with pstats; heat graphs are
generated using gprof2dot and dot.
WWW: https://github.com/man-group/pytest-plugins/tree/master/pytest-profiling
b7e2126 |
10:10 Po-Chuan Hsieh (sunpoet)
devel/py-pytest-httpserver: Add py-pytest-httpserver 1.0.5
This library is designed to help to test http clients without contacting the
real http server. In other words, it is a fake http server which is accessible
via localhost can be started with the pre-defined expected http requests and
their responses.
WWW: https://github.com/csernazs/pytest-httpserver
e572f3d |
10:10 Po-Chuan Hsieh (sunpoet)
devel/py-logfury0: Add py-logfury0 0.1.2 (copied from py-logfury)
- Add PORTSCOUT
- Update WWW
78abf3c |
10:10 Po-Chuan Hsieh (sunpoet)
devel/py-pcodedmp: Add py-pcodedmp 1.2.6
pcodedmp.py is a VBA p-code disassembler.
It is not widely known, but macros written in VBA (Visual Basic for
Applications; the macro programming language used in Microsoft Office) exist in
three different executable forms, each of which can be what is actually executed
at run time, depending on the circumstances.
Since most of the time it is the p-code that determines what exactly a macro
would do (even if neither source code, nor execodes are present), it would make
sense to have a tool that can display it. This is what prompted us to create
this VBA p-code disassembler.
WWW: https://github.com/bontchev/pcodedmp
879a675 |
10:10 Po-Chuan Hsieh (sunpoet)
devel/p5-Test-Lib: Add p5-Test-Lib 0.003
Test::Lib searches upward from the calling module for a directory t with a lib
directory inside it, and adds it to the module search path. Looks upward up to 5
directories. This is intended to be used in test modules either directly in t or
in a subdirectory to find their included testing libraries located in t/lib.
WWW: https://metacpan.org/dist/Test-Lib
f101560 |
10:07 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
70ff716 |
Wednesday, 24 Aug 2022
|
14:58 Jimmy Olgeni (olgeni)
devel/pyenv: add port.
pyenv lets you easily switch between multiple versions of Python.
Port structure is the same as devel/rbenv, as pyenv is actually
derived from rbenv.
213314f |
04:22 Matthias Fechner (mfechner)
www/gitlab-ce: added new ports required by gitlab-ce 15.2
02c44a2 |
Tuesday, 23 Aug 2022
|
16:24 Felix Palmen (zirias) Author: Nico Sonack
devel/open62541: Add new port
Open62541 is an open source implementation of ISO/IEC 62541 (aka. OPC
UA)
PR: 265930
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36313
c0e67da |
Monday, 22 Aug 2022
|
17:38 Tobias C. Berner (tcberner)
devel/qt6: new port -- metaport for Qt 6
- while here, fix components for lottie and languageserver.
eed7716 |
16:09 Tobias C. Berner (tcberner)
devel/gitklient: new port - a git client for KDE
WWW: https://github.com/HamedMasafi/GitKlient
2e65913 |
15:23 Tobias C. Berner (tcberner)
devel/qt6-languageserver: new port
This adds the missing Qt 6 languageserver module to the tree.
As with the rest of the Qt 6 ports, we first need to figure
out what is actually required by other ports before we can
finalize them.
040da30 |
15:12 Tobias C. Berner (tcberner)
devel/qt6-remoteobjects: new port
This adds the missing Qt 6 remoteobjects module to the tree.
As with the rest of the Qt 6 ports, we first need to figure
out what is actually required by other ports before we can
finalize them.
768cec0 |
14:57 Tobias C. Berner (tcberner)
www/qt6-scxml: new port
This adds the missing Qt 6 scxml module to the tree.
As with the rest of the Qt 6 ports, we first need to figure
out what is actually required by other ports before we can
finalize them.
bf34ddb |
06:01 Yuri Victorovich (yuri)
devel/py-pytest-mpl: New port: Pytest plugin to facilitate image comparison for
Matplotlib figures
3f3f7a2 |
01:39 Charlie Li (vishwin)
Uses/python.mk: revert unapproved feature addition (and consumers)
Change proposal was in discussion with open questions and additional
documented design requirement [0] for submitter to review and provide
feedback on, which was not provided.
Submitter (and anyone else) is welcome to work with python@ to
produce an appropriately reviewed feature.
[0] https://wiki.freebsd.org/Python/PEP-517
With hat: python (vishwin, koobs)
PR: 255722, 265660, 265692, 265693
Approved by: fluffy (mentor)
7d48381c |
Sunday, 21 Aug 2022
|
20:16 Yuri Victorovich (yuri)
devel/py-hatch-vcs: New port: Hatch plugin for versioning with your preferred
VCS
f243f35 |
16:42 Tobias C. Berner (tcberner)
Qt6: Import Qt6 ports form kde@'s repository
This change brings in the new Qt6 stack, which might still be a bit
in flux in the ports tree for a while.
Obtained from https://github.com/freebsd/freebsd-ports-kde/tree/qt6-6.3.1
with commits from lbartoletti and myself.
Note:
ww/qt6-webengine will land once kai wins another round of patching boundled
chromiums sources.
Exp-run by: antoine
PR: 265843
Differential Revision: https://reviews.freebsd.org/D36179
66259c9 |
14:47 Adam Weinberger (adamw)
devel/p5-Mojo-Base-XS: Add
Mojo::Base::XS implements fast XS-based accessors using the Mojolicious
interface. The accessors are based on Class::XSAccessor.
It can monkey-patch itself into Mojo::Base, or be used as a standalone
inclusion. The same limitations from Mojo::Base apply here, namely that
it doesn't support BUILD/before/after wrappers or roles. Use p5-Moo if
you want those features.
WWW: https://metacpan.org/pod/Mojo::Base::XS
9337adb |
Saturday, 20 Aug 2022
|
07:53 Yuri Victorovich (yuri)
devel/caliper: New port: Instrumentation and performance profiling library
b892775 |
Thursday, 18 Aug 2022
|
16:20 Tobias C. Berner (tcberner)
KDE: Update KDE Gear to 22.08
Thursday, 18 August 2022
KDE Gear ⚙️ 22.08 has Landed!
KDE Gear ⚙️ is the collection of KDE apps, frameworks and libraries that
all release new versions at the same time. Version 22.08 brings updates
for KDE programs for working, developing your creativity and enjoying
your free time without having to submit yourself to extortionate
licenses, intrusive advertising, or surrender your privacy.
Discover the most important changes added in the last four months to
software designed to make your life better!
Full announcement:
https://kde.org/announcements/gear/22.08.0/
116b90e |
Sunday, 14 Aug 2022
|
23:00 Yuri Victorovich (yuri)
devel/robin-hood-hashing: New port: Fast & memory efficient hashtable based on
robin hood hashing for C++
4b63e84 |
18:37 Yuri Victorovich (yuri)
devel/py-diskcache: New port: Disk and file backed persistent cache
9152f9c |
18:37 Yuri Victorovich (yuri)
devel/py-homebase: New port: Platform independent access to user data folders
a715017 |
18:37 Yuri Victorovich (yuri)
devel/py-plucky: New port: Plucking keys/paths/items safely from Python objects
05f4251 |
Friday, 12 Aug 2022
|
17:27 John Baldwin (jhb)
devel/freebsd-gcc12: External FreeBSD toolchain based on GCC 12.
This port provides external GCC toolchains for GCC 12.1.0 for the
aarch64, amd64, armv6, armv7, i386, powerpc, powerpc64, and riscv64
platforms.
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D35685
fabbde5 |
Wednesday, 10 Aug 2022
|
23:01 Brooks Davis (brooks)
devel/llvm15: Add LLVM 15
Modify the llvm14-derived build for 15.0.0rc1, the first LLVM 15
release candidate.
Disble OPENMP by default on i386. It's clearly not being tested on
32-bit upstream.
Don't enable MLIR by default. Instead, rely on FLANG's dependency
on it to turn it on for architectures that support FLANG. This removes
MLIR from default packages on 32-bit system.
0d268d6 |
16:06 Gleb Popov (arrowd) Author: Kubilay Kocak
devel/py-anytree: Python tree data structure.
00ea6c8 |
16:06 Gleb Popov (arrowd) Author: Kubilay Kocak
devel/py-noseofyeti: Python codec that provides an RSpec style DSL for Python.
a10768d |
04:17 Yuri Victorovich (yuri)
devel/py-ubelt: New port: Python utility belt containing simple tools
76f6218 |
04:17 Yuri Victorovich (yuri)
devel/py-line-profiler: New port: Line-by-line profiler for Python
7b96f181 |
04:17 Yuri Victorovich (yuri)
devel/py-xdoctest: New port: Python package for executing tests in documentation
strings
64b885a |
Tuesday, 9 Aug 2022
|
22:57 Yuri Victorovich (yuri)
devel/py-asteval: New port: Safe, minimalistic evaluator of python expression
using ast module
311042b |
Monday, 8 Aug 2022
|
20:15 Dmitry Marakasov (amdmi3)
devel/py-astroid253: add port: legacy version of devel/py-astroid
This is required for devel/py-asttokens testing
c0460b3 |
19:14 Dries Michiels (driesm)
devel/py-lru-dict: add new port
A fast and memory efficient LRU cache for Python.
c39aa34 |
18:52 Dries Michiels (driesm)
devel/py-voluptuous-serialize: add new port
Convert Voluptuous schemas to dictionaries so they can be serialized.
84b2479 |
Sunday, 7 Aug 2022
|
09:25 Thierry Thomas (thierry)
devel/py-recordclass: Adding a new port required by Mathics3
Python library dealing with mutable variants of tuple (mutabletuple) and
collections.namedtuple (recordclass), which support assignments and more
memory saving variants (dataobject, litelist, …).
9f458e1 |
Saturday, 6 Aug 2022
|
17:25 Yuri Victorovich (yuri)
devel/py-session-info: New port: Print version information for loaded modules,
Python, and the OS
60ef4af |
17:25 Yuri Victorovich (yuri)
devel/py-stdlib-list: New port: List of Python Standard Libraries
e97e684 |
Friday, 5 Aug 2022
|
01:33 Yuri Victorovich (yuri)
devel/py-xarray-einstats: New port: Stats, linear algebra and einops for xarray
5d898ac |
Thursday, 4 Aug 2022
|
21:00 Dmitry Marakasov (amdmi3)
devel/simpleini: new port: C++ library providing a simple API to INI-style
configuration files
A cross-platform library that provides a simple API to read and
write INI-style configuration files. It supports data files in
ASCII, MBCS and Unicode. It is designed explicitly to be portable
to any platform and has been tested on Windows, WinCE and Linux.
WWW: https://github.com/brofield/simpleini
ded99a3 |
19:47 Neel Chauhan (nc) Author: Tomohiro Hosaka
devel/p5-Algorithm-Backoff: New port: Various backoff strategies for retry
PR: 265615
c58b3d0 |
11:50 Rodrigo Osorio (rodrigo)
devel/rubygem-zstd-ruby: new port
Ruby binding for zstd(Zstandard - Fast real-time compression algorithm)
3f20b5e |
09:22 Wen Heping (wen)
devel/Makefile: Add p5-Test-DBIC-ExpectedQueries
fb66a1b |
Wednesday, 3 Aug 2022
|
15:20 Baptiste Daroussin (bapt)
devel/muon: new port
Meson compatible build system written in c99
46ba65ca |
09:52 Juraj Lutter (otis)
devel/sjasmplus: Add new port
Add devel/sjasmplus, a cross-compiler of assembly language for Z80 CPU.
WWW: https://github.com/z00m128/sjasmplus
d6f6a6b2 |
Monday, 1 Aug 2022
|
16:13 Yasuhiro Kimura (yasu)
devel/ghub-devel: Add new port
Add devel/ghub-devel, development version of client libraries for the
APIs of various Git forges.
https://github.com/magit/ghub
9ada097 |
16:12 Yasuhiro Kimura (yasu)
devel/transient-devel: Add new port
Add devel/transient-devel, development version of Emacs key and popup
interface for complex keybindings.
https://github.com/magit/transient
19038c6 |
Saturday, 30 Jul 2022
|
19:23 Po-Chuan Hsieh (sunpoet)
devel/rubygem-bootsnap112: Add rubygem-bootsnap112 1.12.0 (copied from
rubygem-bootsnap)
- Add PORTSCOUT
f5e704a |
05:56 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-crt: Add rubygem-aws-crt 0.1.5
AWS Common Runtime for Ruby
The AWS Common Runtime (CRT) libraries are a base library of the SDKs. The CRT
is a modular family of independent packages, written in C. Each package provides
good performance and minimal footprint for different required functionalities.
These functionalities are common and shared across all SDKs providing better
code reuse, optimization, and accuracy.
WWW: https://github.com/awslabs/aws-crt-ruby
61c876a |
05:56 Po-Chuan Hsieh (sunpoet)
devel/py-robotframework-stacktrace: Add py-robotframework-stacktrace 0.4.1
robotframework-stacktrace provides a listener for RF >= 4.0 that prints a Stack
Trace to console to faster find the code section where the failure appears.
WWW: https://github.com/MarketSquare/robotframework-stacktrace
454099b |
05:56 Po-Chuan Hsieh (sunpoet)
devel/py-unearth: Add py-unearth 0.5.2
unearth is a utility to fetch and download python packages.
WWW: https://github.com/frostming/unearth
5c95a0b |
05:56 Po-Chuan Hsieh (sunpoet)
devel/py-robotframework-pythonlibcore: Add py-robotframework-pythonlibcore 3.0.0
Tools to ease creating larger test libraries for Robot Framework using Python.
The Robot Framework hybrid and dynamic library API gives more flexibility for
library than the static library API, but they also sets requirements for
libraries which needs to be implemented in the library side. PythonLibCore eases
the problem by providing simpler interface and handling all the requirements
towards the Robot Framework library APIs.
WWW: https://github.com/robotframework/PythonLibCore
66dc1aa |
Wednesday, 27 Jul 2022
|
15:31 Nuno Teixeira (eduardo) Author: Joel Bodenmann
devel/qschematic: New port: Qt/C++ library providing widgets for drawing
diagrams
- submitter becomes maintainer
QSchematic is a C++ library providing Qt widgets to easily draw diagrams and
schematics in a Qt application. It uses Qt's graphics view framework.
The library interface allows for easy customization of existing items and adding
new custom items such as wires, nodes, connectors and similar.
Drawn diagrams/schematics can be easily serialized to and from XML. A built-in
netlist generator is provided to build a netlist form a drawn diagram/schematic.
WWW: https://github.com/simulton/qschematic
PR: 265449
685fabb |
Tuesday, 26 Jul 2022
|
17:21 Mateusz Piotrowski (0mp)
sysutils/git-prev-next: Add port
git-prev-next allows to easily navigate commits, and amend them.
It is built on top of interactive rebase.
WWW: https://github.com/ridiculousfish/git-prev-next
dd6d864 |
Friday, 22 Jul 2022
|
06:33 Yuri Victorovich (yuri)
devel/py-synr: New port: Consistent AST for Python
1a949e3 |
Thursday, 21 Jul 2022
|
06:54 Nuno Teixeira (eduardo) Author: Fullermd
devel/py-fastbencode: New port: Fast implementation of bencode
- submitter becomes maintainer
fastbencode is an implementation of the bencode serialization format
originally used by BitTorrent.
The package includes both a pure-Python version and an optional C
extension based on Cython. Both provide the same functionality, but the
C extension provides significantly better performance.
WWW: https://github.com/breezy-team/fastbencode
PR: 265277
9e8e808 |
Monday, 18 Jul 2022
|
20:38 Po-Chuan Hsieh (sunpoet)
devel/py-giturlparse: Add py-giturlparse 0.10.0
giturlparse parses & rewrites git urls (supports GitHub, Bitbucket, FriendCode,
Assembla, Gitlab ...). This is a fork of giturlparse.py with updated parsers.
WWW: https://github.com/nephila/giturlparse
933afd4 |
20:38 Po-Chuan Hsieh (sunpoet)
devel/py-ckanapi: Add py-ckanapi 4.7
ckanapi is a command line interface and Python module for accessing the CKAN
Action API.
The ckanapi command line interface lets you access local and remote CKAN
instances for bulk operations and simple API actions.
The ckanapi Python module may be used from within a CKAN extension or in a
Python 2 or Python 3 application separate from CKAN.
WWW: https://github.com/ckan/ckanapi
c30305d |
12:39 Po-Chuan Hsieh (sunpoet)
devel/py-awscrt: Add py-awscrt 0.13.14
Python 3 bindings for the AWS Common Runtime
WWW: https://github.com/awslabs/aws-crt-python
5d0cb08 |
07:00 Nuno Teixeira (eduardo) Author: Robert Clausecker
devel/genht: New port: Simple generic hash table implementation in C
- submiter becomes maintainer
genht is a simple generic hash table implementation in C.
Uses open addressing scheme with space doubling.
Type generics is achieved by ugly name prefixing macros.
WWW: http://www.repo.hu/projects/genht/
PR: 265261
5cb56fb |
Sunday, 17 Jul 2022
|
17:00 Stefan Eßer (se)
Revert "devel/wasi-compiler-rt14: add new port"
Charlie Li <vishwin@freebsd.org> requests a revert of the addition of
this port, since it needs updates to wase-libc and wasi-libc++ to be
used.
The support for LLVM-14 has been worked on since May of 2022, with a
number of unresolved issues remaining (see reviews D35286 to D35389).
The "make index" breakage for LLVM_DEFAULT=14 has been dealt with by
enforcing use of LLVM-13 for www/firefox (in commit 6b2cf7d799d).
This reverts commit febcdcce6160c7203722afca2c226aeac531c1e6.
973550d |
Friday, 15 Jul 2022
|
23:06 Stefan Eßer (se)
devel/wasi-compiler-rt14: add new port
This port is a copy of devel/wasi-compiler-rt13 with the DISTVERSION
changed to 14.0.6 and the distinfo file updated to match that version.
febcdcc |
Thursday, 14 Jul 2022
|
05:55 Yuri Victorovich (yuri)
devel/argobots: New port: Lightweight, low-level threading and tasking framework
3957631 |
Wednesday, 13 Jul 2022
|
21:24 Po-Chuan Hsieh (sunpoet)
devel/rubygem-webpacker-rails61-node16: Remove obsoleted port
Use devel/rubygem-webpacker-rails61 instead.
76c07de |
21:23 Po-Chuan Hsieh (sunpoet)
devel/rubygem-execjs-node16: Remove obsoleted port
Use devel/rubygem-execjs instead.
59878ea |
07:19 Yuri Victorovich (yuri)
devel/ChipmunkPhysics: Move to science/ChipmunkPhysics
fa189d5 |
01:18 Yuri Victorovich (yuri)
devel/pika: New port: C++ library for concurrency and parallelism
db2cfd5 |
Number of commits found: 11319 (showing only 100 on this page) |