public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rui Huang" <vowstar@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/imhex/
Date: Sat, 20 Aug 2022 11:42:17 +0000 (UTC)	[thread overview]
Message-ID: <1660995730.262bcfe0faa62b13a00c9a8a01cb11308cfc6b4c.vowstar@gentoo> (raw)

commit:     262bcfe0faa62b13a00c9a8a01cb11308cfc6b4c
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sat Aug 20 11:42:10 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> 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 <vowstar <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>vowstar@gmail.com</email>
+		<name>Huang Rui</name>
+	</maintainer>
 	<upstream>
 		<changelog>https://github.com/WerWolv/ImHex/releases</changelog>
 		<bugs-to>https://github.com/WerWolv/ImHex/issues</bugs-to>
 		<remote-id type="github">WerWolv/ImHex</remote-id>
 	</upstream>
 	<longdescription lang="en">
-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
 	</longdescription>
 </pkgmetadata>


             reply	other threads:[~2022-08-20 11:42 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-20 11:42 Rui Huang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-09 15:37 [gentoo-commits] repo/proj/guru:dev commit in: app-editors/imhex/ Henri Gasc
2025-04-16 16:01 RavFX
2025-03-31 19:31 Henri Gasc
2025-03-06 20:38 Henri Gasc
2024-12-30 12:48 Henri Gasc
2024-08-31 11:52 Henri Gasc
2024-04-11 15:05 Henri Gasc
2024-03-11 11:35 Henri Gasc
2024-03-09 12:44 Henri Gasc
2023-06-26 19:13 Henri Gasc
2023-04-24 21:22 Henri Gasc
2023-04-22 16:54 Henri Gasc
2023-04-18 12:02 Henri Gasc
2023-04-15 19:41 Henri Gasc
2023-04-07  7:34 Rui Huang
2023-01-13  7:35 Rui Huang
2023-01-10 10:35 Henri Gasc
2022-09-22 10:12 Ronny Gutbrod
2022-09-08  4:14 Rui Huang
2022-09-08  4:14 Rui Huang
2022-09-08  4:14 Rui Huang
2022-09-06  3:36 Rui Huang
2022-04-30  3:40 Alessandro Barbieri
2021-10-05 20:50 Alessandro Barbieri
2021-07-09 10:38 Alessandro Barbieri
2021-07-05 21:09 Alessandro Barbieri
2021-07-05  0:43 Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1660995730.262bcfe0faa62b13a00c9a8a01cb11308cfc6b4c.vowstar@gentoo \
    --to=vowstar@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox