Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/imhex/
Date: Wed, 24 Aug 2022 15:52:26
Message-Id: 1660995730.262bcfe0faa62b13a00c9a8a01cb11308cfc6b4c.tastytea@gentoo
1 commit: 262bcfe0faa62b13a00c9a8a01cb11308cfc6b4c
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 20 11:42:10 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sat Aug 20 11:42:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=262bcfe0
7
8 app-editors/imhex: add myself as a maintainer
9
10 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
11
12 app-editors/imhex/metadata.xml | 127 +++++++++++++++++++++--------------------
13 1 file changed, 65 insertions(+), 62 deletions(-)
14
15 diff --git a/app-editors/imhex/metadata.xml b/app-editors/imhex/metadata.xml
16 index 6c5df7b7e..ffb0d5d0b 100644
17 --- a/app-editors/imhex/metadata.xml
18 +++ b/app-editors/imhex/metadata.xml
19 @@ -1,74 +1,77 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <!-- maintainer-needed -->
24 + <maintainer type="person">
25 + <email>vowstar@×××××.com</email>
26 + <name>Huang Rui</name>
27 + </maintainer>
28 <upstream>
29 <changelog>https://github.com/WerWolv/ImHex/releases</changelog>
30 <bugs-to>https://github.com/WerWolv/ImHex/issues</bugs-to>
31 <remote-id type="github">WerWolv/ImHex</remote-id>
32 </upstream>
33 <longdescription lang="en">
34 -Features
35 + Features
36
37 -Featureful hex view
38 -Byte patching
39 -Patch management
40 -Copy bytes as feature
41 -Bytes
42 -Hex string
43 -C, C++, C sharp, Rust, Python, Java and JavaScript array
44 -ASCII-Art hex view
45 -HTML self contained div
46 -String and hex search
47 -Colorful highlighting
48 -Goto from start, end and current cursor position
49 -Custom C++-like pattern language for parsing highlighting a file's content
50 -Automatic loading based on MIME type
51 -arrays, pointers, structs, unions, enums, bitfields, using declarations, little and big endian support, conditionals and much more!
52 -Useful error messages, syntax highlighting and error marking
53 -Data importing
54 -Base64 files
55 -IPS and IPS32 patches
56 -Data exporting
57 -IPS and IPS32 patches
58 -Data inspector allowing interpretation of data as many different types (little and big endian)
59 -Huge file support with fast and efficient loading
60 -String search
61 -Copying of strings
62 -Copying of demangled strings
63 -File hashing support
64 -CRC16 and CRC32 with custom initial values and polynomials
65 -MD4, MD5
66 -SHA-1, SHA-224, SHA-256, SHA-384, SHA-512
67 -Disassembler supporting many different architectures
68 -ARM32 (ARM, Thumb, Cortex-M, AArch32)
69 -ARM64
70 -MIPS (MIPS32, MIPS64, MIPS32R6, Micro)
71 -x86 (16-bit, 32-bit, 64-bit)
72 -PowerPC (32-bit, 64-bit)
73 -SPARC
74 -IBM SystemZ
75 -xCORE
76 -M68K
77 -TMS320C64X
78 -M680X
79 -Ethereum
80 -Bookmarks
81 -Region highlighting
82 -Comments
83 -Data Analyzer
84 -File magic-based file parser and MIME type database
85 -Byte distribution graph
86 -Entropy graph
87 -Highest and average entropy
88 -Encrypted / Compressed file detection
89 -Helpful tools
90 -Itanium and MSVC demangler
91 -ASCII table
92 -Regex replacer
93 -Mathematical expression evaluator (Calculator)
94 -Hexadecimal Color picker
95 -Built-in cheat sheet for pattern language and Math evaluator
96 -Doesn't burn out your retinas when used in late-night sessions
97 + Featureful hex view
98 + Byte patching
99 + Patch management
100 + Copy bytes as feature
101 + Bytes
102 + Hex string
103 + C, C++, C sharp, Rust, Python, Java and JavaScript array
104 + ASCII-Art hex view
105 + HTML self contained div
106 + String and hex search
107 + Colorful highlighting
108 + Goto from start, end and current cursor position
109 + Custom C++-like pattern language for parsing highlighting a file's content
110 + Automatic loading based on MIME type
111 + arrays, pointers, structs, unions, enums, bitfields, using declarations, little and big endian support, conditionals and much more!
112 + Useful error messages, syntax highlighting and error marking
113 + Data importing
114 + Base64 files
115 + IPS and IPS32 patches
116 + Data exporting
117 + IPS and IPS32 patches
118 + Data inspector allowing interpretation of data as many different types (little and big endian)
119 + Huge file support with fast and efficient loading
120 + String search
121 + Copying of strings
122 + Copying of demangled strings
123 + File hashing support
124 + CRC16 and CRC32 with custom initial values and polynomials
125 + MD4, MD5
126 + SHA-1, SHA-224, SHA-256, SHA-384, SHA-512
127 + Disassembler supporting many different architectures
128 + ARM32 (ARM, Thumb, Cortex-M, AArch32)
129 + ARM64
130 + MIPS (MIPS32, MIPS64, MIPS32R6, Micro)
131 + x86 (16-bit, 32-bit, 64-bit)
132 + PowerPC (32-bit, 64-bit)
133 + SPARC
134 + IBM SystemZ
135 + xCORE
136 + M68K
137 + TMS320C64X
138 + M680X
139 + Ethereum
140 + Bookmarks
141 + Region highlighting
142 + Comments
143 + Data Analyzer
144 + File magic-based file parser and MIME type database
145 + Byte distribution graph
146 + Entropy graph
147 + Highest and average entropy
148 + Encrypted / Compressed file detection
149 + Helpful tools
150 + Itanium and MSVC demangler
151 + ASCII table
152 + Regex replacer
153 + Mathematical expression evaluator (Calculator)
154 + Hexadecimal Color picker
155 + Built-in cheat sheet for pattern language and Math evaluator
156 + Doesn't burn out your retinas when used in late-night sessions
157 </longdescription>
158 </pkgmetadata>