mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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:
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
|
@ -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
|
||||
|
|
22
archivers/py-python-lhafile/Makefile
Normal file
22
archivers/py-python-lhafile/Makefile
Normal 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>
|
3
archivers/py-python-lhafile/distinfo
Normal file
3
archivers/py-python-lhafile/distinfo
Normal 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
|
4
archivers/py-python-lhafile/pkg-descr
Normal file
4
archivers/py-python-lhafile/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
The interface is like zipfile extension included in regular
|
||||
python distribution.
|
||||
|
||||
WWW: http://fengestad.no/python-lhafile/
|
Loading…
Add table
Reference in a new issue