Port details |
- py-pdfminer.six PDF parser and analyzer
- 20220319 textproc
=0 20220319Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2018-07-28 12:06:03
- Last Update: 2022-04-10 10:42:24
- Commit Hash: a93edf3
- Also Listed In: python
- License: MIT
- Description:
- We fathom PDF
Pdfminer.six is a community maintained fork of the original PDFMiner. It is a
tool for extracting information from PDF documents. It focuses on getting and
analyzing text data. Pdfminer.six extracts the text from a page directly from
the sourcecode of the PDF. It can also be used to get the exact location, font
or color of the text.
It is built in a modular way such that each component of pdfminer.six can be
replaced easily. You can implement your own interpreter or rendering device
that uses the power of pdfminer.six for other purposes than text analysis.
Features:
- Parse, analyze, and convert PDF documents.
- PDF-1.7 specification support. (well, almost)
- CJK languages and vertical writing scripts support.
- Various font types (Type1, TrueType, Type3, and CID) support.
- Basic encryption (RC4) support.
- Outline (TOC) extraction.
- Tagged contents extraction.
- Automatic layout analysis.
WWW: https://github.com/pdfminer/pdfminer.six
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pdfminer.six>0:textproc/py-pdfminer.six@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- py??-pdfminer
- py??-pdfminer3k
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/textproc/py-pdfminer.six/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-pdfminer.six
- pkg install py38-pdfminer.six
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 py38-pdfminer.six listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-pdfminer.six
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1649529385
SHA256 (pdfminer.six-20220319.tar.gz) = eff2ce0abeaa4df94dc3461f70eab104487c7b4a2b3c7e9fd0aeec6c5f44d6a6
SIZE (pdfminer.six-20220319.tar.gz) = 7356602
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-chardet>=0 : textproc/py-chardet@py38
- py38-cryptography>=0 : security/py-cryptography@py38
- py38-pillow>0 : graphics/py-pillow@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- editors/setzer
- textproc/py-ocrmypdf
-
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:
- ===> The following configuration options are available for py38-pdfminer.six-20220319:
IMAGE=on: Enable support for image extraction
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-pdfminer.six
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Apr 2022 10:42:24 20220319
|
Kai Knoblich (kai)  |
textproc/py-pdfminer.six: Update to 20220319
Changelog:
https://github.com/pdfminer/pdfminer.six/releases/tag/20220319
MFH: 2022Q2 |
21 Mar 2022 16:40:31 20211012
|
Kai Knoblich (kai)  |
textproc/py-pdfminer.six: Update to 20211012
* Switch back to PyPI as the sdist is there available again.
* Remove the test suite as it makes only sense for upstream testing in
its current condition and therefore isn't supplied with the sdist.
* Update pkg-descr to match reality.
Changelog:
https://github.com/pdfminer/pdfminer.six/blob/develop/CHANGELOG.md#20211012
PR: 262101
Reported by: rsmith@xs4all.nl |
25 Nov 2021 21:40:11 20201018
|
Stefan Eßer (se)  |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
07 Apr 2021 08:09:01 20201018
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 20201018
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Nov 2020 12:59:56
20201018
|
kai  |
textproc/py-pdfminer.six: Update to 20201018
Changelog:
https://github.com/pdfminer/pdfminer.six/blob/20201018/CHANGELOG.md |
22 Oct 2020 17:56:11
20200726
|
sunpoet  |
Update to 20200726
Changes: https://github.com/pdfminer/pdfminer.six/releases
PR: 250118
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 18 days) |
13 Jun 2020 12:28:07
20191110
|
kai  |
textproc/py-pdfminer.six: Update to 20191110
* Use this release for a while as it's the last one that supports Python 2.7
which is still needed by textproc/scancode-toolkit.
* Backport two patches to fix the runtime of CLI scripts.
* Remove "dos2unix" and "shebangfix" macros as they're no longer required.
Changelog since 20181108:
https://github.com/pdfminer/pdfminer.six/blob/20191110/CHANGELOG.md
MFH: 2020Q2 (blanket: bugfix release) |
03 Jul 2019 07:43:35
20181108
|
kai  |
textproc/py-pdfminer.six: Update to 20181108
* Switch to GitHub for a while as no tarballs of the current version are
available at PyPI.
* Add a test target to make future QA somewhat easier.
Changelog:
https://github.com/pdfminer/pdfminer.six/releases/tag/20181108 |
25 May 2019 17:24:04
20170720_1
|
tobik  |
textproc/py-pdfminer.six: Drop nop and misspelled DOS2UNIXGLOB |
10 Apr 2019 06:18:32
20170720_1
|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
01 Feb 2019 18:55:18
20170720
|
kai  |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
28 Jul 2018 12:05:28
20170720
|
miwi  |
PDFMiner.six is a fork of PDFMiner using six for Python 2 + 3 compatibility.
PDFMiner is a tool for extracting information from PDF documents. Unlike other
PDF-related tools, it focuses entirely on getting and analyzing text data.
PDFMiner allows one to obtain the exact location of text in a page, as well as
other information such as fonts or lines. It includes a PDF converter that can
transform PDF files into other text formats (such as HTML). It has an extensible
PDF parser that can be used for other purposes than text analysis.
Features:
- Parse, analyze, and convert PDF documents.
- PDF-1.7 specification support. (well, almost)
- CJK languages and vertical writing scripts support. (Only the first 15 lines of the commit message are shown above ) |