aboutsummaryrefslogtreecommitdiff
path: root/graphics/pysvg
Commit message (Collapse)AuthorAgeFilesLines
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Pass maintainership to python@Ruslan Makhmatkhanov2017-03-191-1/+1
| | | | Notes: svn path=/head/; revision=436503
* Take in olivierd@'s commit bit on his request.Rene Ladan2017-03-191-1/+1
| | | | | | | | Submitted by: olivierd@ With hat: portmgr-secretary Notes: svn path=/head/; revision=436494
* - Convert my own Python ports to USES= pythonOlivier Duchateau2014-08-291-5/+2
| | | | Notes: svn path=/head/; revision=366562
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347760
* - Update to 0.2.2Olivier Duchateau2014-01-243-8/+9
| | | | | | | | | - Add LICENSE - Fix Python version - Update maintainer address Notes: svn path=/head/; revision=340892
* 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
* graphics/pysvn: Fix package manifest, support stageJohn Marino2013-12-282-53/+4
| | | | | | | | | | | Package was unable to create a manifest due to the presence of a directory in the pkg-plist. Change the port to generate the pkg-plist automatically and support stage. Approved by: maintainer (Olivier Duchateau) Notes: svn path=/head/; revision=337894
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Update to 0.2.1Sunpoet Po-Chuan Hsieh2011-02-283-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix USE_PYTHON as pySVG does not build with Python 3.x - Fix PLIST for users not using Python 2.6 Changes: http://codeboje.de/pysvg/ ("Release/History" section) Added: - Added kwargs to make life a bit easier when instantiating objects - Added dropshadows (contributed by Bastian) - Added patterns - Added turtle graphics - Added clip element - Added use element - Added some methods to get size/edge points or move an element (depends on element) - Implemented feMergeNode subclassing - Added filterprimitiveswithin Corrections: - Setfilter had wrong parameter - Corrected intendation - Documentation corrected PR: ports/155084 Submitted by: sunpoet (myself) Approved by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) Notes: svn path=/head/; revision=270001
* pySVG is a pure Python library to create SVG documents.Martin Wilke2009-10-174-0/+72
WWW: http://codeboje.de/pysvg/ PR: ports/139672 Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com> Notes: svn path=/head/; revision=242960