The NetBSD Project

CVS log for pkgsrc/textproc/fop/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / fop

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jun 27 13:44:26 2024 UTC (4 months, 2 weeks ago) by ktnb
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -4 lines
fop: udpate to 2.9

2.9:
- Add support for font-selection-strategy=character-by-character
- Allow XMP at PDF page level
- Allow use of page position only on redo of layout

Past news:
https://xmlgraphics.apache.org/fop/news.html

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Nov 4 21:43:35 2019 UTC (5 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -5 lines
textproc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Sep 27 22:44:31 2018 UTC (6 years, 1 month ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
fop: SUBST in pre-configure doesn't work when NO_CONFIGURE=yes

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jul 4 13:40:39 2018 UTC (6 years, 4 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Aug 1 14:59:06 2017 UTC (7 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Follow some http -> https redirects.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jan 22 09:18:40 2014 UTC (10 years, 9 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +11 -3 lines
Update to 1.1

* Add fop-ttfreader script (some documents requires this script)

Version 1.1 (20 October 2012)

Changes to the Code Base

  * add Added support for the role property on fo:page-sequence, fo:flow and
    fo:static-content. This allows to change the mapping of those FOs to PDF
    structure types when enabling accessibility. Committed by VH.
  * add A global setting to wrap F11 images in page segments. Committed by PH.
    See Issue 49893.
  * add Added support for PDF Object Streams. When accessibility is enabled and
    PDF version 1.5 selected, the structure tree will be stored in object
    streams in order to reduce the size of the final PDF. Committed by VH.
    Thanks to Peter Hancock.
  * add Improved support for empty flow-name mapping. Committed by PH. See
    Issue 50391.
  * add Improvements of the Accessibility features. Committed by PH. Thanks to
    Vincent Hennebert.
  * add Suppress unnecessary "font not found warnings" when generating AFP with
    raster fonts Committed by CB. Thanks to Luis Bernardo. See Issue 52416.
  * add SVG text in AFP creates miscoded GOCA text Committed by CB. Thanks to
    Luis Bernardo. See Issue 51209.
  * add Add support for different flow-name of fo:region-body in FOP Committed
    by CB. Thanks to Peter Hancock. See Issue 50391.
  * add Tagged PDF performance improvement plus tests Committed by CB. Thanks
    to Mehdi Houshmand. See Issue 51664.
  * add Improved AdobeStandardEncoding support in AFM files for type1 fonts
    Committed by MH. See Issue 52197.
  * add Added ant script to get JaCoCo code coverage. Committed by VH. Thanks
    to Mehdi Houshmand. See Issue 52151.
  * add Added to build file JUnit target that uses a regex to run all of the
    test cases. This reduces the risk that some of them are omitted when
    building FOP. Committed by VH. Thanks to Mehdi Houshmand. See Issue 52136.
  * add Allow JPEG images to be embedded in an AFP document as is, without
    being decoded and encoded. Committed by PH. Thanks to Mehdi Houshmand. See
    Issue 52089.
  * add Simplification of the build: Reduced code duplication and layout engine
    tests. Committed by PH. Thanks to Mehdi Houshmand. See Issue 52010.
  * add Fix for when the last simple-page-master referenced in a
    page-sequence-master is not chosen when force-page-count=odd. Committed by
    PH. Thanks to Mehdi Houshmand. See Issue 51962.
  * add Upgraded all tests to JUnit 4. Committed by VH. Thanks to Mehdi
    Houshmand. See Issue 51928.
  * add Added support for resolution of relative URIs against a specified
    xml:base during property refinement. Committed by AD. See Issue 48334.
  * fix Fix incorrect language and country code key generation in hyphenation
    tree cache. Committed by GA. Thanks to Dieter von Holten. See Issue 53458.
  * fix Eliminate javadocs warnings. Committed by GA.
  * fix Eliminate incorrect use of object identity which produces excessive
    property cache collisions. Committed by GA. Thanks to Alexios Giotis. See
    Issue 53412.
  * fix Eliminate javadocs warnings. Committed by GA.
  * fix Use new double format utility to improve thread safety and performance.
    Committed by GA. Thanks to Ognjen Blagojevic. See Issue 43940.
  * fix Convert block container overflow exception to event model, improving
    overflow property behavior. Committed by GA. Thanks to Luis Bernardo. See
    Issue 53094.
  * fix Update to use of checkstyle-5.5 as default configuration. Remove
    checkstyle-4.0 configuration. Also, import environment build properties
    before local properties, so that latter can refer to former. Committed by
    GA. See Issue 53083.
  * fix Prevent NPE on use of unsupported collapse-with-precedence; fall back
    to collapse. Fix checkstyle errors from prior commit. Committed by GA.
    Thanks to Pascal Sancho. See Issue 52572.
  * fix Invoke JVM in headless mode from FOP command scripts and JS shell to
    prevent stealing focus from GUI applications. Committed by GA. See Issue
    50062.
  * fix Support list-block in marker, thus preventing NPE. Committed by GA. See
    Issue 52763.
  * fix Must use unqualified (local name) when reporting invalid child error.
    Committed by GA.
  * fix Restore lookup on Event message lookup field part. Add locale field to
    Event to enable locale dependent deferred bundle load during lookup field
    part substitution. Committed by GA. See Issue 53065.
  * fix Bug in AFP font metrics that performed integer arithmetic when it
    should have been double arithemetic. Committed by MH.
  * fix Bring clone() in line with the recommendations in Object.clone().
    Committed by GA. Thanks to Simon Pepping. See Issue 49754.
  * fix How to use native text with EPSDocumentGraphics2D. Committed by GA.
    Thanks to Luis Bernardo. See Issue 52966.
  * fix Allow https scheme URI for PDF external action target. Committed by GA.
    Thanks to Paul Huemer. See Issue 51599.
  * fix RTF percentage table column width not calculated from table. Committed
    by GA. Thanks to Carsten Pfeiffer. See Issue 50901.
  * fix RTF generates unexpected lines for blocks in tables. Also fix three
    findbugs issues. Committed by GA. Thanks to Max Aster. See Issue 51009.
  * fix RTF tables do not support percent column-widths. Committed by GA.
    Thanks to Max Aster. See Issue 51007.
  * fix Access denied (java.util.PropertyPermission
    org.apache.fop.fo.properties.use-cache read). Committed by GA. Thanks to
    Armin Haaf. See Issue 50435.
  * fix Incorrect message when encountering a block in an inline in a footnote.
    Committed by GA. Thanks to Adrian Buza. See Issue 49763.
  * fix Specified rule-thickness applies only when leader-pattern is rule,
    otherwise should use default thickness. Committed by GA. Thanks to Georg
    Datterl. See Issue 47380.
  * fix Eliminate duplicate code. Committed by GA. Thanks to Julien Ayme'. See
    Issue 49302.
  * fix Correct coding error in AFPResourceLevel#equals. Committed by GA.
    Thanks to Julien Ayme'. See Issue 49350.
  * fix Throw IFException instead of NPE if navigation target (page reference)
    doesn't exist. Committed by GA. Thanks to Melanie Drake. See Issue 51836.
  * fix Fixed memory waste in traits map. Committed by GA. Thanks to Sergey
    Vladimirov. See Issue 51808.
  * fix Fixed small memory waste in rowCells array construction. Committed by
    GA. Thanks to Sergey Vladimirov. See Issue 51807.
  * fix Fixed incorrect rejection of fo:wrapper inside fo:inline inside
    fo:footnote-body. Committed by GA. Thanks to Alberto Simo~es. See Issue
    53005.
  * fix Fixed deadlock in PropertyCache. Committed by VH. Thanks to Alexios
    Giotis. See Issue 46962.
  * fix Fixed bug that caused a configured and installed SVG font to be
    stroked, also added an event indicating when fonts are stroked. Committed
    by MH. Thanks to Luis Bernardo. See Issue 52849.
  * fix Fix of a bug introduced when merging ImproveAccessibility. Committed by
    PH.
  * fix Fixed rendering of special glyphs when using single-byte encoding mode.
    Committed by VH. Thanks to Luis Bernardo. See Issue 52655.
  * fix Fixed regression introduced by Bugzilla 50593: bookmarks pointing to a
    non-existing internal destination should just trigger a warning. Committed
    by AD. See Issue 50593.
  * fix Fix for issue in RenderPagesModel.checkPreparedPages() where the same
    page-sequence is potentially started multiple times. Committed by AD.
    Thanks to Martin Koegler. See Issue 50635.
  * fix Fix for performance issue when adding pages, if the total number of
    pages is significantly large. Committed by AD. Thanks to Martin Koegler.
    See Issue 50636.
  * fix Fix for performance issue when adding nodes, if the number of children
    is significantly large. Committed by AD. Thanks to Martin Koegler. See
    Issue 50626.
  * fix Fix for avoid ArrayIndexOutOfBoundsException for codepoints without a
    linebreak class Committed by AD. See Issue 50471.
  * fix Replaced magic numbers with constants from UnitConv and
    GraphicsConstants. Committed by VH. Thanks to Joshua Marquart. See Issue
    49695.
  * update Update xmlgraphics common jar to reflect recent fixes in XGC.
    Committed by GA. See Issue 53055.
  * update Fix handling of NaN, {+,-}Infinity, and other edge cases. Submitted
    by Julien Ayme'. Committed by GA. Thanks to Julien Ayme'. See Issue 43940.
  * update Improve property function argument parsing, specifically, better
    separate required, optional, and variable arguments and the handling of
    optional argument defaults. Regularize property function class names.
    Committed by GA.
  * update Add run target for embedded examples. Add increased JVM memory heap
    flag for example8 in case font cache is rebuilt. Committed by GA. See Issue
    51617.

Changes to the User Configuration

  * add Added configuration option to set the version of the output PDF
    document. Committed by VH. Thanks to Mehdi Houshmand. See Issue 51385.
  * fix Fix crash on use of version switch (-v). Committed by GA. Thanks to
    Luis Bernardo. See Issue 52144.
  * fix Fix exception thrown from use of -print option in CLI. Committed by GA.
    Thanks to Luis Bernardo. See Issue 53248.
  * fix Fix for relative URIs in the configuration file (base, font-base,
    hyphenation-base) are evaluated relative to the base URI of the
    configuration file. Committed by SP.

Changes to Documentation

  * fix Fix renderer mime type for PCL output; should be application/x-pcl.
    Committed by GA. See Issue 53247.
  * update Update FAQ and New Bug documentation. Committed by GA.

Changes to the Font Subsystem

  * add Add support for OpenType advanced typographic tables (GDEF, GSUB,
    GPOS). Committed by GA.
  * add Added support for lookup of alternative glyphs when additional
    single-byte encodings are used, ex. replacing "Omegagreek" by "Omega" and
    vice versa. Committed by JM. Thanks to Alexandros Papadakis. See Issue
    50699.
  * add Added convenience support for the flushing of the Fop font cache file
    from the command line. Committed by AC.
  * fix Fix performance regression in JDK 1.6 Update 19 due to use of Java
    Beans API. Fix checkstyle errors. Committed by GA. Thanks to Tassos
    Charoulis. See Issue 53148.
  * fix Ensure fonts are not loaded twice (redundantly). Committed by GA. See
    Issue 53143.
  * fix Bugfix for color model in IOCA IDE structure parameter for 4- and 8-bit
    grayscale images. Revision 4. Committed by PH. See Issue 48696.
  * fix Changes the way PostScript handles Graphics2D images such that if the
    language is set to level 3, the image is stored as an embedded file which
    has no length limit. Previously it was stored as an array which has a
    implementation limit of 65535 elements. Committed by PH. Thanks to Mehdi
    Houshmand. See Issue 51760.
  * fix PDFFactory responsible for asdigning name to a subset font. Committed
    by PH. Thanks to Mehdi Houshmand. See Issue 51759.
  * fix Improved support for EBCDIC encoded double byte fonts fo AFP. Committed
    by PH. Thanks to Mehdi Houshmand. See Issue 51530.
  * fix Corrected typographical errors in AFPBase12FontCollection. Committed by
    PH. Thanks to Mehdi Houshmand. See Issue 51205.
  * fix Fixed a bug in TTF subsetting where a composite glyph could get
    remapped more than once resulting in garbled character. Committed by JM.
    Thanks to Mehdi Houshmand. See Issue 51596.
  * fix Fixed a number of bugs concerning Type 1 and other single-byte fonts
    (glyph width mismatches and overlapping characters). Committed by JM. See
    Issue 50605.
  * fix Removed invalid entries in ToUnicode table of CID subset fonts.
    Committed by JM. Thanks to Mehdi Houshmand. See Issue 51144.
  * fix Reinstated support for being able to specify a font cache filepath in
    the fop user configuration. Committed by AC.
  * update Removing experimental feature that violates XSL-FO and Unicode
    semantics by misinterpreting Basic Latin code points. Users must use
    private use codepoints to access font specific character mappings that have
    no assigned Unicode code point. See bug 50492. Committed by GA.

Changes to the Image Support

  * fix Fix incorrect SVG line dash pattern with PDF output format. Committed
    by GA. Thanks to Luis Bernardo. See Issue 53431.
  * fix Support use of ImageLoaderRawPNG decoder in order to prevent
    re-encoding of PNG images (and unnecssary output file bloat). Committed by
    GA. Thanks to Luis Bernardo, Matthias Reischenbacher. See Issue 40676.
  * update Fix interoperability issue with Adobe reader regarding use of
    multiple filters. Committed by GA. Thanks to Luis Bernardo. See Issue 40676
    .
  * update Update site documentation about PNG image loading configuration and
    support. Committed by GA. Thanks to Luis Bernardo. See Issue 40676.
  * update Fix newly introduced findbugs warnings. Committed by GA. Thanks to
    Luis Bernardo. See Issue 40676.

Changes to the Layout Engine

  * add Add support for complex scripts, including: full bidi support, support
    for advanced typographic tables, advanced support for number conversion.
    Committed by GA. See Issue 32789, 49008, 49687.
  * fix Unify date formatting between FOP and XGC as well as tidying the date
    format code. Committed by GA. Thanks to Robert Meyer. See Issue 53185.
  * fix Fix for break before (break-before) not respected on blocks nested in
    inlines. Committed by GA. Thanks to Luis Bernardo. See Issue 45715.
  * fix Don't restart layout unless abs(ipd difference) > 1 in order to prevent
    rounding issues from triggering false restart. Committed by GA. Thanks to
    Pascal Sancho. See Issue 51043.
  * fix Ensure that table cell spanning works in right-to-left writing mode.
    Committed by GA. Thanks to Matthias Reischenbacher. See Issue 53103.
  * fix Ensure that table footer and header are included in bididirectional
    resolution. Committed by GA. See Issue 53086.
  * fix Ensure writing-mode specified on fo:table is used to determine writing
    mode of table and its descendants. Committed by GA. See Issue 53097.
  * fix Ensure square image is appropriately scaled. Committed by GA. Thanks to
    Luis Bernardo. See Issue 52514.
  * fix Bugzilla 50965: Fixed a regression in BlockContainerLayoutManager where
    margins were no longer reset after forced breaks. Committed by AD. Thanks
    to Martin Koegler. See Issue 50965.
  * fix Implemented non-standard behavior for basic-link areas, such that they
    take into account the heights of their descendants areas. Committed by VH.
  * fix Fix for keep-together does not apply to fo:table-cell. Committed by VH.
  * fix Fix for keep-together on a table containing row-spanning cells that was
    not honored. Committed by VH.
  * fix Fix forpadding-start ignored when table-header/footer is repeated.
    Committed by VH. Thanks to Matthias Reischenbacher. See Issue 50196.
  * fix Fix for correct behavior of keep-together.within-line in case there are
    nested inlines Committed by AD. See Issue 49848.
  * fix Fix for avoid ClassCastException when using fox:widow-content-limit
    Committed by AD. See Issue 48380.
  * fix Fix for content after forced break in block-container is not rendered.
    Committed by VH. See Issue 50089.
  * fix Fixed adjustment of inline parent area for justified text containing a
    forward page reference. Committed by JM. See Issue 42034.
  * fix Fixed behavior when combining hyphenation with preserved linefeeds or
    whitespace. Committed by AD. See Issue 38264.
  * fix Fixed retrieval of available BPD for cases spanning columns and
    multiple pages with differing page masters. Committed by JM. See Issue
    49885.

Changes to Renderers (Output Formats)

  * add Added possibility to embed TrueType fonts in PostScript. Committed by
    VH. See Issue 52338.
  * add Various bugfixes to make PDFDocumentGraphics2D operational again.
    Committed by JM.
  * add Added support for 128bit encryption in PDF output. Committed by VH.
    Thanks to Michael Rubin.
  * add Added an IFDocumentHandler filter for triggering rendering events.
    Created an Event that captures an end page event with the page number.
    Committed by PH.
  * add Added option to place AFP NOPs right before the end of a named page
    group (page-sequence), rather than after the start. Committed by JM.
  * add Added option for PostScript output to optimize for file size rather
    than quality. Committed by JM.
  * add AFP GOCA: Added option to disable GOCA and to control text painting
    inside GOCA graphics. Committed by JM.
  * add Added id element to intermediate format to track the origin of content.
    Committed by VH.
  * add Added support for CIE Lab colors (from XSL-FO 2.0 WD). Committed by JM.
  * add Initial work on spot colors (aka named colors) for PDF output.
    Committed by JM. Thanks to Patrick Jaromin. See Issue 49403.
  * add Allow afp:no-operation to also appear under fo:page-sequence and
    fo:declarations. Committed by JM.
  * add Added some support for break-before/-after for RTF output. Committed by
    JM. Thanks to Max Aster. See Issue 42600.
  * add Added ability to embed an external AFP page segment resource file (AFP
    output only). Committed by JM. Thanks to Peter Hancock. See Issue 49379.
  * add Added support for PDF File Attachments (Embedded Files). Committed by
    JM. Thanks to Andrejus Chaliapinas. See Issue 44460.
  * fix Add version attribute to AT and IF intermediate formats. Also eliminate
    redundant use of reversed attribute in AT format. Committed by GA. See
    Issue 53304, 53306.
  * fix Add extension to place code just before PostScript %PageTrailer.
    Committed by GA. Thanks to Luis Bernardo. See Issue 53295.
  * fix Fix invalid PostScript file being created when font-size is 0.
    Committed by GA. Thanks to Robert Meyer. See Issue 53294.
  * fix Stop outputting the Type entry for structure elements in order to
    create a smaller PDF ouptut when accessibility is enabled. Committed by VH.
    Thanks to Martin Koegler.
  * fix Support fractional line widths in AFP renderer, fixing problem with SVG
    line drawing. Committed by GA. Thanks to Luis Bernardo. See Issue 53242.
  * fix Fix for invalid PDF for certain numerical values in SVG lineargradient.
    Committed by GA. Thanks to Luis Bernardo. See Issue 40699.
  * fix Fix for XGC when rendering PostScript using SVG being drawn upside down
    when using a custom affine transform. Committed by GA. Thanks to Robert
    Meyer. See Issue 48723.
  * fix Don't write final /sect suffix in RTF if section is last section.
    Committed by GA. Thanks to Benjamin Riefenstahl. See Issue 51484.
  * fix Take leading derived space before/after into account when computing
    rows for TXT renderer. Committed by GA. See Issue 52114.
  * fix Improved fix of a bug relating to PCL painter thread safetly. Previous
    fix in rev 895012 worked by synchronizing methods of a static instance of
    Java2DFontMetrics. This fix uses a unique instance for per thread.
    Committed by PH. See Issue 48062.
  * fix Fixed a bug in AFP where an ArrayOutofBoundsException is throwqn when
    embedding a Page Segment. Committed by PH.
  * fix Fixed a bug in AFP where the object area axes of an Include Object was
    incorrectly set when rotated by 180. Committed by PH.
  * fix Fixed a multi-threading bug for SVG images included through svg:image
    inside SVG documents. Committed by JM.
  * fix Fix for alternative text not working in tagged PDF for TIFF images.
    Committed by VH.
  * fix Fixed io exception in MODCAParser caused by the improper use of mark()
    and reset() on the MODCA data input stream. Added unit test. Committed by
    PH. See Issue 50909.
  * fix Fixed mapping of font weights between CSS values and
    TextAttribute.WEIGHT_*. Committed by JM. Thanks to Glenn Adams. See Issue
    50899.
  * fix AFP GOCA: fonts were not embedded from within AFPGraphics2D. Committed
    by JM.
  * fix AFP GOCA: Changed the way FOP fonts are selected based on Batik's GVT
    fonts to match the behaviour of PDF/PS output. Committed by JM.
  * fix AFP GOCA: Work-around for InfoPrint's AFP implementation which seems to
    lose the character set state over Graphics Data (GAD) boundaries. Committed
    by JM.
  * fix Bugfix for AFP GOCA segments: they were not properly marked as appended
    which could lead to graphics state changes in some implementations.
    Committed by JM.
  * fix Bugzilla 51010: Bookmarks create useless lines in RTF Committed by CB.
    Thanks to Max Aster. See Issue 51010.
  * fix Bugzilla 51008: page-number-citation-last does not work in RTF
    Committed by CB. Thanks to Max Aster. See Issue 51008.
  * fix Bugzilla 50988: Fixed a NullPointerException in case a white-space
    fo:character was removed due to white-space handling. Committed by AD.
    Thanks to Matthias Reischenbacher. See Issue 50987.
  * fix Bugzilla 50987: Fixed an issue in PDF output where a link was added to
    the parent tree instead of the related structure element. Committed by AD.
    Thanks to Martin Koegler. See Issue 50987.
  * fix Bugzilla 50986: Fixed an issue where invalid PDF page content was
    generated due to incorrect ET/EMC sequences. Committed by AD. Thanks to
    Martin Koegler. See Issue 50986.
  * fix Increased maximum possible PDF size from 2GB to around 9GB (hard
    maximum imposed by the PDF specification). Committed by JM.
  * fix Fix to preserve the order of AFP TLEs and NOPs as given in the XSL-FO
    document. Committed by JM. Thanks to Mehdi Houshmand. See Issue 50705.
  * fix Fixed a multi-threading issue when rendering SVG. Committed by JM.
    Thanks to Alexios Giotis. See Issue 46360.
  * remove Removed old Renderer implementations for those output formats that
    have a version based on the new DocumentHandler architecture available
    (AFP, PCL, PDF, PS). Committed by VH.

Changes to unit tests or other test code

  * fix Fix errors and warnings in example files. Add build.xml for
    documentation examples. Committed by GA.
  * update Add test for basic-link with padding. Committed by GA. Thanks to
    Matthias Reischenbacher. See Issue 50196.

Contributors to this release

We thank the following people for their contributions to this release.

This is a list of all people who participated as committers:
Adrian Cumiskey (AC), Andreas Delmelle (AD), Chris Bowditch (CB), Glenn Adams
(GA), Jeremias Ma:rki (JM), Mehdi Houshmand (MH), Peter Hancock (PH), Simon
Pepping (SP), Vincent Hennebert (VH).

This is a list of other contributors:
Adrian Buza, Alberto Simo~es, Alexandros Papadakis, Alexios Giotis, Andrejus
Chaliapinas, Armin Haaf, Benjamin Riefenstahl, Carsten Pfeiffer, Dieter von
Holten, Georg Datterl, Glenn Adams, Joshua Marquart, Julien Ayme', Luis
Bernardo, Luis Bernardo, Matthias Reischenbacher, Martin Koegler, Matthias
Reischenbacher, Max Aster, Mehdi Houshmand, Melanie Drake, Michael Rubin,
Ognjen Blagojevic, Pascal Sancho, Patrick Jaromin, Paul Huemer, Peter Hancock,
Robert Meyer, Sergey Vladimirov, Simon Pepping, Tassos Charoulis, Vincent
Hennebert.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Oct 25 06:55:50 2012 UTC (12 years ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Jan 16 09:58:37 2011 UTC (13 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +22 -26 lines
Try merging fop-1.0.

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jan 16 09:55:59 2011 UTC (13 years, 10 months ago) by wiz
Branches: TNF
CVS tags: pkgsrc-20110116
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +30 -16 lines
Initial import of fop-1.0 from pkgsrc-wip, packaged by Francois Tigeot.

FOP is a print formatter driven by XSL formatting objects (XSL-FO).
It is a Java application that reads a formatting object (FO) tree
and renders it into a specified output.
Many output formats are supported, including PDF, PS, PCL, AFP, XML,
Print, AWT, Tiff, PNG, RTF, TXT. The primary output target is PDF.

Revision 1.31
Sun Aug 23 22:22:34 2009 UTC (15 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
FILE REMOVED
Changes since revision 1.30: +1 -1 lines
Remove www/cocoon, last updated in 2001, broken since 2006, missing
a dependency since 2008.
Remove textproc/fop, last updated in 2001, only used by cocoon.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Aug 20 15:25:00 2009 UTC (15 years, 2 months ago) by jwise
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -5 lines
Give up maintainership of packages where I am still listed as MAINTAINER.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jul 7 22:08:46 2009 UTC (15 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -4 lines
user-destdir support

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun May 25 21:42:22 2008 UTC (16 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Oct 4 22:00:59 2006 UTC (18 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Oct 2 16:10:07 2006 UTC (18 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +7 -7 lines
Fixed file permissions (the documentation had been world-writable) and
pkglint warnings. Bumped PKGREVISION.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:11:01 2006 UTC (18 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:51:02 2005 UTC (18 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:47:34 2005 UTC (19 years, 7 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jun 28 17:28:57 2004 UTC (20 years, 4 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Update to bl3. All test built with jdk or sun-jdk14.
jakarta-tomcat4 has other issues independant of this - will patch next

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jan 20 12:26:49 2004 UTC (20 years, 10 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jan 12 09:46:04 2004 UTC (20 years, 10 months ago) by cjep
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2 lines
Remove unnecessary blank lines.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Sep 6 16:45:06 2003 UTC (21 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -1 lines
Use the appropriate find(1) options depending on OPSYS (-d vs. -depth).
Patch by Jonathan Perkin.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jul 21 17:27:31 2003 UTC (21 years, 4 months ago) by martti
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
COMMENT should start with a capital letter.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jul 17 22:54:15 2003 UTC (21 years, 4 months ago) by grant
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
s/netbsd.org/NetBSD.org/

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Apr 10 01:28:26 2003 UTC (21 years, 7 months ago) by grant
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
make ${PAX} usage consistent:

- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 28 21:14:36 2003 UTC (21 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -2 lines
NO_PATCH is deprecated, says pkglint. Remove it.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Dec 26 20:52:12 2002 UTC (21 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Oct 18 21:31:56 2002 UTC (22 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
Trivially use buildlink2 and use java.mk.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jul 29 22:23:27 2002 UTC (22 years, 3 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Set USE_JAVA=run on some packages that obviously don't need a JDK for the
build.  These packages set NO_BUILD and by inspection of the Makefiles,
there isn't any invocation of java needed.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Apr 3 19:14:35 2002 UTC (22 years, 7 months ago) by jwise
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
Fix pax usage -- pax -pe ; chown -> pax -pp

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Nov 14 14:47:55 2001 UTC (23 years ago) by agc
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a
single instance of ${PAX}.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Sep 9 20:36:49 2001 UTC (23 years, 2 months ago) by agc
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:

WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 14 01:43:40 2001 UTC (23 years, 8 months ago) by jwise
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Install the `wrc.jar' archive which comes pre-built with fop as `fop-w3c.jar'
until it has it's own distribution released.  Adding this to CLASSPATH fixes
SVG rendering issues.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 14 01:32:38 2001 UTC (23 years, 8 months ago) by jwise
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +16 -10 lines
Update fop to fop-0.15.0.

This is _not_ the most recent version of fop, but it is the most recent
version of fop which works with cocoon.  If people need the newest fop
version, drop me a line, and I will import it as fop-current.

There is currently an issue with SVG rendering, which will be addressed
this afternoon.

Changes since fop-0.13.0, the last pkgsrc version:

Done since 0.14 release
- added region-name support, refactoring of region, PageSequence,
        PageMasterReference, flow/static [Kelly Campbell, Arved Sandstrom]
- added CommandLine/Driver -d option to output stack traces [Kelly Campbell, Arved Sandstrom]
- added: a new package for image support and analysis [Pankaj Narula]
- added better svg support (linear gradients, radial gradients, css style selectors,
        css colour names, patterns, path curves (except arcs), text tspan and tref, text whitespace
        handling, text outline and fill, switch, images (including external svg images)
        references in external svg documents, svg elements (below top element), symbol element) [Keiron Liddle]
- added large test suite for svg [Keiron Liddle]
- added support for property textdecoration (only value 'underline') [Christian Geisert]
- added support for type 1 fonts [Jeremias Maerki,Alan Fagot]
- added support for compile target jdk 1.1 only [Art Welch]
- added support for  partial borders in block, block-container,
                     table-row, table-column and table-cell [Corinna Hischke]
- redesign of properties handling, support for computed, compound and shorthand properties,
                     supporting docs [Karen Lease]
- redesign of font handling for AWTRenderer [Dorothea Wiarda]
- added: support for leader-alignment, leader-pattern-width, leader-pattern (dots,space) [Fotis Jannidis]
- fixed: unnecessary dependence on jdk 1.2 features [Christian Geisert]
- fixed: unicode problem in UserMessage [Ross Golder]
- fixed: broken buildFOTree [Marcus Holmberg]
- fixed: problems with borders and padding in tables [Corinna Hischke]
- fixed: XMLRenderer, unbalanced " in the produced output [Dorothea Wiarda]
- fixed: renamed: inline-sequence -> inline, simple-link -> basic-link,
                  white-space-treatment -> white-space-collapse [Fotis Jannidis]
- fixed: images were rendered only half size (Mikko Honkala)
- fixed: pdf file in XalanCommandFile explicitly closed [Dharamveer Salecha]
- fixed: lists containing list do not keep their indentation correctly
         over a page boundary [Dorothea Wiarda]

Done since 0.13 release
- pagination updated to 03/27/2000 XSL WD [Arved Sandstrom]
- added support for fo page-number-citation [Mike Crowe, Jordan Naftolin]
- added support for 06/29/2000 SVG WD + W3C Java DOM bindings [Keiron Liddle]
- added image support using Jimi [Eric Schaeffer]
- added support for external and internal simple-links [Jordan Naftolin]
- added support for the fonts Symbol and ZapfDingbats [Fotis Jannidis]
- added a MessageHandler  [Fotis Jannidis]
- fixed table overflow bug [Jordan Naftolin]
- finally fixed postscript printing of generated PDF [Domagoj Cosic]
- removed XTCommandLine from build.xml
- removed PDFOutputHandler from build.xml
- added XalanCommandLine  [Fotis Jannidis]
- added: fo:instream-foreign-object [Keiron Liddle]
- added: goto button in AWT viewer [Stanislav Gorkhover]
- updated: AWT viewer now works again and supports - with some restrictions - the new SVG support [Stanislav Gorkhover]

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 25 04:18:16 2001 UTC (23 years, 8 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Feb 17 17:37:23 2001 UTC (23 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 19 23:14:50 2000 UTC (24 years, 1 month ago) by jwise
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -5 lines
Update fop to version 0.13.0.  Version 0.14.0 will be imported shortly, as
fop -current, since it is not currently usable with cocoon.

Changes since fop-0.12.1:

- using Ant to build Fop instead of make [Giacomo Pati]
- borders, padding and absolute positioning [Jon Smirl]

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jun 22 14:28:51 2000 UTC (24 years, 4 months ago) by jwise
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Better use of GTAR

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed May 31 16:42:24 2000 UTC (24 years, 5 months ago) by jwise
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -3 lines
This can be used with Xalan-j and Xerces-j or with XT and XP, so remove
the dependency on xalan-j.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed May 31 14:38:10 2000 UTC (24 years, 5 months ago) by jwise
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of fop, from the Apache Project.  From pkg/DESCR:

FOP is the world's first print formatter driven by XSL formatting
objects. It is a Java 1.1 application that reads a formatting object
tree and then turns it into a PDF document. The formatting object
tree, can be in the form of an XML document (output by an XSLT engine
like XT or Xalan) or can be passed in memory as a DOM Document or (in
the case of XT) SAX events.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed May 31 14:38:10 2000 UTC (24 years, 5 months ago) by jwise
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <[email protected]>