xpdf: adopted and reimported

This commit is contained in:
Antti Nykanen 2007-05-15 22:19:29 +03:00
parent 3dc48b248c
commit 1913b7a46a
4 changed files with 57 additions and 0 deletions

22
xpdf/.footprint Normal file
View File

@ -0,0 +1,22 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/xpdfrc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pdffonts
-rwxr-xr-x root/root usr/bin/pdfimages
-rwxr-xr-x root/root usr/bin/pdfinfo
-rwxr-xr-x root/root usr/bin/pdftoppm
-rwxr-xr-x root/root usr/bin/pdftops
-rwxr-xr-x root/root usr/bin/pdftotext
-rwxr-xr-x root/root usr/bin/xpdf
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/pdffonts.1.gz
-rw-r--r-- root/root usr/man/man1/pdfimages.1.gz
-rw-r--r-- root/root usr/man/man1/pdfinfo.1.gz
-rw-r--r-- root/root usr/man/man1/pdftoppm.1.gz
-rw-r--r-- root/root usr/man/man1/pdftops.1.gz
-rw-r--r-- root/root usr/man/man1/pdftotext.1.gz
-rw-r--r-- root/root usr/man/man1/xpdf.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/xpdfrc.5.gz

1
xpdf/.md5sum Normal file
View File

@ -0,0 +1 @@
599dc4cc65a07ee868cf92a667a913d2 xpdf-3.02.tar.gz

24
xpdf/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# Maintainer: Antti Nykanen, aon at iki dot fi
# Packager: Robert McMeekin, viper at mcmeekin dot info
# Description: PDF viewer
# URL: http://foolabs.com/xpdf
# Depends on: lesstif, t1lib
name=xpdf
version=3.02
release=1
source=(ftp://ftp.foolabs.com/pub/xpdf/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--with-Xm-library=/usr/lib \
--with-Xm-includes=/usr/include/Xm \
--with-freetype2-includes=/usr/include/freetype2 \
--sysconfdir=/etc \
--enable-a4-paper \
--enable-opi
make
make install DESTDIR=$PKG
}

10
xpdf/README Normal file
View File

@ -0,0 +1,10 @@
README for xpdf
Ghostscript is an optional dependency for xpdf. To use ghostscript
fonts in xpdf uncomment the lines beginning with '#displayFontT1'
in /etc/xpdfrc.
You can also specify additional font mappings and use TrueType fonts
(again, see /etc/xpdfrc)
Thanks to Clare Johnstone for the tip.