Commit graph

27 commits

Author SHA1 Message Date
wiz
f84611a4d8 Set PATCHDIR, for htmldoc-x11. 2002-10-03 15:33:20 +00:00
wiz
29cdfd35ae Update to 1.8.22, as requested by Christian Biere in PR 18460.
Changes:
NEW FEATURES

- Now support many Windows code pages in addition to ISO charsets.
- HTMLDOC now supports heading levels 1 to 15.
- HTMLDOC now allows the author to omit headings from
  the TOC using the _HD_OMIT_TOC attribute.
- HTMLDOC now supports remote book files when running
  from the command-line.
- HTMLDOC now supports hexadecimal character constants (&#xFF)
- New --nup and NUMBER-UP options for PostScript and PDF output.
- HTMLDOC now logs HTML errors.
- HTMLDOC now supports the A3, B, Legal, and Tabloid size names.
- HTMLDOC now supports embedding of the base Type1 fonts
  in PostScript and PDF output.

CHANGES

- HTMLDOC now calculates the resolution of the body
  image using the printable width instead of the page width.
- HTMLDOC should now compile out-of-the-box using the Cygwin tools.
- HTMLDOC no longer inserts whitespace between text inside DIV elements.
- HTMLDOC now supports quoted usernames and passwords in URLs.
- HTMLDOC now defaults unknown colors to white for background colors and
  black for foreground colors. This should make documents that use
  non-standard color names still appear readable.
- The HTML parser now allows BODY to auto-close HEAD and visa-versa.

BUG FIXES

- HTMLDOC could crash when checking if a URL is already cached.
- HTMLDOC didn't adjust the top margin when changing the
  page header if the comment didn't appear at the top of a page.
- HTMLDOC didn't initialize the right number of TOC headings.
- When using a logo image in the header, the header was
  placed too low on the page.
- "make install" didn't work in the fonts directory.
- "€" didn't work, while "€" did: the
  character name table was not sorted properly...
- Links didn't always point to the right page in PDF output.
- XRX comment output could crash HTMLDOC.
- Fixed-width columns in tables could be resized by HTMLDOC.
- When writing PostScript commands, some printers reset
  their duplexing state when a new setpagedevice command
  is received; we now cache the current duplex state and
  change it only as needed.
- The MEDIA SIZE comment didn't adjust the printable
  size for the current landscape setting.
- HTMLDOC placed the header one line too high.
- When continuing a chapter onto the next page, H3 and
  higher headings would be indented the wrong amount.
- HTMLDOC wouldn't compile using GCC under HP-UX due to
  a badly "fixed" system header file (vmtypes.h).
- Generating a book without a table-of-contents would
  produce a bad PDF file.
- The Xerox XRX comments used the wrong units for the
  media size, points instead of millimeters.
- IMG elements with links that use the ALIGN attribute
  didn't get the links.
- Header and footer comments would interfere with the
  top and bottom margin settings.
- Fixed a bug in the htmlReadFile() function which
  caused user-provided title pages not to be displayed
  in PS or PDF output.
- The table-of-contents would inherit the last media
  settings in the document, but use the initial settings
  when formatting.
2002-09-29 14:20:04 +00:00
jlam
f2c0e2bffd buildlink1 -> buildlink2 2002-09-23 23:34:59 +00:00
seb
fbdadc9472 Update to version 1.8.19.
There are really too many changes to mention them all here, previous version
of the package was 20 htmldoc versions behind! See the file CHANGES.txt in the
sources for more details. Anyway you should update.

As suggested in PR pkg/14557 by <collver@linuxfreemail.com> the package had
been strongly buildlinked.  This update address part of this PR.

Also introduce support for another package of htmldoc with the X Windows GUI
activated.
2002-05-06 21:42:37 +00:00
fredb
85f57a0a68 Straighten out DISTNAME/PKGNAME/WRKSRC in the face of bsd.pkg.mk's
PKGNAME munging.
2002-03-17 15:43:43 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
dmcmahill
5728c47653 this works on 1.5 alpha so only mark it as broken for old systems (1.3,1.4).
also don't use floats as ints...
2001-05-13 01:16:23 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
tron
f184beb4a5 Use wildcard dependence for "png" package. 2000-02-09 15:22:32 +00:00
wiz
3a04934ff6 silence pkglint by uncommenting RCS tag 2000-02-05 14:03:27 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
abs
ce464992ce Update to 1.7. Also ensure we use jpeg and png. 1999-06-04 01:22:37 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
frueauf
fe14dec52d pkglint: move NOT_FOR_ARCHS where it belongs. 1998-11-13 01:50:21 +00:00
hubertf
2bc9093986 find png etc. headers in LOCALBASE 1998-10-20 07:41:26 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
hubertf
4dd962c455 move HOMEPAGE location 1998-08-23 01:25:34 +00:00
hubertf
d4c86e0f4e Converts HTML to indexed HTML, PDF and/or PostScript. 1998-08-22 17:26:12 +00:00