[ptxdist] [PATCH 2/2] tntnet: Add new package

2014-02-05 Thread Bernhard Sessler
Tntnet is a web application framework for C++. It can generate dynamic content via pre-compiled C++ modules. These modules can either be loaded by the standalone tntnet server executable or built to actually _be_ standalone server executables. Signed-off-by: Bernhard Sessler

[ptxdist] [PATCH 1/2] cxxtools: Add new package

2014-02-05 Thread Bernhard Sessler
Cxxtools is a comprehensive C++ class library for Unix and Linux. The library includes classes for serialization, unicode text, multi threading, networking, rpc, http client and server, xml, logging and many more. Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de ---

[ptxdist] [PATCH] tntnet: Add host package

2014-02-05 Thread Bernhard Sessler
This host package builds the tntnet SDK, which is required in order to generate the pre-compiled C++ modules. Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de --- rules/host-tntnet.in | 9 + rules/host-tntnet.make | 44 2

[ptxdist] [PATCH] cppunit: version bump 1.12.1 - 1.13.2

2014-02-05 Thread Bernhard Sessler
CppUnit is now maintained by the Document Foundation, as the original project seems to be pretty much dead. Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de --- rules/cppunit.in | 3 +-- rules/cppunit.make | 19 --- 2 files changed, 9 insertions(+), 13

[ptxdist] [PATCH] make_release.sh: make it more accessible for creating custom releases

2014-02-05 Thread jon
From: Jon Ringle jrin...@gridpoint.com Without args, the script will continue to work as it used to for pengutronix approved releases But now a custom release can be created if your in a situation where you need to distribute to a group of developers a needed fix to ptxdist and you can't wait

[ptxdist] [PATCH] ptxd_make_get.sh: remove git fetch --progress

2014-02-05 Thread jon
From: Jon Ringle jrin...@gridpoint.com git-1.7.0.4 doesn't understand --progress Signed-off-by: Jon Ringle jrin...@gridpoint.com --- scripts/lib/ptxd_make_get.sh |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh

Re: [ptxdist] [PATCH] ptxd_make_get.sh: remove git fetch --progress

2014-02-05 Thread Jon Ringle
On Wed, Feb 5, 2014 at 2:55 PM, j...@ringle.org wrote: From: Jon Ringle jrin...@gridpoint.com git-1.7.0.4 doesn't understand --progress I've since installed git-1.8.5.3 on the build server where I was having an issue with this, so this is not longer much of an issue for me anymore. It doesn't