I use
fbsd most of the time, and have
been trying to involve myself a bit with the project. Here's a bit of what I've
done.
PR's
(whoa, 265 of 'em)
Drivers/kern
- Freebsd-nvdriver
project (we've given up on this. At some point, I'd like to try to
reverse engineer the hardware and create my own completely open
driver using the X drm/dri method, but this is a project for the not
so near future. In the mean time, nvidia has released the fbsd
version, so we're not 3d-less).
Ports
I have both ports I maintain and software that has been placed in the port
database. I avoid putting my own software in the ports db as I'd prefer
someone else to A) deign it worthy and B) make sure it works right. The
only reason that the 'graphics/vp' is listed twice is that the original
maintainer surrendered it back to ports@FreeBSD.org. If anyone wants it,
I would be happy to relinquish maintainership of it.
Ports I maintain
- audio/openal - OpenAL Audio Library
- cad/brlcad - BRL CSG modeler brlcad.org
- databases/gauche-gdbm - gdbm interface for gauche
- devel/cvsplot - extract filecount/linecount info against date from cvs for plotting
- devel/gauche-readline - readline interface for gauche
- devel/gauche-sdl - SDL interface for gauche
- devel/picprog - Serial port pic16c84 programmer
- devel/ruby-rudl - A high level library to use SDL from Ruby
- devel/tnt - Template Numerical Toolkit
- games/fgkicker - a gui frontend to start flightgear
- games/gl-117 - an OpenGL/SDL flying game
- games/tank - a 3d opengl tank game
- games/xroads - game similar to 'crossroads' on the C=64
- graphics/bugle - A library for intercepting OpenGL calls
- graphics/gauche-gl - OpenGL binding for Gauche
- graphics/gts - GNU Triangulated Surface Library
- graphics/vp - An image viewer for X
- lang/gauche - an rsr5 scheme for scripting
- lang/itcl - [incr Tcl] (A.K.A. "itcl")
- lang/qscheme - a fast scheme interpretor
- lang/schemetoc - scheme to C converter/compiler
- math/jama - Java-like Matrix C++ Templates
- sysutils/diskscrub - a versatile disk scrubber
- sysutils/x86info - display info about the x86 processor(s) of a system
- textproc/bar - Cat with ASCII progress bar
- textproc/permute - Generate all permutations of lines from stdin
- x11-toolkits/gauche-gtk - GTK2.0 binding for Gauche
- x11-toolkits/itk - [incr Tk] (A.K.A. "itk")
Ports of my software
- graphics/vp - View Picture, sdl image slideshow viewer
- textproc/rand - randomizes the input stream by line or word, the
compliment to sort
Docs