Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.18 22 Feb 2024 12:07:05 |
Robert Clausecker (fuz) |
textproc/htmldoc: update to 1.9.18
Changelog: https://github.com/michaelrsweet/htmldoc/releases/tag/v1.9.18 |
1.9.17 22 Sep 2023 04:54:44 |
Robert Clausecker (fuz) |
textproc/htmldoc: update to 1.9.17
Get rid of now obsolete workaround for clang 8 bug.
Get rid of now obsolete GNUTLS option.
Changelog: https://www.msweet.org/blog/2023-09-17-htmldoc-1.9.17.html |
1.9.16_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.9.16 08 Feb 2023 23:24:25 |
Robert Clausecker (fuz) |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
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) |
1.9.16 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 ) |
1.9.16 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 ) |
1.9.16 05 Jun 2022 11:28:24 |
Fernando Apesteguía (fernape) Author: Robert Clausecker |
textproc/htmldoc: update to 1.9.16
ChangeLog: https://www.msweet.org/blog/2022-05-19-htmldoc-1.9.16.html
Submitter becomes new maintainer. Current maintainer has been
inactive/unresponsive for a long time.
PR: 264183
Reported by: fuz@fuz.su
Approved by: jose@diasfernandes.pt (maintainer, timeout 2 weeks)
MFH: 2022Q2 (bugfixes) |
1.9.13 21 Dec 2021 06:53:59 |
Hiroki Tagato (tagattie) Author: Robert Clausecker |
textproc/htmldoc: update to 1.9.13
Changelog:
- Now install a 32x32 icon for Linux
- Fixed an issue with large values for roman numerals and letters in headings
- Fixed a crash bug when a HTML comment contains an invalid nul character
- Fixed a crash bug with bogus BMP images
- Fixed a potential heap overflow bug with bogus GIF images
- Fixed a potential stack overflow bug with bogus BMP images
(https://www.msweet.org/blog/2021-11-05-htmldoc-1.9.13.html)
PR: 260108
Approved by: jose@diasfernandes.pt (maintainer timeout, >3 weeks) |
1.9.12 14 Oct 2021 19:50:37 |
Joseph Mingrone (jrm) Author: Robert Clausecker |
textproc/htmldoc: Update to 1.9.12 +
- fix line break in USES that lead to wrong X11 usage
- make USE=jpeg unconditional because it is needed even if HTMLDOCGUI
is off
- make pkgconfig unconditional because it is needed even if
gnutls is not used
- remove arm64 pre-build as it doesn't seem to be needed (perhaps
ndowens knows more; he added it)
- remove a PPC patch by pkubaj as it no longer required
- apply formatting fixes from linters (portclippy, portfmt, portlint)
Changelogs:
https://www.msweet.org/blog/2021-05-17-htmldoc-1.9.12.html (Only the first 15 lines of the commit message are shown above ) |
1.9.3_1 14 Oct 2021 11:02:06 |
Stefan Eßer (se) |
textproc/htmldoc: Add CPE information
Approved by: portmgr (blanket) |
1.9.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.3_1 16 Mar 2021 01:08:15 |
pkubaj |
textproc/htmldoc: fix build on powerpc64 with CPUTYPE=power7 and higher and on
powerpc64le
Disable VSX, VSX code is not present in the bundled png:
ld: error: undefined symbol: png_init_filter_functions_vsx |
1.9.3_1 15 Jan 2020 20:51:46 |
bapt |
Fix htmldoc after r523104
htmldoc was using the MANDIRS variable which was never made to be:
1/ unique
2/ used directly inside ports
Now that the ${PREFIX}/share/man (which is the default target of the htmldoc
build system for manpages) is valid, there is no need anyway to workaround it |
1.9.3_1 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
1.9.3_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.9.3 24 Apr 2019 06:46:07 |
tobik |
textproc/htmldoc: Add workaround for hangs when compiled with clang 8
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p499421_s346424/logs/errors/htmldoc-1.9.3.log |
1.9.3 20 Dec 2018 08:30:51 |
linimon |
This port requires a C11-aware compiler to build on GCC-based
architectures.
PR: 234053
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.9.3 09 Dec 2018 02:48:31 |
swills |
textproc/htmldoc: Update to 1.9.3
PR: 223721
Submitted by: Nathan <ndowens@yahoo.com>
Submitted by: delphij
Reported by: Zsolt Udvari <uzsolt@uzsolt.hu> |
1.8.28_4 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
1.8.28_4 26 Aug 2018 08:26:42 |
delphij |
textproc/htmldoc: Do not use arc4random_stir.
(Note that there is an updated version which will solve this too, but I
am committing this one and will rebase the patch in bug 223721 as it still
needs maintainer approval).
PR: 230831, 230756
Approved by: portmgr (antoine) |
1.8.28_3 17 Feb 2018 12:01:13 |
sunpoet |
Use BROKEN_SSL
Approved by: portmgr (blanket) |
1.8.28_3 14 May 2017 06:58:48 |
antoine |
Unbreak by providing a working MASTER_SITES |
1.8.28_3 13 May 2017 09:34:55 |
miwi |
- Broken checksum mismatch
fetch: http://www.msweet.org/files/project1/htmldoc-1.8.28-source.tar.bz2: size
mismatch: expected 4026568, actual 5545 |
1.8.28_3 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.8.28_3 01 Feb 2017 05:24:20 |
jbeich |
textproc/htmldoc: unbreak with clang 4.0
htmlsep.cxx:527:19: error: ordered comparison between pointer and zero ('int *'
and 'int')
if (heading >= 0)
~~~~~~~ ^ ~
PR: 216159
Reported by: antoine (via exp-run)
Approved by: portmgr blanket |
1.8.28_2 29 Nov 2016 18:46:22 |
mat |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight |
1.8.28_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.8.28_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.8.28_2 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.8.28_2 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
1.8.28_2 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.8.28_1 24 Dec 2014 17:46:45 |
antoine |
Explicitely disable gnutls as it fails to build if detected
Reported and tested by: Scott Allendorf |
1.8.28_1 24 Dec 2014 01:36:26 |
antoine |
- Properly support png15, remove useless patch
- Allow building with openssl from ports |
1.8.28 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
1.8.28 16 Jul 2014 08:44:05 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
1.8.28 09 May 2014 00:20:44 |
bapt |
USES=tar:bzip2 |
1.8.28 29 Jan 2014 20:18:52 |
mandree |
Upgrade to HTMLDOC 1.8.28, fixing security-relevant bugs.
Support staging, and modernize LIB_DEPENDS.
Tweak build environment to get proper detection of png/jpeg libs.
Switch to using BZIP2 tarballs.
PR: ports/186024
Approved by: jose@diasfernandes.pt (maintainer)
Security: 6d08fa63-83bf-11e3-bdba-080027ef73ec |
1.8.27_7 22 Jan 2014 23:58:13 |
mandree |
Update WWW address. |
1.8.27_7 22 Jan 2014 23:37:53 |
mandree |
Update master sites for some ports formerly hosted on easysw.com, now extinct.
Remove easysw.com domain from MASTER_SITE_EASYSW, and drop tu-bs.de from mirror
list (is no longer mirroring easysw.com). |
1.8.27_7 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.8.27_7 29 Apr 2013 08:57:13 |
bapt |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
1.8.27_7 21 Mar 2013 00:04:43 |
jgh |
- adopt optionsNG
- trim historical header
Approved by: portmgr (miwi) |
1.8.27_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.8.27_6 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.8.27_6 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.8.27_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.8.27_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.8.27_4 26 Jan 2010 07:54:40 |
gahr |
- Really disable GUI if not needed
PR: 142747
Submitted by: gahr
Approved by: maintainer (timeout) |
1.8.27_4 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.8.27_3 28 May 2007 14:37:53 |
mi |
Use `off' instead of `no' for the default value of OPTION.
Add an explicit --disable-gui to CONFIGURE_ARGS, when no GUI
is requested. Without this, vendors software would still build
with GUI-support, if fltk is present on the system.
Submitted by: Eygene Ryabinkin
PR: ports/113020 |
1.8.27_3 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}. |
1.8.27_2 02 May 2007 19:35:53 |
kris |
Bump PORTREVISION to repair package creation botch from previous commit.
Refused to fix: mi |
1.8.27_1 18 Apr 2007 19:11:50 |
mi |
I did add the patch-file itself before. However, I failed to add the
files/ directory... Re-do it now.
Notified by: kris |
1.8.27_1 16 Apr 2007 03:29:12 |
mi |
Improve the port as follows:
1) do not extract, configure, build the bundled (old) PNG and JPEG
libraries;
2) do not compile the bundled md5 and rc4 algorithms (USE_OPENSSL);
3) do not compile the bundled snprintf.
The resulting executable is over twice smaller on my amd64 system. Bump
PORTREVISION.
Approved by: maintainer timeout |
1.8.27 14 Mar 2007 14:40:32 |
linimon |
Assign port to submitter of last PR. |
1.8.27 14 Mar 2007 07:52:53 |
linimon |
Reset glenn@trewitt.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.8.27 31 Dec 2006 18:06:52 |
rafan |
- Update to 1.8.27
This port needs some work to respect NOPORTDOCS, DATADIR, DOCSDIR.
PR: ports/106715
Submitted by: Jose Fernandes <jose at diasfernandes.pt>
Approved by: maintainer timeout (16 days) |
1.8.23 24 Oct 2006 15:16:34 |
stas |
- Make fetchable
Reported by: Glenn Trewitt <glenn@trewitt.org> (maintainer)
Approved by: portmgr (erwin), Glenn Trewitt <glenn@trewitt.org> (maintainer) |
1.8.23 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.8.23 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.8.23 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
1.8.23 04 Jan 2003 08:52:41 |
ijliao |
sorry for commit the wrong path
PR: 46744
Submitted by: Rong-en Fan <rafan@infor.org> |
1.8.23 03 Jan 2003 13:09:34 |
ijliao |
upgrade to 1.8.23
PR: 45497
Submitted by: Joseph Scott <joseph@randomnetworks.com> |
1.8.19 01 Jul 2002 17:16:51 |
netchild |
Update to 1.8.20.
Approved by: maintainer |
1.8.19 21 May 2002 15:52:35 |
dwcjr |
Update to latest version
PR: 38366
Timeout: maintainer
Submitted by: erwin@lansing.dk |
13 Feb 2002 02:13:07 |
pat |
Update to 1.8.18 |
10 Jul 2001 13:22:35 |
ijliao |
add htmldoc Converts HTML to PDF and/or PostScript |