Bug 36590 - port upgrade textproc/pdftohtml/
Summary: port upgrade textproc/pdftohtml/
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-31 21:40 UTC by Soeren Boll Overgaard
Modified: 2002-04-01 03:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Soeren Boll Overgaard 2002-03-31 21:40:02 UTC
	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 <bsd.port.mk>
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 <pdftohtml@ralf.informatik.uni-stuttgart.de>
+WWW: http://sourceforge.net/projects/pdftohtml/
+Author: Gueorgui Ovtcharov and Rainer Dorsch 
+<pdftohtml-general@lists.sourceforge.net>
Comment 1 dwcjr freebsd_committer freebsd_triage 2002-04-01 03:25:07 UTC
State Changed
From-To: open->closed

Committed, thanks!