Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第861870项(搜索用时0.009秒)
www/mod_flickr-1.0 (Score: 0.006945086)
Apache module for Flickr API access
mod_flickr is a apache module (for apache 2.0 and above) that makes call to flickr via flickr API's to get a users (configured in httpd.conf) public photo sets, photos in sets and recent photos uploaded in flickr etc... Currently only 4 api calls have been implmeneted (all are GET calls). These API's return data in XML format. The XML can then be parsed by the calling code (e.g. front end Javascript/php) to display thumbnails of the images say in a scrollbar. (Code for front end is not distributed as yet) This module can be used by web developers who want to show their photos/albums uploaded in flickr on their website and/or access to metadata of their photos for their own needs/purposes.
x11/xcb-2.4 (Score: 0.006945086)
Tool for managing x11 cut-buffers
Do you ever wish you could cut two or more separate pieces of text at once from a window? Do you ever need to save the output from one command for reuse in several subsequent tasks? Do you ever find yourself wanting some easy means of globally exporting data, e.g. to a parent shell, to another xterm or application, or to another machine or user? If you answer yes to any of these questions, then xcb is for you. Xcb provides access to the cut buffers built into every X server. It allows the buffers to be manipulated either via the command line, or with the mouse in a point and click manner. The buffers can be used as holding pens to store and retrieve arbitrary data fragments, so any number of different pieces of data can be saved and recalled later. The program is designed primarily for use with textual data.
x11/xxkb-1.11.1 (Score: 0.006945086)
XKB keyboard layout indicator and switcher
The xxkb program is a keyboard layout switcher and indicator. Unlike the programs that reload keyboard maps and use their own hot-keys, xxkb is a simple GUI for XKB (X keyboard extension) and just sends commands to and accepts events from XKB. That means that it will work with the existing configuration of X11 server without any modifications. Additional features include: - Remembers the current layout in each application and switches to it on window focus change - Can put its own icon on an application window titlebar - Allows to designate two main layouts from multi-layout keymaps - Alternative layouts can be set separately for each application and can be changed during run-time - Supports custom actions for certain windows (e.g. ignore, set initial active layout on application startup) - Can be docked as a docklet or placed in the system tray
audio/shorten-3.6.1 (Score: 0.006893632)
Fast and optionally lossless compression for waveform files
Shorten reduces the size of waveform files (such as audio) using Huffman coding of prediction residuals and optional additional quantisation. In lossless mode the amount of compression obtained depends on the nature of the waveform. Those composing of low frequencies and low amplitudes give the best compression, which may be 2:1 or better. Lossy compression operates by specifying a minimum acceptable segmental signal to noise ratio or a maximum bit rate. Lossy compression operates by zeroing the lower order bits of the waveform, so retaining waveform shape. Permission is granted to use this software for decoding and non-commercial encoding (e.g. private or research use). If you intend to use shorten, be sure to check the full license, which can be displayed by "shorten -l".
deskutils/gxneur-0.17.0 (Score: 0.006893632)
GTK frontend for XNeur keyboard layout switcher
GTK frontend for XNeur keyboard layout switcher. In-place converter of text typed in with a wrong keyboard layout. When users work in multilingual environment (e.g. Russian+English), they sometimes type in text with wrong keyboard layout. In auto mode XNeur can automatically detect language of a word user typed, switch keyboard layout and convert the word from one keyboard layout into another. In manual mode user has ability to convert last typed word or some selected text using hot keys. The idea of this utility is similar to Punto Switcher for Windows. For now XNeur support English, Russian, Ukrainian, Belarusian, French, Romanian, Bulgarian, Czech, Greek, Estonian, Armenian, Lithuanian, Latvian, Poland, Spanish and Uzbek languages.
devel/phing-2.6.1 (Score: 0.006893632)
PHP project build system based on Apache Ant
From the Phing homepage: PHing Is Not GNU make; it's a PHP project build system or build tool based on ​Apache Ant. You can do anything with it that you could do with a traditiona build system like GNU make, and its use of simple XML build files and extensible PHP "task" classes make it an easy-to-use and highly flexible build framework. Features include running PHPUnit and SimpleTest unit tests (including test result and coverage reports), file transformations (e.g. token replacement, XSLT transformation, Smarty template transformations), file system operations, interactive build support, SQL execution, CVS/SVN/GIT operations, tools for creating PEAR packages, documentation generation (DocBlox, PhpDocumentor) and much, much more.
devel/nio4r-1.2.1 (Score: 0.006893632)
New IO for Ruby
nio4r provides an abstract, cross-platform stateful I/O selector API for Ruby. I/O selectors are the heart of "reactor"-based event loops, and monitor multiple I/O objects for various types of readiness, e.g. ready for reading or writing. The most similar API provided by Ruby today is Kernel.select, however the select API requires you to pass in arrays of all of the I/O objects you're interested in every time. nio4r provides a more object-oriented API that lets you register I/O objects with a selector then handle them when they're selected for various types of events. nio4r is modeled after the Java NIO API, but simplified for ease-of-use. Its goals are: - Expose high-level interfaces for stateful IO selectors - Keep the API small to maximize both portability and performance across many different OSes and Ruby VMs - Provide inherently thread-safe facilities for working with IO objects
dns/bind-9.9.9P3 (Score: 0.006893632)
BIND DNS suite with updated DNSSEC and DNS64
BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND 9 are: DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance Views: One server process can provide multiple "views" of the DNS namespace, e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support BIND 9.9 includes a number of changes from BIND 9.8 and earlier releases, including: NXDOMAIN redirection Improved startup and reconfiguration time, especially with large numbers of authoritative zones New "inline-signing" option, allows named to sign zones completely transparently, including static zones Many other new features, especially for DNSSEC See the CHANGES file for more information on features.
editors/aewan-1.0.01 (Score: 0.006893632)
Curses-based program for the creation and editing of ASCII art
Aewan is a multi-layered ascii-art/animation editor that produces both stand-alone cat-able art files and an easy-to-parse format for integration in your terminal applications. Aewan is a curses-based program that allows for the creation and editing of ascii art. The user is able to move the cursor around the screen by means of the arrow keys and 'paint' characters by pressing the corresponding keys. There are dialog boxes that allow the user to choose foreground and background colors, as well as bold and blink attributes. The user may also select rectangular areas of the canvas in order to move, copy and paste them. Aewan also supports 'intelligent' horizontal and vertical flipping (e.g. converts '\' to '/', etc).
ftp/llnlxftp-2.1 (Score: 0.006893632)
Motif FTP client
LLNL XFTP Version 2.1, October 19, 1995 ********************************************************************** ************************** ABOUT LLNL XFTP ************************* ********************************************************************** LLNL XFTP, an OSF/Motif-based FTP client, enables you to graphically transfer files and perform various directory manipulation commands, both locally and remotely. Two especially notable features are the ability to (1) perform "third-party" (i.e., remote-to-remote) file transfers, and (2) transfer or delete entire directory substructures. LLNL XFTP has many features, is configurable, and has an intuitive user interface. LLNL XFTP is a precursor to LLNL XDIR, a much more sophisticated graphical FTP client. LLNL XDIR features drag-and-drop file transfer, powerful directory browsing, and multihost searching. Unless you would prefer LLNL XFTP's compact interface over LLNL XDIR's multiwindow approach, we recommend that you use LLNL XDIR.