- Repocopy from print/py-pdf -> print/py-pdf2
- Update to 1.26.0 - Update WWW PR: 208624 Submitted by: m.tsatsenko@gmail.com
This commit is contained in:
parent
88868f3a6b
commit
446a51857b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440244
@ -192,6 +192,7 @@
|
||||
SUBDIR += py-fonttools
|
||||
SUBDIR += py-fpdf
|
||||
SUBDIR += py-pdf
|
||||
SUBDIR += py-pdf2
|
||||
SUBDIR += py-pollyreports
|
||||
SUBDIR += py-preppy
|
||||
SUBDIR += py-pycups
|
||||
|
18
print/py-pdf2/Makefile
Normal file
18
print/py-pdf2/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Created by: Stefan Esser <se@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pdf
|
||||
PORTVERSION= 1.26.0
|
||||
CATEGORIES= print python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= PyPDF2-${PORTVERSION}
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= m.tsatsenko@gmail.com
|
||||
COMMENT= Pure-Python PDF toolkit
|
||||
|
||||
USES= python:2.7+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
3
print/py-pdf2/distinfo
Normal file
3
print/py-pdf2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1494057615
|
||||
SHA256 (PyPDF2-1.26.0.tar.gz) = e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385
|
||||
SIZE (PyPDF2-1.26.0.tar.gz) = 77556
|
10
print/py-pdf2/pkg-descr
Normal file
10
print/py-pdf2/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
PyPdf isaA Pure-Python library built as a PDF toolkit. It is capable of:
|
||||
|
||||
- extracting document information (title, author, ...),
|
||||
- splitting documents page by page,
|
||||
- merging documents page by page,
|
||||
- cropping pages,
|
||||
- merging multiple pages into a single page,
|
||||
- encrypting and decrypting PDF files.
|
||||
|
||||
WWW: https://mstamy2.github.io/PyPDF2/
|
Loading…
Reference in New Issue
Block a user