1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/print/py-fpdf/Makefile
Pawel Pekala f12b59b362 PyFPDF is a library for PDF document generation under Python, ported from
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>
2015-10-29 21:35:01 +00:00

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>