Commit graph

11 commits

Author SHA1 Message Date
Hiroki Sato
e85860705a Update to 0.6.1. Changes include:
|Changes between 0.6.0 and 0.6.1
|
| * SVG external graphics rendered as vectors in Cairo backend (#113,
|   lode leroy)
| * Fixed CFLAGS usage in configure.ac (#124, Asmodai)
| * Table column order respects writing mode (#131)
| * Added table fix from Debian 494227 (#99, Thomas Viehmann)
|
| All xmlroff 0.6.1 tickets are listed at
| http://xmlroff.org/query?milestone=xmlroff+0.6.1
|
|Changes between 0.5.5 and 0.6.0
|
| * Using plain BSD license (Jon Bosak, Mike Anastasio)
| * Added version API (#123)
| * Fixed segfault if input not an FO document (#117)
| * Added generating xmlroff.1 man page
| * Fixed checking for CUnit (#116)
| * PNG graphics rendering in Cairo backend (#42, lode leroy)
| * Fewer error messages when image file not found (#69)
| * Divided manual into users' guide and developers' guide chapters
|
| All xmlroff 0.6.0 tickets are listed at
| http://xmlroff.org/query?milestone=xmlroff+0.6.0
2008-11-08 10:12:34 +00:00
Hiroki Sato
d2a19998f6 Update to 0.5.5. 2008-05-05 13:27:22 +00:00
Hiroki Sato
9338d9f65f Update to 0.5.2. Changes include:
* Fixed crash in locales with comma as decimal separator (#49)
 * Cleaned up all compiler warnings (#51)
 * >99% reduction in 'permanently lost' memory leaks (#52)
 * Fixed compilation error when GNOME Print not installed (#34)
 * Fixed segfaults when media-usage not 'paginate'
2007-09-02 16:22:14 +00:00
Hiroki Sato
74c54364ee Update to 0.5.0. Changes include:
- Does not require PangoXSL
- Uses GOption instead of popt
- Defaults to using compatibility stylesheet
- xmlroff manpage in DocBook XML
- Cairo backend is less experimental
- Added Cairo backend SVG output that is really experimental
- Added handling of base for relative URIs when '--compat' is used
- Handles 'auto' for page width and height
- Added '--compat' option for running compatibility stylesheet
- Added '-w' option for setting warning mode
- Added handling empty fo:wrapper
- Simplified creating FoXmlDoc and running XSLT transformations
- Removed support for SGML catalogs
2007-06-23 15:36:58 +00:00
Hiroki Sato
e3495c44fe Update to 0.3.9.
Submitted by:	Martin Wilke (freebsd at unixfreunde dot de)
PR:		ports/98444
2006-06-03 18:24:15 +00:00
Hiroki Sato
acc76dbe44 Update to 0.3.8. Changes include:
- 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
2006-01-30 15:06:14 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Hiroki Sato
e01a593485 Update to 0.3.3. Changes include:
- 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
2005-06-14 18:17:57 +00:00
Hiroki Sato
54bc0cbd7b Update to 0.3.2. Changes between 0.3.1 and 0.3.2:
* 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
2005-03-03 02:16:03 +00:00
Hiroki Sato
be4565f0dc Update to 0.3.1 and take maintainership.
Approved by:	James Earl (maintainer)
2005-02-07 02:28:40 +00:00
Jeremy Messenger
29fcfa36a9 xmlroff is an XSL formatter written in C that produces PDF and PostScript.
WWW: http://xmlroff.org

PR:		ports/75972
Submitted by:	James Earl <james@icionline.ca>
2005-01-10 00:39:55 +00:00