Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2016 13:12:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406367 - in head/archivers: . py-warctools
Message-ID:  <201601171312.u0HDCk3u006070@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 17 13:12:46 2016
New Revision: 406367
URL: https://svnweb.freebsd.org/changeset/ports/406367

Log:
  - Add py-warctools 4.9.0
  
  Command line tools and libraries for handling and manipulating ISO 28500
  WARC files and their HTTP contents.
  
  WWW: https://pypi.python.org/pypi/warctools
  
  PR:		205739
  Submitted by:	phk
  Sponsored by:	PortsCamp Taiwan

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

Modified: head/archivers/Makefile
==============================================================================
--- head/archivers/Makefile	Sun Jan 17 13:12:41 2016	(r406366)
+++ head/archivers/Makefile	Sun Jan 17 13:12:46 2016	(r406367)
@@ -170,6 +170,7 @@
     SUBDIR += py-pyliblzma
     SUBDIR += py-python-snappy
     SUBDIR += py-rarfile
+    SUBDIR += py-warctools
     SUBDIR += qpress
     SUBDIR += quazip
     SUBDIR += quazip-qt5

Added: head/archivers/py-warctools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-warctools/Makefile	Sun Jan 17 13:12:46 2016	(r406367)
@@ -0,0 +1,19 @@
+# Created by: Poul-Henning Kamp <phk@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	warctools
+PORTVERSION=	4.9.0
+CATEGORIES=	archivers python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python@FreeBSD.org
+COMMENT=	Tools for debugging ISO28500/WARC files
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/archivers/py-warctools/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-warctools/distinfo	Sun Jan 17 13:12:46 2016	(r406367)
@@ -0,0 +1,2 @@
+SHA256 (warctools-4.9.0.tar.gz) = 81796a4a05779e6746930d3e43a556363fcf77d0361c10611c78db4109a8817f
+SIZE (warctools-4.9.0.tar.gz) = 24099

Added: head/archivers/py-warctools/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/py-warctools/pkg-descr	Sun Jan 17 13:12:46 2016	(r406367)
@@ -0,0 +1,4 @@
+Command line tools and libraries for handling and manipulating ISO 28500
+WARC files and their HTTP contents.
+
+WWW: https://pypi.python.org/pypi/warctools



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