The clean utility searches through the filesystem for "temporary files"
left behind by editors and the like which can be deleted safely.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
From http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2008-August/147600.html:
"logrotate's path-type options (eg. compress, olddir, just to name a
few) fail because FreeBSD's libc implements mbtrowc(3) differently,
and returns -2 on empty string. Linux version, however, returns 0.
A simple zero-length check added to path check function, which hides
this."
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Via https://gist.github.com/644805
Uses the private api call _vprocmgr_detach_from_console similar to Apple's
patch to GNU screen
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
From the website:
"Judy is a C library that provides a state-of-the-art core technology
that implements a sparse dynamic array. Judy arrays are declared simply
with a null pointer. A Judy array consumes memory only when it is
populated, yet can grow to take advantage of all available memory if
desired."
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
1.6.6 is giving a 404 from Sourceforge for some reason, and this stopped my
ability to install ushare.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
sntop is an ncurses-based top-esque console utility for monitoring the connectivity of network hosts, supporting various advanced features and released under the GPL.
sntop uses fping (ping is supported, too) to determine connectivity of hosts, specified in a config file, on a regular interval. the results are displayed in a top-like format.
advanced features include html generation of results for automatic web page, secure terminal mode, execution of external file on alarm (configurable for either host DOWN or any change in host status), color support, and both user and system-wide config files. sntop aims for support on all popular unices and platforms.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Added the --with-cscope option to the MacVim formula to enable building
MacVim with Cscope support. A dependency on 'cscope' is added when the
--with-cscope option is present.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>