Created attachment 162115 [details] shar file for the port
Thanks for your submission Fabiano! On initial review, fpdf and pyFPDF are two separate and different packages on PyPI: https://pypi.python.org/pypi/fpdf https://pypi.python.org/pypi/pyFPDF We require packages that are listed in PyPI to be named py-<PyPI-name>. Can you make the following changes (renaming the port) please: * PORTNAME=fpdf * Remove DISTNAME Please also run your port through portlint -AC (available in ports-mgmt/portlint) and address any issues before updating and poudriere (testport or bulk -t command) if you can.
Created attachment 162208 [details] shar file for the port (updated)
A commit references this bug: Author: pawel Date: Thu Oct 29 21:35:02 UTC 2015 New revision: 400480 URL: https://svnweb.freebsd.org/changeset/ports/400480 Log: 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> Changes: head/print/Makefile head/print/py-fpdf/ head/print/py-fpdf/Makefile head/print/py-fpdf/distinfo head/print/py-fpdf/pkg-descr
A commit references this bug: Author: pawel Date: Thu Oct 29 21:37:54 UTC 2015 New revision: 47700 URL: https://svnweb.freebsd.org/changeset/doc/47700 Log: For print/py-fpdf PR: 203816 Changes: head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml