depfinder finds the dependencies of Slackware packages. The dependency list can be output to stdout, to a .dep text file without version information, or to a slack-required file with version information. depfinder is very fast; its speed is mainly due to the C++ code that is used in depfinder to find in which package each individual library is included. It also has support for running multiple jobs, which makes it a lot faster when used with multiple CPUs/cores. depfinder supports detecting dependencies of binary files compiled with languages such as C or C++ and it can also detect Python dependencies.
slkbuild is a script inspired by makepkg from Arch that greatly simplifies the package building process in Slackware and derivatives. It parses an easy-to-create SLKBUILD meta-file and from that creates a conventional build script that follows all of the Slackware packaging standards and that can be run on its own. The advantage of using slkbuild is that it ensures package uniformity and allows for an easy-to-edit meta-file in the event that one might require customization or might need to update the script for new releases. It also makes the build process much quicker, since it takes care of downloading the source, untarring, gzipping man and info pages, stripping binaries, making sure that the menu entry for a graphical application is compliant, as well as a host of other things.
wv2ogg is a tool that uses wvunpack, oggenc, and vorbiscomment to encode wavpack files to Ogg Vorbis files. The quality setting that will be used for encoding the Vorbis files can be set when running wv2ogg. It will also transfer all tags and replaygain information from the wavpack files to the Ogg Vorbis files by default. wv2ogg was written because no other software that would do this existed for Linux.
Xdgmenumaker is a command line tool that generates application menus using xdg information by scanning *.desktop files in all $XDG_DATA_DIRS/applications directories. All applications are sorted according to the main categories as specified by freedesktop.org. Generated menu entries are localised according to the current user locale settings. It currently supports generation of menus for Fluxbox and WindowMaker. Icons from the current GTK+ icon theme can be included in the menus, when they are supported by the output format.
Thanks! Cool stuff!