diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-13 22:20:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-13 22:20:17 +0000 |
commit | 39cba01623d37a634db46dca2d68c46f4bbb6307 (patch) | |
tree | 4ff23ba2cd4ea9cee999baf11af228fe3456f25d /converters/Makefile | |
parent | 36c2372eaa06668d2e1c82d47d86aea6c924e172 (diff) |
Svglib is an experimental library for reading SVG files and converting
them(to a reasonable degree) to other formats using the Open Source
ReportLab Toolkit. As a package it reads existing SVG files and returns
them converted to ReportLab Drawing objects that can be used in a
variety of ReportLab-related contexts, e.g. as Platypus Flowable objects
or in RML2PDF. As a command-line tool it converts SVG files into PDF
ones.
WWW: http://pypi.python.org/pypi/svglib/
PR: ports/128752
Submitted by: Wen Heping <wenheping at wenheping.com>
Notes
Notes:
svn path=/head/; revision=222815
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 53dc65a2d69c..672cf8f7b4fc 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -93,6 +93,7 @@ SUBDIR += py-cjkcodecs SUBDIR += py-iconv SUBDIR += py-iconvcodec + SUBDIR += py-svglib SUBDIR += recode SUBDIR += ruby-dump.rb SUBDIR += ruby-iconv |