aboutsummaryrefslogtreecommitdiff
path: root/print/py-pollyreports
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* print/py-pollyreports: update to 1.7.7Ruslan Makhmatkhanov2016-02-122-7/+8
| | | | | | | | | | | | | | - update to 1.7.7 while here: - add NO_ARCH and sort USE_PYTHON - drop python version limit, because it builds fine both with 2.x and 3.x PR: 206871 Submitted by: jjachuf@gmail.com (maintainer) Notes: svn path=/head/; revision=408758
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* - Convert ports of news/ and print/ to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371452
* print/py-pollyreports: support stageWilliam Grzybowski2014-06-261-12/+4
| | | | | | | | | | | - Use options helper - Adjust LICENSE - Use auto plist Approved by: portmgr (stage blanket) Notes: svn path=/head/; revision=359354
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - Update to 1.7.6Frederic Culot2013-12-042-3/+3
| | | | | | | | PR: ports/184494 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer) Notes: svn path=/head/; revision=335622
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - Update to 1.7.2Frederic Culot2013-01-172-3/+3
| | | | | | | | PR: ports/175352 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer) Notes: svn path=/head/; revision=310551
* - Update to 1.6.7Frederic Culot2012-10-232-3/+3
| | | | | | | | | PR: ports/172986 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=306321
* PollyReports.py provides a set of classes for database report writing.Ruslan Makhmatkhanov2012-10-173-0/+39
It assumes that you are using Reportlab to do PDF generation, but can work with any "canvas-like" object as desired. WWW: http://newcenturycomputers.net/projects/pollyreports.html PR: 172537 Submitted by: Jose Jachuf <jjachuf at gmail dot com> Feature safe: yes Notes: svn path=/head/; revision=306003