Hi I would like to contribute and maintain the xpdf package:
* http://www.foolabs.com/xpdf/ (Homepage) * ftp://ftp.foolabs.com/pub/xpdf (Download location) If you would like to review this package, please download and install also the previously announced t1lib package. Here is the setup.hint file: sdesc: "An open source viewer for Portable Document Format (PDF) files" ldesc: "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 or TrueType fonts." category: X11 Doc requires: cygwin expat lesstif libfontconfig1 libfreetype26 libXft2 t1lib xorg-x11-base zlib -------------------------------- cut here ------------------------------------ #!/bin/bash mkdir xpdf cd xpdf wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xpdf/setup.hint wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xpdf/xpdf-3.00-1-src.tar.bz2 wget http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/xpdf/xpdf-3.00-1.tar.bz2 -------------------------------- cut here ------------------------------------ Files included in the binary distro: /usr/bin/pdffonts.exe /usr/bin/pdfimages.exe /usr/bin/pdfinfo.exe /usr/bin/pdftoppm.exe /usr/bin/pdftops.exe /usr/bin/pdftotext.exe /usr/bin/xpdf.exe /etc/postinstall/xpdf.sh /etc/xpdfrc.default /usr/share/doc/Cygwin/xpdf-3.00.README /usr/share/doc/xpdf-3.00/ANNOUNCE /usr/share/doc/xpdf-3.00/CHANGES /usr/share/doc/xpdf-3.00/COPYING /usr/share/doc/xpdf-3.00/INSTALL /usr/share/doc/xpdf-3.00/README /usr/share/man/man1/pdffonts.1 /usr/share/man/man1/pdfimages.1 /usr/share/man/man1/pdfinfo.1 /usr/share/man/man1/pdftoppm.1 /usr/share/man/man1/pdftops.1 /usr/share/man/man1/pdftotext.1 /usr/share/man/man1/xpdf.1 /usr/share/man/man5/xpdfrc.5 Ciao Volker