Summary: | [NEW PORT] archivers/py-python-lzo: Python bindings for the LZO data compression library | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> | ||||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | miwi | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 218757 | ||||||||
Attachments: |
|
Created attachment 181886 [details]
shar
A commit references this bug: Author: miwi Date: Sat May 6 06:08:04 UTC 2017 New revision: 440233 URL: https://svnweb.freebsd.org/changeset/ports/440233 Log: This module provides Python bindings for the LZO data compression library. LZO is a portable lossless data compression library written in ANSI C. It offers pretty fast compression and very fast decompression. Decompression requires no memory. In addition there are slower compression levels achieving a quite competitive compression ratio while still decompressing at this very high speed. WWW: https://pypi.python.org/pypi/python-lzo PR: 218746 Submitted by: Yuri Victorovich <yuri@rawbw.com> Changes: head/archivers/Makefile head/archivers/py-python-lzo/ head/archivers/py-python-lzo/Makefile head/archivers/py-python-lzo/distinfo head/archivers/py-python-lzo/pkg-descr |
Created attachment 181885 [details] shar Passes poudrere.