Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 09:13:09 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39456: maintainer-update textproc/pdftohtml from 0.33a to 0.34
Message-ID:  <200206180713.g5I7D9bv013984@guineapig.pil.dk>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206180713.g5I7D9bv013984>