Ports Search

Results 10,10110,110 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
x11/gnome-shell-extensions-3.18.4 (Score: 1.869263E-4)
GNOME desktop shell extensions
A set of basic extensions for gnome-shell. More extensions are available on https://extensions.gnome.org/ In future release this will be more intergrated.
x11/yad-0.37.0 (Score: 1.869263E-4)
Display GNOME dialogs from the command line
Yad (yet another dialog) is a fork of Zenity with many improvements, such as custom buttons, additional dialogs, pop-up menu in notification icon and more.
accessibility/papi-0.0.9 (Score: 1.762358E-4)
ATK accessibility wrapper for python
Papi, the Python Accessibility Programming Interface, is a Python wrapper around the GNOME ATK toolkit. It allows a developer to make python objects and applications easily accessibility aware without the need to install PyGTK and the GNOME accessibility components. Instead it only depends on ATK and - on the developers behalf - the ATK/AT-SPI bridge shipped with AT-SPI.
accessibility/speech-dispatcher-0.8.3 (Score: 1.762358E-4)
Common interface to speech synthesis
Speech Dispatcher is a device independent layer for speech synthesis, developed with the goal of making the usage of speech synthesis easier for application programmers. It takes care of most of the tasks necessary to solve in speech enabled applications. What is a very high level GUI library to graphics, Speech Dispatcher is to speech synthesis.
archivers/grzip-0.3.0 (Score: 1.762358E-4)
Efficient file compressor
grzip is a high-performance file compressor based on Burrows-Wheeler Transform, Schindler Transform, Move-To-Front, and Weighted Frequency Counting. It uses the Block-Sorting Lossless Data Compression Algorithm, which has received considerable attention in recent years for both its simplicity and effectiveness. This implementation has a compression rate of 2.234 bps on the Calgary Corpus (14 files) without preprocessing filters.
archivers/libcomprex-0.3.3 (Score: 1.762358E-4)
Transparently handles automatic compression and decompression of files
The libcomprex library transparently handles automatic compression and decompression of files. The API is similar to C's built-in file access functions, which provides a smooth transition to libcomprex. libcomprex can also open uncompressed files, making it a good replacement for the native file access functions.
archivers/libpar2-0.4 (Score: 1.762358E-4)
Library for manipulating PAR2 files, extracted from par2cmdline
Libpar2 is a library for manipulating par2 files, extracted from par2cmdline Libpar2 is a library for creating and using PAR2 files to detect damage in data files and repair them if necessary. It can be used with any kind of file. Par files are especially popular on Usenet.
archivers/lzfse-20160707 (Score: 1.762358E-4)
Lempel-Ziv style data compression algorithm
This is a reference C implementation of the LZFSE compressor introduced in the Compression library with OS X 10.11 and iOS 9. LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding. It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.
archivers/lzma-9.22 (Score: 1.762358E-4)
High-ratio LZMA compressor
This is a simple command line implementation of the LZMA compression algorithm from the LZMA SDK. It uses a raw LZMA format instead of the xz or 7z container formats, and produces compression ratios that are usually about 25-30% better than bzip2, and decompression speeds that are about twice as fast. The disadvantages are higher CPU and RAM requirements for compression.
archivers/Archive-Any-Lite-0.11 (Score: 1.762358E-4)
Simple CPAN package extractor
Archive::Any::Lite is a fork of Archive::Any. The main difference is this works properly even when you fork(), and may require less memory to extract a tarball. On the other hand, this isn't pluggable (this only supports file formats used in the CPAN toolchains), and this doesn't check mime types (at least as of this writing).