Bug 229447 - [NEW PORT] textproc/py-pdfminer.six: PDF parser and analyzer
Summary: [NEW PORT] textproc/py-pdfminer.six: PDF parser and analyzer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL: https://pypi.org/project/pdfminer.six
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-01 12:37 UTC by Kai Knoblich
Modified: 2018-07-28 12:06 UTC (History)
2 users (show)

See Also:


Attachments
py-pdfminer.six.patch (3.55 KB, patch)
2018-07-01 12:37 UTC, Kai Knoblich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-07-01 12:37:15 UTC
Created attachment 194810 [details]
py-pdfminer.six.patch

Hello,

attached is the patch that adds textproc/py-pdfminer.six, a fork of PDFMiner using six for Python 2 + 3 compatibility.


QA:
~~~
- poudriere (11.2-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-28 12:06:15 UTC
A commit references this bug:

Author: miwi
Date: Sat Jul 28 12:05:29 UTC 2018
New revision: 475531
URL: https://svnweb.freebsd.org/changeset/ports/475531

Log:
  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.
  - 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.

Changes:
  head/textproc/Makefile
  head/textproc/py-pdfminer.six/
  head/textproc/py-pdfminer.six/Makefile
  head/textproc/py-pdfminer.six/distinfo
  head/textproc/py-pdfminer.six/pkg-descr