[Lunar-commits] <moonbase> mupdf: Version bump to 0.9 and moving to doc-tools.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Oct 18 14:32:03 CEST 2011


commit b28e17a2e7bbd126e129391cf8b3d2633dc14715
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Oct 18 08:32:03 2011 -0400

    mupdf: Version bump to 0.9 and moving to doc-tools.
---
 doc-tools/mupdf/BUILD   |   14 ++++++++++++++
 doc-tools/mupdf/DEPENDS |    5 +++++
 doc-tools/mupdf/DETAILS |   20 ++++++++++++++++++++
 zbeta/mupdf/BUILD       |   14 --------------
 zbeta/mupdf/DEPENDS     |    5 -----
 zbeta/mupdf/DETAILS     |   20 --------------------
 6 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/doc-tools/mupdf/BUILD b/doc-tools/mupdf/BUILD
new file mode 100644
index 0000000..eb5665e
--- /dev/null
+++ b/doc-tools/mupdf/BUILD
@@ -0,0 +1,14 @@
+(
+
+  opts="prefix=/usr build=release"  &&
+
+  make $opts  &&
+
+  # /usr/bin/pdfinfo is provided by poppler
+  sedit 's/pdfinfo/pdfinfo-mupdf/g' Makefile
+  mv build/release/pdfinfo{,-mupdf}  &&
+
+  prepare_install  &&
+  make $opts install
+
+) > $C_FIFO 2>&1
diff --git a/doc-tools/mupdf/DEPENDS b/doc-tools/mupdf/DEPENDS
new file mode 100644
index 0000000..4409ef2
--- /dev/null
+++ b/doc-tools/mupdf/DEPENDS
@@ -0,0 +1,5 @@
+depends freetype2
+depends %JPEG
+depends openjpeg
+depends jbig2dec
+depends libXext
diff --git a/doc-tools/mupdf/DETAILS b/doc-tools/mupdf/DETAILS
new file mode 100644
index 0000000..aaa96ec
--- /dev/null
+++ b/doc-tools/mupdf/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=mupdf
+         VERSION=0.9
+          SOURCE=$MODULE-$VERSION-source.tar.gz
+      SOURCE_URL=http://mupdf.googlecode.com/files
+      SOURCE_VFY=sha1:3a3ba42d19e3211199110e7c782263241cdea8a0
+        WEB_SITE=http://mupdf.com/
+         ENTERED=20101023
+         UPDATED=20111018
+           SHORT="A lightweight PDF viewer and toolkit"
+
+cat << EOF
+The renderer in MuPDF is tailored for high-quality anti-aliased
+graphics. It renders text with metrics and spacing accurate to within
+fractions of a pixel for the highest fidelity in reproducing the look
+of a printed page on screen.
+
+MuPDF has support for all non-interactive PDF 1.7 features, and the
+toolkit provides a simple API for accessing the internal structures of
+the PDF document.
+EOF
diff --git a/zbeta/mupdf/BUILD b/zbeta/mupdf/BUILD
deleted file mode 100644
index eb5665e..0000000
--- a/zbeta/mupdf/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-(
-
-  opts="prefix=/usr build=release"  &&
-
-  make $opts  &&
-
-  # /usr/bin/pdfinfo is provided by poppler
-  sedit 's/pdfinfo/pdfinfo-mupdf/g' Makefile
-  mv build/release/pdfinfo{,-mupdf}  &&
-
-  prepare_install  &&
-  make $opts install
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/mupdf/DEPENDS b/zbeta/mupdf/DEPENDS
deleted file mode 100644
index 4409ef2..0000000
--- a/zbeta/mupdf/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends freetype2
-depends %JPEG
-depends openjpeg
-depends jbig2dec
-depends libXext
diff --git a/zbeta/mupdf/DETAILS b/zbeta/mupdf/DETAILS
deleted file mode 100644
index 18f4871..0000000
--- a/zbeta/mupdf/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
-          MODULE=mupdf
-         VERSION=0.8.165
-          SOURCE=$MODULE-$VERSION-source.tar.gz
-      SOURCE_URL=http://mupdf.googlecode.com/files
-      SOURCE_VFY=sha1:17222ebc80a482ef7cdb190d015cefd4821028dd
-        WEB_SITE=http://mupdf.com/
-         ENTERED=20101023
-         UPDATED=20110624
-           SHORT="A lightweight PDF viewer and toolkit"
-
-cat << EOF
-The renderer in MuPDF is tailored for high-quality anti-aliased
-graphics. It renders text with metrics and spacing accurate to within
-fractions of a pixel for the highest fidelity in reproducing the look
-of a printed page on screen.
-
-MuPDF has support for all non-interactive PDF 1.7 features, and the
-toolkit provides a simple API for accessing the internal structures of
-the PDF document.
-EOF


More information about the Lunar-commits mailing list