[Lunar-commits] <moonbase> libharu: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Apr 2 16:01:32 CEST 2011
commit b056afa976cfd21608ab37973c078e630c883538
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Apr 2 10:01:32 2011 -0400
libharu: Adding to moonbase.
---
libs/libharu/DEPENDS | 2 ++
libs/libharu/DETAILS | 31 +++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/libs/libharu/DEPENDS b/libs/libharu/DEPENDS
new file mode 100644
index 0000000..4b55c0b
--- /dev/null
+++ b/libs/libharu/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends zlib "--with-zlib" "--without-zlib" "for compression support"
+optional_depends libpng "--with-png" "--without-png" "for png graphics support"
diff --git a/libs/libharu/DETAILS b/libs/libharu/DETAILS
new file mode 100644
index 0000000..3e17dc1
--- /dev/null
+++ b/libs/libharu/DETAILS
@@ -0,0 +1,31 @@
+ MODULE=libharu
+ VERSION=2.2.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://libharu.org/files/
+ SOURCE_VFY=sha1:b75ec6052b8d72aa7f23d67adcdf9df4847b64ca
+ WEB_SITE=http://libharu.org/wiki/Main_Page
+ ENTERED=20110402
+ UPDATED=20110402
+ SHORT="library for generating PDF files"
+
+cat << EOF
+libHaru is a free, cross platform, open source library for generating PDF files.
+At this moment libHaru does not support reading and editing existing PDF files
+and it's unlikely this support will ever appear.
+
+It supports the following features:
+
+ Generating PDF files with lines, text, images.
+ Outline, text annotation, link annotation.
+ Compressing document with deflate-decode.
+ Embedding PNG, Jpeg images.
+ Embedding Type1 font and TrueType font.
+ Creating encrypted PDF files.
+ Using various character sets (ISO8859-1~16, MSCP1250~8, KOI8-R).
+ Supporting CJK fonts and encodings.
+
+You can add the feature of PDF creation by using HARU without understanding
+complicated internal structure of PDF.
+
+libHaru is written in ANSI C, so theoretically it supports most of the modern OSes.
+EOF
More information about the Lunar-commits
mailing list