Ports Search

Results 191200 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
x11-wm/rmb-20130510 (Score: 0.021327006)
Enlightenment module to emulate right mouse button
An e17 module to emulate right mouse button.
x11-wm/piewm-1.04 (Score: 0.020715319)
tvtwm with pie (circular) menus
This is piewm, a tvtwm with "pie" (i.e., round) menus. You can change "f.menu" and "menu" in your .tvtwmrc into "f.piemenu" "piemenu" in .piewmrc and you will suddenly seeing lovely round menus. It also has virtual desktops that you can "pull" things out, i.e., move the mouse into the virtual desktop window, grab a window with the middle button, and move the mouse out, and then the window will appear in the current screen. This feature is exactly the same as tvtwm.
devel/File-Sync-0.11 (Score: 0.020564664)
Perl5 module interface to the UNIX sync(2) and POSIX.1b fsync(2)
File::Sync provides Perl interfaces to the Unix sync(2) and POSIX.1b fsync(2) system calls. The fsync() call is needed for putting messages into qmail maildirs, and sync() is included for completeness.
games/f1spirit-remake-1.0 (Score: 0.020563042)
Remake of classic F1 Spirit racing game
The F-1 Spirit remake is mostly identical to the original Konami classic F-1 Spirit game in that you first have to clear tracks in a top-down view with stock cars, rally cars and so on by accumulating points given for finishing in the first places until you actually get to play the Formula 1 tracks. Otherwise there are quite some enhancements, namely improved graphics, improved music, more realistic physics, real shape shown in the maps, camera rotation and zoom, split screen for up to four players, (online) highscore tables and replay saving.
databases/kyotocabinet-1.2.76 (Score: 0.019900998)
Straightforward implementation of DBM
Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. Kyoto Cabinet runs very fast. For example, elapsed time to store one million records is 0.9 seconds for hash database, and 1.1 seconds for B+ tree database. Moreover, the size of database of Kyoto Cabinet is very small. For example, overhead for a record is 16 bytes for hash database, and 4 bytes for B+ tree database. Furthermore, scalability of Kyoto Cabinet is great. The database size can be up to 8EB (9.22e18 bytes). Kyoto Cabinet is written in the C++ language, and provided as API of C++, C, Java, Python, Ruby, Perl, and Lua. Kyoto Cabinet is available on platforms which have API conforming to C++03 with the TR1 library extensions. Kyoto Cabinet is a free software licensed under the GNU General Public License.
audio/gstreamer-1.8.0 (Score: 0.01960489)
GStreamer Bauer Stereophonic to Banaural BSP (bs2b) plugin
net/malo-firmware-3.0.0.39 (Score: 0.01960489)
Marvell Libertas 88W8335 IEEE 802.11b/g Firmware Kernel Module
Marvell Libertas 88W8335 firmware files are not free because Marvell refuses to grant distribution rights. This port contains firmware files from OpenBSD's malo(4) driver.
textproc/text-0.8 (Score: 0.01944624)
OCaml library for dealing with text
OCaml-Text is a library for dealing with ``text'', i.e. a sequence of Unicode characters, in a convenient way.
x11-themes/fvwm-themes-0.7.0 (Score: 0.019174362)
Themes for the Fvwm2 window manager
This is a nice theme collection for the Fvwm2 window manager. It has got some nice menus for switching between the different themes. Oyvind Albrigtsen e-devil@e-devil.org
devel/IO-YAML-0.08 (Score: 0.019114412)
Read and write YAML streams incrementally
IO::YAML may be used to read and write YAML streams one document (i.e., one value) at a time.