[Lunar-commits] <moonbase> xpdf: move it to zdeprecated dir.
Florin Braescu
florin at lunar-linux.org
Tue Mar 30 15:57:05 CEST 2010
commit 0d2486b0c3343d785ab1128e662e3b75dd14ed4a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Mar 30 16:57:05 2010 +0300
xpdf: move it to zdeprecated dir.
---
x11-apps/xpdf/BUILD | 14 --------------
x11-apps/xpdf/CONFLICTS | 1 -
x11-apps/xpdf/DEPENDS | 11 -----------
x11-apps/xpdf/DETAILS | 36 ------------------------------------
zdeprecated/xpdf/BUILD | 14 ++++++++++++++
zdeprecated/xpdf/CONFLICTS | 1 +
zdeprecated/xpdf/DEPENDS | 11 +++++++++++
zdeprecated/xpdf/DETAILS | 36 ++++++++++++++++++++++++++++++++++++
8 files changed, 62 insertions(+), 62 deletions(-)
diff --git a/x11-apps/xpdf/BUILD b/x11-apps/xpdf/BUILD
deleted file mode 100644
index 84fef96..0000000
--- a/x11-apps/xpdf/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-(
-
- 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="$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
deleted file mode 100644
index b359f77..0000000
--- a/x11-apps/xpdf/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts poppler
diff --git a/x11-apps/xpdf/DEPENDS b/x11-apps/xpdf/DEPENDS
deleted file mode 100644
index 2f59883..0000000
--- a/x11-apps/xpdf/DEPENDS
+++ /dev/null
@@ -1,11 +0,0 @@
-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
deleted file mode 100644
index 8a0593d..0000000
--- a/x11-apps/xpdf/DETAILS
+++ /dev/null
@@ -1,36 +0,0 @@
- 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
diff --git a/zdeprecated/xpdf/BUILD b/zdeprecated/xpdf/BUILD
new file mode 100644
index 0000000..84fef96
--- /dev/null
+++ b/zdeprecated/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="$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/zdeprecated/xpdf/CONFLICTS b/zdeprecated/xpdf/CONFLICTS
new file mode 100644
index 0000000..b359f77
--- /dev/null
+++ b/zdeprecated/xpdf/CONFLICTS
@@ -0,0 +1 @@
+conflicts poppler
diff --git a/zdeprecated/xpdf/DEPENDS b/zdeprecated/xpdf/DEPENDS
new file mode 100644
index 0000000..2f59883
--- /dev/null
+++ b/zdeprecated/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/zdeprecated/xpdf/DETAILS b/zdeprecated/xpdf/DETAILS
new file mode 100644
index 0000000..8a0593d
--- /dev/null
+++ b/zdeprecated/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