From 054236d7ef0398d83118cd1f031581f7ec9953d5 Mon Sep 17 00:00:00 2001 From: ohnoes_ohnoes Date: Wed, 20 May 2026 11:57:10 -0300 Subject: newsraft: updated to 0.36 gumbo-parser: updated to 0.13.2 --- repos/extra/gumbo-parser/.checksum | 1 + repos/extra/gumbo-parser/.files | 10 ++++++++++ repos/extra/gumbo-parser/abuild | 5 +++++ repos/extra/newsraft/.checksum | 1 + repos/extra/newsraft/.files | 16 ++++++++++++++++ repos/extra/newsraft/abuild | 4 ++++ repos/extra/newsraft/depends | 4 ++++ 7 files changed, 41 insertions(+) create mode 100644 repos/extra/gumbo-parser/.checksum create mode 100644 repos/extra/gumbo-parser/.files create mode 100644 repos/extra/gumbo-parser/abuild create mode 100644 repos/extra/newsraft/.checksum create mode 100644 repos/extra/newsraft/.files create mode 100644 repos/extra/newsraft/abuild create mode 100644 repos/extra/newsraft/depends diff --git a/repos/extra/gumbo-parser/.checksum b/repos/extra/gumbo-parser/.checksum new file mode 100644 index 00000000..aaaf3fd2 --- /dev/null +++ b/repos/extra/gumbo-parser/.checksum @@ -0,0 +1 @@ +174122d43b111d764e00ebd8cd038a78a7a58216754e7f7a43e519f856d95443 0.13.2.tar.gz diff --git a/repos/extra/gumbo-parser/.files b/repos/extra/gumbo-parser/.files new file mode 100644 index 00000000..8a797f00 --- /dev/null +++ b/repos/extra/gumbo-parser/.files @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/gumbo.h +-rw-r--r-- root/root usr/include/tag_enum.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libgumbo.so -> libgumbo.so.3 +lrwxrwxrwx root/root usr/lib/libgumbo.so.3 -> libgumbo.so.3.0.0 +-rwxr-xr-x root/root usr/lib/libgumbo.so.3.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/gumbo.pc diff --git a/repos/extra/gumbo-parser/abuild b/repos/extra/gumbo-parser/abuild new file mode 100644 index 00000000..0d1cbd71 --- /dev/null +++ b/repos/extra/gumbo-parser/abuild @@ -0,0 +1,5 @@ +name=gumbo-parser +version=0.13.2 +release=1 +source=https://codeberg.org/$name/$name/archive/$version.tar.gz +build_opt="-Dtests=false" diff --git a/repos/extra/newsraft/.checksum b/repos/extra/newsraft/.checksum new file mode 100644 index 00000000..95d5f548 --- /dev/null +++ b/repos/extra/newsraft/.checksum @@ -0,0 +1 @@ +e47e7c5bc6f02a98ee04d58705022eafeafe767bc6c35bb21e4b0f6d018a986f newsraft-0.36.tar.gz diff --git a/repos/extra/newsraft/.files b/repos/extra/newsraft/.files new file mode 100644 index 00000000..ce35af97 --- /dev/null +++ b/repos/extra/newsraft/.files @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/newsraft +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/newsraft.svg +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/newsraft.1.gz +drwxr-xr-x root/root usr/share/newsraft/ +drwxr-xr-x root/root usr/share/newsraft/examples/ +-rw-r--r-- root/root usr/share/newsraft/examples/config +-rw-r--r-- root/root usr/share/newsraft/examples/feeds diff --git a/repos/extra/newsraft/abuild b/repos/extra/newsraft/abuild new file mode 100644 index 00000000..52a5a4dd --- /dev/null +++ b/repos/extra/newsraft/abuild @@ -0,0 +1,4 @@ +name=newsraft +version=0.36 +release=1 +source=https://codeberg.org/$name/$name/archive/$name-$version.tar.gz diff --git a/repos/extra/newsraft/depends b/repos/extra/newsraft/depends new file mode 100644 index 00000000..45dc37a8 --- /dev/null +++ b/repos/extra/newsraft/depends @@ -0,0 +1,4 @@ +gumbo-parser +sqlite +expat +curl -- cgit v1.2.3 From b7451e6eab99f1070b80e6b3b8dab1cd0e70a6ea Mon Sep 17 00:00:00 2001 From: Lostt Date: Sat, 23 May 2026 22:18:59 +0200 Subject: added abuild for tcc --- repos/extra/tcc/abuild | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 repos/extra/tcc/abuild diff --git a/repos/extra/tcc/abuild b/repos/extra/tcc/abuild new file mode 100644 index 00000000..82b57025 --- /dev/null +++ b/repos/extra/tcc/abuild @@ -0,0 +1,10 @@ +name=tcc +version=0.9.27 +release=1 +source="https://download.savannah.gnu.org/releases/tinycc/${name}-${version}.tar.bz2" + +build() { + ./configure --config-musl --prefix=/usr + make + make install +} \ No newline at end of file -- cgit v1.2.3 From fa60b0ad45d4f524962ef99f528076f93ad9efeb Mon Sep 17 00:00:00 2001 From: Lostt Date: Sat, 23 May 2026 22:19:59 +0200 Subject: checksum for tcc --- repos/extra/tcc/.checksum | 1 + 1 file changed, 1 insertion(+) create mode 100644 repos/extra/tcc/.checksum diff --git a/repos/extra/tcc/.checksum b/repos/extra/tcc/.checksum new file mode 100644 index 00000000..11b804f2 --- /dev/null +++ b/repos/extra/tcc/.checksum @@ -0,0 +1 @@ +7ee7c40613ee4e5421ec7c78984980329f562f263bd1fc8f9bf5c587db8c5e15 tcc-0.9.27.tar.bz2 -- cgit v1.2.3 From 2c2ea79572c89ddb59a4ac808a873087aa0616c4 Mon Sep 17 00:00:00 2001 From: Lostt Date: Sat, 23 May 2026 22:20:48 +0200 Subject: added files for tcc --- repos/extra/tcc/.files | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 repos/extra/tcc/.files diff --git a/repos/extra/tcc/.files b/repos/extra/tcc/.files new file mode 100644 index 00000000..f1c8d19f --- /dev/null +++ b/repos/extra/tcc/.files @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/tcc +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/libtcc.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/tcc/ +drwxr-xr-x root/root usr/lib/tcc/include/ +-rw-r--r-- root/root usr/lib/tcc/include/float.h +-rw-r--r-- root/root usr/lib/tcc/include/stdarg.h +-rw-r--r-- root/root usr/lib/tcc/include/stdbool.h +-rw-r--r-- root/root usr/lib/tcc/include/stddef.h +-rw-r--r-- root/root usr/lib/tcc/include/tcclib.h +-rw-r--r-- root/root usr/lib/tcc/include/varargs.h +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/tcc.1.gz \ No newline at end of file -- cgit v1.2.3 From c84cfb83fc11f33c3534a9ef52a77a38e2121393 Mon Sep 17 00:00:00 2001 From: ohnoes_ohnoes Date: Sat, 23 May 2026 17:40:13 -0300 Subject: Moved newsraft and gumbo-parser to 'community' --- repos/community/gumbo-parser/.checksum | 1 + repos/community/gumbo-parser/.files | 10 ++++++++++ repos/community/gumbo-parser/abuild | 5 +++++ repos/community/newsraft/.checksum | 1 + repos/community/newsraft/.files | 16 ++++++++++++++++ repos/community/newsraft/abuild | 4 ++++ repos/community/newsraft/depends | 4 ++++ repos/extra/gumbo-parser/.checksum | 1 - repos/extra/gumbo-parser/.files | 10 ---------- repos/extra/gumbo-parser/abuild | 5 ----- repos/extra/newsraft/.checksum | 1 - repos/extra/newsraft/.files | 16 ---------------- repos/extra/newsraft/abuild | 4 ---- repos/extra/newsraft/depends | 4 ---- 14 files changed, 41 insertions(+), 41 deletions(-) create mode 100644 repos/community/gumbo-parser/.checksum create mode 100644 repos/community/gumbo-parser/.files create mode 100644 repos/community/gumbo-parser/abuild create mode 100644 repos/community/newsraft/.checksum create mode 100644 repos/community/newsraft/.files create mode 100644 repos/community/newsraft/abuild create mode 100644 repos/community/newsraft/depends delete mode 100644 repos/extra/gumbo-parser/.checksum delete mode 100644 repos/extra/gumbo-parser/.files delete mode 100644 repos/extra/gumbo-parser/abuild delete mode 100644 repos/extra/newsraft/.checksum delete mode 100644 repos/extra/newsraft/.files delete mode 100644 repos/extra/newsraft/abuild delete mode 100644 repos/extra/newsraft/depends diff --git a/repos/community/gumbo-parser/.checksum b/repos/community/gumbo-parser/.checksum new file mode 100644 index 00000000..aaaf3fd2 --- /dev/null +++ b/repos/community/gumbo-parser/.checksum @@ -0,0 +1 @@ +174122d43b111d764e00ebd8cd038a78a7a58216754e7f7a43e519f856d95443 0.13.2.tar.gz diff --git a/repos/community/gumbo-parser/.files b/repos/community/gumbo-parser/.files new file mode 100644 index 00000000..8a797f00 --- /dev/null +++ b/repos/community/gumbo-parser/.files @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/gumbo.h +-rw-r--r-- root/root usr/include/tag_enum.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libgumbo.so -> libgumbo.so.3 +lrwxrwxrwx root/root usr/lib/libgumbo.so.3 -> libgumbo.so.3.0.0 +-rwxr-xr-x root/root usr/lib/libgumbo.so.3.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/gumbo.pc diff --git a/repos/community/gumbo-parser/abuild b/repos/community/gumbo-parser/abuild new file mode 100644 index 00000000..0d1cbd71 --- /dev/null +++ b/repos/community/gumbo-parser/abuild @@ -0,0 +1,5 @@ +name=gumbo-parser +version=0.13.2 +release=1 +source=https://codeberg.org/$name/$name/archive/$version.tar.gz +build_opt="-Dtests=false" diff --git a/repos/community/newsraft/.checksum b/repos/community/newsraft/.checksum new file mode 100644 index 00000000..95d5f548 --- /dev/null +++ b/repos/community/newsraft/.checksum @@ -0,0 +1 @@ +e47e7c5bc6f02a98ee04d58705022eafeafe767bc6c35bb21e4b0f6d018a986f newsraft-0.36.tar.gz diff --git a/repos/community/newsraft/.files b/repos/community/newsraft/.files new file mode 100644 index 00000000..ce35af97 --- /dev/null +++ b/repos/community/newsraft/.files @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/newsraft +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/newsraft.svg +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/newsraft.1.gz +drwxr-xr-x root/root usr/share/newsraft/ +drwxr-xr-x root/root usr/share/newsraft/examples/ +-rw-r--r-- root/root usr/share/newsraft/examples/config +-rw-r--r-- root/root usr/share/newsraft/examples/feeds diff --git a/repos/community/newsraft/abuild b/repos/community/newsraft/abuild new file mode 100644 index 00000000..52a5a4dd --- /dev/null +++ b/repos/community/newsraft/abuild @@ -0,0 +1,4 @@ +name=newsraft +version=0.36 +release=1 +source=https://codeberg.org/$name/$name/archive/$name-$version.tar.gz diff --git a/repos/community/newsraft/depends b/repos/community/newsraft/depends new file mode 100644 index 00000000..45dc37a8 --- /dev/null +++ b/repos/community/newsraft/depends @@ -0,0 +1,4 @@ +gumbo-parser +sqlite +expat +curl diff --git a/repos/extra/gumbo-parser/.checksum b/repos/extra/gumbo-parser/.checksum deleted file mode 100644 index aaaf3fd2..00000000 --- a/repos/extra/gumbo-parser/.checksum +++ /dev/null @@ -1 +0,0 @@ -174122d43b111d764e00ebd8cd038a78a7a58216754e7f7a43e519f856d95443 0.13.2.tar.gz diff --git a/repos/extra/gumbo-parser/.files b/repos/extra/gumbo-parser/.files deleted file mode 100644 index 8a797f00..00000000 --- a/repos/extra/gumbo-parser/.files +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/gumbo.h --rw-r--r-- root/root usr/include/tag_enum.h -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libgumbo.so -> libgumbo.so.3 -lrwxrwxrwx root/root usr/lib/libgumbo.so.3 -> libgumbo.so.3.0.0 --rwxr-xr-x root/root usr/lib/libgumbo.so.3.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/gumbo.pc diff --git a/repos/extra/gumbo-parser/abuild b/repos/extra/gumbo-parser/abuild deleted file mode 100644 index 0d1cbd71..00000000 --- a/repos/extra/gumbo-parser/abuild +++ /dev/null @@ -1,5 +0,0 @@ -name=gumbo-parser -version=0.13.2 -release=1 -source=https://codeberg.org/$name/$name/archive/$version.tar.gz -build_opt="-Dtests=false" diff --git a/repos/extra/newsraft/.checksum b/repos/extra/newsraft/.checksum deleted file mode 100644 index 95d5f548..00000000 --- a/repos/extra/newsraft/.checksum +++ /dev/null @@ -1 +0,0 @@ -e47e7c5bc6f02a98ee04d58705022eafeafe767bc6c35bb21e4b0f6d018a986f newsraft-0.36.tar.gz diff --git a/repos/extra/newsraft/.files b/repos/extra/newsraft/.files deleted file mode 100644 index ce35af97..00000000 --- a/repos/extra/newsraft/.files +++ /dev/null @@ -1,16 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/newsraft -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/icons/ -drwxr-xr-x root/root usr/share/icons/hicolor/ -drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ -drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/newsraft.svg -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/newsraft.1.gz -drwxr-xr-x root/root usr/share/newsraft/ -drwxr-xr-x root/root usr/share/newsraft/examples/ --rw-r--r-- root/root usr/share/newsraft/examples/config --rw-r--r-- root/root usr/share/newsraft/examples/feeds diff --git a/repos/extra/newsraft/abuild b/repos/extra/newsraft/abuild deleted file mode 100644 index 52a5a4dd..00000000 --- a/repos/extra/newsraft/abuild +++ /dev/null @@ -1,4 +0,0 @@ -name=newsraft -version=0.36 -release=1 -source=https://codeberg.org/$name/$name/archive/$name-$version.tar.gz diff --git a/repos/extra/newsraft/depends b/repos/extra/newsraft/depends deleted file mode 100644 index 45dc37a8..00000000 --- a/repos/extra/newsraft/depends +++ /dev/null @@ -1,4 +0,0 @@ -gumbo-parser -sqlite -expat -curl -- cgit v1.2.3 From ac8f2a1f08700b3ac6a609031d267eed40a22d7b Mon Sep 17 00:00:00 2001 From: lost Date: Sat, 23 May 2026 17:11:16 -0400 Subject: moved to community --- repos/community/tcc/.checksum | 1 + repos/community/tcc/.files | 18 ++++++++++++++++++ repos/community/tcc/abuild | 10 ++++++++++ repos/extra/tcc/.checksum | 1 - repos/extra/tcc/.files | 18 ------------------ repos/extra/tcc/abuild | 10 ---------- 6 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 repos/community/tcc/.checksum create mode 100644 repos/community/tcc/.files create mode 100644 repos/community/tcc/abuild delete mode 100644 repos/extra/tcc/.checksum delete mode 100644 repos/extra/tcc/.files delete mode 100644 repos/extra/tcc/abuild diff --git a/repos/community/tcc/.checksum b/repos/community/tcc/.checksum new file mode 100644 index 00000000..11b804f2 --- /dev/null +++ b/repos/community/tcc/.checksum @@ -0,0 +1 @@ +7ee7c40613ee4e5421ec7c78984980329f562f263bd1fc8f9bf5c587db8c5e15 tcc-0.9.27.tar.bz2 diff --git a/repos/community/tcc/.files b/repos/community/tcc/.files new file mode 100644 index 00000000..f1c8d19f --- /dev/null +++ b/repos/community/tcc/.files @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/tcc +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/libtcc.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/tcc/ +drwxr-xr-x root/root usr/lib/tcc/include/ +-rw-r--r-- root/root usr/lib/tcc/include/float.h +-rw-r--r-- root/root usr/lib/tcc/include/stdarg.h +-rw-r--r-- root/root usr/lib/tcc/include/stdbool.h +-rw-r--r-- root/root usr/lib/tcc/include/stddef.h +-rw-r--r-- root/root usr/lib/tcc/include/tcclib.h +-rw-r--r-- root/root usr/lib/tcc/include/varargs.h +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/tcc.1.gz \ No newline at end of file diff --git a/repos/community/tcc/abuild b/repos/community/tcc/abuild new file mode 100644 index 00000000..82b57025 --- /dev/null +++ b/repos/community/tcc/abuild @@ -0,0 +1,10 @@ +name=tcc +version=0.9.27 +release=1 +source="https://download.savannah.gnu.org/releases/tinycc/${name}-${version}.tar.bz2" + +build() { + ./configure --config-musl --prefix=/usr + make + make install +} \ No newline at end of file diff --git a/repos/extra/tcc/.checksum b/repos/extra/tcc/.checksum deleted file mode 100644 index 11b804f2..00000000 --- a/repos/extra/tcc/.checksum +++ /dev/null @@ -1 +0,0 @@ -7ee7c40613ee4e5421ec7c78984980329f562f263bd1fc8f9bf5c587db8c5e15 tcc-0.9.27.tar.bz2 diff --git a/repos/extra/tcc/.files b/repos/extra/tcc/.files deleted file mode 100644 index f1c8d19f..00000000 --- a/repos/extra/tcc/.files +++ /dev/null @@ -1,18 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/tcc -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/libtcc.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/tcc/ -drwxr-xr-x root/root usr/lib/tcc/include/ --rw-r--r-- root/root usr/lib/tcc/include/float.h --rw-r--r-- root/root usr/lib/tcc/include/stdarg.h --rw-r--r-- root/root usr/lib/tcc/include/stdbool.h --rw-r--r-- root/root usr/lib/tcc/include/stddef.h --rw-r--r-- root/root usr/lib/tcc/include/tcclib.h --rw-r--r-- root/root usr/lib/tcc/include/varargs.h -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/tcc.1.gz \ No newline at end of file diff --git a/repos/extra/tcc/abuild b/repos/extra/tcc/abuild deleted file mode 100644 index 82b57025..00000000 --- a/repos/extra/tcc/abuild +++ /dev/null @@ -1,10 +0,0 @@ -name=tcc -version=0.9.27 -release=1 -source="https://download.savannah.gnu.org/releases/tinycc/${name}-${version}.tar.bz2" - -build() { - ./configure --config-musl --prefix=/usr - make - make install -} \ No newline at end of file -- cgit v1.2.3