What's the software you can't live without?

x11-wm/i3 - No introduction needed.
x11/i3blocks - A minimalist scheduler for your status line scripts. This utility is much better than i3satus imo.
x11/dmenu - Such a powerful tool and a great addition to my script based interface.
graphics/scrot - screenshot utility. Set bindings and output within i3 config
x11/rxvt-unicode - Terminal Sweetness
sysutils/tmux - A must have when spending extended amounts of time in the terminal
audio/pianobar - Used to stream while I work. A Pandora terminal client.
sysutils/tarsnap - The best backup service around.
www/lynx - Text based browser. Because I prefer the terminal.
www/firefox-esr - For when I need to browse graphically. Firefox extended support release. Focuses on stability and security vs the latest features.
 
Bleachbit.

It was not available in the repos or ports, so I learned how to write my own port for it.

Now I'm happy being able to use it again! 😊
 
As in, become a port maintainer for it?

UPDATE: My apologies if my question came off rhetorical. If by "pushing it to the public," you mean publishing it here, I'm fine with that. Here you folks go! Go nuts!

Makefile
Code:
PORTNAME=               bleachbit
DISTVERSION=            4.4.2
DISTVERSIONPREFIX=      v
CATEGORIES=             sysutils

COMMENT=                Utility for freeing disk space and maintaining privacy

LICENSE=                GPLv3

USES=                   gnome python shebangfix
USE_GNOME=              pygobject3
USE_PYTHON=             distutils autoplist

USE_GITHUB=             yes
GH_ACCOUNT=             bleachbit
GH_PROJECT=             bleachbit

NO_ARCH=                yes

.include <bsd.port.mk>

pkg-descr
Code:
Clean your system, free disk space, and guard your privacy.

BleachBit can:
 * Free cache
 * Delete cookies
 * Clear Internet history
 * Shred temporary files
 * Delete logs
 * Discard hidden junk
 * Shred files to prevent recovery
 * Wipe free disk space
 
x11/lxde-meta
x11-wm/i3
x11/mate-panel
x11/qterminal
editors/neovim
www/firefox-esr
audio/gtk-mixer
graphics/okular
 
Last edited:
Back
Top