aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pdfminer.six
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* textproc/py-pdfminer.six: Update to 20201018Kai Knoblich2020-11-302-4/+4
| | | | | | | | | Changelog: https://github.com/pdfminer/pdfminer.six/blob/20201018/CHANGELOG.md Notes: svn path=/head/; revision=556637
* Update to 20200726Sunpoet Po-Chuan Hsieh2020-10-224-43/+9
| | | | | | | | | | Changes: https://github.com/pdfminer/pdfminer.six/releases PR: 250118 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 18 days) Notes: svn path=/head/; revision=553049
* textproc/py-pdfminer.six: Update to 20191110Kai Knoblich2020-06-134-10/+33
| | | | | | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=538664
* textproc/py-pdfminer.six: Update to 20181108Kai Knoblich2019-07-032-6/+15
| | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=505731
* textproc/py-pdfminer.six: Drop nop and misspelled DOS2UNIXGLOBTobias Kortkamp2019-05-251-1/+0
| | | | Notes: svn path=/head/; revision=502607
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Change my maintainer email address to my new one at the FreeBSD project.Kai Knoblich2019-02-011-1/+1
| | | | | | | | | Reviewed by: miwi (mentor) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19050 Notes: svn path=/head/; revision=491837
* PDFMiner.six is a fork of PDFMiner using six for Python 2 + 3 compatibility.Martin Wilke2018-07-283-0/+57
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. - 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 PR: 229447 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=475531