[Lunar-commits] <moonbase> pdf2svg: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Dec 20 13:48:32 CET 2010
commit c90299b32c730801163b2697b8d2d4f9d564693b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Dec 20 07:48:32 2010 -0500
pdf2svg: Adding to moonbase.
---
graphics/pdf2svg/DEPENDS | 1 +
graphics/pdf2svg/DETAILS | 18 ++++++++++++++++++
2 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/graphics/pdf2svg/DEPENDS b/graphics/pdf2svg/DEPENDS
new file mode 100644
index 0000000..bfdf9d6
--- /dev/null
+++ b/graphics/pdf2svg/DEPENDS
@@ -0,0 +1 @@
+depends poppler
diff --git a/graphics/pdf2svg/DETAILS b/graphics/pdf2svg/DETAILS
new file mode 100644
index 0000000..18bf226
--- /dev/null
+++ b/graphics/pdf2svg/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=pdf2svg
+ VERSION=0.2.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.cityinthesky.co.uk/files/
+ SOURCE_VFY=sha1:12f9d1bde6aa2e396eb7f196b6d8e29ade3cafe6
+ WEB_SITE=http://www.cityinthesky.co.uk/pdf2svg.html
+ ENTERED=20101220
+ UPDATED=20101220
+ SHORT="convert pdf to svg"
+
+cat << EOF
+Under Linux there aren't many freely available vector graphics editors and as
+far as I know there are none that can edit EPS (encapsulated postscript) and
+PDF (portable document format) files. I
+
+To overcome this problem I have written a very small utility to convert PDF
+files to SVG files using Poppler and Cairo.
+EOF
More information about the Lunar-commits
mailing list