From owner-svn-ports-all@freebsd.org Tue Jan 12 15:01:11 2016 Return-Path: Delivered-To: svn-ports-all@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 9B62CA6D6BD; Tue, 12 Jan 2016 15:01:11 +0000 (UTC) (envelope-from zi@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 528CA181C; Tue, 12 Jan 2016 15:01:11 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0CF1AnI027077; Tue, 12 Jan 2016 15:01:10 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0CF1AkM027071; Tue, 12 Jan 2016 15:01:10 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201601121501.u0CF1AkM027071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 12 Jan 2016 15:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405882 - in head/textproc: . py-pyhwp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 15:01:11 -0000 Author: zi Date: Tue Jan 12 15:01:09 2016 New Revision: 405882 URL: https://svnweb.freebsd.org/changeset/ports/405882 Log: New port: textproc/py-pyhwp: Analyze and extract internal streams out from a HWP Document Format v5 file Includes (experimental) Conversion to OpenDocument format (.odt) or plain text (.txt) WWW: https://pypi.python.org/pypi/pyhwp Added: head/textproc/py-pyhwp/ head/textproc/py-pyhwp/Makefile (contents, props changed) head/textproc/py-pyhwp/distinfo (contents, props changed) head/textproc/py-pyhwp/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Jan 12 15:00:28 2016 (r405881) +++ head/textproc/Makefile Tue Jan 12 15:01:09 2016 (r405882) @@ -1253,6 +1253,7 @@ SUBDIR += py-pyes SUBDIR += py-pygments SUBDIR += py-pygtail + SUBDIR += py-pyhwp SUBDIR += py-pyphen SUBDIR += py-pyscss SUBDIR += py-pysrt Added: head/textproc/py-pyhwp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pyhwp/Makefile Tue Jan 12 15:01:09 2016 (r405882) @@ -0,0 +1,20 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= pyhwp +PORTVERSION= 0.1b8 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= zi@FreeBSD.org +COMMENT= HWP Document Format v5 parser & processor + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:${PORTSDIR}/devel/py-wheel +BUILD_DEPENDS:= ${RUN_DEPENDS} + +USES= python zip +USE_PYTHON= distutils autoplist + +.include Added: head/textproc/py-pyhwp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pyhwp/distinfo Tue Jan 12 15:01:09 2016 (r405882) @@ -0,0 +1,2 @@ +SHA256 (pyhwp-0.1b8.zip) = 03fe294dfe9b3cdc1286cd4f43f0bd9aeaa27beaed08590111db5dd87f04f507 +SIZE (pyhwp-0.1b8.zip) = 279703 Added: head/textproc/py-pyhwp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pyhwp/pkg-descr Tue Jan 12 15:01:09 2016 (r405882) @@ -0,0 +1,5 @@ +Analyze and extract internal streams out from a HWP Document Format v5 file +Includes (experimental) Conversion to OpenDocument format (.odt) or plain +text (.txt) + +WWW: https://pypi.python.org/pypi/pyhwp