[ptxdist] [PATCH v5] jimtcl: new package

2018-10-07 Thread Ladislav Michl
Jim is an opensource small-footprint implementation of the Tcl programming language. This package is intended to replace Tcl (which is in staging already) as it fits PTXdist more due to its small size. Signed-off-by: Ladislav Michl --- Changes: -v2: use http url to help poor firewalled

[ptxdist] [RFC 1/1] grpc: new package

2018-10-07 Thread Clemens Gruber
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework. Patches are necessary to fix building with GCC 8, cross-compilation in general and problems in the template-generated Makefile. Signed-off-by: Clemens Gruber --- ...rtability-test-for-c-and-make-it-pas.patch

[ptxdist] [RFC 0/1] grpc

2018-10-07 Thread Clemens Gruber
Hi, I am sending the current state of my grpc package for PTXdist. gRPC is a RPC library, using HTTP/2 and protocol buffers. See grpc.io for more information. Because I am not entirely happy with it, I am flagging it as RFC. Pain points: - I had to patch the template-generated Makefile for