sbopkg: Slackbuilds.org Package browser
Fatdog64 900 includes a package called "sbopkg" in its repo.
"sbopkg" is short for Slackbuilds.org Package browser.
You may ask: what is Slackbuilds.org, and why do I care? Well, Slackbuilds.org is home to an extended compilation of recipes to build packages for Slackware (beyond the official Slackware themselves). They are somewhat comparable to Arch Linux's AUR repository. On my last count, there recipes for about ~9000 packages. There are probably a recipe for any package that you need. From that site, you can search and download the recipe you want, and build your package __from source__.
Ok, so far so good, but what is sbopkg then? sbopkg is a frontend to Slackbuilds.org. With it, you can browse available packages comfortably, and it can also download the recipes, and compile and built it for you - and install it for you if you want. You can keep the compiled packages for later re-use of distribution. sbopkg is good enough to know which packages that it installs (and which ones aren't), so you can easily uninstall packages that you don't want.
With sbopkg, you don't need to know anything about Slackware recipe, or how to build it, how to package it, etc. All you need to do is search for the package you want, select it, and tell sbopkg to build it. The only you need to know is dependencies, because normal Slackware packages does not record them (but Slackbuild.org does, and so it sbopkg, although it allows you to build a package without building/install its dependencies).
Okay, if this is all about Slackware, then how is it relevant to Fatdog64? As it turns out, Slackware is very close to a plain vanilla upstream build, and so is Fatdog64. In addition, as it turns out, Fatdog64 also uses Slackware package management tools (pkgtools). The similarities in these two aspects enables many recipes in Slackbuilds.org to be usable in Fatdog64; and sbopkg provides easy access to these.
In short, sbopkg gives you access to a lot more packages beyond what is provided by Fatdog64 repository. The only thing you need is devx.sfs, because sbopkg does not download already-compiled packages; it will download the recipe which will download the sources and build them for you.
------
Sbopkg's inclusion in Fatdog64 isn't something new. We had it in 700, and also in 800, but it was never featured so that many probably never heard about it.