aboutsummaryrefslogtreecommitdiff
path: root/converters/py-pisa
Commit message (Collapse)AuthorAgeFilesLines
* converters/py-pisa: switch from py-imaging to py-pillowWilliam Grzybowski2014-10-041-5/+4
| | | | | | | | | | - USES python With hat: python Approved by: portmgr (bdrewery, implicit) Notes: svn path=/head/; revision=369974
* - Remove easy_install dependencyMarcus von Appen2014-06-082-92/+4
| | | | | | | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=356996
* - Support staging.Gerald Pfeifer2014-05-122-2/+3
| | | | | | | | | | | | - Add LICENSE (APACHE20). - Tweak WWW line in pkg-descr. PR: 188598 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval) Notes: svn path=/head/; revision=353794
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 3.0.33Wen Heping2010-06-232-6/+5
| | | | | | | | | - Update my email to FreeBSD Feature safe: yes Notes: svn path=/head/; revision=256861
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Fix dependency to py-reportlabMartin Wilke2009-09-041-1/+2
| | | | | | | | | PR: 138287 Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com> Approved by: maintainer Notes: svn path=/head/; revision=240893
* pisa is a html2pdf converter using the ReportLab Toolkit, theMartin Wilke2009-08-174-0/+128
HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent. The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies. Easy integration into Python frameworks like CherryPy, KID Templating, TurboGears, Django, Zope, Plone, Google AppEngine (GAE) etc. WWW: http://www.xhtml2pdf.com/ PR: ports/137790 Submitted by: Wen Heping <wenheping at wenheping.com> Notes: svn path=/head/; revision=239808