summaryrefslogtreecommitdiff
path: root/archivers/py-warctools
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-17 13:12:46 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-17 13:12:46 +0000
commit9b22d7be24ba170fa990061507bb1b104aef79ec (patch)
treebfa589780437a6c8057a3d39d7050605f6ffccee /archivers/py-warctools
parent- Update to 0.163 (diff)
- 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
Notes
Notes: svn path=/head/; revision=406367
Diffstat (limited to 'archivers/py-warctools')
-rw-r--r--archivers/py-warctools/Makefile19
-rw-r--r--archivers/py-warctools/distinfo2
-rw-r--r--archivers/py-warctools/pkg-descr4
3 files changed, 25 insertions, 0 deletions
diff --git a/archivers/py-warctools/Makefile b/archivers/py-warctools/Makefile
new file mode 100644
index 000000000000..1850b3bb2031
--- /dev/null
+++ b/archivers/py-warctools/Makefile
@@ -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>
diff --git a/archivers/py-warctools/distinfo b/archivers/py-warctools/distinfo
new file mode 100644
index 000000000000..3f01f7ae741d
--- /dev/null
+++ b/archivers/py-warctools/distinfo
@@ -0,0 +1,2 @@
+SHA256 (warctools-4.9.0.tar.gz) = 81796a4a05779e6746930d3e43a556363fcf77d0361c10611c78db4109a8817f
+SIZE (warctools-4.9.0.tar.gz) = 24099
diff --git a/archivers/py-warctools/pkg-descr b/archivers/py-warctools/pkg-descr
new file mode 100644
index 000000000000..84bbaf6a6468
--- /dev/null
+++ b/archivers/py-warctools/pkg-descr
@@ -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