diff options
author | pawel <pawel@FreeBSD.org> | 2016-07-25 04:27:16 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-07-25 04:27:16 +0800 |
commit | ed5962dedb4b70bcb1c29a4df8d9501e1e578c7d (patch) | |
tree | 535e18be2c67b6b8cea345920238d36db2191bd0 /textproc | |
parent | 71d5c63743570a83d00daf425e58849a27bbe5be (diff) | |
download | freebsd-ports-gnome-ed5962dedb4b70bcb1c29a4df8d9501e1e578c7d.tar.gz freebsd-ports-gnome-ed5962dedb4b70bcb1c29a4df8d9501e1e578c7d.tar.zst freebsd-ports-gnome-ed5962dedb4b70bcb1c29a4df8d9501e1e578c7d.zip |
- 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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-html2text/Makefile | 8 | ||||
-rw-r--r-- | textproc/py-html2text/distinfo | 5 | ||||
-rw-r--r-- | textproc/py-html2text/pkg-descr | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index fe4d839a7fde..15c03ccd6184 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -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 diff --git a/textproc/py-html2text/distinfo b/textproc/py-html2text/distinfo index 2b76ae1cdb82..1670a2b83be5 100644 --- a/textproc/py-html2text/distinfo +++ b/textproc/py-html2text/distinfo @@ -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 diff --git a/textproc/py-html2text/pkg-descr b/textproc/py-html2text/pkg-descr index 5e29d766ccbd..c49418506442 100644 --- a/textproc/py-html2text/pkg-descr +++ b/textproc/py-html2text/pkg-descr @@ -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/ |