aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlroff/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 0.6.2.Hiroki Sato2009-11-291-2/+1
| | | | Notes: svn path=/head/; revision=244989
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Update to 0.6.1. Changes include:Hiroki Sato2008-11-081-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |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 Notes: svn path=/head/; revision=222535
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to 0.5.5.Hiroki Sato2008-05-051-1/+1
| | | | Notes: svn path=/head/; revision=212651
* Update to 0.5.2. Changes include:Hiroki Sato2007-09-021-1/+1
| | | | | | | | | | | * 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' Notes: svn path=/head/; revision=198655
* Update to 0.5.0. Changes include:Hiroki Sato2007-06-231-8/+6
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=194127
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Update to 0.3.9.Hiroki Sato2006-06-031-2/+2
| | | | | | | | Submitted by: Martin Wilke (freebsd at unixfreunde dot de) PR: ports/98444 Notes: svn path=/head/; revision=164317
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 0.3.8. Changes include:Hiroki Sato2006-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=154826
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 0.3.3. Changes include:Hiroki Sato2005-06-141-2/+2
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=137454
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 0.3.2. Changes between 0.3.1 and 0.3.2:Hiroki Sato2005-03-031-1/+1
| | | | | | | | | | * 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 Notes: svn path=/head/; revision=130234
* Update to 0.3.1 and take maintainership.Hiroki Sato2005-02-071-3/+3
| | | | | | | Approved by: James Earl (maintainer) Notes: svn path=/head/; revision=128202
* Fix the pkg-plist.Jeremy Messenger2005-01-131-1/+1
| | | | | | | | Reported by: pointyhat via kris Submitted by: James Earl <chero7@telus.net> (maintainer) Notes: svn path=/head/; revision=126342
* -Add a missing dependency. [1]Jeremy Messenger2005-01-111-1/+2
| | | | | | | | | | -Fix the build on FreeBSD 4.x. Reported by: pointyhat via kris [1] Submitted by: hrs and James Earl <james@icionline.ca> (maintainer) Notes: svn path=/head/; revision=126101
* xmlroff is an XSL formatter written in C that produces PDF and PostScript.Jeremy Messenger2005-01-101-0/+29
WWW: http://xmlroff.org PR: ports/75972 Submitted by: James Earl <james@icionline.ca> Notes: svn path=/head/; revision=126021