- Add archives/py-python-lhafile

The interface is like zipfile extension included in regular
python distribution.

WWW: http://fengestad.no/python-lhafile/

PR:		211279
Submitted by:	cs@innolan.dk
This commit is contained in:
Dmitry Marakasov 2016-09-06 17:53:30 +00:00
parent fdcb2002fb
commit 15004661f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421451
4 changed files with 30 additions and 0 deletions

View file

@ -171,6 +171,7 @@
SUBDIR += py-lz4
SUBDIR += py-lzma
SUBDIR += py-pyliblzma
SUBDIR += py-python-lhafile
SUBDIR += py-python-snappy
SUBDIR += py-rarfile
SUBDIR += py-rcssmin

View file

@ -0,0 +1,22 @@
# Created by: Carsten Larsen <cs@innolan.dk>
# $FreeBSD$
PORTNAME= python-lhafile
PORTVERSION= 0.2.1
CATEGORIES= archivers python
MASTER_SITES= http://fengestad.no/python-lhafile/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@innolan.dk
COMMENT= LHA(.lzh) file extract interface
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USES= python
USE_PYTHON= distutils autoplist
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lzhlib.so
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1469201699
SHA256 (python-lhafile-0.2.1.tar.gz) = ccddfa7312d08a48159fa702c5e92efcc0e341d580e4dfb2c5a1bbdc2704e35e
SIZE (python-lhafile-0.2.1.tar.gz) = 265756

View file

@ -0,0 +1,4 @@
The interface is like zipfile extension included in regular
python distribution.
WWW: http://fengestad.no/python-lhafile/