1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

archivers/py-lzstring: LZ-based in-memory string compression

LZ-based, in-memory string compression module, based on the LZ-String
javascript module.
This commit is contained in:
Jason W. Bacon 2019-09-22 16:15:06 +00:00
parent 2b9fa19f04
commit 20d59b725e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512591
4 changed files with 28 additions and 0 deletions

View File

@ -186,6 +186,7 @@
SUBDIR += py-librtfcomp
SUBDIR += py-lz4
SUBDIR += py-lzma
SUBDIR += py-lzstring
SUBDIR += py-pyliblzma
SUBDIR += py-python-lhafile
SUBDIR += py-python-lzo

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= lzstring
DISTVERSION= 1.0.4
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= LZ-based in-memory string compression
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1569116524
SHA256 (lzstring-1.0.4.tar.gz) = 1afa61e598193fbcc211e0899f09a9679e33f9102bccc37fbfda0b7fef4d9ea2
SIZE (lzstring-1.0.4.tar.gz) = 4256

View File

@ -0,0 +1,4 @@
LZ-based, in-memory string compression module, based on the LZ-String
javascript module.
WWW: https://pypi.python.org/pypi/lzstring