import py-pdf 1.12
A 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. from Daniel Dickman
This commit is contained in:
parent
b2433a0793
commit
308e99a504
24
textproc/py-pdf/Makefile
Normal file
24
textproc/py-pdf/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/25 22:00:26 jasper Exp $
|
||||
|
||||
COMMENT= Python PDF toolkit
|
||||
|
||||
MODPY_EGG_VERSION= 1.12
|
||||
DISTNAME= pyPdf-${MODPY_EGG_VERSION}
|
||||
PKGNAME= ${DISTNAME:L:S/^py/py-/}
|
||||
CATEGORIES= textproc devel
|
||||
|
||||
HOMEPAGE= http://pybrary.net/pyPdf/
|
||||
|
||||
# Modified BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://pybrary.net/pyPdf/
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/py-pdf/distinfo
Normal file
5
textproc/py-pdf/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (pyPdf-1.12.tar.gz) = e+X39GWfZP0ZTp65o4rUJQ==
|
||||
RMD160 (pyPdf-1.12.tar.gz) = BSi9v9u9uM8m2+R7Fi9X+NDAmEo=
|
||||
SHA1 (pyPdf-1.12.tar.gz) = VZ8ID+R6Cu2plFrLzFIzG35NYhM=
|
||||
SHA256 (pyPdf-1.12.tar.gz) = dHfpza8sQbJ29eVRc5AyXi+AxNqY/5hcCOr+NI1kyKE=
|
||||
SIZE (pyPdf-1.12.tar.gz) = 31979
|
8
textproc/py-pdf/pkg/DESCR
Normal file
8
textproc/py-pdf/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
A 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.
|
15
textproc/py-pdf/pkg/PLIST
Normal file
15
textproc/py-pdf/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/25 22:00:26 jasper Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/filters.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/filters.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/generic.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/generic.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/pdf.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/pdf.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/utils.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/xmp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pyPdf/xmp.pyc
|
Loading…
x
Reference in New Issue
Block a user