Ports Search

Results 1,8011,810 of 2,488 for /x11-servers/.(0.04 seconds)
textproc/pyes-0.99.5 (Score: 0.0038873288)
Python connector for ElasticSearch - the pythonic way to use ElasticSearch
Python connector for ElasticSearch - the pythonic way to use ElasticSearch We are working to provide full support to ElasticSearch 1.x (check the develop branch: we are using the git-flow workflow) that'll have: * connection based on Official ElasticSearch client ?? * full support to ElasticSearch 1.x (removed old support due incompatibility * with old version of ES) * migration from multi_field to >field>.fields * refactory of old code to be more pythonic * performance improvements
textproc/sgmlformat-1.7 (Score: 0.0038873288)
Generates groff and HTML from linuxdoc and docbook SGML documents
This package contains SGML formatting tools that were once a part of the base FreeBSD distribution. This port should be regarded as a temporary solution to formatting SGML files until the wrinkles in jade, a DSSSL processor, get ironed out. If you are running FreeBSD 2.1.x, you should fetch the groff mm macros from FreeBSD 2.2 or later because the macros in 2.1.x are seriously broken. July 16, 1997 jfieber@FreeBSD.org
www/mod_authz_unixgroup-1.0.3 (Score: 0.0038873288)
UNIX group access control module for Apache 2.2
Mod_Authz_Unixgroup 1.0.x is a Unix group access control modules for Apache version 2.2. If you have Apache 2.3 or Apache 2.4, you should be using version 1.1.x of this module instead. If you are having users authenticate with real Unix login ID over the net, using something like my mod_authnz_external / pwauth combination, and you want to do access control based on Unix group membership, then mod_authz_unixgroup is exactly what you need.
www/mod_authz_unixgroup-1.1.0 (Score: 0.0038873288)
UNIX group access control module for Apache 2.4
Mod_Authz_Unixgroup 1.1.x is a Unix group access control modules for Apache version 2.4. If you have Apache 2.2 you should be using version 1.0.x of this module instead. If you are having users authenticate with real Unix login ID over the net, using something like my mod_authnz_external / pwauth combination, and you want to do access control based on Unix group membership, then mod_authz_unixgroup is exactly what you need.
x11-themes/IcOsX-0.7 (Score: 0.0038873288)
KDE IcOsX iconset
[ excerpt with modifications from developer's web site ] This is an extraction of the best icons from OS X! Many thanks to the icons maker and the extractions maker ! Hope you like it ! Please take a look at www.xicons.com and www.iconfactory.com and please see the READMEs !! TODO : - all mymetypes. - applications the most used : PLEASE HELP ME : WHICH ICONS FOR WHICH APPS ? - maybe make a 128x128 only package
x11/mrxvt-devel-0.5.4 (Score: 0.0038873288)
Development version of mrxvt
Mrxvt (previously named as materm) is a lightweight and powerful multi-tabbed X terminal emulator based on the popular rxvt and aterm. It implements many useful features seen in some modern X terminal emulators, like gnome-terminal and konsole, but keep to be lightweight and independent from the GNOME and KDE desktop environment. The following are the major features of mrxvt (* are new features compared with rxvt, + are enhanced features compared with rxvt):
x11/mrxvt-0.4.2 (Score: 0.0038873288)
Tabbed version of rxvt
Mrxvt (previously named as materm) is a lightweight and powerful multi-tabbed X terminal emulator based on the popular rxvt and aterm. It implements many useful features seen in some modern X terminal emulators, like gnome-terminal and konsole, but keep to be lightweight and independent from the GNOME and KDE desktop environment. The following are the major features of mrxvt (* are new features compared with rxvt, + are enhanced features compared with rxvt):
audio/fmoo-audiotools-3.0 (Score: 0.0038809602)
Collection of command line audio handling utilities
Python Audio Tools are a collection of audio handling programs which work from the command line. These include programs for CD extraction, track conversion from one audio format to another, track renaming and retagging, track identification, CD burning from tracks, and more. Supports internationalized track filenames and metadata using Unicode. Works with high-definition, multi-channel audio as well as CD-quality. Track conversion uses multiple CPUs or CPU cores if available to greatly speed the transcoding process. Track metadata can be retrieved from FreeDB, MusicBrainz or compatible servers.
benchmarks/forkbomb-1.4 (Score: 0.0038809602)
System stress testing tool
forkbomb is tool for stress testing. It can create many processes using fork(), bring up some zombies, allocate memory using realloc() and accesses this memory. It has different switches for fine-tuning operation. While classic fork() bomb is good only for fun and QA release testing, running multiple memory-eaters can be useful for determining maximum memory which can be given to servers (bind or squid) without taking machine down. You can test different operation systems with this tool and see how they are handling the load.
databases/mysqlbackup-2.8 (Score: 0.0038809602)
Creates MySQL backups on a periodic basis
mysqlbackup: create MySQL-database servers backup easy Why mysqlbackup? 1. Requires minimum coding to create everyday MySQL-backups with some additional functions. 2. Backups can be compressed on-the-fly and automatically rotated after specified number of a days past. 3. "Slave mode" feature - stop slave, save it's status and then create backup. Start slave afterwards. 4. Includes basic database maintenance: check, optimize tables before backup creation. 5. It can be safely used on a large MySQL installations (1000+ databases). 6. It is written in sh - code interpreter available in a base system.