mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- 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
This commit is contained in:
parent
7c463f1f20
commit
9b22d7be24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406367
@ -170,6 +170,7 @@
|
||||
SUBDIR += py-pyliblzma
|
||||
SUBDIR += py-python-snappy
|
||||
SUBDIR += py-rarfile
|
||||
SUBDIR += py-warctools
|
||||
SUBDIR += qpress
|
||||
SUBDIR += quazip
|
||||
SUBDIR += quazip-qt5
|
||||
|
19
archivers/py-warctools/Makefile
Normal file
19
archivers/py-warctools/Makefile
Normal file
@ -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>
|
2
archivers/py-warctools/distinfo
Normal file
2
archivers/py-warctools/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (warctools-4.9.0.tar.gz) = 81796a4a05779e6746930d3e43a556363fcf77d0361c10611c78db4109a8817f
|
||||
SIZE (warctools-4.9.0.tar.gz) = 24099
|
4
archivers/py-warctools/pkg-descr
Normal file
4
archivers/py-warctools/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user