FreeBSD Bugzilla – Attachment 194810 Details for
Bug 229447
[NEW PORT] textproc/py-pdfminer.six: PDF parser and analyzer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-pdfminer.six.patch
py-pdfminer.six.patch (text/plain), 3.55 KB, created by
Kai Knoblich
on 2018-07-01 12:37:15 UTC
(
hide
)
Description:
py-pdfminer.six.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-07-01 12:37:15 UTC
Size:
3.55 KB
patch
obsolete
>Index: py-pdfminer.six/Makefile >=================================================================== >--- py-pdfminer.six/Makefile (nonexistent) >+++ py-pdfminer.six/Makefile (working copy) >@@ -0,0 +1,32 @@ >+# $FreeBSD$ >+ >+PORTNAME= pdfminer.six >+PORTVERSION= 20170720 >+CATEGORIES= textproc python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= PDF parser and analyzer >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} >+ >+USES= python shebangfix dos2unix >+USE_PYTHON= distutils concurrent autoplist >+SHEBANG_FILES= tools/dumppdf.py tools/pdf2txt.py tools/latin2ascii.py >+DOS2UNIXGLOB= *.py >+ >+CONFLICTS_INSTALL= py??-pdfminer-* py??-pdfminer3k-* >+NO_ARCH= yes >+ >+.include <bsd.port.pre.mk> >+ >+.if ${PYTHON_REL} >= 3000 >+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} >+.endif >+ >+.include <bsd.port.post.mk> > >Property changes on: py-pdfminer.six/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-pdfminer.six/distinfo >=================================================================== >--- py-pdfminer.six/distinfo (nonexistent) >+++ py-pdfminer.six/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1530196324 >+SHA256 (pdfminer.six-20170720.tar.gz) = a37c6348a8d903cf5f7d50346b0569a7c669afdb625b1ee25056f01fb82bd3e0 >+SIZE (pdfminer.six-20170720.tar.gz) = 11992116 > >Property changes on: py-pdfminer.six/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-pdfminer.six/pkg-descr >=================================================================== >--- py-pdfminer.six/pkg-descr (nonexistent) >+++ py-pdfminer.six/pkg-descr (working copy) >@@ -0,0 +1,22 @@ >+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 > >Property changes on: py-pdfminer.six/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229447
: 194810