New port of pyPdf, a Pure-Python library for access to and modification
of PDF files.
This commit is contained in:
parent
6e6548a590
commit
e39ea9bf73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201070
5 changed files with 52 additions and 0 deletions
|
@ -265,6 +265,7 @@
|
|||
SUBDIR += psutils-letter
|
||||
SUBDIR += pup
|
||||
SUBDIR += py-fonttools
|
||||
SUBDIR += py-pdf
|
||||
SUBDIR += py-pyscript
|
||||
SUBDIR += py-reportlab
|
||||
SUBDIR += py-reportlab2
|
||||
|
|
22
print/py-pdf/Makefile
Normal file
22
print/py-pdf/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: py-pdf
|
||||
# Date created: 2007-10-04 16:46:22
|
||||
# Whom: Stefan Esser <se@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pdf
|
||||
PORTVERSION= 1.10
|
||||
CATEGORIES= print python
|
||||
MASTER_SITES= http://pybrary.net/pyPdf/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pyPdf-${PORTVERSION}
|
||||
|
||||
MAINTAINER= se@FreeBSD.org
|
||||
COMMENT= Pure-Python PDF toolkit
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= pyPdf
|
||||
|
||||
.include <bsd.port.mk>
|
3
print/py-pdf/distinfo
Normal file
3
print/py-pdf/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (pyPdf-1.10.tar.gz) = e15eca1a3ed4d5c0d86370784e552a92
|
||||
SHA256 (pyPdf-1.10.tar.gz) = 4f7a507e634a8b34e489128e1f8f35a46f0824835036a41f764ec8fd5cc7cbfb
|
||||
SIZE (pyPdf-1.10.tar.gz) = 27554
|
10
print/py-pdf/pkg-descr
Normal file
10
print/py-pdf/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: http://pybrary.net/pyPdf/
|
16
print/py-pdf/pkg-plist
Normal file
16
print/py-pdf/pkg-plist
Normal file
|
@ -0,0 +1,16 @@
|
|||
%%PYTHON_SITELIBDIR%%/pyPdf/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/filters.py
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/generic.py
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/pdf.py
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/utils.py
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/filters.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/generic.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/pdf.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/utils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/filters.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/generic.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/pdf.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyPdf/utils.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pyPdf
|
Loading…
Reference in a new issue