[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Sat Feb 2 12:28:21 CET 2013
commit 8dd42f8cd2b0dcac68c06ea47166bd463181d05c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 02 Feb 2013 03:28:21 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/8dd42f8cd2b0dcac68c06ea47166bd463181d05c
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
graphics/qpdf/DETAILS | +21/-0
science/hdf5/BUILD | +1/-1
2 files changed, 22 insertions(+), 1 deletion(-)
--- /dev/null
+++ b/graphics/qpdf/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=qpdf
+ VERSION=4.0.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:029ad13e1089396df34aeee3c5e386789715112a
+ WEB_SITE=http://qpdf.sourceforge.net/
+ ENTERED=20130202
+ UPDATED=20130202
+ SHORT="does structural, content-preserving transformations on PDF files"
+cat << EOF
+QPDF is a command-line program that does structural, content-preserving transformations
+on PDF files. It could have been called something like pdf-to-pdf. It also provides many
+useful capabilities to developers of PDF-producing software or for people who just want
+to look at the innards of a PDF file to learn more about how they work.
+
+QPDF is capable of creating linearized (also known as web-optimized) files and encrypted
+files. It is also capable of converting PDF files with object streams (also known as
+compressed objects) to files with no compressed objects or to generate object streams
+from files that don't have them (or even those that already do). QPDF also supports a
+special mode designed to allow you to edit the content of PDF files in a text editor.
+EOF
--- a/science/hdf5/BUILD
+++ b/science/hdf5/BUILD
@@ -1,6 +1,6 @@
(
- OPTS+=" --enable-gpfs --with-pthread" &&
+ OPTS+=" --enable-gpfs --with-pthread --enable-unsupported" &&
default_build
More information about the Lunar-commits
mailing list