From owner-svn-ports-head@freebsd.org Sun Jan 17 13:12:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DE61A6A6FE; Sun, 17 Jan 2016 13:12:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2708C1A84; Sun, 17 Jan 2016 13:12:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDClcf006074; Sun, 17 Jan 2016 13:12:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDCk3u006070; Sun, 17 Jan 2016 13:12:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601171312.u0HDCk3u006070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 Jan 2016 13:12:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406367 - in head/archivers: . py-warctools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 13:12:48 -0000 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 +# $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 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