Ports Search

Results 801810 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
sysutils/sg3_utils-1.42 (Score: 0.0074644517)
Set of utilities that send SCSI commands to devices
The sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on transports traditionally associated with SCSI (e.g. Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel Interface(SPI)) many other devices use SCSI command sets. Its functions are similar to camcontrol(8), but more powerful. For example, it can use SCSI Environmental Services not using FreeBSD ses(4), read SCSI device logs, and much more.
www/mod_setenvifplus-0.22 (Score: 0.0074644517)
Allows setting environment variables based on request attributes
The mod_setenvifplus module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. These environment variables can be used by other parts of the server to make decisions about actions to be taken, e.g. by using mod_qos or to propagate supplemental information to the appliaction via HTTP header data. mod_setenvifplus is derived from the standard Apache modules mod_setenvif and mod_headers.
www/wikigoodies-0.3.3522 (Score: 0.0074644517)
Plugin for Trac which extends the Wiki with some goodies
This plugin extends the Trac Wiki in several ways: - Support for displaying smileys; - HTML 4.0 entities (named entities and numerical entities); - Automatic replacement of common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.); - Simplified markup for single words: *this* /is/ _important_; - Replace <name@domain> with "mailto:" links (obfuscated if needed) (0.11 only - though that's now in Trac core); - Replace \\... UNC paths with "file:///" links (0.11 only); Each feature can be disabled individually if needed.
games/hex-a-hop-1.1.0 (Score: 0.007404682)
Puzzle game based on hexagonal tiles
Hex-a-hop is a puzzle game based on hexagonal tiles. There is no time limit and no real-time elements. The objective is simply to destroy all the green hexagonal tiles on each of the 100 levels. As you progress through the game, more types of tiles are introduced which make things more difficult and interesting (hopefully).
lang/python-doc-pdf-a4-2.7.12 (Score: 0.00733142)
Documentation for the Python programming language
audio/xanalyser-1.32 (Score: 0.007201609)
Spectrum analyser
XAnalyser is a program to analyse a stereo audio signal. It has two displays: Frequency Spectrum Using Fast Fourier Transform, the time domain of the signal is transformed into the frequency domain, i.e. the amplitude (in logarithmic scale) of the audio signal is plotted versus the frequency. Either the sum of the left and right channel of the audio signal can be shown or both channels simultaneously. XY Scope Roughly speaking, the audio signal of left channel deflects a point horizontally and the right channel vertically (just as the beam of a CRT would do). Thus, an audio signal only present on the left channel produces a horizontal line, whereas an audio signal only present on the right channel produces a vertical line. A mono signal produces a 45 degree line. A stereo signal creates a wilde pattern (if the phase is correct, predominately in the same direction as a mono signal) or may even fill the entire scope.
misc/xless-1.7 (Score: 0.007122576)
X11-based viewer for text files
This is a port of xless (version 1.7), a handy text file viewer for X. Useful as a viewer tool for other apps (e.g., xfm, the X file manager), or as a standalone viewer. Presents a scrollable text window (both vertical and horizontal scrolling), with a number of clickable buttons. From the README file: FEATURES: Display either the file(s) specified on the command line or input from standard input, supplied by a pipe. File/pipe may be optionally monitored so that the display is continuously updated as new text is added. Display new files in the current window or by creating a new window. Reload or print the displayed file. Search the displayed file using either exact, case-insensitive, or regular expression patterns. Edit the displayed file with your favorite editor (as specified in the VISUAL or EDITOR environment variable)
converters/btoa-5.2 (Score: 0.007093003)
Encode/decode binary to printable ASCII
This is a port of btoa version 5.2, written by Paul Rutter, Joe Orost & Stefan Parmark. btoa converts 4 binary characters to 5 ascii ones, causing a 25% expansion. (btoa is thus more efficient than uuencode, which causes a 33% expansion.) Spaces will not be used, which should make it safe to send files over e-mail or Usenet without risking that blanks become tabs. Each resulting row of text has a single-byte checksum for error detection. A diagnosis file provides a list of errors found this way, which could then be used to retransmit only the failing lines. Patch 1 is an unofficial, non-platform-specific patch to version 5.2 of btoa. It allows for automatic decoding of btoa files if the program is invoked as "atob" (no -a argument necessary). It also outfits the Makefile to do clean and install.
devel/Storable-2.45 (Score: 0.007093003)
Persistency for perl data structures
The Storable package brings you persistency for your perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by calling store with a reference to the object to store, and providing a file name. The routine returns undef for I/O problems or other internal error, a true value otherwise. Serious errors are propagated as a die exception. To retrieve data stored to disk, you use retrieve with a file name, and the objects stored into that file are recreated into memory for you, and a reference to the root object is returned. In case an I/O error occurred while reading, undef is returned instead. Other serious errors are propagated via die.
graphics/swftools-0.9.2 (Score: 0.007093003)
SWF manipulation and generation utilities
SWF Tools is a collection of SWF manipulation and generation utilities At the moment, this includes: - PDF2SWF : A PDF to SWF Converter. Generates one frame per page. - SWFCombine : A tool for inserting SWFs into Wrapper SWFs. - SWFStrings : Scans SWFs for text data. - SWFDump : Prints out various informations about SWFs. - JPEG2SWF : Takes one or more JPEG pictures and generates a SWF slideshow. - PNG2SWF : Like JPEG2SWF, only for PNGs. - GIF2SWF : Converts GIFs to SWF. Also able to handle animated gifs. - WAV2SWF : Converts WAV audio files to SWFs with MP3 Streams, using the L.A.M.E. MP3 encoder. - Font2SWF : Converts font files (TTF, Type1) to SWF. - SWFBBox : Allows to readjust SWF bounding boxes. - SWFC : A tool for creating SWF files from simple script files. - SWFExtract : Allows to extract Movieclips, Sounds, Images etc. from SWF files. - AS3Compile : A standalone ActionScript 3.0 compiler. Mostly compatible with Flex.