Commit Graph

153137 Commits

Author SHA1 Message Date
bket
fedcddff6d Update pkg/README
OK ian@ who prodded for this update
2021-01-03 19:59:15 +00:00
sthen
9d02a715d1 update to toxic-0.10.0 2021-01-03 19:36:09 +00:00
sthen
b2d0ca955f update to utox-0.18.0, test from Tom Murphy 2021-01-03 19:35:24 +00:00
sthen
560be159dd update to toxcore-0.2.12, test and similar diff from Tom Murphy 2021-01-03 19:35:02 +00:00
sthen
ca6f0b2248 update mac-vendor db 2021-01-03 18:55:01 +00:00
landry
2863012abb devel/py-build{bot,slave}: update to 2.10.0.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-10-0-2021-01-02
2021-01-03 17:51:55 +00:00
landry
a39c2cab73 x11/xfce4/xfce4-screensaver: update to 4.16.0.
See https://mail.xfce.org/pipermail/xfce-announce/2021-January/000979.html
2021-01-03 17:34:23 +00:00
bcallah
d857945d0c Update to julius-1.6.0
Changelog: https://github.com/bvschaik/julius/releases/tag/v1.6.0
2021-01-03 17:14:19 +00:00
bcallah
b4aede56e6 +inform6 2021-01-03 16:42:54 +00:00
bcallah
94193f59c7 Import games/inform6/{compiler,library}, the dev tools for interactive
fiction games.
tweaks and ok sthen@

Inform 6 is an object-oriented language for writing interactive fiction,
also known as "text adventures" or "adventure games".

As an interactive fiction developer, you create Inform 6 source code
defining the story. Then compile from source code to a "story file".
The resulting story files are highly portable, with interpreters
available for many different platforms.
2021-01-03 16:42:30 +00:00
bcallah
ac8424cbb2 Update to frotz-2.52
Changelog: https://gitlab.com/DavidGriffith/frotz/-/releases
Big-ticket user facing items are UTF8 and audio support.
Enable the SDL2 client
Slightly improve COMMENT
Take MAINTAINER
Tweak hint to remove libexecinfo and ok sthen@
2021-01-03 16:12:02 +00:00
jcs
ed4c6e9925 mention ruby-shims in ruby MESSAGE files as an alternative to adding
symlinks

ok kn
2021-01-03 15:44:41 +00:00
jasper
6b3692d637 update to ROPgadget-6.4 2021-01-03 12:54:12 +00:00
jasper
1a31619020 update to py-cachetools-4.2.0 2021-01-03 12:50:45 +00:00
jasper
87f6c173d1 update to unicorn-1.0.2 2021-01-03 12:43:49 +00:00
jasper
fd1c35a20c - update to croniter-0.3.37
- unbreak tests
2021-01-03 12:30:33 +00:00
jasper
e621a160b2 use MODGNOME_TOOLS=vala instead of an explicit BDEP on vala
ok aja@ a while ago
2021-01-03 12:13:05 +00:00
jasper
51eb4c6e1e update to pynetbox-5.2.1 2021-01-03 12:01:59 +00:00
jasper
be5bfc719a drop maintainership for i no longer use these 2021-01-03 12:00:12 +00:00
jasper
e7d017ae45 update to gnome-calendar-3.38.2 2021-01-03 11:57:42 +00:00
jasper
abe2feae69 update to libhandy-1.0.3 2021-01-03 11:57:16 +00:00
solene
8e6151e692 Update to lagrange-1.0.2 2021-01-03 10:48:58 +00:00
jca
5e3e68e156 Hook up flatbuffers, ok gnezdo@ 2021-01-03 10:17:13 +00:00
jca
678298c743 Import flatbuffers, a memory optimized serialization library
Port from Ashton Faggs (maintainer), ok gnezdo@

pkg/DESCR:
FlatBuffers is an efficient cross platform serialization library for
C++, C#, C, Go, Java, Kotlin, JavaScript, Lobster, Lua, TypeScript,
PHP, Python, Rust and Swift. It was originally created at Google for
game development and other performance-critical applications.

What sets FlatBuffers apart is that it represents hierarchical data in
a flat binary buffer in such a way that it can still be accessed
directly without parsing/unpacking, while also still supporting data
structure evolution (forwards/backwards compatibility).
2021-01-03 10:15:11 +00:00
ajacoutot
ab51b4598b Update to login_krb5-6.9. 2021-01-03 09:55:48 +00:00
ajacoutot
9356a8f9b2 Update to py3-libcloud-3.3.0. 2021-01-03 09:39:20 +00:00
ajacoutot
eeab568df3 Update to awscli-1.18.207. 2021-01-03 09:37:11 +00:00
ajacoutot
3fbf9a0df4 Update to py3-boto3-1.16.47. 2021-01-03 09:36:55 +00:00
ajacoutot
135a3efb9a Update to py3-botocore-1.19.47. 2021-01-03 09:36:44 +00:00
rsadowski
080e5254bb Update barrier to 2.3.3
OK abieber@
2021-01-03 08:35:56 +00:00
daniel
2228eb6d35 update to singularity 1.00
The main change is that the game was ported from python2 to python3.
2021-01-03 04:09:10 +00:00
feinerer
ef6a6c9412 Update to pgModeler 0.9.3 2021-01-02 22:31:45 +00:00
jca
59d54d8dcb Use freshly imported devel/fmt instead of a bundled copy
While here, textproc/cmark is only used when building with qt.

ok rsadowski@ (maintainer)
2021-01-02 22:06:00 +00:00
jca
da4d00481e Hook up fmt, ok rsadowski@ espie@ 2021-01-02 21:55:04 +00:00
jca
6ab3f008f0 Import fmt-7.1.3, an alternative formatting library for C and C++
Port by Ashton Fagg (maintainer)

pkg/DESCR:
fmt is an open-source formatting library providing a fast and safe
alternative to C stdio and C++ iostreams.

Features include:

- Simple format API with positional arguments for localization Format

- string syntax similar to Python's format

- Safe printf implementation including POSIX extensions for positional
 arguments

- Fast IEEE 754 floating-point formatter with correct rounding,
  shortness and round-trip guarantees
2021-01-02 21:51:19 +00:00
daniel
6ad89e9f8e update printrun to 1.6.0
The versioning scheme changed in this update, so EPOCH gets bumped.

ok abieber@ who also drops maintainer
2021-01-02 19:09:55 +00:00
landry
9190bec07a x11/xfce4/xfce4-whiskermenu: update to 2.5.1.
Fixes https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/-/issues/33
2021-01-02 17:11:29 +00:00
benoit
3ecd29fa97 Update to p5-MooseX-MethodAttributes-0.32. 2021-01-02 16:55:08 +00:00
semarie
a7dec74dc9 www/castor: use bsd.port.mk magic to fetch a file with generic name and store it as distname
and use default option for cargo module to put all downloaded crates to "cargo/" directory.

ok aja@
2021-01-02 16:46:17 +00:00
benoit
17bc73a467 Update to p5-Net-SSH2-0.72. 2021-01-02 16:40:03 +00:00
benoit
3dafd9395e Update to p5-Crypt-LE-0.37. 2021-01-02 16:35:19 +00:00
benoit
4877b62f25 Update to p5-PDF-Table-1.002. 2021-01-02 16:29:31 +00:00
benoit
5d232bb3ec Update to p5-CatalystX-SimpleLogin-0.21. 2021-01-02 16:19:31 +00:00
jcs
614e439b2b greetings, syncterm 2021-01-02 14:51:45 +00:00
fcambus
9f94c77671 Update bdf2psf to 1.200. 2021-01-02 14:49:56 +00:00
jcs
d1d6976d97 Import syncterm-1.1, a BBS terminal program
ARM fixes from trondd at kagu-tsuchi dot com
Help from and ok sthen
2021-01-02 14:49:18 +00:00
landry
a63d0da33b x11/xfce4/xfce4-mixer: update to a newer git checkout
21eb6f54 properly handles muting for app tracks not having a separate
mute control in sndio API
2021-01-02 10:45:24 +00:00
ajacoutot
5bb352a5b7 Update to OpenEXR-2.5.4. 2021-01-02 09:59:09 +00:00
landry
ce83bba468 geo/gpxsee: update to 8.0.
See for changes: https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes
2021-01-02 09:47:48 +00:00
landry
60f39ea414 x11/xfce4/xfce4-mixer: update to a newer git checkout
2bf296300ae3440bfe8d46f3e9e4ae42204c21ff gracefully reconnects to sndiod
upon disconnection/sndiod restarts.
2021-01-02 09:15:43 +00:00