ports/opt (master): xpdf: adopted and reimported
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 1913b7a46ad7457efcc1f21e74c2275a55b16ced Author: Antti Nykanen <aon@iki.fi> Date: Tue May 15 22:19:29 2007 +0300 xpdf: adopted and reimported diff --git a/xpdf/.footprint b/xpdf/.footprint new file mode 100644 index 0000000..301e65e --- /dev/null +++ b/xpdf/.footprint @@ -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 diff --git a/xpdf/.md5sum b/xpdf/.md5sum new file mode 100644 index 0000000..eee0931 --- /dev/null +++ b/xpdf/.md5sum @@ -0,0 +1 @@ +599dc4cc65a07ee868cf92a667a913d2 xpdf-3.02.tar.gz diff --git a/xpdf/Pkgfile b/xpdf/Pkgfile new file mode 100644 index 0000000..75a8dfe --- /dev/null +++ b/xpdf/Pkgfile @@ -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 +} diff --git a/xpdf/README b/xpdf/README new file mode 100644 index 0000000..2206c33 --- /dev/null +++ b/xpdf/README @@ -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.
participants (1)
-
crux@crux.nu