Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2016 17:53:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421451 - in head/archivers: . py-python-lhafile
Message-ID:  <201609061753.u86HrVbj053004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep  6 17:53:30 2016
New Revision: 421451
URL: https://svnweb.freebsd.org/changeset/ports/421451

Log:
  - 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

Added:
  head/archivers/py-python-lhafile/
  head/archivers/py-python-lhafile/Makefile   (contents, props changed)
  head/archivers/py-python-lhafile/distinfo   (contents, props changed)
  head/archivers/py-python-lhafile/pkg-descr   (contents, props changed)
Modified:
  head/archivers/Makefile

Modified: head/archivers/Makefile
==============================================================================
--- head/archivers/Makefile	Tue Sep  6 17:40:00 2016	(r421450)
+++ head/archivers/Makefile	Tue Sep  6 17:53:30 2016	(r421451)
@@ -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

Added: head/archivers/py-python-lhafile/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-python-lhafile/Makefile	Tue Sep  6 17:53:30 2016	(r421451)
@@ -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>

Added: head/archivers/py-python-lhafile/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-python-lhafile/distinfo	Tue Sep  6 17:53:30 2016	(r421451)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469201699
+SHA256 (python-lhafile-0.2.1.tar.gz) = ccddfa7312d08a48159fa702c5e92efcc0e341d580e4dfb2c5a1bbdc2704e35e
+SIZE (python-lhafile-0.2.1.tar.gz) = 265756

Added: head/archivers/py-python-lhafile/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-python-lhafile/pkg-descr	Tue Sep  6 17:53:30 2016	(r421451)
@@ -0,0 +1,4 @@
+The interface is like zipfile extension included in regular
+python distribution.
+
+WWW: http://fengestad.no/python-lhafile/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609061753.u86HrVbj053004>