bsd rockets
Rocket 1.02
Rocket is a game where you try to land a rocket on a moving platform. more>>
Running Rocket:
- Unzip the archive into its own directory.
- cd to the directory.
# perl rocket.pl
You fly the rocket with the left, right, and down keys.
Other keys:
- pause
- exit
- new game
- God mode?
C++ Sockets 2.1.7
C++ Sockets is a C++ wrapper for BSD-style sockets. more>>
Main features:
- SSL support
- IPv6 support
- tcp and udp sockets
- encrypted tcp
- http protocol
- highly customizable error handling
Enhancements:
- A fatal bug in LineProtocol/Online when a CRLF happened over a read buffer boundary has been fixed.
- New output buffer logic.
- OnWriteComplete callback has been added, which fires after the output buffer has been transferred.
AdaSockets 1.8.4.7
AdaSockets is a library that lets you use BSD sockets from Ada (TCP, UDP and multicast). more>>
Installation:
% ./configure --prefix=
% make install
This will build and install this software under /lib/adasockets. The adasockets-config program and its associated man page will be installed respectively under < any directory >/bin and < any directory >/man/
In the examples subdirectory, you will find an example called "tcprelay" which illustrates how this package can be used.
GNU make is not strictly necessary but is recommended. It is needed if you want to rebuild the documentation.
Enhancements:
- Packaging glitch is now fixed, thanks to Dani for reporting it.
MidnightBSD 0.1-RELEASE
MidnightBSD is a FreeBSD 6 fork aimed at providing an easy-to-use desktop experience. more>>
Enhancements:
- This stable release is based on FreeBSD 6.1 beta and includes many fixes and improvements.
- It uses a command line interface but offers packages for X11, GNUstep, WindowMaker ,and other software.
- Future versions will provide a fully featured desktop environment.
VerticalMeters
VerticalMeters is a simple system monitor. more>>
Obviously inspired by kirambaKUBUNTU, except I wanted one that fit in the right corner, and of course not kubuntu.
mod_tproxt
mod_tproxt is a transparent proxy support for Apache 1.3. more>>
mod_tproxt has been running on a (now old) K6-200 machine, with a max uptime of about 500 days or so.
mod_tproxt requires linux transparent proxy support. The BSDs may likely have a similar mechanism. If you port it to work with another OS, send me a patch, and Ill include it here.
This module is contributed to community under the Apache License, BSD licence or GPL, whichever you like.
PC-BSD 7.1.1
PC-BSD 7.1.1 is an excellent and must-have product which offers you a free operating system with ease of use in mind. more>>
PC-BSD 7.1.1 is an excellent and must-have product which offers you a free operating system with ease of use in mind. Like any modern system, you can listen to your favorite music, watch your movies, work with office documents and install your favorite applications with a setup wizard at a click.
Enhancements:
- Updated 7.2-Stable to 06242009
- Updated KDE to 4.2.4
- Updated Nvidia driver to 185.14 - 4071
- Update the Nvidia driver 71.86.09 -> 71.86.11 which fixes the kernel panic - 4157
- Fixed a bug when running Dolphin in root mode - 4176
- Fixed bugs in py-cups port, which corrects "Print a test page" failure from the GUI - PR135675
- Fixed bugs in ksyslog program, now finds /var/log/messages properly - Port Commit
- Added gvim to the menu - 4114
- Removed obsolete printing menu icons - 4115
- Improved the system updater tray, don't issue popup on failure, change icon instead - 4100
- Improved stability with intel graphics cards
- Updated included Wine to 1.1.24, which fixes issues with certain 3D Games
- Fixed issues with using the fetch ports GUI causing a crash in kcmshell4. - 4069
- Improved the System Updater Tray to not use annoying popups and instead just change the icon - 4103
- Added the older Nvidia 71.86.xx driver - 4066
- Fixed issues with kppp, which needs suid permissions to function - 4061
- Moved /PCBSD to /usr/PCBSD and created sym-link to allow small root partitions - 3999 - 4004 - 4008
- Fixed bugs when "upgrading" a system that uses ZFS root partition - 3995 - 3997
- Added support to give higher / lower priority to wifi connections - 3871
- Added ability to edit saved wifi profiles - 3870
- Added ability to "ignore" updates in the updater tool - 3842
- Improved the system updater and tray application interaction - 3832
- Fixed CUPS issues not finding all .ppd files correctly - 3833 - 3834 - 3822
- Fixed bugs with xterm not running - 3804
- Improved the default fluxbox configuration - 3793 - 3794 - 3798 - 3808 - 3809
- Improved the KDE4 default theme - 3805 - 3810
- Updated the KDM theme - 3812 - 3817
- Improved the KSplash Theme - 3811
- Misc other bugfixes
libdnet 1.11
libdnet provides a simplified, portable interface to several low-level networking routines. more>>
Main features:
- network address manipulation
- kernel arp(4) cache and route(4) table lookup and manipulation
- network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...)
- network interface lookup and manipulation
- IP tunnelling (BSD/Linux tun, Universal TUN/TAP device)
- raw IP packet and Ethernet frame transmission
Supported languages:
- C, C++
- Python
- Perl, Ruby (see below)
Supported platforms:
- BSD (OpenBSD, FreeBSD, NetBSD, BSD/OS)
- Linux (Redhat, Debian, Slackware, etc.)
- MacOS X
- Windows (NT/2000/XP)
- Solaris
- IRIX
- HP-UX
- Tru64
projectM 0.99
projectM is a music visualizer which uses 3D hardware accelerated iterative image based rendering. more>>
projectM is basically a reimplementation of Milkdrop under OpenGL. projectM already does some things Milkdrop does not (like infinite custom shapes/waves).
projectM should run anywhere where OpenGL is available (Linux, BSD, Mac OS X, and Windows verified). Please port me to your music player.
StroQ 0.2
StroQ is a Polarium/Chokkan Hitofude clone. more>>
Mures 0.5
Mures is a cross-platform clone of Segas Chu Chu Rocket. more>>
It is written in C using SDL. Multi-player is handled through a client-server design that supports multiple players per client.
BSD::Ipfwgen 1.5
BSD::Ipfwgen is a Perl module to aid in the creation of ipfw-based firewalls. more>>
SYNOPSIS
use BSD::Ipfwgen;
outside qw(**interface list**);
leaf qw(**interface list**);
consolidate qw(**network list**);
us qw(**network list**);
not_us qw(**network list**);
to_us qw(**network list**);
from_us qw(**network list**);
symmetric qw(**network list**);
count_by_interface();
count_by_address qw(**network list**);
count_by_udp qw(**port list**);
count_by_tcp qw(**port list**);
no_looping()
no_spoofing_us()
no_spoofing_by_us()
no_leaf_spoofing()
tcp_from_rules($port, $rules);
tcp_to_rules($port, $rules);
udp_from_rules($port, $rules);
udp_to_rules($port, $rules);
from_net_rules($network, $rules);
to_net_rules($network, $rules);
to_me_rules($rules)
not_to_me_rules($rules)
from_me_rules($rules)
not_from_me_rules($rules)
in_interface_rules($interface, $rules);
out_interface_rules($interface, $rules);
drop_unwanted qw(**network list**);
generate qw(**options**)
**port list** is a list of integers. 80, 23, etc.
**network list** is a list of network address. 207.33.90.32/27 etc.
**interface list** is a list of interface names. de0, fxp1 etc
**options** is a list of the valid options: DEFAULT-ACCEPT, INSECURE
$rules is a newline separated set of L< ipfw > rules.
Ipfwgen is designed to make writing complex firewalls easier and safer. It handles generating some of the harder rulesets: anti-spoofing, anti-looping, and anti land-attack.
Ipfwgen does not try to reduce the complexity of firewall building. What it does do is allow you to write a perl program which generates a firewal. Its expected that the firewalls generated by Ipfwgen will be examined by a human and installed manually.
Ipfwgen commands must be given in a particular sequence. First are the declaritive commands: outside, leaf, consolidate, us, not_us, and symmetric.
Then the rule-specification commands: almost everything else. Ipfwgen keeps an internal database of the rules that are in progress. After all the rule-specification commands are done, then the firewall gets compiled.
The generate command compiles the specifications into actuall ipfw commands and dumps them on STDOUT.
libID3 1.2
libID3 is a small C library to parse ID3 tags. more>>
Enhancements:
- The license (BSD) has been properly documented, and the make system, versioned library, and test cases were cleaned up.
- A minor change was made to the API for loading files.

Titan Attacks! 1.9
An arcade game where you have to defend the Solar System from Evil Alien Invaders! more>>
Titan Attacks! 1.9 will provide hours of entertainment for everyone. This is designed as an arcade game where you have to defend the Solar System from Evil Alien Invaders!
The Earth is under attack from evil aliens from Titan! Only you can save us all using a hired space ship. Upgrade your ship with bounty money and drive back the Titans across the Solar System, and defeat them on their homeworld.
Titan Attacks has the same easy-to-learn and addictive gameplay of the classic arcade shoot 'em up, but is packed full of extras - new features, new strategies, and stylish neo-retro visuals. Battle swarms of alien fighters, bombers and giant boss motherships, over 5 unique worlds and 100 levels of frantic action! Earn bounty money and upgrade your ship with extra cannon, rockets and lasers!
You can destroy falling wrecks, dodge hurtling asteroids and capture escaping aliens - or blast them from the skies! Win prizes in sharp-shooter challenge stages and compete on the online hiscores table!
Major Features:
- 100 levels of frantic shooter action
- 5 giant boss motherships
- Upgrade your ship with extra cannon, rockets and lasers
- Challenge stages with prizes
- Online hiscore table
Requirements:
- Java 2 Standard Edition Runtime Environment
Buscayasminas 0.30a
Buscayasminas is an open source Minesweeper alike game totally written in DHTML. more>>
This cross-platform and cross-browser game was tested under BeOS, Linux, *BSD, Windows and others.