Ports Search

Results 1,1911,200 of 2,042 for /x11-drivers/.(0.022 seconds)
x11-themes/gnome-themes-extras-2.22.0 (Score: 0.0062829936)
More themes for the GNOME 2 desktop environment
Commonly used GNOME 2 themes that are not a part of the x11-toolkits/gnome-themes package.
x11-wm/e16-docs-0.16.8.0.2 (Score: 0.0062829936)
Data files of enlightenment DOX
A very artistic X window manager. Among other attributes, Enlightenment makes for quite impressive screen shots.
x11/idesk-0.7.5 (Score: 0.0062829936)
Place launch icons and background directly on your desktop
iDesk lets you put launch icons and background directly on the root window of your X.
x11/xdotool-3.20150503.1 (Score: 0.0062829936)
Programmatically simulate keyboard input or mouse activity
Programatically (or manually) simulate keyboard input or mouse activity using X11's XTEST extension.
x11/mxico-1.0.1 (Score: 0.0062829936)
Rotating Object on the screen (Zalgaller polyhedra)
MxIco(Maho's eXtended ICO) is a simple demo for X, rotating polyhedra in the window.
x11/gsynaptics-0.9.16 (Score: 0.0062829936)
GNOME Synaptics Touchpad setting tool
gsynaptics is a setting tool for Synaptics Touchpad driver for XFree86 4.x/XOrg.
comms/uarduno-1.02 (Score: 0.0058572143)
FreeBSD Kernel Driver for the Arduino Uno USB interface
The Arduino Uno (http://arduino.cc/) is an open source hardware micro- controller designed primarily for prototyping and experimentation. Although the devel/arduino port already exists for programming the device, it will not work properly with the newest Arduino hardware. Previous versions of the Arduino used an FTDI USB to Serial interface. The newest Arduino (beginning with the Uno) uses an on-board ATMel 8U2 controller to emulate a USB to Serial interface with its own custom Vendor ID and Hardware ID. As a result, NONE of the existing FreeBSD USB to serial drivers can work with it. This kernel driver supplies the necessary kernel support for the Arduino Uno on FreeBSD. Additionally, some 'ACM' USB Serial devices may work with this driver by manually adding their Vendor ID and Product ID combination to files/ids.txt Official web site
Dynamic definition of a DBIx::Class::Schema
DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions and setting up the columns, primary keys, and relationships. DBIx::Class::Schema::Loader currently supports only the DBI storage type. It has explicit support for DBD::Pg, DBD::mysql, DBD::DB2, and DBD::SQLite. Other DBI drivers may function to a greater or lesser degree with this loader, depending on how much of the DBI spec they implement, and how standard their implementation is. Patches to make other DBDs work correctly welcome. See DBIx::Class::Schema::Loader::DBI::Writing for notes on writing your own vendor-specific subclass for an unsupported DBD driver. This module requires DBIx::Class 0.06 or later, and obsoletes the older DBIx::Class::Loader. This module is designed more to get you up and running quickly against an existing database, or to be effective for simple situations, rather than to be what you use in the long term for a complex database/project.
databases/DB-1.9.2 (Score: 0.0058572143)
PEAR Database Abstraction Layer
PEAR::DB is a database abstraction layer providing: * an OO-style query API * portability features that make programs written for one DBMS work with other DBMS's * a DSN (data source name) format for specifying database servers * prepare/execute (bind) emulation for databases that don't support it natively * a result object for each query response * portable error codes * sequence emulation * sequential and non-sequential row fetching as well as bulk fetching * formats fetched rows as associative arrays, ordered arrays or objects * row limit support * transactions support * table information interface * DocBook and phpDocumentor API documentation Drivers for the following extensions pass the complete test suite and provide interchangeability when all of DB's portability options are enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and sybase.
sysutils/dt-17.07 (Score: 0.0058572143)
Data Test Program - disk/tape error diagnostic tool
dt is a generic data test program used to verify proper operation of peripherals, file systems, device drivers, or any data stream supported by the operating system. In its simplest mode of operation, dt writes and then verifies its default data pattern, then displays performance statistics and other test parameters before exiting. Since verification of data is performed, dt can be thought of as a generic diagnostic tool. dt has been used to successfully test disks, tapes, serial lines, parallel lines, pipes, and memory mapped files. In fact, dt can be used for any device that allows the standard open, read, write, and close system calls. Special support is necessary for some devices, such as serial lines, for setting up the speed, parity, data bits, etc.