Update to 0.32b
PR: 36590 Submitted by: maintainer
This commit is contained in:
parent
b9adee9a1b
commit
1157fdcb3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57100
@ -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= ${PORTNAME}
|
||||
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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pdftohtml_0_31_test.tar.gz) = 04debc9f08233cb501f7b2e417a25397
|
||||
MD5 (pdftohtml_0_32b.tar.gz) = 6888ffc3036f099b6ab69760cd71be96
|
||||
|
@ -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
|
||||
|
@ -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 =
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user