From fd9bdc49196fba03dd5e50e378aad2cf3ef42e31 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 19 Apr 2022 09:41:08 +0000 Subject: Adding metadata --- dev-cpp/cli11/metadata.xml | 17 +++++++-------- dev-cpp/coeurl/metadata.xml | 14 +++++++----- dev-cpp/drogon/metadata.xml | 30 +++++++++++++------------ dev-cpp/dtl/metadata.xml | 14 +++++++----- dev-cpp/fbthrift/metadata.xml | 23 ++++++++++---------- dev-cpp/fizz/metadata.xml | 23 ++++++++++---------- dev-cpp/gsl-lite/metadata.xml | 14 +++++++----- dev-cpp/indicators/metadata.xml | 20 ++++++++--------- dev-cpp/jwt-cpp/metadata.xml | 26 +++++++++++----------- dev-cpp/libstudxml/metadata.xml | 8 ++++--- dev-cpp/mastodonpp/metadata.xml | 25 ++++++++++----------- dev-cpp/muParserX/metadata.xml | 17 ++++++++------- dev-cpp/parallel-hashmap/metadata.xml | 22 +++++++++---------- dev-cpp/pcg-cpp/metadata.xml | 22 +++++++++---------- dev-cpp/plog/metadata.xml | 24 ++++++++++---------- dev-cpp/qt-jdenticon/metadata.xml | 16 ++++++++------ dev-cpp/scitokens-cpp/metadata.xml | 20 ++++++++--------- dev-cpp/simpleini/metadata.xml | 14 +++++++----- dev-cpp/sprout/metadata.xml | 25 ++++++++++----------- dev-cpp/tiny-dnn/metadata.xml | 33 +++++++++++++--------------- dev-cpp/trantor/metadata.xml | 19 ++++++++-------- dev-cpp/vectorwrapper/metadata.xml | 14 +++++++----- dev-cpp/vexcl/metadata.xml | 41 +++++++++++++++-------------------- dev-cpp/wangle/metadata.xml | 25 +++++++++++---------- dev-cpp/xdgpp/metadata.xml | 14 +++++++----- 25 files changed, 264 insertions(+), 256 deletions(-) (limited to 'dev-cpp') diff --git a/dev-cpp/cli11/metadata.xml b/dev-cpp/cli11/metadata.xml index 6985eff649f9..ddb5b0f1787e 100644 --- a/dev-cpp/cli11/metadata.xml +++ b/dev-cpp/cli11/metadata.xml @@ -1,11 +1,10 @@ - + - - CLIUtils/CLI11 - - - cyber+gentoo@sysrq.in - Anna - - + + cyber+gentoo@sysrq.in + Anna + + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/coeurl/metadata.xml b/dev-cpp/coeurl/metadata.xml index 5533c93d756a..063d284f1307 100644 --- a/dev-cpp/coeurl/metadata.xml +++ b/dev-cpp/coeurl/metadata.xml @@ -1,8 +1,10 @@ - + - - gentoo@tastytea.de - Ronny (tastytea) Gutbrod - - + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/drogon/metadata.xml b/dev-cpp/drogon/metadata.xml index 782288ff9350..2ff4822bacd6 100644 --- a/dev-cpp/drogon/metadata.xml +++ b/dev-cpp/drogon/metadata.xml @@ -1,16 +1,18 @@ - + - - gentoo@tastytea.de - Ronny (tastytea) Gutbrod - - - https://drogon.docsforge.com/ - - - Enable support for brotli compression - Add support for the mariadb database - Add support for the Redis database via dev-libs/hiredis - - + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + + + cpe:/a:drogon:drogon + https://drogon.docsforge.com/ + + + Enable support for brotli compression + Add support for the mariadb database + Add support for the Redis database via dev-libs/hiredis + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/dtl/metadata.xml b/dev-cpp/dtl/metadata.xml index 4f8e72c5c4d8..89883e0bef32 100644 --- a/dev-cpp/dtl/metadata.xml +++ b/dev-cpp/dtl/metadata.xml @@ -1,8 +1,10 @@ - + - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/fbthrift/metadata.xml b/dev-cpp/fbthrift/metadata.xml index e234dbf77efc..a1063b5db913 100644 --- a/dev-cpp/fbthrift/metadata.xml +++ b/dev-cpp/fbthrift/metadata.xml @@ -1,19 +1,20 @@ - + - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + Thrift is a serialization and RPC framework for service communication. Thrift enables these features in all major languages, and there is strong support for C++, Python, Hack, and Java. Most services at Facebook are written using Thrift for RPC, and some storage systems use Thrift for serializing records on disk. Facebook Thrift is not a distribution of Apache Thrift. This is an evolved internal branch of Thrift that Facebook re-released to open source community in February 2014. Facebook Thrift was originally released closely tracking Apache Thrift but is now evolving in new directions. In particular, the compiler was rewritten from scratch and the new implementation features a fully asynchronous Thrift server. Read more about these improvements in the ThriftServer documentation. You can also learn more about this project in the original Facebook Code blog post. - - https://github.com/facebook/fbthrift/issues - facebook/fbthrift - - + + cpe:/a:facebook:thrift + https://github.com/facebook/fbthrift/issues + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/fizz/metadata.xml b/dev-cpp/fizz/metadata.xml index 44dd63454b2b..6944dba34097 100644 --- a/dev-cpp/fizz/metadata.xml +++ b/dev-cpp/fizz/metadata.xml @@ -1,17 +1,18 @@ - + - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + The core protocol implementations are in ClientProtocol and ServerProtocol. FizzClientContext and FizzServerContext provide configuration options. FizzClient and FizzServer (which both inherit from FizzBase) provide applications with an interface to interact with the state machine. FizzClient/FizzServer receives events from the application layer, invokes the correct event handler, and invokes the application ActionVisitor to process the actions. AsyncFizzClient and AsyncFizzServer provide implementations of the folly AsyncTransportWrapper interface. They own an underlying transport (for example AsyncSocket) and perform the TLS handshake and encrypt/decrypt application data. - - https://github.com/facebookincubator/fizz/issues - facebookincubator/fizz - - + + cpe:/a:facebook:fizz + https://github.com/facebookincubator/fizz/issues + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/gsl-lite/metadata.xml b/dev-cpp/gsl-lite/metadata.xml index 918ede3f2a3f..317a9cabfab9 100644 --- a/dev-cpp/gsl-lite/metadata.xml +++ b/dev-cpp/gsl-lite/metadata.xml @@ -1,8 +1,10 @@ - + - - brian.gloyer@gmail.com - brian gloyer - - + + brian.gloyer@gmail.com + brian gloyer + + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/indicators/metadata.xml b/dev-cpp/indicators/metadata.xml index e4abb6a2f800..6a9c5590f454 100644 --- a/dev-cpp/indicators/metadata.xml +++ b/dev-cpp/indicators/metadata.xml @@ -1,12 +1,12 @@ - + - - p-ranav/indicators - https://github.com/p-ranav/indicators/issues - - - cyber+gentoo@sysrq.in - Anna - - + + cyber+gentoo@sysrq.in + Anna + + + https://github.com/p-ranav/indicators/issues + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/jwt-cpp/metadata.xml b/dev-cpp/jwt-cpp/metadata.xml index 71a6e5e732c3..def62ff1136d 100644 --- a/dev-cpp/jwt-cpp/metadata.xml +++ b/dev-cpp/jwt-cpp/metadata.xml @@ -1,15 +1,15 @@ - + - - o.freyermuth@googlemail.com - Oliver Freyermuth - - - https://github.com/Thalhammer/jwt-cpp/issues - Thalhammer/jwt-cpp - - - Enable use of dev-cpp/picojson - - + + o.freyermuth@googlemail.com + Oliver Freyermuth + + + https://github.com/Thalhammer/jwt-cpp/issues + + + Enable use of dev-cpp/picojson + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/libstudxml/metadata.xml b/dev-cpp/libstudxml/metadata.xml index 3a421b0f6585..79da26043259 100644 --- a/dev-cpp/libstudxml/metadata.xml +++ b/dev-cpp/libstudxml/metadata.xml @@ -1,11 +1,13 @@ - + - + libstudxml is a streaming XML pull parser and streaming XML serializer implementation for modern, standard C++. It is compact, external dependency-free, and reasonably efficient. XML parser is a conforming, non-validating XML 1.0 implementation that is based on tested and proven code. - + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/mastodonpp/metadata.xml b/dev-cpp/mastodonpp/metadata.xml index a4a476a46d2a..e2e94b18dc71 100644 --- a/dev-cpp/mastodonpp/metadata.xml +++ b/dev-cpp/mastodonpp/metadata.xml @@ -1,16 +1,13 @@ - + - - gentoo@tastytea.de - Ronny (tastytea) Gutbrod - - - - tastytea - tastytea@tastytea.de - - https://doc.schlomp.space/mastodonpp/ - https://schlomp.space/tastytea/mastodonpp/issues - - + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + + + https://schlomp.space/tastytea/mastodonpp/issues + https://doc.schlomp.space/mastodonpp/ + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/muParserX/metadata.xml b/dev-cpp/muParserX/metadata.xml index 39f695883525..5190b0d0d518 100644 --- a/dev-cpp/muParserX/metadata.xml +++ b/dev-cpp/muParserX/metadata.xml @@ -1,12 +1,13 @@ - + - - - gaboroszkar@protonmail.com - Gábor Oszkár Dénes - - + + gaboroszkar@protonmail.com + Gábor Oszkár Dénes + + The evaluation of a mathematical expression is a standard task required in many applications. It can be solved by either using a standard math expression parser such as muparser or by embedding a scripting language such as Lua. There are however some limitations: Although muparser is pretty fast it will only work with scalar values and although Lua is very flexible it does neither support binary operators for arrays nor complex numbers. So if you need a math expression parser with support for arrays, matrices and strings muparserx may be able to help you. - + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/parallel-hashmap/metadata.xml b/dev-cpp/parallel-hashmap/metadata.xml index 3183d009f6a5..a9a7e6543657 100644 --- a/dev-cpp/parallel-hashmap/metadata.xml +++ b/dev-cpp/parallel-hashmap/metadata.xml @@ -1,11 +1,11 @@ - + - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + Overview This repository aims to provide a set of excellent hash map implementations, as well as a btree alternative to std::map and std::set, with the following characteristics: @@ -30,8 +30,8 @@ Automatic support for boost's hash_value() method for providing the hash functio natvis visualization support in Visual Studio (hash map/set only) - - https://github.com/greg7mdp/parallel-hashmap/issues - greg7mdp/parallel-hashmap - - + + https://github.com/greg7mdp/parallel-hashmap/issues + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/pcg-cpp/metadata.xml b/dev-cpp/pcg-cpp/metadata.xml index 48ce5f492165..7ac3eeb0ce80 100644 --- a/dev-cpp/pcg-cpp/metadata.xml +++ b/dev-cpp/pcg-cpp/metadata.xml @@ -1,13 +1,13 @@ - + - - mneme/pcg-cpp - https://github.com/imneme/pcg-cpp/issues - https://www.pcg-random.org/using-pcg-cpp.html - - - cyber+gentoo@sysrq.in - Anna - - + + cyber+gentoo@sysrq.in + Anna + + + https://github.com/imneme/pcg-cpp/issues + https://www.pcg-random.org/using-pcg-cpp.html + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/plog/metadata.xml b/dev-cpp/plog/metadata.xml index e1a700334c38..9b70956ddb9a 100644 --- a/dev-cpp/plog/metadata.xml +++ b/dev-cpp/plog/metadata.xml @@ -1,13 +1,13 @@ - - + + - - co-maintainers welcome - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - https://github.com/SergiusTheBest/plog/issues - SergiusTheBest/plog - - + + lssndrbarbieri@gmail.com + Alessandro Barbieri + co-maintainers welcome + + + https://github.com/SergiusTheBest/plog/issues + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/qt-jdenticon/metadata.xml b/dev-cpp/qt-jdenticon/metadata.xml index cbc269df23a1..fe482e3f303a 100644 --- a/dev-cpp/qt-jdenticon/metadata.xml +++ b/dev-cpp/qt-jdenticon/metadata.xml @@ -1,12 +1,14 @@ - + - - gentoo@tastytea.de - Ronny (tastytea) Gutbrod - - + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + + It creates highly recognizable identicons from a hash. Identicons are reproducible computer generated avatars. - + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/scitokens-cpp/metadata.xml b/dev-cpp/scitokens-cpp/metadata.xml index 6168f62c8daa..bd8010368f0f 100644 --- a/dev-cpp/scitokens-cpp/metadata.xml +++ b/dev-cpp/scitokens-cpp/metadata.xml @@ -1,12 +1,12 @@ - + - - o.freyermuth@googlemail.com - Oliver Freyermuth - - - https://github.com/scitokens/scitokens-cpp/issues - scitokens/scitokens-cpp - - + + o.freyermuth@googlemail.com + Oliver Freyermuth + + + https://github.com/scitokens/scitokens-cpp/issues + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/simpleini/metadata.xml b/dev-cpp/simpleini/metadata.xml index 9997c2e86256..1c6f4cbd6283 100644 --- a/dev-cpp/simpleini/metadata.xml +++ b/dev-cpp/simpleini/metadata.xml @@ -1,8 +1,10 @@ - + - - nex+b-g-o@nexadn.de - Adrian Schollmeyer - - + + nex+b-g-o@nexadn.de + Adrian Schollmeyer + + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/sprout/metadata.xml b/dev-cpp/sprout/metadata.xml index ee5276f0c31f..dfe34d5869d6 100644 --- a/dev-cpp/sprout/metadata.xml +++ b/dev-cpp/sprout/metadata.xml @@ -1,15 +1,14 @@ - + - - m.santullo@posteo.net - Michele Santullo - - - bolero-MURAKAMI/Sprout - - - Install texconv from subproject compost - Install texconv from subproject darkroom - - + + m.santullo@posteo.net + Michele Santullo + + + + Install texconv from subproject compost + Install texconv from subproject darkroom + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/tiny-dnn/metadata.xml b/dev-cpp/tiny-dnn/metadata.xml index 0bc53e1c06ed..abe5e46975a6 100644 --- a/dev-cpp/tiny-dnn/metadata.xml +++ b/dev-cpp/tiny-dnn/metadata.xml @@ -1,11 +1,11 @@ - + - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + Features Reasonably fast, without GPU: @@ -75,15 +75,12 @@ rmsprop adam adamax - - Build tiny-dnn with double precision computations - - - Build tiny-dnn with OpenCL library support - Build tiny-dnn with Serialization support - Build tiny-dnn with TBB library support - - - tiny-dnn/tiny-dnn - - + + + Build tiny-dnn with double precision computations + Build tiny-dnn with OpenCL library support + Build tiny-dnn with Serialization support + Build tiny-dnn with TBB library support + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/trantor/metadata.xml b/dev-cpp/trantor/metadata.xml index 69cbec48c2f9..d12f3c0fab6e 100644 --- a/dev-cpp/trantor/metadata.xml +++ b/dev-cpp/trantor/metadata.xml @@ -1,11 +1,12 @@ - + - - gentoo@tastytea.de - Ronny (tastytea) Gutbrod - - - https://trantor.docsforge.com/ - - + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + + + https://trantor.docsforge.com/ + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/vectorwrapper/metadata.xml b/dev-cpp/vectorwrapper/metadata.xml index a6cc5c98309e..e8f99a8cc9a8 100644 --- a/dev-cpp/vectorwrapper/metadata.xml +++ b/dev-cpp/vectorwrapper/metadata.xml @@ -1,8 +1,10 @@ - + - - m.santullo@posteo.net - Michele Santullo - - + + m.santullo@posteo.net + Michele Santullo + + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/vexcl/metadata.xml b/dev-cpp/vexcl/metadata.xml index eba4a282bc97..780b99aee6cd 100644 --- a/dev-cpp/vexcl/metadata.xml +++ b/dev-cpp/vexcl/metadata.xml @@ -1,26 +1,19 @@ - + - VexCL is a vector expression template library for OpenCL/CUDA. It has been created for ease of GPGPU development with C++. VexCL strives to reduce amount of boilerplate code needed to develop GPGPU applications. The library provides convenient and intuitive notation for vector arithmetic, reduction, sparse matrix-vector products, etc. Multi-device and even multi-platform computations are supported. The source code of the library is distributed under very permissive MIT license. - - co-maintainers welcome - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - - dennis.demidov@gmail.com - Denis Demidov - - ddemidov/vexcl - - - Implement workaround for AMD SI GPUs - Install the OpenCL C++ header provided by VexCL - - Use Boost.Compute algorithms - - Use the JIT backend - Use OpenCL as backend - - + + lssndrbarbieri@gmail.com + Alessandro Barbieri + co-maintainers welcome + + VexCL is a vector expression template library for OpenCL/CUDA. It has been created for ease of GPGPU development with C++. VexCL strives to reduce amount of boilerplate code needed to develop GPGPU applications. The library provides convenient and intuitive notation for vector arithmetic, reduction, sparse matrix-vector products, etc. Multi-device and even multi-platform computations are supported. The source code of the library is distributed under very permissive MIT license. + + + Implement workaround for AMD SI GPUs + Install the OpenCL C++ header provided by VexCL + Use Boost.Compute algorithms + Use the JIT backend + Use OpenCL as backend + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/wangle/metadata.xml b/dev-cpp/wangle/metadata.xml index 5b7146169a27..e73451149c72 100644 --- a/dev-cpp/wangle/metadata.xml +++ b/dev-cpp/wangle/metadata.xml @@ -1,12 +1,12 @@ - + - - co-maintainers welcome - lssndrbarbieri@gmail.com - Alessandro Barbieri - - + + lssndrbarbieri@gmail.com + Alessandro Barbieri + co-maintainers welcome + + Client / Server abstraction You're probably familiar with Java's Netty, or Python's twisted, or similar libraries. @@ -39,8 +39,9 @@ Easily create a new server ServerBootstrap does the work to set up one or multiple acceptor threads, and one or multiple sets of IO threads. The thread pools can be the same. SO_REUSEPORT is automatically supported for multiple accept threads. tcp is most common, although udp is also supported. - - https://github.com/facebook/wangle/issues - facebook/wangle - - + + cpe:/a:facebook:wangle + https://github.com/facebook/wangle/issues + + gentoo-guru-overlay + \ No newline at end of file diff --git a/dev-cpp/xdgpp/metadata.xml b/dev-cpp/xdgpp/metadata.xml index 6c0bdfd68210..89883e0bef32 100644 --- a/dev-cpp/xdgpp/metadata.xml +++ b/dev-cpp/xdgpp/metadata.xml @@ -1,8 +1,10 @@ - + - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + gentoo-guru-overlay + \ No newline at end of file -- cgit v1.3