Ports Search

Results 161170 of 245 for /archivers/.(0.004 seconds)
archivers/plzip-1.5 (Score: 0.16064717)
Parallel, lossless data compressor based on the LZMA algorithm
Plzip is a massively parallel (multi-threaded), lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Plzip uses the lzip file format; the files produced by plzip are fully compatible with lzip-1.4 or newer.
archivers/ppunpack-1.0 (Score: 0.16064717)
Decompresses Amiga PowerPacker files
THIS SOURCE-CODE CAN BE USED FOR NON COMMERCIAL PURPOSES ONLY, IN PPDECRUNCH OR TRACKER. PLEASE CONTACT Nico Francois (nico.francois@scala.com) FOR ANY OTHER USES. ppunpack only unpacks PowerPacker data files. It is only intended as an help for people who have to process Amiga-related files on other machines, and don't want to download PowerPacked files to an Amiga, uncompress the file, and upload it to the other machine.
archivers/pxz-0.20141018 (Score: 0.16064717)
Parallel LZMA compressor using liblzma
Parallel XZ is a compression utility that takes advantage of running LZMA compression of different parts of an input file on multiple cores and processors simultaneously. Its primary goal is to utilize all resources to speed up compression time with minimal possible influence on compression ratio.
archivers/attic-0.16 (Score: 0.16064717)
Deduplicating backup program
Attic is a deduplicating backup program written in Python. The main goal of Attic is to provide an efficient and secure way to backup data. The data deduplication technique used makes Attic suitable for daily backups since only the changes are stored.
archivers/php56-5.6.26 (Score: 0.16064717)
The zip shared extension for php
archivers/bz2file-0.98 (Score: 0.16064717)
Read and write bzip2-compressed files
Bz2file is a Python library for reading and writing bzip2-compressed files. It contains a drop-in replacement for the file interface in the standard library's bz2 module, including features from the latest development version of CPython that are not available in older releases.
archivers/libarchive-c-2.2 (Score: 0.16064717)
Python interface to libarchive
A Python interface to libarchive. It uses the standard ctypes module to dynamically load and access the C library.
archivers/librtfcomp-1.3 (Score: 0.16064717)
Python bindings for library for handling compressed RTF documents
This port is the Python binding for librtfcomp, library for handling compressed RTF documents.
archivers/lz4-0.7.0 (Score: 0.16064717)
Python binding for the LZ4 compression library
Python binding for the lz4 compression library by Yann Collet.
archivers/lzma-0.4.4 (Score: 0.16064717)
Python binding for the LZMA compression library
Python binding for the LZMA compression library. Supported Features: * Compression / decompression of a single block of data * Compression from a file-like object (must provide a read method) * Streaming decompression through multiple calls to decompress. * An initial library that supports reading of 7-zip archives (both solid and non-solid)