| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Changes: https://github.com/df7cb/pg_dirtyread/releases
https://github.com/df7cb/pg_dirtyread/commits/master
|
|
|
|
| |
Changes: https://github.com/maxbube/mydumper/releases
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
It is required by databases/py-caterva 0.7.0.
|
|
|
|
| |
Changes: https://github.com/MusicPlayerDaemon/libmpdclient/blob/master/NEWS
|
|
|
|
|
| |
Changes: http://fungi.yuggoth.org/weather/doc/news.rst
https://www.yuggoth.org/gitweb?p=weather.git;a=shortlog
|
|
|
|
|
|
|
|
| |
- Remove DOCS option
- Update pkg-descr
- Take maintainership
Changes: https://github.com/upx/upx/releases
|
|
|
|
|
| |
- Update pkg-descr
- Take maintainership
|
|
|
|
|
|
| |
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Remove PORTREVISION
- Take maintainership
|
|
|
|
|
|
|
|
|
| |
textproc/py-python-markdown-math
- Update version requirement of RUN_DEPENDS
- Update USES=python
- Add NO_ARCH
- Take maintainership
|
|
|
|
|
|
| |
rubygem-sidekiq)
- Add PORTSCOUT
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PyJWT is a Python implementation of RFC 7519.
WWW: https://github.com/jpadilla/pyjwt
|
|
|
|
|
|
| |
URL utilities for markdown-it parser.
WWW: https://github.com/executablebooks/mdurl
|
|
|
|
|
|
|
|
|
|
| |
Command line utilities to convert between JSON and YAML while preserving the
order of associative arrays.
Preserving the mapping order is helpful to humans reading the documents, despite
not affecting their meaning.
WWW: https://github.com/drbild/json2yaml
|
| |
|
|
|
|
| |
Release notes at <https://github.com/arp242/uni/releases/tag/v2.4.0>.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
error: use of undeclared identifier MAXPATHLEN
sys/module.h SHALL be included AFTER sys/param.h
PR: 260333
Reported by: junchoon@dec.sakura.ne.jp
Approved by: gelraen.ua@gmail.com (maintainer, timeout 6 days)
|
|
|
|
|
|
|
| |
ChangeLog: https://codeberg.org/Alexander88207/Suyimazu/releases/tag/5.7
PR: 260521
Reported by: Alexander88207@protonmail.com (maintainer)
|
| |
|
|
|
|
|
| |
PR: 260405
Reported by: phil.budne@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.0
Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.1
Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.2
Changelog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.3
ChangeLog: https://github.com/achannarasappa/ticker/releases/tag/v4.4.4
PR: 260568
Reported by: fuz@fuz.su (maintainer)
|
|
|
|
| |
PR: 256268
|
| |
|
|
|
|
|
|
|
|
|
| |
This patch fixes the build for math/cln on armv7 by patching some wrong declarations.
It also hooks up the test suite to "make test".
PR: 259854
Approved by: wen (maintainer timeout)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
Respect upstream's default behavior and install the fennel script rather
than fennel-bin, the native binary.
Upstream changes:
https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#100--2021-11-14
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|