summaryrefslogtreecommitdiff
path: root/textproc/fop
AgeCommit message (Collapse)AuthorFilesLines
2011-01-16Try merging fop-1.0.wiz6-2/+247
2011-01-16Initial import of fop-1.0 from pkgsrc-wip, packaged by Francois Tigeot.wiz3-0/+3600
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.
2009-08-23Remove www/cocoon, last updated in 2001, broken since 2006, missingwiz4-341/+0
a dependency since 2008. Remove textproc/fop, last updated in 2001, only used by cocoon.
2009-08-20Give up maintainership of packages where I am still listed as MAINTAINER.jwise1-5/+3
2009-07-07user-destdir supportjoerg1-4/+6
2009-06-14Remove @dirrm entries from PLISTsjoerg1-22/+1
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg1-1/+2
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.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-10-02Fixed file permissions (the documentation had been world-writable) andrillig2-77/+77
pkglint warnings. Bumped PKGREVISION.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-06-28Update to bl3. All test built with jdk or sun-jdk14.abs1-2/+2
jakarta-tomcat4 has other issues independant of this - will patch next
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-12Remove unnecessary blank lines.cjep1-2/+1
2003-09-06Use the appropriate find(1) options depending on OPSYS (-d vs. -depth).wiz1-1/+8
Patch by Jonathan Perkin.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-04-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-12-26Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files asjlam1-2/+2
suggested by Simon J. Gerraty.
2002-10-18Trivially use buildlink2 and use java.mk.jlam1-1/+3
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam1-2/+2
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2002-04-03Fix pax usage -- pax -pe ; chown -> pax -ppjwise1-3/+2
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc1-2/+2
single instance of ${PAX}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-14Install the `wrc.jar' archive which comes pre-built with fop as `fop-w3c.jar'jwise2-3/+4
until it has it's own distribution released. Adding this to CLASSPATH fixes SVG rendering issues.
2001-03-14Update fop to fop-0.15.0.jwise3-129/+298
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]
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-19Update fop to version 0.13.0. Version 0.14.0 will be imported shortly, asjwise3-80/+110
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]
2000-06-22Better use of GTARjwise1-1/+2
2000-05-31This can be used with Xalan-j and Xerces-j or with XT and XP, so removejwise1-3/+2
the dependency on xalan-j.
2000-05-31Initial import of fop, from the Apache Project. From pkg/DESCR:jwise5-0/+153
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.