Port details |
- py-html2text Convert HTML into clean plain ASCII text
- 2024.2.26_1 textproc
=5 2024.2.26_1Version of this port present on the latest quarterly branch. - Maintainer: dbaio@FreeBSD.org
 - Port Added: 2007-04-23 11:15:58
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: subversion, python27, py311-feedparser, rtorrent, libwww
- Also Listed In: python
- License: GPLv3+
- WWW:
- https://github.com/Alir3z4/html2text/
- Description:
- 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).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}html2text>0:textproc/py-html2text@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- html2text
- py*-html2text2018
- To install the port:
- cd /usr/ports/textproc/py-html2text/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-html2text
- pkg install py311-html2text
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-html2text listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-html2text
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1709550685
SHA256 (html2text-2024.2.26.tar.gz) = 05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32
SIZE (html2text-2024.2.26.tar.gz) = 56527
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- www/py-woob
-
Deleted ports which required this port:
- for Run
-
- games/gogrepo
- mail/py-mailsuite
- mail/rss2email3
- misc/alpaca
- security/py-pnu-vuxml
- www/py-woob
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_py-html2text
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.2.26_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
2024.2.26 06 Mar 2024 08:07:06
    |
Nuno Teixeira (eduardo)  |
textproc/py-html2text: Update to 2024.2.26
- Switch to DISTVERSION
- Use USE_PYTHON+=pytest
- Cleanup Makefile
ChangeLog:
https://github.com/Alir3z4/html2text/blob/master/ChangeLog.rst
PR: 277471 |
2020.1.16 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2020.1.16 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2020.1.16 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2020.1.16 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2020.1.16 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2020.1.16 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2020.1.16 21 Jan 2020 00:26:39
  |
dbaio  |
textproc/py-html2text: Update to 2020.1.16
This new version only supports Python >= 3.5.
Changelog: https://raw.githubusercontent.com/Alir3z4/html2text/2020.1.16/ChangeLog.rst
Update www/py-weboob to use Python >= 3.5 (avoid break bulk -a).
Reported by: Andrea Venturoli <ml@netfence.it> |
2018.1.9_2 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2018.1.9_1 16 Jun 2018 00:19:08
  |
yuri  |
textproc/py-html2text: Add USE_PYTHON=concurrent
Also change WWW to the real homepage.
Approved by: portmgr |
2018.1.9 22 May 2018 13:15:13
  |
mat  |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
2018.1.9 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
2018.1.9 17 Mar 2018 14:43:34
  |
dbaio  |
Fix order of variables
Ports maintained by me in categories: science security sysutils textproc |
2018.1.9 08 Feb 2018 20:18:09
  |
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
2018.1.9 11 Jan 2018 22:17:29
  |
dbaio  |
textproc/py-html2text: Update to 2018.1.9
Changes: https://github.com/Alir3z4/html2text/releases/tag/2018.1.9 |
2017.10.4 08 Oct 2017 12:47:38
  |
dbaio  |
textproc/py-html2text: Update to 2017.10.4
Add test target.
Remove unnecessary wildcard '-[0-9]*' from conflicts.
Changes: https://github.com/Alir3z4/html2text/releases/tag/2017.10.4 |
2016.9.19 08 May 2017 17:21:49
  |
dbaio  |
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648 |
2016.9.19 20 Sep 2016 01:37:11
  |
wen  |
- Update to 2016.9.19
PR: 212835
Submitted by: dbaio@bsd.com.br(maintainer) |
2016.5.29 24 Jul 2016 20:27:16
  |
pawel  |
- 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 |
2016.4.2 25 Apr 2016 05:27:21
  |
vanilla  |
Update to 2016.4.2. |
2016.1.8 13 Jan 2016 06:35:03
  |
vanilla  |
Upgrade to 2016.1.8. |
2015.11.4 08 Dec 2015 16:05:29
  |
vanilla  |
Upgrade to 2015.11.4. |
2014.7.3 02 Mar 2015 23:51:50
  |
bapt  |
Remove Author from pkg-descr and white space fixes |
2014.7.3 18 Aug 2014 08:59:55
  |
wen  |
- Update to 2014.7.3
- Reset maintainer to ports@ |
2014.4.5 22 Jun 2014 09:50:06
  |
wen  |
- Update to 2014.4.5 |
3.200.3_1 15 Feb 2014 10:26:46
  |
miwi  |
Convert to autoplist
Stage support
Bump PORTREV |
3.200.3 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
3.200.3 02 Jun 2012 04:49:36
 |
eadler  |
Add missing conflicts
Submitted by: Sulev-Madis "ketas" Silber <madis555@hot.ee>
Approved by: tj (maintainer) |
3.200.3 08 Jan 2012 04:01:30
 |
wen  |
- Update to 3.200.3 |
3.200.1 23 Dec 2011 08:24:51
 |
wen  |
- Update to 3.200.1 |
3.02 24 Oct 2011 09:11:38
 |
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
3.02 09 May 2011 06:54:50
 |
wen  |
- Update to 3.02 |
3.01 18 Feb 2011 01:29:28
 |
wen  |
- Update to 3.01 |
2.38 24 Feb 2010 03:02:05
 |
wen  |
- Update to 2.38
Feature safe: yes |
2.37 03 Feb 2010 08:09:33
 |
wen  |
- Update to 2.37
- Update my mail address to FreeBSD |
2.35 28 Dec 2008 11:39:54
 |
miwi  |
- Update to 2.35
PR: 129627
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
2.2.8 07 Sep 2008 00:19:05
 |
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
2.2.8 23 Apr 2007 11:39:15
 |
sat  |
- Install both as a module and a script to ease reuse by other ports |
2.2.8 23 Apr 2007 11:15:06
 |
sat  |
Add port textproc/py-html2text:
html2text is a Python script that convers 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/
Author: Aaron Swartz <me@aaronsw.com>
Inspired by: pkgsrc package |