From 8ce3a0dd087696d7bd41db2c718ddd8a7e2802e1 Mon Sep 17 00:00:00 2001 From: ohnoes_ohnoes Date: Sat, 30 May 2026 17:43:06 -0300 Subject: Added info files for some community ports The ports who are getting their respective 'info' files are: neovim, luajit, mednafen, libflac, gumbo-parser, mednafen and newsraft --- repos/community/gumbo-parser/info | 4 ++++ repos/community/libflac/info | 4 ++++ repos/community/luajit/info | 4 ++++ repos/community/mednafen/info | 4 ++++ repos/community/neovim/info | 4 ++++ repos/community/newsraft/info | 4 ++++ 6 files changed, 24 insertions(+) create mode 100644 repos/community/gumbo-parser/info create mode 100644 repos/community/libflac/info create mode 100644 repos/community/luajit/info create mode 100644 repos/community/mednafen/info create mode 100644 repos/community/neovim/info create mode 100644 repos/community/newsraft/info diff --git a/repos/community/gumbo-parser/info b/repos/community/gumbo-parser/info new file mode 100644 index 00000000..85e371e0 --- /dev/null +++ b/repos/community/gumbo-parser/info @@ -0,0 +1,4 @@ +description: HTML parser library implemented in C99 +homepage: https://codeberg.org/gumbo-parser/gumbo-parser +license: Apache-2.0 +maintainer: ohnoes_ohnoes diff --git a/repos/community/libflac/info b/repos/community/libflac/info new file mode 100644 index 00000000..52303db5 --- /dev/null +++ b/repos/community/libflac/info @@ -0,0 +1,4 @@ +description: Free Lossless Audio Encoder +homepage: https://xiph.org/flac/ +license: BSD-3-Clause AND GPL-2.0-or-later +maintainer: ohnoes_ohnoes diff --git a/repos/community/luajit/info b/repos/community/luajit/info new file mode 100644 index 00000000..086de445 --- /dev/null +++ b/repos/community/luajit/info @@ -0,0 +1,4 @@ +description: Just-In-Time Compiler for the Lua programming language +homepage: https://luajit.org/ +license: MIT +maintainer: ohnoes_ohnoes diff --git a/repos/community/mednafen/info b/repos/community/mednafen/info new file mode 100644 index 00000000..31c0c052 --- /dev/null +++ b/repos/community/mednafen/info @@ -0,0 +1,4 @@ +description: Multi-system emulator utilizing OpenGL and SDL +homepage: https://mednafen.github.io/ +license: GPL-2.0-only +maintainer: ohnoes_ohnoes diff --git a/repos/community/neovim/info b/repos/community/neovim/info new file mode 100644 index 00000000..de3205a6 --- /dev/null +++ b/repos/community/neovim/info @@ -0,0 +1,4 @@ +description: Fork of vim focused on extensibility and agility +homepage: https://neovim.io/ +license: Apache-2.0 AND Vim +maintainer: ohnoes_ohnoes diff --git a/repos/community/newsraft/info b/repos/community/newsraft/info new file mode 100644 index 00000000..52b65fcc --- /dev/null +++ b/repos/community/newsraft/info @@ -0,0 +1,4 @@ +description: Feed reader for terminal +homepage: https://codeberg.org/newsraft/newsraft +license: ISC +maintainer: ohnoes_ohnoes -- cgit v1.2.3 From 307caa5d76244ea183c64693395573a81d5b1f6d Mon Sep 17 00:00:00 2001 From: ohnoes_ohnoes Date: Sun, 31 May 2026 02:42:26 -0300 Subject: Updated 'maintainer' in some community ports Ports whose changes where applied: gumbo-parser, libflac, luajit, mednafen, neovim and newsraft Also, luajit port current maintainers are ohnoes_ohnoes and Lostt --- repos/community/gumbo-parser/info | 2 +- repos/community/libflac/info | 2 +- repos/community/luajit/info | 3 ++- repos/community/mednafen/info | 2 +- repos/community/neovim/info | 2 +- repos/community/newsraft/info | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/repos/community/gumbo-parser/info b/repos/community/gumbo-parser/info index 85e371e0..e8af9350 100644 --- a/repos/community/gumbo-parser/info +++ b/repos/community/gumbo-parser/info @@ -1,4 +1,4 @@ description: HTML parser library implemented in C99 homepage: https://codeberg.org/gumbo-parser/gumbo-parser license: Apache-2.0 -maintainer: ohnoes_ohnoes +maintainer: ohnoes_ohnoes diff --git a/repos/community/libflac/info b/repos/community/libflac/info index 52303db5..96530210 100644 --- a/repos/community/libflac/info +++ b/repos/community/libflac/info @@ -1,4 +1,4 @@ description: Free Lossless Audio Encoder homepage: https://xiph.org/flac/ license: BSD-3-Clause AND GPL-2.0-or-later -maintainer: ohnoes_ohnoes +maintainer: ohnoes_ohnoes diff --git a/repos/community/luajit/info b/repos/community/luajit/info index 086de445..3b5414d9 100644 --- a/repos/community/luajit/info +++ b/repos/community/luajit/info @@ -1,4 +1,5 @@ description: Just-In-Time Compiler for the Lua programming language homepage: https://luajit.org/ license: MIT -maintainer: ohnoes_ohnoes +maintainer: ohnoes_ohnoes +maintainer: Lostt diff --git a/repos/community/mednafen/info b/repos/community/mednafen/info index 31c0c052..1c9b4c7a 100644 --- a/repos/community/mednafen/info +++ b/repos/community/mednafen/info @@ -1,4 +1,4 @@ description: Multi-system emulator utilizing OpenGL and SDL homepage: https://mednafen.github.io/ license: GPL-2.0-only -maintainer: ohnoes_ohnoes +maintainer: ohnoes_ohnoes diff --git a/repos/community/neovim/info b/repos/community/neovim/info index de3205a6..463db68b 100644 --- a/repos/community/neovim/info +++ b/repos/community/neovim/info @@ -1,4 +1,4 @@ description: Fork of vim focused on extensibility and agility homepage: https://neovim.io/ license: Apache-2.0 AND Vim -maintainer: ohnoes_ohnoes +maintainer: ohnoes_ohnoes diff --git a/repos/community/newsraft/info b/repos/community/newsraft/info index 52b65fcc..4ece3396 100644 --- a/repos/community/newsraft/info +++ b/repos/community/newsraft/info @@ -1,4 +1,4 @@ description: Feed reader for terminal homepage: https://codeberg.org/newsraft/newsraft license: ISC -maintainer: ohnoes_ohnoes +maintainer: ohnoes_ohnoes -- cgit v1.2.3