Norman Feske
97f8a3b71a
Remove fesrv
...
The build error of the application remained unattended for almost a
year.
Fixes #170
2020-04-22 15:17:07 +02:00
Norman Feske
d8c3feaf5e
Remove port of tor
...
Fixes #205
2020-04-22 15:07:04 +02:00
Christian Helmuth
c2d93a3fa9
aunit: fix port hash
2020-01-14 06:54:37 +01:00
Christian Helmuth
a3c9a83f78
aunit: update download location
2020-01-13 11:26:38 +01:00
Christian Helmuth
5d4fe8d4f9
Update URL of libsodium port
2019-12-16 14:05:38 +01:00
Pirmin Duss
e0f557c050
protobuf_grpc: google serializing and RPC library
...
protobuf : 3.9.3
grpc : 1.24.0
This a new version of the port with a vastly reduced port size.
Issue #190
2019-11-26 14:11:04 +01:00
Christian Helmuth
21cab2004a
Revert "protobuf_grpc: google serializing and RPC library"
...
This reverts commit 5587d78e89 .
Issue #190
2019-11-12 08:24:40 +01:00
Christian Helmuth
b358e42f0d
Revert "protobuf_grpc: fix port hash"
...
This reverts commit 59f4dba676 .
Issue #190
2019-11-12 08:23:58 +01:00
Christian Helmuth
59f4dba676
protobuf_grpc: fix port hash
2019-11-05 08:18:28 +01:00
Pirmin Duss
5587d78e89
protobuf_grpc: google serializing and RPC library
...
protobuf : 3.9.1
grpc : 1.24.0
Issue #190
2019-11-04 14:03:22 +01:00
Sebastian Sumpf
a911e81662
fdt: port of the device tree manipulation library
...
fixes #188
2019-08-14 17:43:45 +02:00
Stefan Kalkowski
5da85325d4
Remove abandoned libpq and libpqxx ports
...
Fix #175
2019-06-07 10:55:18 +02:00
Sebastian Sumpf
c2f1576ba4
jdk: Update port to Freebsd 12
...
* fix NULL = nullptr in C++ semantic (arm, x86_64)
* arm: disable soft float (full hard float support)
* dummies some mmap flags
issue genodelabs/genode#3289
2019-05-18 10:40:05 +02:00
Pirmin Duss
5c353771ba
Port the sgdisk utilit form the gptfdisk package
2019-05-14 10:42:45 +02:00
Pirmin Duss
71193e0f5c
Port libuuid from util-linux
...
This is required by sgdisk.
2019-05-14 10:41:38 +02:00
Pirmin Duss
3873daff94
Port the popt argument parsing library
...
This is required for the sgdisk tool.
2019-05-14 10:41:15 +02:00
Sebastian Sumpf
6680c328ff
jdk: missing network infrastructure for clients
...
fixes #150
2019-03-21 14:00:27 +01:00
Josef Söntgen
8fd9c2c536
Add port of libspng-0.4.3
...
Fixes #148 .
2019-03-05 18:34:42 +01:00
Josef Söntgen
b3b2a5f59b
avplay: update patch to accommodate SDL change
...
Fixes #147 .
2019-03-05 18:00:51 +01:00
Christian Helmuth
249fa6fd1c
Correct hash of FLAC port
2019-02-26 12:13:09 +01:00
Emery Hemingway
e94b81d5d1
Remove Chuck
...
Chuck can be added back when the routing of MIDI between components is
implemented.
2019-02-22 17:01:48 +01:00
Sebastian Sumpf
2f73680071
jdk: use depot for 'java.run'
...
Build JVM using packets.
issue #136
2019-02-22 15:15:08 +01:00
Sebastian Sumpf
e675075ee3
jdk: C1 compiler for x86_64 and arm
...
JIT compiler version of OpenJDK 9
issue #136
2019-02-21 10:30:54 +01:00
Emery Hemingway
a6de6457d2
Convert SDL to a Nitpicker client library
...
Fixes #138
2019-02-20 11:25:10 +01:00
Alexander Senier
ff9dc178d9
Port aunit unit test library
2019-02-18 16:45:48 +01:00
Emery Hemingway
6628d03126
Port of OCaml bytecode runtime
...
A minimal runtime for executing portable OCaml bytecode.
A bytecode standard library is not yet provided.
2019-01-21 14:24:28 +01:00
Emery Hemingway
c042419226
Port of the c-toxcore Tox library
...
Port of the C reference implementation of the Tox chat protocol.
Includes a native DHT bootstrap node, see run/tox_dht_bootstrap.
https://tox.chat/
2019-01-10 16:44:30 +01:00
Emery Hemingway
a09355d77d
Port of libsodium 1.0.16
...
https://libsodium.org/
2019-01-10 16:44:30 +01:00
Josef Söntgen
fd713e737d
Add FUSE implementation and dependencies
...
Imported from the genode repository.
Fixes #129 .
Issue genodelabs/genode#3104 .
2019-01-04 14:31:29 +01:00
Norman Feske
4ab0ad26ca
Add libav, avplay, and qt_avplay
...
Imported from the genode repository.
Issue genodelabs/genode#3103
2019-01-04 12:06:30 +01:00
Norman Feske
c3ba011794
Port of libsdl, mixer, image, net, ttf
...
Imported from genode repository
Issue genodelabs/genode#3100
2019-01-03 16:22:58 +01:00
Norman Feske
c698269e5c
Port of Dosbox
...
Imported from the genode repository
Issue genodelabs/genode#3099
2019-01-03 15:34:39 +01:00
Emery Hemingway
14098623de
Port of Snappy-1.1.7
...
A fast compressor/decompressor
https://github.com/google/snappy
2018-12-27 00:13:08 +01:00
Emery Hemingway
b4b9bf0a4d
Update crypto++ to version 7.0.0
2018-12-04 19:13:19 +01:00
Sebastian Sumpf
c5cebdd192
jdk: OpenJDK for Genode
...
OpenJDK version 9 for Genode, contains the interpreter/compiler version
of the HotSpot virtual machine for x86_64 and ARM.
fixes #123
2018-11-27 14:39:49 +01:00
Josef Söntgen
b35caec726
lwext4: add port of ext2/3/4 filesystem library
...
Besides the missing supported features noted in the README, missing
support for extending files via truncation/seeking might limit its
application.
Issue #124 .
2018-11-27 14:36:44 +01:00
Wouter van Oijen
6cf7ec6c35
Fix grafx2 port (hash was not correct)
...
Fixes #122
2018-11-22 16:39:29 +01:00
Wouter van Oijen
67d300238c
Fix atari800 port (hash was not correct)
...
Fixes #121
2018-11-22 16:35:32 +01:00
Emery Hemingway
1f028daae3
Port of the eXtended Keccak Code Package
...
https://github.com/XKCP/XKCP
https://keccak.team/keccak.html
2018-11-12 15:09:26 +01:00
Josef Söntgen
4d10959476
Port of protobuf-c 1.3.1
...
Issue #118 .
2018-10-01 10:26:28 +02:00
Josef Söntgen
6af2375ec9
Port of libconfig-1.7.2
...
Issue #118 .
2018-10-01 10:26:08 +02:00
Josef Söntgen
1a29597d57
Port of umurmur 0.2.17
...
Fixes #118 .
2018-09-29 11:10:37 +02:00
Johannes Schlatow
2e3f012eca
ports: python3
...
Fixes #108
2018-06-20 11:22:06 +02:00
Johannes Schlatow
3ffdcfe96e
fix ports/glucose
...
Issue #106
2018-06-15 10:43:53 +02:00
Emery Hemingway
509489c473
Remove synergy client
...
Synergy client was not tested and used outdated Genode libraries and
APIs.
2018-06-02 21:21:16 +02:00
Emery Hemingway
c0c16907a0
Replace SHA1 digests with SHA3
2018-06-02 20:45:56 +02:00
Emery Hemingway
7950cf338a
ChucK: update and package
...
- Update and package ChucK, remove input support
- Update and package Ogg, Vorbis, FLAC, and Libsndfile ports
- Remove ChucK runtime scenarios
- Add ChucK runtime package
Fix #104
2018-05-14 13:41:00 +02:00
Norman Feske
f44d6967f6
Atari800 emulator
2018-05-07 10:27:11 +02:00
Emery Hemingway
e6c31ccc3e
Remove SQLite port
...
SQLite typically comes as a bundled dependency, any problems with
the current version of SQLite should be fixed in the Genode native
libraries used by SQLite.
Fix #102
2018-04-12 11:32:18 +02:00
Emery Hemingway
1b3cb0f0d6
Port of libmpg123 1.25.10
...
Real time MPEG 1.0/2.0/2.5 audio decoder for layers 1,2 and 3.
http://www.mpg123.de/
Ref #101
2018-04-10 17:32:28 +02:00