1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Vendor update to 0.36

-added support for different Ghostscript output devices (-dev)
-updated Xpdf to 2.02 (security fix)
-a couple of fixes and tweaks for better output
-ported duplicate lines elimination from pdftotext (does not affect complex mode)
-fixed bug which caused bold to spread from one sentence to the entire document
-support for document outlines (patch by Nicolas Pitre)
This commit is contained in:
Erwin Lansing 2003-06-25 15:13:49 +00:00
parent 48c379e356
commit c17abea2cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83590
4 changed files with 13 additions and 12 deletions

View File

@ -7,11 +7,10 @@
#
PORTNAME= pdftohtml
PORTVERSION= 0.35
PORTVERSION= 0.36
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/}
MAINTAINER= erwin@FreeBSD.org
COMMENT= A command-line tool for converting pdf-files into html

View File

@ -1 +1 @@
MD5 (pdftohtml_0_35.tar.gz) = be4f9ab4d62f16978fc60ca9a9203bb7
MD5 (pdftohtml-0.36.tar.gz) = 75ad095bb51e1f66c9f7691e6af12f44

View File

@ -1,9 +0,0 @@
--- src/HtmlOutputDev.cc Sun Jan 12 19:09:52 2003
+++ src/HtmlOutputDev.cc Wed Feb 26 13:47:52 2003
@@ -789,5 +789,5 @@
HtmlOutputDev::HtmlOutputDev(char *fileName, char *title,
char *author, char *keywords, char *subject, char *date,
- GBool rawOrder, int firstPage = 1)
+ GBool rawOrder, int firstPage /* default value is 1 */)
{
char *htmlEncoding;

View File

@ -0,0 +1,11 @@
--- aconf.h.orig Wed Jun 25 00:41:27 2003
+++ aconf.h Wed Jun 25 09:27:43 2003
@@ -51,7 +51,7 @@
/* #undef HAVE_BSTRING_H */
#define HAVE_POPEN 1
#define HAVE_MKSTEMP 1
-#define HAVE_MKSTEMPS 0
+#define HAVE_MKSTEMPS 1
/* #undef SELECT_TAKES_INT */
#define GHOSTSCRIPT "gs"