| non port: devel/Makefile |
Number of commits found: 12514 (showing only 100 on this page) |
|
Sunday, 26 Dec 2021
|
02:57 Hiroki Tagato (tagattie) Author: Goran Mekić
devel/py-aiocontextvars: add port: Asyncio support for PEP-567 contextvars
backport
Contextvars with asyncio support.
WWW: https://github.com/fantix/aiocontextvars
PR: 257332
Reported by: Goran Mekić <meka@tilda.center> (new maintainer)
3cc3b89 |
|
Friday, 24 Dec 2021
|
05:24 Neel Chauhan (nc)
devel/libgusb: New port: GUsb is a GObject wrapper for libusb1
This is needed for colord 1.4.0+.
a338460 |
|
Wednesday, 22 Dec 2021
|
17:04 Matthias Fechner (mfechner)
devel/rubygem-gitlab-license_finder: new port with version 6.14.2.1
Required for gitlab-ce 14.6.
9888f1d |
|
Tuesday, 21 Dec 2021
|
20:12 Po-Chuan Hsieh (sunpoet)
*/Makefile: Remove obsoleted ports (followup of
76dda558a1cd842b105c680ee90171f1ebd675c0)
6a0dec8 |
19:26 Po-Chuan Hsieh (sunpoet)
devel/rubygem-batch-loader14: Remove obsoleted port
Use devel/rubygem-batch-loader instead.
05e7d71 |
18:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-sidekiq62: Add rubygem-sidekiq62 6.2.2 (copied from
rubygem-sidekiq)
- Add PORTSCOUT
5abbb56 |
18:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-rbs_json_schema: Add rubygem-rbs_json_schema 0.1.0
rbs_json_schema is a RBS type definition generator from JSON Schema. It loads
JSON files and writes RBS type definitioins.
WWW: https://github.com/ruby/rbs_json_schema
2bed537 |
18:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-pstore: Add rubygem-pstore 0.1.1
PStore implements a file based persistence mechanism based on a Hash. User code
can store hierarchies of Ruby objects (values) into the data store file by name
(keys). An object hierarchy may be just a single object. User code may later
read values back from the data store or even update data, as needed.
The transactional behavior ensures that any changes succeed or fail together.
This can be used to ensure that the data store is not left in a transitory
state, where some values were updated but others were not.
Behind the scenes, Ruby objects are stored to the data store file with Marshal.
That carries the usual limitations. Proc objects cannot be marshalled, for
example.
WWW: https://github.com/ruby/pstore
e284b85 |
18:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-profile: Add rubygem-profile 0.4.0
Profile provides a way to Profile your Ruby application.
Profiling your program is a way of determining which methods are called and how
long each method takes to complete. This way you can detect which methods are
possible bottlenecks.
Profiling your program will slow down your execution time considerably, so
activate it only when you need it. Don't confuse benchmarking with profiling.
WWW: https://github.com/ruby/profile
82e7b7f |
18:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-ostruct: Add rubygem-ostruct 0.5.0
An OpenStruct is a data structure, similar to a Hash, that allows the definition
of arbitrary attributes with their accompanying values. This is accomplished by
using Ruby's metaprogramming to define methods on the class itself.
WWW: https://github.com/ruby/ostruct
21fd086 |
18:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-mutex_m: Add rubygem-mutex_m 0.1.1
When 'mutex_m' is required, any object that extends or includes Mutex_m will be
treated like a Mutex.
WWW: https://github.com/ruby/mutex_m
8ba9cd9 |
18:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-fcntl: Add rubygem-fcntl 1.0.1
Fcntl loads the constants defined in the system's <fcntl.h> C header file, and
used with both the fcntl(2) and open(2) POSIX system calls.
- To perform a fcntl(2) operation, use IO::fcntl.
- To perform an open(2) operation, use IO::sysopen.
The set of operations and constants available depends upon specific operating
system. Some values listed below may not be supported on your system.
WWW: https://github.com/ruby/fcntl
207d8e6 |
18:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-drs: Add rubygem-aws-sdk-drs 1.0.0
Official AWS Ruby gem for Elastic Disaster Recovery Service (drs).
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-drs
ee55041 |
18:38 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-appconfigdata: Add rubygem-aws-sdk-appconfigdata 1.0.0
Official AWS Ruby gem for AWS AppConfig Data.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-appconfigdata
1891299 |
18:20 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
d00b784 |
|
Monday, 20 Dec 2021
|
19:41 Joseph Mingrone (jrm)
devel/git-arc: New port for FreeBSD code reviews
FreeBSD code review with git-arc:
https://freebsdfoundation.org/wp-content/uploads/2021/11/FreeBSD-Code-Review-with-git-arc.pdf
366ffde |
14:20 Li-Wen Hsu (lwhsu) Author: Dmytro Bilokha
Add devel/py-intelhex, Python library and scripts for Intel HEX format
PR: 260204
e6b4ca6 |
08:25 Wen Heping (wen)
devel/py-dexml: Removed port, use devel/py-dexml2 instead.
e63c022f |
08:18 Wen Heping (wen)
devel/py-dexml2: Repocopy devel/py-dexml --> devel/py-dexml2 and update to 0.5.3
ba29dbf |
|
Sunday, 19 Dec 2021
|
21:49 Neel Chauhan (nc) Author: Brad Davis
devel/py-frozenlist: New port
PR: 260444
e10f683 |
|
Tuesday, 14 Dec 2021
|
13:02 Tobias Kortkamp (tobik)
*: Clean up some things
- Fix typos
- Remove unreferenced variables
- Sort categories
- Clean up commented PORTREVISION
- Fix broken syntax
Reported by: portscan
feb95d6 |
|
Friday, 10 Dec 2021
|
05:19 Guangyuan Yang (ygy)
devel/R-cran-lintr: New port: A 'Linter' for R Code
937188a |
05:03 Guangyuan Yang (ygy)
devel/R-cran-cyclocomp: New port: Cyclomatic Complexity of R Code
2b059a5 |
|
Wednesday, 8 Dec 2021
|
19:09 Ashish SHUKLA (ashish)
devel/soft-serve: New port: Self-hosted Git server
A tasty, self-hosted Git server for the command line.
Features:
o Configure with git
o Create repos on demand with git push
o Browse repos with an SSH-accessible TUI
o Easy access control
- Allow/disallow anonymous access
- Add collaborators with SSH public keys
- Repos can be public or private
WWW: https://github.com/charmbracelet/soft-serve
5fadc60 |
|
Tuesday, 7 Dec 2021
|
22:18 Juraj Lutter (otis) Author: Robert Clausecker
devel/gopls: Add port: Go language server
gopls (pronounced "Go please") is the official Go language server
developed by the Go team. It provides IDE features to any
LSP-compatible editor.
PR: 260258
d7a1eab |
|
Monday, 6 Dec 2021
|
01:58 Muhammad Moinur Rahman (bofh)
devel/getoptions: NEW Port
Elegant option parser for shell scripts
An elegant option parser for shell scripts (full support for all POSIX
shells)
getoptions is a new option parser and generator written in
POSIX-compliant shell
script and released in august 2020. It is for those who want to support
the
POSIX / GNU style option syntax in your shell scripts. Most easy,
simple, fast,
small, extensible and portable. No more any loops and templates needed!
WWW: https://github.com/ko1nksm/getoptions/
fb06e95 |
|
Saturday, 4 Dec 2021
|
12:07 Matthias Fechner (mfechner)
*/*: new ports required for gitlab-ce 14.5
c082f4a |
|
Tuesday, 30 Nov 2021
|
18:18 Christoph Moench-Tegeder (cmt)
devel/wasi-compiler-rt12: new port
step one in unbreaking www/firefox in 2021Q4: we need a wasi-compiler-rt
port which matches the clang building firefox, which in turn has to
match rust's embedded llvm. rust 1.55 on 2021Q4 has llvm 12.
0741c12 |
|
Saturday, 27 Nov 2021
|
18:46 Baptiste Daroussin (bapt)
devel/libsoup3: new port
Create a new libsoup3 port, libsoup3 is incompatible with libsoup2 and
do not conflict with libsoup2.
3179c4e |
16:18 Dries Michiels (driesm) Author: Michael Boehm
devel/py-jsonpath-ng: New port
JSONPath implementation based on jsonpath-rw and jsonpath-rw-ext.
PR: 258149
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D33135
516de6f |
|
Friday, 26 Nov 2021
|
10:24 Mikael Urankar (mikael) Author: Faraz Vahedi
devel/texlab: Add new port
Language Server Protocol for LaTeX
A cross-platform implementation of the Language Server Protocol providing rich
cross-editing support for the LaTeX typesetting system. The server may be used
with any editor that implements the Language Server Protocol.
WWW: https://texlab.netlify.app/
Differential Revision: https://reviews.freebsd.org/D32776
5a868ad |
|
Wednesday, 24 Nov 2021
|
08:41 Hiroki Tagato (tagattie)
devel/electron13: update devel category Makefile
This change should have been a part of commit 4da4f5edbf9d.
Pointed out by: antoine
6024d03 |
02:33 Yuri Victorovich (yuri)
devel/rkcommon: New port: Intel RenderKit common C++/CMake infrastructure
546f3b9 |
|
Tuesday, 23 Nov 2021
|
13:58 Baptiste Daroussin (bapt)
devel/bsddialog: new port
bsddialog is an effort to provide a bsd 2 clause alternative to
libdialog.
56641e1 |
|
Monday, 22 Nov 2021
|
19:53 Jan Beich (jbeich)
devel/sdbus-cpp: add new port
sdbus-c++ is a high-level C++ D-Bus library for Linux designed to
provide expressive, easy-to-use API in modern C++. It adds another
layer of abstraction on top of sd-bus, a nice, fresh C D-Bus
implementation by systemd.
sdbus-c++ has been written primarily as a replacement of dbus-c++,
which currently suffers from a number of (unresolved) bugs,
concurrency issues and inherent design complexities and
limitations. sdbus-c++ has learned from dbus-c++ and has chosen a
different path, a path of simple yet powerful design that is intuitive
and friendly to the user and inherently free of those bugs.
Even though sdbus-c++ uses sd-bus library, it is not necessarily
constrained to systemd and can perfectly be used in non-systemd
environments as well.
https://github.com/Kistler-Group/sdbus-cpp
d05e8a3 |
10:57 Vasil Dimov (vd)
devel/py-mrkd: new port to write man pages using markdown
Required for generating man pages of net-p2p/c-lightning starting
from version 0.10.2.
55ae2c4 |
|
Sunday, 21 Nov 2021
|
21:14 Po-Chuan Hsieh (sunpoet)
devel/rubygem-debase-ruby_core_source: Add rubygem-debase-ruby_core_source
0.10.12
Fork of debugger-ruby_core_source that uses included Ruby headers (*.h and
*.inc) instead of downloading them.
WWW: https://github.com/os97673/debase-ruby_core_source
7908a81 |
21:14 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-migrationhubstrategyrecommendations: Add
rubygem-aws-sdk-migrationhubstrategyrecommendations 1.0.0
Official AWS Ruby gem for Migration Hub Strategy Recommendations.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-migrationhubstrategyrecommendations
8dc01fb |
21:13 Po-Chuan Hsieh (sunpoet)
devel/py-click7: Add py-click7 7.1.2 (copied from py-click)
- Add PORTSCOUT
774e2ea |
18:56 Fernando Apesteguía (fernape) Author: James E Keenan
devel/p5-B-Debug: new port to walk Perl syntax tree, printing debug info about
ops
As of perl-5.30, released in the spring of 2019, B-Debug is no longer shipped
with the Perl 5 core distribution. So at the present time it's not available
through FreeBSD ports.
PR: 258350
Reported by: jkeenan@pobox.com
6990380 |
18:18 Po-Chuan Hsieh (sunpoet)
devel/rubygem-webpacker-rails61-node16: Add rubygem-webpacker-rails61-node16
5.4.3 (copied from rubygem-webpacker-rails61)
944fec9 |
18:18 Po-Chuan Hsieh (sunpoet)
devel/rubygem-execjs-node16: Add rubygem-execjs-node16 2.8.1 (copied from
rubygem-execjs)
8f7bc74 |
18:18 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-resiliencehub: Add rubygem-aws-sdk-resiliencehub 1.0.0
Official AWS Ruby gem for AWS Resilience Hub.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-resiliencehub
78e6c4c |
18:18 Po-Chuan Hsieh (sunpoet)
devel/p5-Future-IO: Add p5-Future-IO 0.10
Future::IO provides a few basic methods that behave similarly to the same-named
core perl functions relating to IO operations, but yield their results
asynchronously via Future instances.
This is provided primarily as a decoupling mechanism, to allow modules to be
written that perform IO in an asynchronous manner to depend directly on this,
while allowing asynchronous event systems to provide an implementation of these
operations.
WWW: https://metacpan.org/dist/Future-IO
7888234 |
|
Saturday, 20 Nov 2021
|
07:26 Alexey Dokuchaev (danfe)
devel/p5-CPU-Z80-Assembler: new port had been added (+)
This Perl module implements a Z80 assembler.
WWW: https://metacpan.org/dist/CPU-Z80-Assembler
d24a31a |
07:01 Alexey Dokuchaev (danfe)
devel/p5-Asm-Preproc: new port had been added (+)
This is a preprocessor module to be called from an assembler.
WWW: https://metacpan.org/dist/Asm-Preproc
88e2dec |
|
Friday, 19 Nov 2021
|
21:33 Yuri Victorovich (yuri)
devel/lyra: New port: Command line parser for C++11
52e7203 |
14:37 Matthias Fechner (mfechner)
www/gitlab-ce: Use grpc 1.30.2
We currently see problems and gitlab suggested to use grpc 1.30.2:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693#note_734676746
Newer version of grpc and google-protobuf have known bugs.
The open bug that license files cannot not be handled is tracked here:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259848
0aac448 |
14:18 Alexey Dokuchaev (danfe)
devel/z88dk: new port had been added (+)
Z88DK is a collection of software development tools that targets the
8080 and Z80 family of machines. It allows program development in C,
assembly language, or any mixture of the two.
WWW: https://z88dk.org/site/
adba40c |
09:12 Alexey Dokuchaev (danfe)
devel/p5-Iterator-Simple-Lookahead: new port had been added (+)
Simple, fast, and powerful iterator with lookahead and unget.
WWW: https://metacpan.org/dist/Iterator-Simple-Lookahead
78b2e13 |
08:30 Alexey Dokuchaev (danfe)
devel/p5-Capture-Tiny-Extended: new port had been added (+)
This module is for capturing standard output and error streams
from Perl, XS, or external programs (with some extras).
WWW: https://metacpan.org/dist/Capture-Tiny-Extended
3c16278 |
08:00 Alexey Dokuchaev (danfe)
devel/p5-Object-Tiny-RW: new port had been added (+)
This is a fork of Object::Tiny which also accepts arguments
to its accessors to set the value accordingly.
WWW: https://metacpan.org/dist/Object-Tiny-RW
b2ab9e4 |
|
Thursday, 18 Nov 2021
|
11:23 Alexey Dokuchaev (danfe)
devel/xelfviewer: new port had been added (+)
This is versatile graphical viewer and editor for ELF files,
based on the stock Qt libraries and a few custom components.
WWW: https://github.com/horsicq/XELFViewer
026cc85 |
|
Wednesday, 17 Nov 2021
|
06:43 Alexey Dokuchaev (danfe)
devel/xopcodecalc: new port had been added (+)
This small program calculates and displays x86 CPU opcodes in
graphical, easily readable way. It is based on Qt libraries.
WWW: https://github.com/horsicq/XOpcodeCalc
d936331 |
|
Saturday, 13 Nov 2021
|
20:34 Muhammad Moinur Rahman (bofh)
devel/py-pyparsing2: NEW Port
www/py-graphite-web is BROKEN with latest devel/py-pyparsing
Pyparsing is a general parsing module for Python. Grammars are
implemented directly in the client code using parsing objects, instead of
externally, as with lex/yacc-type tools. Includes simple examples for
parsing SQL, CORBA IDL, and 4-function math.
This is 2.X branch of pyparsing.
WWW: https://pypi.org/project/pyparsing/
WWW: https://github.com/pyparsing/pyparsing
Reported by: tz
Sponsored by: Bounce Experts
3453fd4 |
14:44 Matthias Fechner (mfechner)
New ports required for previous rubygem updates
41919fd |
14:44 Matthias Fechner (mfechner)
devel/rubygem-license_finder: added new port
Is required for gitlab-ce.
071dde0 |
|
Wednesday, 10 Nov 2021
|
16:03 Kyle Evans (kevans)
devel/zmusic: fix category to audio
devel is accurate, but audio is much more precise.
Reported by: danfe
85ee667 |
10:27 Yasuhiro Kimura (yasu)
devel/rubygem-debug: Add new port
In Ruby 3.1 lib/debug.rb standard library is replaced with new
debugger debug.gem. But our standard ruby ports don't include bundled
gems in their packages and it also applies to upcoming lang/ruby31
port. So add this port for those who want to use debugging
functionality with Ruby 3.1.
ae3d504 |
08:38 Kyle Evans (kevans)
devel/zmusic: GZDoom's music system as a library [NEW PORT]
This library is currently used in GZDoom, Raze, and may be used in the
newer PrBoom+.
WWW: https://github.com/coelckers/gzdoom
9633fdc |
|
Saturday, 6 Nov 2021
|
21:46 Guangyuan Yang (ygy) Author: Jean-Paul Beconne
devel/R-cran-devtools: New Port
Tools to Make Developing R Packages Easier.
PR: 246860
9ed19b4 |
19:29 Li-Wen Hsu (lwhsu)
Add devel/elfcat: ELF visualizer, generates HTML files from ELF binaries
5ab1207 |
|
Friday, 5 Nov 2021
|
23:53 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-chimesdkmeetings: Add rubygem-aws-sdk-chimesdkmeetings
1.0.0
Official AWS Ruby gem for Amazon Chime SDK Meetings.
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-chimesdkmeetings
806b518 |
19:13 Po-Chuan Hsieh (sunpoet)
*/Makefile: Sort SUBDIRs
3c48004 |
05:49 Guangyuan Yang (ygy) Author: Jean-Paul Beconne
devel/R-cran-usethis: New Port: Automate Package and Project Setup
PR: 246839
5d36955 |
|
Monday, 1 Nov 2021
|
13:41 Po-Chuan Hsieh (sunpoet)
devel/py-grpcio-status: Add py-grpcio-status 1.41.1
Reference package for GRPC Python status proto mapping.
WWW: https://grpc.io/
05cede0 |
13:41 Po-Chuan Hsieh (sunpoet)
devel/py-jsonschema3: Add py-jsonschema3 3.2.0 (copied from py-jsonschema)
- Fix *_DEPENDS
- Add PORTSCOUT
83d7ba7 |
|
Sunday, 31 Oct 2021
|
09:50 Rene Ladan (rene)
cleanup: Remove expired ports:
games/super_methane_brothers, depends on expired devel/clanlib
emulators/advancemess, depends on expired emulators/advancemame
2021-10-31 emulators/advancemame: Heavily outdated and unmaintained
2021-10-31 devel/clanlib: Upstream no longer maintained
502145e |
|
Saturday, 30 Oct 2021
|
08:00 Yasuhiro Kimura (yasu) Author: Alessandro Sagratini
devel/py-circuitbreaker: Add new port
This is a Python implementation of the "Circuit Breaker" Pattern.
(http://martinfowler.com/bliki/CircuitBreaker.html)
Inspired by Michael T. Nygard's highly recommendable book Release It!
(https://pragprog.com/book/mnee/release-it)
PR: 259307
ae9fd74 |
|
Friday, 29 Oct 2021
|
22:52 Yasuhiro Kimura (yasu) Author: Neal Nelson
devel/nimble: Reinstate port and update to 0.13.1
The official documentation of nim states that nimble is included with
the distribution of nim, but this is somewhat disingenuous as koch,
the nim builder, will fetch the nimble source code from git. So
reinstate devel/nimble as separate port of nimble, which is not built
by lang/nim.
PR: 259522
7859c2a |
|
Thursday, 28 Oct 2021
|
08:40 Yasuhiro Kimura (yasu) Author: Neal Nelson
devel/py-cymbal: Add new port
Cymbal makes it easy to add functionality missing from libclang Python
bindings
The Clang libclang python bindings use ctypes to invoke functions
present in libclang dynamic library. In some cases, only a subset of
the C functions are available, because the platform or version
specific Python bindings omit functions. Cymbal simplfies the process
of dynamically adding those methods to Types and Cursors.
PR: 256925
c5067c3 |
08:40 Yasuhiro Kimura (yasu) Author: Neal Nelson
devel/py-cadquery-pywrap: Add new port
PyWrap is a C++ binding generator using pybind11, libclang and
jinja. The main goal of this project is to automatically generate
bindings for OCCT7.3 (opencascade) and beyond without single manual
edit of the generated code. Once finished the project will be usable
as a general C++ binding generator.
PR: 257131
1de9073 |
07:17 Yasuhiro Kimura (yasu) Author: Neal Nelson
devel/py-logzero: Add new port
Robust and effective logging for Python 2 and 3.
PR: 256924
1570b78 |
07:17 Yasuhiro Kimura (yasu) Author: Neal Nelson
devel/py-clang: Add new port
This is a stand-alone python library binding the libclang
functionality. Currently each llvm port installs it's own version, but
this is an option (albeit default) and it's installed in a
non-standard location. This port removes the dependency on the option
and the need to patch software that uses it to use the non-standard
location.
PR: 258199
6cb28f4 |
|
Wednesday, 27 Oct 2021
|
20:41 Rene Ladan (rene)
cleanup: Remove expired ports:
2021-10-27 emulators/vpcs: Upstream unmaintained
2021-10-27 devel/google-gdata: Google is no longer using GoogleData APIs
2021-10-27 net/irrd-legacy: Use net/irrd
aec8e72 |
06:20 Matthias Fechner (mfechner)
*/*: Revert "*/*: Make rails 6.1.3 available"
This reverts commit f4511dc4a7c439b30c898b75246d314a574f01cb.
Add MOVED entries.
These ports are not required anymore as gitlab 14.4.0 has upgrade
now to rails 6.1.4.1.
4a7e890 |
|
Monday, 25 Oct 2021
|
21:46 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-panorama: Add rubygem-aws-sdk-panorama 1.0.0
Official AWS Ruby gem for AWS Panorama (Panorama).
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-panorama
2bad89b |
15:57 Po-Chuan Hsieh (sunpoet)
devel/rubygem-chef-provisioning: Remove obsoleted port
Chef Provisioning is EoL'd on August 31, 2019.
Reference: https://docs.chef.io/versions/#end-of-life-eol-products
1ee140a |
15:57 Po-Chuan Hsieh (sunpoet)
devel/rubygem-grit: Remove obsoleted port
Grit is no longer maintained since January 29, 2014.
Reference: https://github.com/mojombo/grit/commit/83d3124f8dc2fbd5542041d1f84e6153612d5ed9
7207438 |
15:57 Po-Chuan Hsieh (sunpoet)
devel/rubygem-pedump: Add rubygem-pedump 0.6.2
pedump provides a pure ruby implementation of Win32 PE binary files dumper.
WWW: https://github.com/zed-0xff/pedump
8e3cedb |
15:57 Po-Chuan Hsieh (sunpoet)
devel/rubygem-zhexdump: Add rubygem-zhexdump 0.0.2
ZHexdump provides a very flexible hexdump implementation.
WWW: https://github.com/zed-0xff/zhexdump
7c8f217 |
15:57 Po-Chuan Hsieh (sunpoet)
devel/rubygem-contracts016: Add rubygem-contracts016 0.16.1 (copied from
rubygem-contracts)
Contracts let you clearly -- even beautifully -- express how your code behaves,
and free you from writing tons of boilerplate, defensive code.
You can think of contracts as assert on steroids.
WWW: https://github.com/egonSchiele/contracts.ruby
7268240 |
15:57 Po-Chuan Hsieh (sunpoet)
devel/rubygem-iostruct: Add rubygem-iostruct 0.0.4
iostruct provides a struct that can read/write itself from/to IO-like objects.
WWW: https://github.com/zed-0xff/iostruct
e8c7cd8 |
15:57 Po-Chuan Hsieh (sunpoet)
devel/rubygem-omnibus: Add rubygem-omnibus 8.2.2
Omnibus is a framework for building self-installing, full-stack software builds.
Omnibus provides both a DSL for defining Omnibus projects for your software, as
well as a command-line tool for generating installer artifacts from that
definition.
WWW: https://github.com/chef/omnibus
5b8e4e9 |
15:57 Po-Chuan Hsieh (sunpoet)
devel/py-ipykernel: Add py-ipykernel 6.4.2
The IPython kernel is the Python execution backend for Jupyter.
WWW: https://ipython.org/
WWW: https://github.com/ipython/ipykernel
5d011fa |
15:57 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-managedgrafana: Add rubygem-aws-sdk-managedgrafana 1.0.0
Official AWS Ruby gem for Amazon Managed Grafana.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-managedgrafana
54e9e4b |
14:08 Danilo Egea Gondolfo (danilo)
*/*: Plug the new ports below to the ports tree.
devel/aws-c-compresion
devel/aws-c-http
devel/aws-c-mqtt
devel/aws-c-s3
devel/aws-c-sdkutils
devel/aws-crt-cpp
security/aws-c-auth
a9ed510 |
|
Sunday, 24 Oct 2021
|
02:49 Joseph Mingrone (jrm)
devel/sfsexp: New port: Small Fast S-Expression Library
https://github.com/mjsottile/sfsexp
32784ed |
|
Thursday, 21 Oct 2021
|
15:46 Mikael Urankar (mikael) Author: Greg V
devel/wasi-compiler-rt13: Add new port.
The LLVM Project is a collection of modular and reusable compiler and
toolchain technologies.
This port includes Clang builtins for WASI
(WebAssembly System Interface).
Differential Revision: https://reviews.freebsd.org/D32439
5b6ee98 |
|
Wednesday, 20 Oct 2021
|
07:27 Li-Wen Hsu (lwhsu) Author: Robert Clausecker
devel/gocritic: (New) Opinionated Go source code linter for code audit
PR: 259268
8e45eba |
|
Tuesday, 19 Oct 2021
|
00:05 Eric Turgeon (ericbsd)
devel/linux-sublime-merge: updated to 2062
renamed sublime-merge to linux-sublime-merge
043a0f0 |
|
Monday, 18 Oct 2021
|
19:49 Matthias Andree (mandree)
devel/py-breathe: RST&Sphinx bridge to Doxygen [NEW PORT]
Breathe provides a bridge between the Sphinx and Doxygen documentation systems.
It is an easy way to include Doxygen information in a set of documentation
generated by Sphinx. The aim is to produce an autodoc like support for people
who enjoy using Sphinx but work with languages other than Python. The system
relies on the Doxygen’s xml output.
WWW: https://github.com/michaeljones/breathe
7fc9eb5 |
|
Sunday, 17 Oct 2021
|
20:03 Antoine Brodin (antoine)
devel/py-azure-keyvault-keys: remove, duplicate of
security/py-azure-keyvault-keys
13a5638 |
15:51 Danilo G. Baio (dbaio)
devel/py-azure-keyvault-keys: New port
Azure Key Vault Keys client library for Python
Azure Key Vault helps solve the following problems:
- Cryptographic key management (this library) - create, store, and control
access to the keys used to encrypt your data
- Secrets management (azure-keyvault-secrets) - securely store and control
access to tokens, passwords, certificates, API keys, and other secrets
- Certificate management (azure-keyvault-certificates) - create, manage, and
deploy public and private SSL/TLS certificates
- Vault administration (azure-keyvault-administration) - role-based access
control (RBAC), and vault-level backup and restore options
WWW: https://pypi.org/project/azure-keyvault-keys/
ef4c0cd |
02:10 Wen Heping (wen)
devel/py-pythran: Add new port
Pythran is an ahead of time compiler for a subset of the Python language,
with a focus on scientific computing. It takes a Python module annotated
with a few interface descriptions and turns it into a native Python module
with the same interface, but (hopefully) faster.
WWW: https://github.com/serge-sans-paille/pythran
924de74 |
|
Wednesday, 13 Oct 2021
|
19:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-cloudcontrolapi: Add rubygem-aws-sdk-cloudcontrolapi 1.0.0
Official AWS Ruby gem for AWS Cloud Control API (CloudControlApi).
WWW: https://github.com/aws/aws-sdk-ruby
WWW:
https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-cloudcontrolapi
ed52af1 |
19:11 Po-Chuan Hsieh (sunpoet)
devel/rubygem-aws-sdk-account: Add rubygem-aws-sdk-account 1.0.0
Official AWS Ruby gem for AWS Account.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-account
d05d547 |
05:34 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-sqladmin_v1beta4: Add
rubygem-google-apis-sqladmin_v1beta4 0.17.0
This is a simple client library for version V1beta4 of the Cloud SQL Admin API.
It provides:
- A client object that connects to the HTTP/JSON REST endpoint for the service.
- Ruby objects for data structures related to the service.
- Integration with the googleauth gem for authentication using OAuth, API keys,
and service accounts.
- Control of retry, pagination, and timeouts.
WWW: https://github.com/googleapis/google-api-ruby-client
WWW:
https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4
a887d6b |
05:34 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-pubsub_v1: Add rubygem-google-apis-pubsub_v1 0.8.0
This is a simple client library for version V1 of the Cloud Pub/Sub API. It
provides:
- A client object that connects to the HTTP/JSON REST endpoint for the service.
- Ruby objects for data structures related to the service.
- Integration with the googleauth gem for authentication using OAuth, API keys,
and service accounts.
- Control of retry, pagination, and timeouts.
WWW: https://github.com/googleapis/google-api-ruby-client
WWW:
https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-pubsub_v1
593c991 |
05:34 Po-Chuan Hsieh (sunpoet)
devel/rubygem-google-apis-monitoring_v3: Add rubygem-google-apis-monitoring_v3
0.14.0
This is a simple client library for version V3 of the Cloud Monitoring API. It
provides:
- A client object that connects to the HTTP/JSON REST endpoint for the service.
- Ruby objects for data structures related to the service.
- Integration with the googleauth gem for authentication using OAuth, API keys,
and service accounts.
- Control of retry, pagination, and timeouts.
WWW: https://github.com/google/google-api-ruby-client
WWW:
https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v3
5ebdd1f |
Number of commits found: 12514 (showing only 100 on this page) |