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:
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
|
@ -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
|
||||
|
|
20
archivers/py-lzstring/Makefile
Normal file
20
archivers/py-lzstring/Makefile
Normal 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>
|
3
archivers/py-lzstring/distinfo
Normal file
3
archivers/py-lzstring/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1569116524
|
||||
SHA256 (lzstring-1.0.4.tar.gz) = 1afa61e598193fbcc211e0899f09a9679e33f9102bccc37fbfda0b7fef4d9ea2
|
||||
SIZE (lzstring-1.0.4.tar.gz) = 4256
|
4
archivers/py-lzstring/pkg-descr
Normal file
4
archivers/py-lzstring/pkg-descr
Normal 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
|
Loading…
Reference in a new issue