aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pdftohtml
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-06-25 23:13:49 +0800
committererwin <erwin@FreeBSD.org>2003-06-25 23:13:49 +0800
commitb515dda688d76f90328d24fa3a0cdf17d3b35b9f (patch)
tree48e8e254385e661a30f83464a8df2955cace701e /textproc/pdftohtml
parentfcc6067aad20e4762483dd94d8c8b92412f7ab20 (diff)
downloadfreebsd-ports-gnome-b515dda688d76f90328d24fa3a0cdf17d3b35b9f.tar.gz
freebsd-ports-gnome-b515dda688d76f90328d24fa3a0cdf17d3b35b9f.tar.zst
freebsd-ports-gnome-b515dda688d76f90328d24fa3a0cdf17d3b35b9f.zip
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)
Diffstat (limited to 'textproc/pdftohtml')
-rw-r--r--textproc/pdftohtml/Makefile3
-rw-r--r--textproc/pdftohtml/distinfo2
-rw-r--r--textproc/pdftohtml/files/patch-HtmlOutputDev9
-rw-r--r--textproc/pdftohtml/files/patch-aconf.h11
4 files changed, 13 insertions, 12 deletions
diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile
index 25659b00ea4c..d2b10cd7c469 100644
--- a/textproc/pdftohtml/Makefile
+++ b/textproc/pdftohtml/Makefile
@@ -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
diff --git a/textproc/pdftohtml/distinfo b/textproc/pdftohtml/distinfo
index b7fc9b08091a..5e69f227bd32 100644
--- a/textproc/pdftohtml/distinfo
+++ b/textproc/pdftohtml/distinfo
@@ -1 +1 @@
-MD5 (pdftohtml_0_35.tar.gz) = be4f9ab4d62f16978fc60ca9a9203bb7
+MD5 (pdftohtml-0.36.tar.gz) = 75ad095bb51e1f66c9f7691e6af12f44
diff --git a/textproc/pdftohtml/files/patch-HtmlOutputDev b/textproc/pdftohtml/files/patch-HtmlOutputDev
deleted file mode 100644
index 65954fe80c8f..000000000000
--- a/textproc/pdftohtml/files/patch-HtmlOutputDev
+++ /dev/null
@@ -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;
diff --git a/textproc/pdftohtml/files/patch-aconf.h b/textproc/pdftohtml/files/patch-aconf.h
new file mode 100644
index 000000000000..9d4185203910
--- /dev/null
+++ b/textproc/pdftohtml/files/patch-aconf.h
@@ -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"
+