[Lunar-commits] <moonbase-other> PDFlib-Lite: Readding to moonbase and bumping to 7.0.5p3.
Dennis Veatch
stumbles at lunar-linux.org
Tue Jul 10 14:01:03 CEST 2012
commit 5807bb25b90fd58035f242a75a1b573f9021d680
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 10 Jul 2012 05:01:03 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5807bb25b90fd58035f242a75a1b573f9021d680
PDFlib-Lite: Readding to moonbase and bumping to 7.0.5p3.
---
libs/PDFlib-lite/BUILD +7/-0
libs/PDFlib-lite/DEPENDS +7/-0
libs/PDFlib-lite/DETAILS +18/-0
3 files changed, 32 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/libs/PDFlib-lite/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/PDFlib-lite/DEPENDS
@@ -0,0 +1,7 @@
+optional_depends "perl" "" "--with-perl=no" "for perl bindings"
+optional_depends "Python" "--with-pyincl=/usr/include/python2.7/" "--without-python" "for python bindings"
+optional_depends "ruby" "" "--without-ruby" "for ruby bindings"
+optional_depends "sun-jdk" "--with-java=/usr/java/default" "--without-java" "for java bindings"
+optional_depends "tcl" "" "--without-tcl" "for tcl bindings"
+optional_depends "openssl" "" "--without-openssl" "for openssl support"
+optional_depends "icu4c" "--enable-icu" "--disable-icu" "for icu support"
--- /dev/null
+++ b/libs/PDFlib-lite/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=PDFlib-Lite
+ VERSION=7.0.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.pdflib.com/binaries/PDFlib/705/
+ SOURCE_VFY=sha1:5b2bf5edc49dba3da0997ade0e191511a37fae01
+ WEB_SITE=http://www.pdflib.com/
+ ENTERED=20100703
+ UPDATED=20100703
+ SHORT="library for processing PDF documents"
+
+cat << EOF
+pdflib is a library for processing PDF documents.
+
+PDFlib is the premier software component if you want to generate PDF
+on your server, convert text and graphics, or implement PDF output
+in your own products. With PDI (PDF import library) you process existing
+PDF documents.
+EOF
More information about the Lunar-commits
mailing list