diff options
author | 2022-08-19 10:45:30 -0500 | |
---|---|---|
committer | 2022-08-19 10:46:49 -0500 | |
commit | 9a40ecce263188d1f97857eeef2b47104ff53b67 (patch) | |
tree | ac183de5cc526f152072ce550d8ca7b0e4e5ed3d /dev-libs/libcpuid/metadata.xml | |
parent | app-emacs/eldev: bump to 1.2 (diff) | |
download | gentoo-9a40ecce263188d1f97857eeef2b47104ff53b67.tar.gz gentoo-9a40ecce263188d1f97857eeef2b47104ff53b67.tar.bz2 gentoo-9a40ecce263188d1f97857eeef2b47104ff53b67.zip |
dev-libs/libcpuid: new package, add 0.5.1
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'dev-libs/libcpuid/metadata.xml')
-rw-r--r-- | dev-libs/libcpuid/metadata.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/dev-libs/libcpuid/metadata.xml b/dev-libs/libcpuid/metadata.xml new file mode 100644 index 000000000000..fd09e47dd7c1 --- /dev/null +++ b/dev-libs/libcpuid/metadata.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>bkohler@gentoo.org</email> + <name>Ben Kohler</name> + </maintainer> + <longdescription> + <pkg>sys-libs/libcpuid</pkg> is a small C library for x86 (and x86_64) + CPU detection and feature extraction. Using it, you can: + - get the processor vendor, model, code name, etc. + - get information about CPU features such as: number of cores or + logical CPUs, cache sizes, CPU clock, etc. + - check if the processor implements a specific instruction set such as + the SSE2, 3DNow!, etc. + - execute the CPUID and RDTSC instructions. + - have this all in your commercial application, without getting into + trouble. + </longdescription> + <longdescription lang="fr"> + <pkg>sys-libs/libcpuid</pkg> est une petite bibliothèque C pour la + détection de CPU x86 (et x86_64) et l'extraction de fonctions. En + l'utilisant, vous pouvez : + - obtenir le vendeur du processeur, le modèle, le nom de code, etc. + - obtenir des informations sur les caractéristiques du CPU telles que : + le nombre de cœurs ou d'unités logiques, les tailles des caches, + l'horloge CPU, etc. + - vérifier si le processeur implémente un jeu d'instructions spécifique + tel que l'instruction SSE2, 3DNow!, etc. + - exécuter les instructions CPUID et RDTSC. + - avoir tout cela dans votre application commerciale, sans avoir + d'ennuis. + </longdescription> + <slots> + <subslots>Reflect ABI compatibility for libcpuid.so</subslots> + </slots> + <slots lang="fr"> + <subslots> + Reflétent la compatibilité de l'interface binaire-programme + (A.B.I.) de libcpuid.so + </subslots> + </slots> + <upstream> + <maintainer status="active"> + <name>Veselin Georgiev</name> + </maintainer> + <changelog>https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog</changelog> + <doc>http://libcpuid.sourceforge.net/doxy/index.html</doc> + <bugs-to>https://github.com/anrieff/libcpuid/issues/</bugs-to> + <remote-id type="github">anrieff/libcpuid</remote-id> + </upstream> +</pkgmetadata> |