mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
f12b59b362
PHP (see FPDF "Free"-PDF, a well-known PDFlib-extension replacement with many examples, scripts and derivatives). Compared with other PDF libraries, PyFPDF is simple, small and versatile, with advanced capabilities and easy to learn, extend and maintain. Features * Python 2.5 to 2.7 support (with experimental Python3 support) * Unicode (UTF-8) TrueType font subset embedding * Barcode I2of5 and code39, QR code coming soon ... * PNG, GIF and JPG support (including transparency and alpha channel) * Templates with a visual designer & basic html2pdf * Exceptions support, other minor fixes, improvements and PEP8 code cleanups WWW: https://code.google.com/p/pyfpdf/ PR: 203816 Submitted by: Fabiano Sidler <fabianosidler@swissonline.ch>
20 lines
380 B
Makefile
20 lines
380 B
Makefile
# Created by: Fabiano Sidler <fabianosidler@swissonline.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fpdf
|
|
PORTVERSION= 1.7.2
|
|
CATEGORIES= print python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= fabianosidler@swissonline.ch
|
|
COMMENT= Simple PDF generation for Python
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|