From owner-svn-ports-all@freebsd.org Sun Jul 24 20:27:17 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 95753BA3663; Sun, 24 Jul 2016 20:27:17 +0000 (UTC) (envelope-from pawel@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 4BCDE1F67; Sun, 24 Jul 2016 20:27:17 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6OKRGXg045130; Sun, 24 Jul 2016 20:27:16 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6OKRG4Q045127; Sun, 24 Jul 2016 20:27:16 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607242027.u6OKRG4Q045127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 24 Jul 2016 20:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419023 - head/textproc/py-html2text 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.22 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: Sun, 24 Jul 2016 20:27:17 -0000 Author: pawel Date: Sun Jul 24 20:27:16 2016 New Revision: 419023 URL: https://svnweb.freebsd.org/changeset/ports/419023 Log: - Update to 2016.5.29 - Add missing license to the port: GPLv3+ - Set to architecture neutral - Move URL(outdated) to PyPI, fix typo - Take maintainership Changelog: - Default image alt text option created and set to a default of empty string "" to maintain backward compatibility - Fix #136: --default-image-alt now takes a string as argument - Fix #113: Stop changing quiet levels on /script tags. PR: 211311 Submitted by: Danilo G. Baio Modified: head/textproc/py-html2text/Makefile head/textproc/py-html2text/distinfo head/textproc/py-html2text/pkg-descr Modified: head/textproc/py-html2text/Makefile ============================================================================== --- head/textproc/py-html2text/Makefile Sun Jul 24 20:26:44 2016 (r419022) +++ head/textproc/py-html2text/Makefile Sun Jul 24 20:27:16 2016 (r419023) @@ -2,14 +2,18 @@ # $FreeBSD$ PORTNAME= html2text -PORTVERSION= 2016.4.2 +PORTVERSION= 2016.5.29 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Convert HTML into clean plain ASCII text +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist Modified: head/textproc/py-html2text/distinfo ============================================================================== --- head/textproc/py-html2text/distinfo Sun Jul 24 20:26:44 2016 (r419022) +++ head/textproc/py-html2text/distinfo Sun Jul 24 20:27:16 2016 (r419023) @@ -1,2 +1,3 @@ -SHA256 (html2text-2016.4.2.tar.gz) = 32e5e49eb520335bae200a00e3cc981f1ade558930068e1bb2a6e3fb1504f951 -SIZE (html2text-2016.4.2.tar.gz) = 45992 +TIMESTAMP = 1469281193 +SHA256 (html2text-2016.5.29.tar.gz) = 98aa9e93724afb5ecd9445df9800d0690a3f910726b0c577009277024aa840c6 +SIZE (html2text-2016.5.29.tar.gz) = 46322 Modified: head/textproc/py-html2text/pkg-descr ============================================================================== --- head/textproc/py-html2text/pkg-descr Sun Jul 24 20:26:44 2016 (r419022) +++ head/textproc/py-html2text/pkg-descr Sun Jul 24 20:27:16 2016 (r419023) @@ -1,5 +1,5 @@ -html2text is a Python script that convers a page of HTML into clean, +html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format). -WWW: http://www.aaronsw.com/2002/html2text/ +WWW: https://pypi.python.org/pypi/html2text/