Chemtool is a program for drawing organic molecules easily and storing
them as an X bitmap file.
lxsession is a standard-compliant X11 session manager with
shutdown/reboot/suspend supports via HAL and gdm.
Blast blows holes in windows - you can see what's behind it through them. It
uses the X Shape Extension.
Keybinder is a library for registering global keyboard shortcuts.
Keybinder works with GTK-based applications using the X Window System.
These are the official NVidia binary drivers for hardware OpenGL rendering
in X11, using the GLX extensions.
This program provides a convenient way to manage many remote serial
consoles for machines. A server (conserver(8)) runs on each server
machine and it connects to the specified serial port. It can log,
provide shared access to remote consoles, etc. If there are multiple
machines running conserver(8), a master conserver(8) can be run to
connect to all the slave servers, providing a single point of access
to the entire cluster.
This is very handy for remote unattended FreeBSD servers. It can send
serial break signals which is useful for breaking into DDB on hung machines.
phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL. phpPgAdmin is a
fully functional PostgreSQL administration utility. You can use it to create
and maintain multiple databases and even multiple servers.
Features include:
- create and drop databases
- create, copy, drop and alter
tables/views/sequences/functions/indicies/triggers
- edit and add fields (to the extent Postgres allows)
- execute any SQL-statement, even batch-queries
- manage primary and unique keys
- create and read dumps of tables
- administer one single database
- administer multiple servers
- administer postgres users and groups
LICENSE: GPL2 or later
This is the library needed to YTNEF application
This program decodes those annoying application/ms-tnef MIME attachments that
Microsoft mail servers helpfully use to encapsulate your already MIME encoded
attachments.
Due to the proliferation of Microsoft Outlook and Exchange mail servers,
more and more mail is encapsulated into this format.
The YTNEF program allows one to unpack the attachments which were encapsulated
into the YTNEF attachment. Thus alleviating the need to use Microsoft Outlook
to view them.
Now supports winmail.dat Outlook files
Poslib is a portable C++ DNS library, a part of Posadis project.
It consists of two parts: a client library and a server library.
Using the client library, you can simply develop applications that use
the Domain Name System (DNS). It includes many functions for resolving,
domain-name manipulation and Resource Record (RR) creation.
The server library, based on the client core, can be used to develop
DNS servers. By implementing a query entry-point function using the
Poslib library of functions, you can easily create DNS servers,
without worrying about low-level details such as DNS message compilation,
domain-name compression and UDP/TCP transmission.
Twisted is an asynchronous networking framework written in python. It is used
by most of the servers, clients and protocols that are part of other Twisted
projects.
- twisted.cred, a pluggable authentication system for servers;
- twisted.enterprise, an asynchronous adapter of Python DB-API 2.0 database
interfaces;
- twisted.internet, the Twisted event loop;
- twisted.manhole, a debugging service;
- twisted.persisted, a collection of object persistence systems
- twisted.protocols, a collection of simple network protocols and helper
utilities;
- twisted.python, a set of Twisted programming abstractions;
- twisted.spread, a network transport, serializer and object broker;
- twisted.trial, a unit-testing framework; and