| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Submitted by: Martin Wilke (freebsd at unixfreunde dot de)
PR: ports/98444
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Changes between 0.3.7 and 0.3.8
* Corrected endless loop if area won't fit on page
* Added handling 'overflow' property of fo:region-body
* xmlroff stops at first error instead of continuing
- Changes between 0.3.6 and 0.3.7
* Corrected placement of fo:external-graphic if not first on line
* Added setting pixels-per-inch (for graphics without intrinsic size)
as configure option
* Working on averting endless loop if area won't fit on page.
- Changes between 0.3.5 and 0.3.6
* Resolves relative URIs for fo:external-graphic 'src' property values
(Stefan Seefeld)
* Added 'content-type' to libfo-compat.xsl
* Stopped requiring 'content-height' and 'content-width'
* Supporting percentages for 'content-height' and 'content-width'
* Improved Cygwin support (Gerrit Haase)
- Changes between 0.3.4 and 0.3.5
* fo:external-graphic works (but requires 'content-height' and
'content-width')
* Stopped removing 'fo:external-graphic' in libfo-compat.xsl (Tim Waugh)
* Able to build in separate directory (Matthew Daniel)
* Default 'auto' output format determines format from output file extension
* Added conformance section to documentation
- Changes between 0.3.3 and 0.3.4
* Add '--format' parameter for PDF or PostScript output
* Reduced memory leakage
* Partially re-implemented fo:external-graphic support
* Corrected whitespace handling in libfo-compat.xsl (Tim Waugh)
* Corrected "url()" handling
* 86% symbol docs coverage
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added support for 'border', 'border-left', 'border-right',
'border-top', 'border-bottom', 'border-style', 'border-width', and
'border-color' properties (Julian Rosse)
- Removed border-related properties and 'padding'from libfo-compat.xsl
- Corrected whitespace handling in libfo-compat.xsl
- Added removal of more unsupported properties in libfo-compat.xsl
- Corrected drawing 'dashed', 'dotted', 'groove', and 'hidden' border
styles
- Partially re-implemented fo:external-graphic support
|
| |
|
|
|
|
|
|
|
| |
* Added support for X11 colour names as 'color' keywords
* Removed rewriting of 'color' and similar properties' from libfo-compat.xsl
* Improved documentation
* Minor bug fixes
|
|
|
|
| |
Approved by: James Earl (maintainer)
|
|
|
|
|
| |
Reported by: pointyhat via kris
Submitted by: James Earl <chero7@telus.net> (maintainer)
|
|
|
|
|
|
|
| |
-Fix the build on FreeBSD 4.x.
Reported by: pointyhat via kris [1]
Submitted by: hrs and James Earl <james@icionline.ca> (maintainer)
|
|
WWW: http://xmlroff.org
PR: ports/75972
Submitted by: James Earl <james@icionline.ca>
|