Port details |
- pdftohtml Command-line tool for converting pdf-files into html
- 0.40a_3 textproc =21 0.40a_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-08-06 09:15:55
- Last Update: 2023-11-03 07:17:38
- Commit Hash: fcf68ae5e
- People watching this port, also watch:: png, expat, freetype2, libxml2, libiconv
- License: not specified in port
- WWW:
- https://sourceforge.net/projects/pdftohtml/
- Description:
- 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 content listing from
the pdf.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pdftohtml>0:textproc/pdftohtml
- To install the port:
- cd /usr/ports/textproc/pdftohtml/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/pdftohtml
- pkg install pdftohtml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pdftohtml
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pdftohtml-0.40a.tar.gz) = 277ec1c75231b0073a458b1bfa2f98b7a115f5565e53494822ec7f0bcd8d4655
SIZE (pdftohtml-0.40a.tar.gz) = 498861
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ghostscript10>=10.02.0 : print/ghostscript10
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- ghostscript10>=10.02.0 : print/ghostscript10
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_pdftohtml
- USES:
- cpe ghostscript gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.40a_3 03 Nov 2023 07:17:38 |
Michael Osipov (michaelo) |
*/*: Bump PORTREVISION for Ghostscript 10 change
Reported by: sunpoet
Approved by: jrm (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D42412 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.40a_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.40a_2 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.40a_2 29 Aug 2021 18:53:48 |
Bernhard Froehlich (decke) |
textproc/pdftohtml: Add CPE information
Approved by: portmgr (blanket) |
0.40a_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.40a_2 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.40a_2 24 Mar 2016 15:47:50 |
tijl |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.40a_1 22 Aug 2015 17:48:36 |
hrs |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |
0.40a 16 Jul 2015 20:53:29 |
kwm |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
0.40a 02 Mar 2015 23:51:50 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.40a 22 Jun 2014 09:03:47 |
jhale |
- Use SF macro in MASTER_SITES
- Remove redundant WRKSRC redefinition |
0.40a 21 Jun 2014 19:01:22 |
rakuco |
Add a SourceForge mirror to MASTER_SITES.
PR: 191254
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> |
0.40a 20 Jun 2014 18:37:54 |
rakuco |
- Update to 0.40a.
PR: 190823
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> |
0.39_7 20 Mar 2014 15:04:40 |
ehaupt |
Support staging |
0.39_7 06 Oct 2013 23:54:23 |
marino |
textproc/pdftohtml: Resolve conflict with poppler-utils
The conflict between this unmaintained port and poppler-utils can be
problematic. Ports should be using poppler-utils rather than this one
as a build dependency. This port's package list is 1-line long, so
lets just rename the program so that it can coexist with the version
from poppler-utils. The name changes from "pdftohtml" to "pdf-to-html"
along with a PORTREVISION bump.
Minor cleanup to pet portlint was alson done. |
0.39_6 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.39_6 16 May 2013 13:08:03 |
erwin |
Drop maintainership. |
0.39_6 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
0.39_6 05 Jun 2012 07:14:09 |
erwin |
Register conflict with graphics/poppler-utils
Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee> |
0.39_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.39_5 19 Dec 2011 11:15:16 |
erwin |
Fix mismerge
Submitted by: Jan Beich <jbeich@tormail.net> |
0.39_5 14 Dec 2011 10:11:39 |
erwin |
Respect CC
PR: 163171
Submitted by: Jan Beich <jbeich@tormail.net> |
0.39_5 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.39_5 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.39_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.39_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.39_3 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
0.39_3 28 Apr 2009 21:27:53 |
stas |
- Fix CVE-2007-3387.
- Bump portrevision.
Submitted by: Vladislav Sekulic Sys POC <pocsys@cs.toronto.edu> (based on)
Approved by: secteam blanket
Security:
http://www.FreeBSD.org/ports/portaudit/0e43a14d-3f3f-11dc-a79a-0016179b2dd5.html |
0.39_2 24 Sep 2007 08:39:26 |
rafan |
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.
Approved by: portmgr (pav) |
0.39_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.39_1 20 Apr 2007 21:13:41 |
sobomax |
This package doesn't really require X11 or Motif.
Make it respecting CFLAGS while I am here. |
0.39 28 Mar 2007 08:30:56 |
erwin |
Fix build with gcc 4.x
Submitted by: rafan |
0.39 28 Mar 2007 08:30:11 |
erwin |
Use USE_GHOSTSCRIPT_RUN to simplify Makefile
PR: 110945
Submitted by: rafan |
0.39 25 Aug 2006 11:05:56 |
erwin |
Update to 0.39 |
0.38 20 Apr 2006 10:34:53 |
erwin |
Update to 0.38.
Now requires both gmake and motif. |
0.36_4 27 Mar 2006 22:16:34 |
mnag |
- Add patches for security issues
- Bump PORTREVISION
- portlint(1)
Approved by: maintainer timeout (2 days, security)
Obtained from: gentoo
Security: CVE-2005-3624, CVE-2005-3625, CVE-2005-3626, CVE-2005-3627,
http://secunia.com/advisories/18303/ |
0.36_3 07 Dec 2005 14:26:20 |
mnag |
Backport xpdf vendor patch (affected part)
Bump PORTREVISION
PR: 90069
Approved by: maintainer
Security:
http://www.idefense.com/application/poi/display?id=342&type=vulnerabilities
http://www.idefense.com/application/poi/display?id=343&type=vulnerabilities
http://www.idefense.com/application/poi/display?id=344&type=vulnerabilities
http://secunia.com/advisories/17897/
CVE-2005-3191, CVE-2005-3192 |
0.36_2 26 Nov 2005 17:00:48 |
pav |
- Add SHA256
Approved by: maintainer |
0.36_2 28 Jan 2005 13:51:10 |
erwin |
Fix latest and greatest xpdf vulnerability: makeFileKey2() buffer overflow |
0.36_1 11 Jan 2005 17:30:00 |
erwin |
Patch recent xpdf vulnerability
Obtained from: gentoo
Prodded by: simon |
0.36 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.36 30 Jan 2004 23:06:52 |
trevor |
Use PLIST_FILES.
Approved by: erwin (maintainer) |
0.36 08 Aug 2003 13:57:07 |
erwin |
This patch allows the admin of the machine to choose either
print/ghostscript-gnu or print/ghostscript-afp1
PR: 54952
Submitted by: Jens Rehsack <rehsack@liwing.de> |
0.36 25 Jun 2003 15:13:49 |
erwin |
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) |
0.35 12 Jun 2003 16:41:16 |
erwin |
Change to my FreeBSD.org address |
0.35 26 Feb 2003 20:47:37 |
mi |
The default values of functions' arguments have to be specified at
declaration, not at definition. The new -current's compiler treats
this as an error.
PR: ports/48716
Submitted by: Erwin Lansing (the maintainer)
Approved by: maintainer |
0.35 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
0.35 01 Feb 2003 02:43:09 |
adamw |
Update to 0.35
PR: 47719
Submitted by: Erwin Lansing <erwin@lansing.dk>, Udo Schweigert
<udo.schweigert@siemens.com> |
0.34_1 01 Jul 2002 14:37:38 |
ijliao |
add REINPLACE
PR: 40065
Submitted by: Erwin Lansing <erwin@lansing.dk> |
0.34_1 22 Jun 2002 18:10:18 |
pat |
Keep checksum current: author rerolled distfile and the only change is to
not define HAVE_MKSTEMPS by default. Add a patch to define HAVE_MKSTEMPS
since we have it in our implementation.
PR: ports/39582
Submitted by: maintainer |
0.34_1 19 Jun 2002 12:53:40 |
pat |
- Fix typos in pkg-descr and dependencies
- bump PORTREVISION
PR: 39503
Submitted by: maintainer |
0.34 18 Jun 2002 08:15:26 |
pat |
Update to 0.34
PR: 39456
Submitted by: maintainer |
0.33a 02 May 2002 22:53:55 |
pat |
Give maintainership to erwin@lansing.dk
PR: 37692
Submitted by: Soeren Boll Overgaard <boll@fork.dk> (old maintainer) |
0.33a 24 Apr 2002 22:54:23 |
pat |
Update to 0.33a
PR: 37403
Submitted by: maintainer |
0.32b 01 Apr 2002 02:25:02 |
dwcjr |
Update to 0.32b
PR: 36590
Submitted by: maintainer |
06 Aug 2001 13:15:55 |
ijliao |
add pdftohtml A command-line tool for converting pdf-files into html |