xpdf: initial import
This commit is contained in:
parent
d2e9fe43c0
commit
c5e6a28dd9
22
xpdf/.footprint
Normal file
22
xpdf/.footprint
Normal 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
1
xpdf/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e004c69c7dddef165d768b1362b44268 xpdf-3.01.tar.gz
|
25
xpdf/Pkgfile
Normal file
25
xpdf/Pkgfile
Normal file
@ -0,0 +1,25 @@
|
||||
# Maintainer: Simone Rota, sip at varlock dot com
|
||||
# Packager: Robert McMeekin, viper at mcmeekin dot info
|
||||
# Description: PDF viewer
|
||||
# URL: http://foolabs.com/xpdf
|
||||
# Depends on: lesstif, t1lib
|
||||
|
||||
name=xpdf
|
||||
version=3.01
|
||||
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
10
xpdf/README
Normal file
@ -0,0 +1,10 @@
|
||||
README file for xpdf port (sip)
|
||||
|
||||
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.
|
BIN
xpdf/xpdf_3.00-8ubuntu1.1.diff.gz
Normal file
BIN
xpdf/xpdf_3.00-8ubuntu1.1.diff.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user