app-editors/imhex: add myself as a maintainer

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2022-08-20 19:42:10 +08:00
parent 0fea6b4708
commit 262bcfe0fa

View File

@@ -1,74 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata> <pkgmetadata>
<!-- maintainer-needed --> <maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream> <upstream>
<changelog>https://github.com/WerWolv/ImHex/releases</changelog> <changelog>https://github.com/WerWolv/ImHex/releases</changelog>
<bugs-to>https://github.com/WerWolv/ImHex/issues</bugs-to> <bugs-to>https://github.com/WerWolv/ImHex/issues</bugs-to>
<remote-id type="github">WerWolv/ImHex</remote-id> <remote-id type="github">WerWolv/ImHex</remote-id>
</upstream> </upstream>
<longdescription lang="en"> <longdescription lang="en">
Features Features
Featureful hex view Featureful hex view
Byte patching Byte patching
Patch management Patch management
Copy bytes as feature Copy bytes as feature
Bytes Bytes
Hex string Hex string
C, C++, C sharp, Rust, Python, Java and JavaScript array C, C++, C sharp, Rust, Python, Java and JavaScript array
ASCII-Art hex view ASCII-Art hex view
HTML self contained div HTML self contained div
String and hex search String and hex search
Colorful highlighting Colorful highlighting
Goto from start, end and current cursor position Goto from start, end and current cursor position
Custom C++-like pattern language for parsing highlighting a file's content Custom C++-like pattern language for parsing highlighting a file's content
Automatic loading based on MIME type Automatic loading based on MIME type
arrays, pointers, structs, unions, enums, bitfields, using declarations, little and big endian support, conditionals and much more! 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 Useful error messages, syntax highlighting and error marking
Data importing Data importing
Base64 files Base64 files
IPS and IPS32 patches IPS and IPS32 patches
Data exporting Data exporting
IPS and IPS32 patches IPS and IPS32 patches
Data inspector allowing interpretation of data as many different types (little and big endian) Data inspector allowing interpretation of data as many different types (little and big endian)
Huge file support with fast and efficient loading Huge file support with fast and efficient loading
String search String search
Copying of strings Copying of strings
Copying of demangled strings Copying of demangled strings
File hashing support File hashing support
CRC16 and CRC32 with custom initial values and polynomials CRC16 and CRC32 with custom initial values and polynomials
MD4, MD5 MD4, MD5
SHA-1, SHA-224, SHA-256, SHA-384, SHA-512 SHA-1, SHA-224, SHA-256, SHA-384, SHA-512
Disassembler supporting many different architectures Disassembler supporting many different architectures
ARM32 (ARM, Thumb, Cortex-M, AArch32) ARM32 (ARM, Thumb, Cortex-M, AArch32)
ARM64 ARM64
MIPS (MIPS32, MIPS64, MIPS32R6, Micro) MIPS (MIPS32, MIPS64, MIPS32R6, Micro)
x86 (16-bit, 32-bit, 64-bit) x86 (16-bit, 32-bit, 64-bit)
PowerPC (32-bit, 64-bit) PowerPC (32-bit, 64-bit)
SPARC SPARC
IBM SystemZ IBM SystemZ
xCORE xCORE
M68K M68K
TMS320C64X TMS320C64X
M680X M680X
Ethereum Ethereum
Bookmarks Bookmarks
Region highlighting Region highlighting
Comments Comments
Data Analyzer Data Analyzer
File magic-based file parser and MIME type database File magic-based file parser and MIME type database
Byte distribution graph Byte distribution graph
Entropy graph Entropy graph
Highest and average entropy Highest and average entropy
Encrypted / Compressed file detection Encrypted / Compressed file detection
Helpful tools Helpful tools
Itanium and MSVC demangler Itanium and MSVC demangler
ASCII table ASCII table
Regex replacer Regex replacer
Mathematical expression evaluator (Calculator) Mathematical expression evaluator (Calculator)
Hexadecimal Color picker Hexadecimal Color picker
Built-in cheat sheet for pattern language and Math evaluator Built-in cheat sheet for pattern language and Math evaluator
Doesn't burn out your retinas when used in late-night sessions Doesn't burn out your retinas when used in late-night sessions
</longdescription> </longdescription>
</pkgmetadata> </pkgmetadata>