1.3.103
Quiet RedHat versus Debian error message from rcDCC reported by Ken Rea.
Deal with corrupt /var/dcc/map reported by Steve Martin instead of
calling abort().
Fix error in libexec/fetch-testmsg-whitelist reported by Horst Scheuermann
and William Taylor.
Tweak ./configure and makefiles to try to avoid the mysterious,
unreproducable linking problem reported by John Levine.
Fix bug with `./configure --with-max-log-size=0` reported by
Valentin Schmid.
`./configure --with-max-log-size=KB` now also applies to dccproc log files.
Generate man pages with /var/dcc and other directories replaced by
local ./configure choices. This is intended to help the FreeBSD
package and similar redistributions.
tint2 is a simple panel/taskbar intentionally made for openbox3, but should also
work with other window managers.
It's based on ttm code http://code.google.com/p/ttm/
The goal is to keep a clean and unintrusive look with code lightweight and
compliance with freedesktop specifications.
Tint2 taskbar features
* color/transparency on font, icon, border and background
* customize mouse event
* drag and drop task between desktop and switch desktop
Tint2 panel features
* clock with font, color and transparency
* multi-monitor : panel position adjust to monitor, taskbar by monitor
- Remove all options except dccm.
- Override do-install, remove patch-aa.
- Use SPECIAL_PERMS, add user-destdir support.
Add note from author:
On Thu, Jan 29, 2009 at 06:27:03PM +0000,
Vernon Schryver wrote:
>
> There should be no patches in whatever
> you distribute. Updatedcc must work.
The MasterTickets trac plugin adds "blocks" and "blocked by" fields to
each ticket, enabling you to express dependencies between tickets. It
also provides a GraphvizPlugin-based dependency-graph feature for
those tickets having dependencies specified, allowing you to visually
understand the dependency tree. The dependency graph is viewable by
clicking 'depgraph' in the context (in the upper right corner) menu
when viewing a ticket that blocks or is blocked by another ticket.
#hack.se proudly presents an open source Spotify client
C implementation based on F/OSS code
Proof of Concept multi-OS client with curses (text-based) UI
Proof of Concept gateway to the Spotify service
(text-based protocol, for supporting REST)
NOTICE: this package is still under development...
MAJOR CHANGES:
Completely new implementation of stacktrace function. Now it is my
own, portable to almost any hardware where gcc works. There is no
limit on i386 anymore. YAMD code was thrown out. GPL was thrown out
too. I prefer MIT license.
Documentation is now in README file. Read it! ;-)
Lots of regression tests was written. This release of LMDBG were
sucessfully tested under the following platforms:
NetBSD/x86/gcc
NetBSD/alpha/gcc
FreeBSD/x86/gcc
Linux/x86/gcc
Solaris/x86/gcc
lmdbg-sym:
added: -g option, synonym for --with-gdb.
-g becomes the default.
added: -a option for using addr2line(1) instead of gdb(1).
fix for Solaris (printf ("%p") doesn't output leading 0x).
lmdbg-run:
added: -p option, synonyms for --pipe.
malloc uses --> as a separator, not ->.
lmdbg-check ins splitted in two executables:
lmdbg-leaks - for normal memory leaks,
lmdbg-sysleaks - for memory leaks in system/external libraries.
See README file.
cgit is a cgi application implemented in C. It is non-forking, uses an internal
cache to speed things up. Also, it features virtual URLs (unlike gitweb).