aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pdftohtml/files
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/files
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/files')
-rw-r--r--textproc/pdftohtml/files/patch-HtmlOutputDev9
-rw-r--r--textproc/pdftohtml/files/patch-aconf.h11
2 files changed, 11 insertions, 9 deletions
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"
+