From owner-freebsd-ports Sun Mar 31 12:40:23 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 0A64737B41F for ; Sun, 31 Mar 2002 12:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKe4K97369; Sun, 31 Mar 2002 12:40:04 -0800 (PST) (envelope-from gnats) Received: from treebeard.tolkien.dk (treebeard.tolkien.dk [80.63.52.202]) by hub.freebsd.org (Postfix) with ESMTP id 0147537B417 for ; Sun, 31 Mar 2002 12:34:12 -0800 (PST) Received: by treebeard.tolkien.dk (Postfix, from userid 1002) id 8AF833D04; Sun, 31 Mar 2002 22:34:05 +0200 (CEST) Message-Id: <20020331203405.8AF833D04@treebeard.tolkien.dk> Date: Sun, 31 Mar 2002 22:34:05 +0200 (CEST) From: Soeren Boll Overgaard Reply-To: Soeren Boll Overgaard To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36590: port upgrade textproc/pdftohtml/ 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: 36590 >Category: ports >Synopsis: port upgrade textproc/pdftohtml/ >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 12:40:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Soeren Boll Overgaard >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD xxx.tolkien.dk 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Tue Jan 29 11:23:23 CET 2002 root@xxx.tolkien.dk:/usr/obj/usr/src/sys/xxx i386 >Description: New release of the port textproc/pdftohtml/. Upstream code upgrade. The following files have been removed: files/patch-goo::Makefile files/patch-xpdf::Makefile diff -ruN pdftohtml.bak/Makefile pdftohtml/Makefile --- pdftohtml.bak/Makefile Mon Aug 6 14:15:55 2001 +++ pdftohtml/Makefile Sun Mar 31 22:24:12 2002 @@ -7,19 +7,22 @@ # PORTNAME= pdftohtml -PORTVERSION= 0.31 +PORTVERSION= 0.32b CATEGORIES= textproc -MASTER_SITES= http://www.ra.informatik.uni-stuttgart.de/~gosho/pdftohtml/Download/ \ - http://ports.tolkien.dk/pdftohtml/ -DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/}_test +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= pdftohtml +DISTNAME= ${PORTNAME}_0_32b -MAINTAINER= boll@tolkien.dk +MAINTAINER= boll@fork.dk -ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/} +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_GMAKE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pdftohtml.bin ${PREFIX}/bin/pdftohtml ${INSTALL_PROGRAM} ${WRKSRC}/pdftops.bin ${PREFIX}/bin/pdftops +post-install: + strip ${PREFIX}/bin/pdftohtml + strip ${PREFIX}/bin/pdftops .include diff -ruN pdftohtml.bak/distinfo pdftohtml/distinfo --- pdftohtml.bak/distinfo Mon Aug 6 14:15:55 2001 +++ pdftohtml/distinfo Sun Mar 31 20:24:05 2002 @@ -1 +1 @@ -MD5 (pdftohtml_0_31_test.tar.gz) = 04debc9f08233cb501f7b2e417a25397 +MD5 (pdftohtml_0_32b.tar.gz) = 6888ffc3036f099b6ab69760cd71be96 diff -ruN pdftohtml.bak/files/patch-goo::Makefile pdftohtml/files/patch-goo::Makefile --- pdftohtml.bak/files/patch-goo::Makefile Mon Aug 6 14:15:55 2001 +++ pdftohtml/files/patch-goo::Makefile Thu Jan 1 01:00:00 1970 @@ -1,16 +0,0 @@ ---- goo/Makefile.orig Mon Aug 6 20:03:55 2001 -+++ goo/Makefile Mon Aug 6 20:04:26 2001 -@@ -2,11 +2,9 @@ - - srcdir = . - --CFLAGS = -g -O2 -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(srcdir) --CXXFLAGS = -g -O2 -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(srcdir) -+CFLAGS += -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(srcdir) -+CXXFLAGS += -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(srcdir) - --CC = gcc --CXX = c++ - AR = ar rc - RANLIB = ranlib - diff -ruN pdftohtml.bak/files/patch-xpdf::Makefile pdftohtml/files/patch-xpdf::Makefile --- pdftohtml.bak/files/patch-xpdf::Makefile Mon Aug 6 14:15:55 2001 +++ pdftohtml/files/patch-xpdf::Makefile Thu Jan 1 01:00:00 1970 @@ -1,17 +0,0 @@ ---- xpdf/Makefile.orig Mon Aug 6 20:04:59 2001 -+++ xpdf/Makefile Mon Aug 6 20:05:29 2001 -@@ -8,13 +8,11 @@ - GOOLIBDIR = ../goo - - --CXXFLAGS = -g -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(GOOSRCDIR) -I$(srcdir) -+CXXFLAGS += -DHAVE_DIRENT_H=1 -DHAVE_REWINDDIR=1 -DHAVE_POPEN=1 -I$(GOOSRCDIR) -I$(srcdir) - - LDFLAGS = - - OTHERLIBS = -- --CXX = c++ - - LIBPREFIX = lib - EXE = diff -ruN pdftohtml.bak/pkg-descr pdftohtml/pkg-descr --- pdftohtml.bak/pkg-descr Mon Aug 6 14:15:55 2001 +++ pdftohtml/pkg-descr Sun Mar 31 21:00:54 2002 @@ -1,6 +1,8 @@ -This is a port of pdftohtml, which converts pdf-files into nicely formatted -html, combined with png-images. -The HTML generated uses frames to emulate the contentlisting from the pdf. +This is a port of pdftohtml, which converts pdf-files into nicely i +formatted html, combined with png images. +The HTML generated uses frames to emulate the contentlisting from +the pdf. -WWW: http://www.ra.informatik.uni-stuttgart.de/~gosho/pdftohtml/ -Author: Gueorgui Ovtcharov +WWW: http://sourceforge.net/projects/pdftohtml/ +Author: Gueorgui Ovtcharov and Rainer Dorsch + >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message