[Lunar-commits] <moonbase> xpdf: Moved back from zdeprecated. It works fine and I'm updating it. Keep your stinkin paws off this useful tool :)
Terry Chan
tchan at lunar-linux.org
Tue Jan 25 17:19:09 CET 2011
commit dbc664f946c0e59268046805740d06de4dee1b4b
Author: Terry Chan <tchan at lunar-linux.org>
Date: Tue Jan 25 10:19:09 2011 -0600
xpdf: Moved back from zdeprecated. It works fine and I'm updating it. Keep your stinkin paws off this useful tool :)
---
x11-apps/xpdf/BUILD | 14 ++++++++++++++
x11-apps/xpdf/CONFLICTS | 1 +
x11-apps/xpdf/DEPENDS | 11 +++++++++++
x11-apps/xpdf/DETAILS | 36 ++++++++++++++++++++++++++++++++++++
4 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/x11-apps/xpdf/BUILD b/x11-apps/xpdf/BUILD
new file mode 100644
index 0000000..93f7dcc
--- /dev/null
+++ b/x11-apps/xpdf/BUILD
@@ -0,0 +1,14 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE4 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE5 1 &&
+
+ OPTS+=" --with-freetype2-includes=/usr/include/freetype2 \
+ --sysconfdir=/etc --enable-opi --enable-multithreaded \
+ --enable-wordlist --with-gzip" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/x11-apps/xpdf/CONFLICTS b/x11-apps/xpdf/CONFLICTS
new file mode 100644
index 0000000..b359f77
--- /dev/null
+++ b/x11-apps/xpdf/CONFLICTS
@@ -0,0 +1 @@
+conflicts poppler
diff --git a/x11-apps/xpdf/DEPENDS b/x11-apps/xpdf/DEPENDS
new file mode 100644
index 0000000..2f59883
--- /dev/null
+++ b/x11-apps/xpdf/DEPENDS
@@ -0,0 +1,11 @@
+depends freetype2
+depends gzip
+depends t1lib
+depends openMotif
+
+optional_depends libpaper \
+ "--enable-a4-paper \
+ --with-libpaper-includes=/usr/include/libpaper" \
+ "--disable-a4-paper \
+ --without-libpaper-library" \
+ "to use A4 instead of Letter as the default page size"
diff --git a/x11-apps/xpdf/DETAILS b/x11-apps/xpdf/DETAILS
new file mode 100644
index 0000000..8a0593d
--- /dev/null
+++ b/x11-apps/xpdf/DETAILS
@@ -0,0 +1,36 @@
+ MODULE=xpdf
+ VERSION=3.02
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=xpdf-3.02pl1.patch
+ SOURCE3=xpdf-3.02pl2.patch
+ SOURCE4=xpdf-3.02pl3.patch
+ SOURCE5=xpdf-3.02pl4.patch
+ SOURCE_URL=ftp://ftp.foolabs.com/pub/xpdf
+ SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
+ SOURCE4_URL=$PATCH_URL
+ SOURCE5_URL=$PATCH_URL
+ WEB_SITE=http://www.foolabs.com/xpdf
+ SOURCE_VFY=sha1:f9940698840c8a8045677e8be68ab8580903e20a
+ SOURCE2_VFY=sha1:cd3c8ed6e1fd3606098b85d5cc8a7d1aa305266d
+ SOURCE3_VFY=sha1:d082ebe0d36cad0c04603950216f5c52de1c2593
+ SOURCE4_VFY=sha1:7b4644d6cc5835a708f4ef34ad5713553c716115
+ SOURCE5_VFY=sha1:1eb4da032216ee0890888b26a1a5a6d2467a20b4
+ ENTERED=20020218
+ UPDATED=20091019
+ SHORT="A PDF viewer for X11"
+
+cat << EOF
+Xpdf is an open source viewer for Portable Document Format (PDF)
+files. (These are also sometimes also called 'Acrobat' files, from
+the name of Adobe's PDF software.) The Xpdf project also includes a
+PDF text extractor, PDF-to-PostScript converter, and various other
+utilities.
+
+Xpdf runs under the X Window System on UNIX, VMS, and OS/2. The non-X
+components (pdftops, pdftotext, etc.) also run on Win32 systems and
+should run on pretty much any system with a decent C++ compiler.
+
+Xpdf is designed to be small and efficient. It can use Type 1,
+TrueType, or standard X fonts.
+EOF
More information about the Lunar-commits
mailing list