Port details |
- pysvg pySVG - creating svg with python
- 0.2.2_1 graphics
=0 0.2.2_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- Maintainer: python@FreeBSD.org
- Port Added: 2009-10-17 07:11:57
- Last Update: 2020-01-27 15:34:18
- SVN Revision: 524263
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- http://codeboje.de/pysvg/
- Description:
- pySVG is a pure Python library to create SVG documents.
WWW: http://codeboje.de/pysvg/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: pysvg
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (pysvg-0.2.2.zip) = e7dd51244cd201279dba577704149e5195d4a69d6e6681bda1edb32fac24f2ed
SIZE (pysvg-0.2.2.zip) = 623804
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- zip python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.2_1 27 Jan 2020 15:34:18 |
rene |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
0.2.2_1 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.2.2_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.2.2 19 Mar 2017 16:11:40 |
rm |
Pass maintainership to python@ |
0.2.2 19 Mar 2017 14:02:24 |
rene |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
0.2.2 29 Aug 2014 20:57:09 |
olivierd |
- Convert my own Python ports to USES= python |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
0.2.2 24 Jan 2014 12:27:56 |
olivierd |
- Update to 0.2.2
- Add LICENSE
- Fix Python version
- Update maintainer address |
0.2.1_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.2.1_1 28 Dec 2013 18:48:49 |
marino |
graphics/pysvn: Fix package manifest, support stage
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) |
0.2.1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.2.1 28 Feb 2011 15:27:50 |
sunpoet |
- Update to 0.2.1
- 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 (Only the first 15 lines of the commit message are shown above ) |
0.2.0 17 Oct 2009 07:11:27 |
miwi |
pySVG is a pure Python library to create SVG documents.
WWW: http://codeboje.de/pysvg/
PR: ports/139672
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com> |