From owner-freebsd-ports Tue Jun 18 0:20:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA0CE37B40E for ; Tue, 18 Jun 2002 00:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5I7K1G50697; Tue, 18 Jun 2002 00:20:01 -0700 (PDT) (envelope-from gnats) Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153]) by hub.freebsd.org (Postfix) with ESMTP id 9C0E537B40E for ; Tue, 18 Jun 2002 00:13:10 -0700 (PDT) Received: from guineapig.pil.dk (guineapig.pil.dk [193.162.142.153]) by guineapig.pil.dk (8.12.3/8.12.2) with ESMTP id g5I7D9sh013985 for ; Tue, 18 Jun 2002 09:13:09 +0200 (CEST) (envelope-from root@guineapig.pil.dk) Received: (from root@localhost) by guineapig.pil.dk (8.12.3/8.12.3/Submit) id g5I7D9bv013984; Tue, 18 Jun 2002 09:13:09 +0200 (CEST) Message-Id: <200206180713.g5I7D9bv013984@guineapig.pil.dk> Date: Tue, 18 Jun 2002 09:13:09 +0200 (CEST) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39456: maintainer-update textproc/pdftohtml from 0.33a to 0.34 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39456 >Category: ports >Synopsis: maintainer-update textproc/pdftohtml from 0.33a to 0.34 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 18 00:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.5-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD guineapig.pil.dk 4.5-STABLE FreeBSD 4.5-STABLE #9: Wed Apr 24 10:43:13 CEST 2002 root@prison.pil.dk:/usr/obj/usr/src/sys/PRISON i386 >Description: - update to 0.34 * -noframes options is not supported in complex output mode * in complex output paragraphs are merged together, so that HTML output looks better and you can select whole paragraphs, not just lines in the browser (disabled by -nomerge) * parts of hrefs are joined together * code updated to use xpdf 1.01 * Command line option to force hidden text extraction (-hidden) >How-To-Repeat: >Fix: note that files/* have been removed. diff -ruN pdftohtml.orig/Makefile pdftohtml/Makefile --- pdftohtml.orig/Makefile Fri May 3 00:53:55 2002 +++ pdftohtml/Makefile Tue Jun 18 09:01:52 2002 @@ -7,10 +7,9 @@ # PORTNAME= pdftohtml -PORTVERSION= 0.33a +PORTVERSION= 0.34 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://ports.tolkien.dk/pdftohtml/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/} diff -ruN pdftohtml.orig/distinfo pdftohtml/distinfo --- pdftohtml.orig/distinfo Thu Apr 25 00:54:21 2002 +++ pdftohtml/distinfo Tue Jun 18 09:02:05 2002 @@ -1 +1 @@ -MD5 (pdftohtml_0_33a.tar.gz) = 9910fb38210be5ea3ec2acc485244fdc +MD5 (pdftohtml_0_34.tar.gz) = f124178552a2e6a5b37b89643e679718 diff -ruN pdftohtml.orig/files/patch-goo::Makefile pdftohtml/files/patch-goo::Makefile --- pdftohtml.orig/files/patch-goo::Makefile Thu Apr 25 00:54:23 2002 +++ pdftohtml/files/patch-goo::Makefile Thu Jan 1 01:00:00 1970 @@ -1,18 +0,0 @@ ---- goo/Makefile.orig Sun Apr 21 18:26:03 2002 -+++ goo/Makefile Tue Apr 23 23:14:45 2002 -@@ -11,11 +11,11 @@ - - srcdir = . - --CFLAGS = -g -O2 -DHAVE_CONFIG_H -I.. -I$(srcdir) --CXXFLAGS = -g -O2 -DHAVE_CONFIG_H -I.. -I$(srcdir) -+CFLAGS += -DHAVE_CONFIG_H -I.. -I$(srcdir) -+CXXFLAGS += -DHAVE_CONFIG_H -I.. -I$(srcdir) - --CC = gcc --CXX = c++ -+CC ?= cc -+CXX ?= c++ - AR = ar rc - RANLIB = ranlib - diff -ruN pdftohtml.orig/files/patch-src::Makefile pdftohtml/files/patch-src::Makefile --- pdftohtml.orig/files/patch-src::Makefile Thu Apr 25 00:54:23 2002 +++ pdftohtml/files/patch-src::Makefile Thu Jan 1 01:00:00 1970 @@ -1,18 +0,0 @@ ---- src/Makefile.orig Sun Apr 21 18:25:42 2002 -+++ src/Makefile Tue Apr 23 23:14:08 2002 -@@ -10,13 +10,13 @@ - GOOLIBDIR = ../goo - - --CXXFLAGS = -g -DHAVE_DIRENT_H=1 -I.. -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(GOOSRCDIR) -I$(SRCDIR) -I$(XPDFSRCDIR) -+CXXFLAGS += -DHAVE_DIRENT_H=1 -I.. -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(GOOSRCDIR) -I$(SRCDIR) -I$(XPDFSRCDIR) - - LDFLAGS = - - OTHERLIBS = - --CXX = c++ -+CC ?= cc - - LIBPREFIX = lib - EXE = diff -ruN pdftohtml.orig/files/patch-xpdf::Makefile pdftohtml/files/patch-xpdf::Makefile --- pdftohtml.orig/files/patch-xpdf::Makefile Thu Apr 25 00:54:23 2002 +++ pdftohtml/files/patch-xpdf::Makefile Thu Jan 1 01:00:00 1970 @@ -1,22 +0,0 @@ ---- xpdf/Makefile.orig Sun Apr 21 18:25:54 2002 -+++ xpdf/Makefile Tue Apr 23 23:02:09 2002 -@@ -9,16 +9,15 @@ - - SHELL = /bin/sh - --prefix = /usr/local - srcdir = . - - GOOSRCDIR = $(srcdir)/../goo - GOOLIBDIR = ../goo - --CXXFLAGS = -g -O2 -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(srcdir) -+CXXFLAGS += -DHAVE_CONFIG_H -I.. -I$(GOOSRCDIR) -I$(srcdir) - --CC = gcc --CXX = c++ -+CC ?= cc -+CXX ?= c++ - AR = ar rc - RANLIB = ranlib - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message