From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E420D158094 for ; Sat, 20 Aug 2022 11:42:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 214FAE0837; Sat, 20 Aug 2022 11:42:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0B61E0837 for ; Sat, 20 Aug 2022 11:42:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00BD53410E5 for ; Sat, 20 Aug 2022 11:42:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 861A7569 for ; Sat, 20 Aug 2022 11:42:17 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1660995730.262bcfe0faa62b13a00c9a8a01cb11308cfc6b4c.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/imhex/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/imhex/metadata.xml X-VCS-Directories: app-editors/imhex/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 262bcfe0faa62b13a00c9a8a01cb11308cfc6b4c X-VCS-Branch: dev Date: Sat, 20 Aug 2022 11:42:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 31920daf-483c-4350-8e40-cc9cfb9980af X-Archives-Hash: ffb29d29b4ec504f716ce6e2562c46e1 commit: 262bcfe0faa62b13a00c9a8a01cb11308cfc6b4c Author: Huang Rui gmail com> AuthorDate: Sat Aug 20 11:42:10 2022 +0000 Commit: Rui Huang gmail com> CommitDate: Sat Aug 20 11:42:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=262bcfe0 app-editors/imhex: add myself as a maintainer Signed-off-by: Huang Rui gmail.com> app-editors/imhex/metadata.xml | 127 +++++++++++++++++++++-------------------- 1 file changed, 65 insertions(+), 62 deletions(-) diff --git a/app-editors/imhex/metadata.xml b/app-editors/imhex/metadata.xml index 6c5df7b7e..ffb0d5d0b 100644 --- a/app-editors/imhex/metadata.xml +++ b/app-editors/imhex/metadata.xml @@ -1,74 +1,77 @@ - + + vowstar@gmail.com + Huang Rui + https://github.com/WerWolv/ImHex/releases https://github.com/WerWolv/ImHex/issues WerWolv/ImHex -Features + Features -Featureful hex view -Byte patching -Patch management -Copy bytes as feature -Bytes -Hex string -C, C++, C sharp, Rust, Python, Java and JavaScript array -ASCII-Art hex view -HTML self contained div -String and hex search -Colorful highlighting -Goto from start, end and current cursor position -Custom C++-like pattern language for parsing highlighting a file's content -Automatic loading based on MIME type -arrays, pointers, structs, unions, enums, bitfields, using declarations, little and big endian support, conditionals and much more! -Useful error messages, syntax highlighting and error marking -Data importing -Base64 files -IPS and IPS32 patches -Data exporting -IPS and IPS32 patches -Data inspector allowing interpretation of data as many different types (little and big endian) -Huge file support with fast and efficient loading -String search -Copying of strings -Copying of demangled strings -File hashing support -CRC16 and CRC32 with custom initial values and polynomials -MD4, MD5 -SHA-1, SHA-224, SHA-256, SHA-384, SHA-512 -Disassembler supporting many different architectures -ARM32 (ARM, Thumb, Cortex-M, AArch32) -ARM64 -MIPS (MIPS32, MIPS64, MIPS32R6, Micro) -x86 (16-bit, 32-bit, 64-bit) -PowerPC (32-bit, 64-bit) -SPARC -IBM SystemZ -xCORE -M68K -TMS320C64X -M680X -Ethereum -Bookmarks -Region highlighting -Comments -Data Analyzer -File magic-based file parser and MIME type database -Byte distribution graph -Entropy graph -Highest and average entropy -Encrypted / Compressed file detection -Helpful tools -Itanium and MSVC demangler -ASCII table -Regex replacer -Mathematical expression evaluator (Calculator) -Hexadecimal Color picker -Built-in cheat sheet for pattern language and Math evaluator -Doesn't burn out your retinas when used in late-night sessions + Featureful hex view + Byte patching + Patch management + Copy bytes as feature + Bytes + Hex string + C, C++, C sharp, Rust, Python, Java and JavaScript array + ASCII-Art hex view + HTML self contained div + String and hex search + Colorful highlighting + Goto from start, end and current cursor position + Custom C++-like pattern language for parsing highlighting a file's content + Automatic loading based on MIME type + arrays, pointers, structs, unions, enums, bitfields, using declarations, little and big endian support, conditionals and much more! + Useful error messages, syntax highlighting and error marking + Data importing + Base64 files + IPS and IPS32 patches + Data exporting + IPS and IPS32 patches + Data inspector allowing interpretation of data as many different types (little and big endian) + Huge file support with fast and efficient loading + String search + Copying of strings + Copying of demangled strings + File hashing support + CRC16 and CRC32 with custom initial values and polynomials + MD4, MD5 + SHA-1, SHA-224, SHA-256, SHA-384, SHA-512 + Disassembler supporting many different architectures + ARM32 (ARM, Thumb, Cortex-M, AArch32) + ARM64 + MIPS (MIPS32, MIPS64, MIPS32R6, Micro) + x86 (16-bit, 32-bit, 64-bit) + PowerPC (32-bit, 64-bit) + SPARC + IBM SystemZ + xCORE + M68K + TMS320C64X + M680X + Ethereum + Bookmarks + Region highlighting + Comments + Data Analyzer + File magic-based file parser and MIME type database + Byte distribution graph + Entropy graph + Highest and average entropy + Encrypted / Compressed file detection + Helpful tools + Itanium and MSVC demangler + ASCII table + Regex replacer + Mathematical expression evaluator (Calculator) + Hexadecimal Color picker + Built-in cheat sheet for pattern language and Math evaluator + Doesn't burn out your retinas when used in late-night sessions