diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:12:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-17 21:12:46 +0800 |
commit | 68210bba6fc07eb689c60e8b6042d04f360f7102 (patch) | |
tree | bfa589780437a6c8057a3d39d7050605f6ffccee /archivers | |
parent | 2110943ec74a5cccca605e5e74ad064ed5d83f3e (diff) | |
download | freebsd-ports-gnome-68210bba6fc07eb689c60e8b6042d04f360f7102.tar.gz freebsd-ports-gnome-68210bba6fc07eb689c60e8b6042d04f360f7102.tar.zst freebsd-ports-gnome-68210bba6fc07eb689c60e8b6042d04f360f7102.zip |
- 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
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/py-warctools/Makefile | 19 | ||||
-rw-r--r-- | archivers/py-warctools/distinfo | 2 | ||||
-rw-r--r-- | archivers/py-warctools/pkg-descr | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 9b90a71e7c1e..77fed758e85f 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -170,6 +170,7 @@ SUBDIR += py-pyliblzma SUBDIR += py-python-snappy SUBDIR += py-rarfile + SUBDIR += py-warctools SUBDIR += qpress SUBDIR += quazip SUBDIR += quazip-qt5 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 |