Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2018 04:50:30 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472425 - in head/textproc: . py-pdfminer3k
Message-ID:  <201806150450.w5F4oUav049275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Jun 15 04:50:30 2018
New Revision: 472425
URL: https://svnweb.freebsd.org/changeset/ports/472425

Log:
  New port: textproc/py-pdfminer3k: PDF parser and analyzer

Added:
  head/textproc/py-pdfminer3k/
  head/textproc/py-pdfminer3k/Makefile   (contents, props changed)
  head/textproc/py-pdfminer3k/distinfo   (contents, props changed)
  head/textproc/py-pdfminer3k/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Fri Jun 15 04:38:18 2018	(r472424)
+++ head/textproc/Makefile	Fri Jun 15 04:50:30 2018	(r472425)
@@ -1341,6 +1341,7 @@
     SUBDIR += py-parsimonious
     SUBDIR += py-parso
     SUBDIR += py-pdfminer
+    SUBDIR += py-pdfminer3k
     SUBDIR += py-pss
     SUBDIR += py-pyPEG2
     SUBDIR += py-pyctpp2

Added: head/textproc/py-pdfminer3k/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pdfminer3k/Makefile	Fri Jun 15 04:50:30 2018	(r472425)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	pdfminer3k
+PORTVERSION=	1.2.4
+CATEGORIES=	textproc python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	PDF parser and analyzer
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${FLAVOR}
+
+USES=		python:3.4+
+USE_GITHUB=	yes
+GH_ACCOUNT=	jaepil
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-pdfminer3k/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pdfminer3k/distinfo	Fri Jun 15 04:50:30 2018	(r472425)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529037782
+SHA256 (jaepil-pdfminer3k-1.2.4_GH0.tar.gz) = d7c7eec5e9bb24896f1083c30b664b9d518baa727c20ce3aac42e8919c422998
+SIZE (jaepil-pdfminer3k-1.2.4_GH0.tar.gz) = 4168182

Added: head/textproc/py-pdfminer3k/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pdfminer3k/pkg-descr	Fri Jun 15 04:50:30 2018	(r472425)
@@ -0,0 +1,9 @@
+pdfminer3k is a Python 3 port of pdfminer. 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 to obtain the exact
+location of texts 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 instead of text analysis.
+
+WWW: https://github.com/jaepil/pdfminer3k



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806150450.w5F4oUav049275>