Following is a list of free/libre and open source software projects that I maintain. Projects I Maintain =================== Active or Otherwise Interesting ------------------------------- * [ProteanOS](http://www.proteanos.com/): ProteanOS is a fully-free BusyBox/Linux-libre operating system binary distribution designed for embedded applications. Within this project, I'm also developing a number of programs, including: - [opkbuild](http://git.proteanos.com/opkbuild/opkbuild.git/): opkbuild is a distibution build system – a set of tools for building software packages. From source packages it builds binary packages for use with the [opkg package manager](https://code.google.com/p/opkg/). - [opkhelper](http://git.proteanos.com/opkhelper/opkhelper.git/): opkhelper is a collection of utilities to help build software packages using opkbuild. opkhelper is inspired by [debhelper](http://kitenet.net/~joey/code/debhelper/), a similar set of programs written primarily by Joey Hess for Debian. - [markdownbook](http://git.proteanos.com/markdownbook/markdownbook.git/): The Text::MarkdownBook Perl distribution builds HTML and plain text books with multiple chapters and appendices from Markdown-formatted source files. It supports HTML templating, intersection links, and automatic generation of tables of contents. - [pro-archman](http://www.proteanos.com/dev/pro-archman/): This is pro-archman, the ProteanOS Archive Manager. pro-archman manages packages in an archive laid out as explained in the [specification](http://www.proteanos.com/dev/archive/layout/). - [prokit](http://git.proteanos.com/prokit/prokit.git/): This is prokit, the ProteanOS Development Kit. * [ssic (Server Side Includes Compiler)](ssic/): ssic processes HTML documents with SSI directives formatted as SGML comments. It can be used to process documents without an HTTP server for local browsing or to generate static HTML documents to be efficiently served by an HTTP server. Documents could even be preprocessed, e.g. by a Markdown processor, before being parsed with ssic. * [cgol (Curses Game of Life)](cgol/): An implementation of Conway's Game of Life written in C and using the curses interface. * [screen-batt](screen-batt/): A simple battery status indicator for GNU Screen. Dead ---- * [libRCIO](https://gitorious.org/librcio): A library written in ISO C to read and write UNIX-style run control (configuration) files. * [Cowbell](https://gitorious.org/cowbell): "Curses, I'm up already!" A feature-packed alarm clock with a curses interface. * [changelog-gen](changelog-gen/): A UNIX shell script to generate a change log from "CHANGE:" tags found in Git commit messages. * [HIDRECT (Human Interface Device Reverse Engineering Capture Tool)](https://gitorious.org/hidrect): A simple event-based capture tool for human interface devices. * [VHC (Virtual Host Config)](https://gitorious.org/vhc): A collection of scripts to manage hosted users, domains, Web roots, and mailboxes. * [testbuild](http://git.pehjota.net/dev/testbuild.git/): A simple script to automate build testing for software managed with Git. Patches to Other Projects ========================= Accepted (Possibly With Modifications) -------------------------------------- * [GNU C Library](https://www.gnu.org/software/libc/): - [Don't use Bash-specific `${parameter/pattern/string}` expansion](https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=0a834dd) - [ldd: make `try_trace` more robust and portable](https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=94bf958) (fixed bugs [#832](https://sourceware.org/bugzilla/show_bug.cgi?id=832) and [#3266](https://sourceware.org/bugzilla/show_bug.cgi?id=3266)) * [Time Zone Database](https://www.iana.org/time-zones): - [tzselect: port to /bin/sh](https://github.com/eggert/tz/commit/be06aa4) - [tzselect: work around an old BusyBox awk bug](https://github.com/eggert/tz/commit/868ed00) * [Debian](http://www.debian.org/): - [gettext: Split out libgettextpo-dev and libasprintf-dev for multiarch dependencies](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683751#65) - [libgcrypt11: Move some dependencies to Build-Depends-Indep](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682597) - [gnutls26: Move some dependencies to Build-Depends-Indep](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682596) - [minetest: Fix GCC 4.7 build failure](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667280#10) - [minetest: Split the server into its own package](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668004#5) * [GNU FM](http://foocorp.org/projects/fm/): - [61 commits](https://www.ohloh.net/p/librefm/contributors/1379053869333181) Pending ------- * [GNU C Library](https://www.gnu.org/software/libc/): - [Don't use Bash-only $"msgid" quoting](https://sourceware.org/ml/libc-alpha/2012-11/msg00708.html) (fixes bug [#13853](https://sourceware.org/bugzilla/show_bug.cgi?id=13853)) * [Debian](http://www.debian.org/): - [dpkg: Add support for build profiles](http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661538#136) To Be Submitted --------------- * [BusyBox](http://www.busybox.net/): - uname: Make `uname_info.os` configurable * [Debian](http://www.debian.org/): - [sbuild: Add support for build profiles](http://bootstrap.pehjota.net/sbuild/sbuild-build-profiles.debdiff)