From 8fce57e9db17bdf490fef003730c942cb26d0767 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 6 Dec 1998 17:08:46 +0000 Subject: Upgrade to 0.80. --- graphics/xpdf/Makefile | 16 +++++++++++----- graphics/xpdf/distinfo | 2 +- graphics/xpdf/files/patch-aa | 20 -------------------- graphics/xpdf/files/patch-ab | 11 ----------- graphics/xpdf/pkg-plist | 5 ++++- 5 files changed, 16 insertions(+), 38 deletions(-) delete mode 100644 graphics/xpdf/files/patch-aa delete mode 100644 graphics/xpdf/files/patch-ab (limited to 'graphics') diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 12ba23c052b0..75813755071d 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: xpdf -# Version required: 0.7a +# Version required: 0.80 # Date created: 02 Feb 1996 # Whom: chuckr@glue.umd.edu # -# $Id: Makefile,v 1.14 1998/09/15 11:13:24 asami Exp $ +# $Id: Makefile,v 1.15 1998/09/17 00:32:43 asami Exp $ # -DISTNAME= xpdf-0.7a +DISTNAME= xpdf-0.80 CATEGORIES= graphics print -MASTER_SITES= ftp://ftp.aimnet.com/pub/users/derekn/xpdf/ +MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ +EXTRACT_SUFX= .tgz MAINTAINER= chuckr@glue.umd.edu @@ -17,6 +18,11 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gzip USE_X_PREFIX= yes -MAN1= xpdf.1 pdftops.1 pdftotext.1 +MAN1= pdfimages.1 \ + pdfinfo.1 \ + pdftopbm.1 \ + pdftops.1 \ + pdftotext.1 \ + xpdf.1 .include diff --git a/graphics/xpdf/distinfo b/graphics/xpdf/distinfo index 13858a25004a..8b107a2d29b0 100644 --- a/graphics/xpdf/distinfo +++ b/graphics/xpdf/distinfo @@ -1 +1 @@ -MD5 (xpdf-0.7a.tar.gz) = 3b6ed5783d1f7c53a3983d404ec5c818 +MD5 (xpdf-0.80.tgz) = 91d49cfaf1e555a26a9bcd0b57e51f8a diff --git a/graphics/xpdf/files/patch-aa b/graphics/xpdf/files/patch-aa deleted file mode 100644 index dd7106b61ad3..000000000000 --- a/graphics/xpdf/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Tue Mar 10 10:06:40 1998 -+++ configure Tue Mar 10 10:06:56 1998 -@@ -710,7 +710,7 @@ - if test "$ac_test_CFLAGS" = set; then - CFLAGS="$ac_save_CFLAGS" - elif test $ac_cv_prog_cc_g = yes; then -- CFLAGS="-g -O2" -+ CFLAGS="-O2 -m486 -pipe" - else - CFLAGS="-O2" - fi -@@ -842,7 +842,7 @@ - if test "$ac_test_CXXFLAGS" = set; then - CXXFLAGS="$ac_save_CXXFLAGS" - elif test $ac_cv_prog_cxx_g = yes; then -- CXXFLAGS="-g -O2" -+ CXXFLAGS="-O2 -m486 -pipe" - else - CXXFLAGS="-O2" - fi diff --git a/graphics/xpdf/files/patch-ab b/graphics/xpdf/files/patch-ab deleted file mode 100644 index 57668053bf5a..000000000000 --- a/graphics/xpdf/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xpdf/XOutputDev.cc.orig Wed Jul 1 22:54:59 1998 -+++ xpdf/XOutputDev.cc Wed Jul 1 22:56:09 1998 -@@ -275,7 +275,7 @@ - // rendering the font. This code tries to guess by looking at the - // width of the character 'm' (which breaks if the font is a - // subset that doesn't contain 'm'). -- if (w1 > 1.1 * w2 || w1 < 0.9 * w2) { -+ if (w1 > 0 && (w1 > 1.1 * w2 || w1 < 0.9 * w2)) { - w1 /= w2; - mat11 *= w1; - mat12 *= w1; diff --git a/graphics/xpdf/pkg-plist b/graphics/xpdf/pkg-plist index 5bb4bef55049..d3ac2071977e 100644 --- a/graphics/xpdf/pkg-plist +++ b/graphics/xpdf/pkg-plist @@ -1,3 +1,6 @@ -bin/xpdf +bin/pdfimage +bin/pdfinfo +bin/pdftopbm bin/pdftops bin/pdftotext +bin/xpdf -- cgit v1.2.3