summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-31Remove manual extraction code, now that mk/ recognizes -tar.gz.wiz2-6/+2
2006-05-30Recognize -tar.gz as tar.gz files. PR 33571 by Dieter Roelants.wiz2-3/+4
2006-05-30Remove two mirrors that are not mirroring.wiz1-4/+2
2006-05-30intltool updated to 0.35.0.wiz2-3/+3
2006-05-30Update to 0.35.0:wiz2-7/+7
Version 0.35.0 * Support for MSGID_BUGS_ADDRESS variable in Makevars and for xgettext -- bug #329346 (Dwayne Bailey, Rodney Dawes) * Support for po/LINGUAS file being preferred over ALL_LINGUAS variable -- bugs #341508 #339770 (Rodney Dawes) * Support micro-version when validating version requirements -- bug #339627 (Rodney Dawes) * Clean up Makefile.in.in to remove useless bits -- bug #338817 (Rodney Dawes) * Change WARNING to NOTICE for non-UTF-8 po file encodings -- bug #331046 (Rodney Dawes) * Add MAINTAINERS file -- bug #335025 (Danilo Segan) * Work around recursive variable resolution in intltool-update -- bug #321785 (Danilo Segan) * Work around variable stripping in Makefile.in.in substitution -- bug #330509 (Rodney Dawes)
2006-05-30docbook-xsl updated to 1.70.1.wiz2-3/+3
2006-05-30Update to 1.70.1. Make pkglint happy.wiz6-82/+101
Release: 1.70.1 This is a stable release of the 1.70 stylesheets. It includes only a few small changes from 1.70.0. The following is a list of changes that have been made since the 1.70.0 release. FO The following changes have been made to the fo code since the 1.70.0 release. * Added three new attribute sets (revhistory.title.properties, revhistory.table.properties and revhistory.table.cell.properties) for controlling appearance of revhistory in FO output. * Support DBv5 revisions with full author name (not only authorinitials) HTML The following changes have been made to the html code since the 1.70.0 release. * Support DBv5 revisions with full author name (not only authorinitials) HTMLHelp The following changes have been made to the htmlhelp code since the 1.70.0 release. * htmlhelp.generate.index is now param, not variable. This means that you can override its setting from outside. This is useful when you generate indexterms on the fly (see http://www.xml.com/pub/a/2004/07/14/dbndx.html?page=3). * Support chunk.tocs.and.lots in HTML Help Params The following changes have been made to the params code since the 1.70.0 release. * Added three new attribute sets (revhistory.title.properties, revhistory.table.properties and revhistory.table.cell.properties) for controlling appearance of revhistory in FO output. Release: 1.70.0 As with all DocBook Project dot-zero releases, this is an experimental release. It will be followed shortly by a stable release. This release adds a number of new features, including: * support for selecting alternative index-collation methods (in particular, support for using a collation library developed by Eliot Kimber) * improved handling of DocBook 5 document instances (through a namespace-stripping mechanism) * full support for CALS and HTML tables in manpages output * a mechanism for preserving relative URIs in documents that make use of XInclude * support for the "new" .90 version of FOP * enhanced capabilities for controlling formatting of lists in HTML and FO output * autogeneration of AUTHOR and COPYRIGHT sections in manpages output * support for generating crop marks in FO/PDF output * support for qandaset as a root element in FO output * support for floatstyle and orient on all table types * support for floatstyle in figure, and example * pgwide.properties attribute-set supports extending figure, example and table into the left indent area instead of spanning multiple columns. The following is a detailed list of enhancements and API changes that have been made since the 1.69.1 release. Common The following changes have been made to the common code since the 1.69.1 release. * Add the xsl:key for the kimber indexing method. * Add support for qandaset. * Support dbhtml/dbfo start PI for orderedlist numbering in both HTML and FO * Added CVS header. * Changed content model of text element to ANY rather than #PCDATA because they could contain markup. * Added refentry.meta.get.quietly param. If zero (the default), notes and warnings about "missing" markup are generated during gathering of refentry metadata. If non-zero, the metadata is gathered "quietly" -- that is, the notes and warnings are suppressed. NOTE: If you are processing a large amount of refentry content, you may be able to speed up processing significantly by setting a non-zero value for refentry.meta.get.quietly. * After namespace stripping, the source document is the temporary tree created by the stripping process and it has the wrong base URI for relative references. Earlier versions of this code used to try to fix that by patching the elements with relative @fileref attributes. That was inadequate because it calculated an absolute base URI without considering that there might be xml:base attributes already in effect. It seems obvious now that the right thing to do is simply to put the xml:base on the root of the document. And that seems to work. * Added support for "software" and "sectdesc" class values on refmiscinfo; "software" is treated identically to "source", and "setdesc" is treated identically to "manual". * Added support for DocBook 5 namespace-stripping in manpages stylesheet. Closes request #1210692. * Added <xsl:template match="/"> to make stripns.xsl usable as a standalone stylesheet for stripping out DocBook 5/NG to DocBook 4. Note that DocBook XSLT drivers that include this stylesheet all override the match="/" template. * Number figures, examples, and tables from book if there is no prefix (i.e. if chapter.autolabel is set to 0). This avoids having the list of figures where the figures mysteriously restart their numeration periodically when chapter.autolabel is set to 0. * Add task template in title.markup mode. * Add children (with ids) of formal objects to target data. * Added support for case when personname doesn't contain specific name markup (as allowed in DocBook 5.0) Extensions The following changes have been made to the extensions code since the 1.69.1 release. * Support Xalan 2.7 * Handle the case where the imageFn is actually a URI. This still needs work. FO The following changes have been made to the fo code since the 1.69.1 release. * Adapted to the new indexing code. Now works just like a wrapper that calls kosek indexing method, originally implemented here. * Added parameters for header/footer table minimum height. * Add the index.method parameter. * Integrate support for three indexing methods: - the original English-only method. - Jirka Kosek's method using EXSLT extensions. - Eliot Kimber's method using Saxon extensions. Use the 'index.method' parameter to select. * Add support for TOC for qandaset in fo output. * Added parameter ulink.hyphenate.chars. Added parameter insert.link .page.number. * Implemented feature request #942524 to add insert.link.page.number to allow link element cross references to have a page number. * Add support for ulink.hyphenate.chars so more characters can be break points in urls. * Implemented patch #1075144 to make the url text in a ulink in FO output an active link as well. * table footnotes now have their own table.footnote.properties attribute set. * Add qandaset to root.elements. * Added mode="page.sequence" to make it easier to put content into a page sequence. First used for qandaset. * Implemented feature request #1434408 to support formatting of biblioentry. * Added biblioentry.properties. * Support PTC/Arbortext bookmarks * Added table.footnote.properties to permit table footnotes to format differently from regular footnotes. * Refactored table templates to unify their processing and support all options in all types. Now table and informaltable, in both Cals and Html markup, use the same templates where possible, and all support pgwide, rotation, and floats. There is also a placeholder table.container template to support wrapping a table in a layout table, so the XEP table title "continued" extension can be more easily implemented. * Added new attribute set toc.line.properties for controlling appearance of lines in ToC/LoT * Added support for float to example and equation. Added support for pgwide to figure, example, and equation (the latter two via a dbfo pgwide="1" processing instruction). * Add pgwide.properties attribute-set. * Added refclass.suppress param. If the value of refclass.suppress is non-zero, then display refclass contents is suppressed in output. Affects HTML and FO output only. * Improved support for task subelements * Adjusted spacing around K&R-formatted Funcdef and Paramdef output such that it can more easily be discerned where one ends and the other begins. Closes #1213264. * Made handling of paramdef/parameter in FO output consistent with that in HTML and manpages output. Closes #1213259. * Made handling of Refnamediv consistent with formatting in HTML and manpages output; specifically, changed so that Refname (comma-separated list of multiple instances found) is used (instead of Refentrytitle as previously), then em-dash, then the Refpurpose. Closes #1212562. * Added output of Releaseinfo to recto titlepage ("copyright" page) for Book in FO output. This makes it consistent with HTML output. Closes #1327034. Thanks to Paul DuBois for reporting. * Added condition for setting block-progression-dimension.minimum on table-row, instead of height, when fop1.extensions is non-zero. For an explanation of the reason for the change, see: http://wiki.apache.org/xmlgraphics-fop/Troubleshooting/CommonLogMessages * Added new refclass.suppress param for suppressing display of Refclass in HTML and FO output. Did not add it to manpages because manpages stylesheet is currently just silently ignoring Refclass anyway. Closes request #1461065. Thanks to Davor Ocelic (docelic) for reporting. * Add support for keep-together PI to informal objects. * Add support for fop1.extensions. * Add support for fop1 bookmarks. * Add fop1.extentions parameter to add support for fop development version. * Start supporting fop development version, which will become fop version 1. * Add template for task in mode="xref-to". * table footnotes now also get footnote.properties attribute-set. * Added index.separator named template to compute the separator punctuation based on locale. * Added support for link, olink, and xref within OO Classsynopsis and children. (Because DocBook NG/5 allows it). * Support date as an inline * Added new parameter keep.relative.image.uris * Map Unicode space characters U+2000-U+200A to fo:leaders. * Output a real em dash for em-dash dingbat (instead of two hypens). * Support default label width parameters for itemized and ordered lists * Generate localized title for Refsynopsisdiv if no appropriate Title descendant found in source. Closes #1212398. This change makes behavior for the Synopsis title consistent with the behavior of HTML and manpages output. Also, added xsl:use-attribute-sets="normal.para.spacing" to block generated for Cmdsynopsis output. Previously, that block had no spacing at all specified, which resulted it being crammed up to closely to the Synopsis head. * Added parameters to support localization of index item punctuation. * Added index.number.separator, index.range.separator, and index.term.separator parameters to support localization of punctuation in index entries. * Added "Cross References" section in HTML doc (for consistency with the FO doc). Also, moved the existing FO "Cross References" section to follow the "Linking" section. * Added ID attribues to all Reference elements (e.g., id="tables" for the doc for section on Table params). So pages for all subsections of ref docs now have stable filenames instead of arbitrary generated filenames. * Added two new parameters for handling of multi-term varlistentry elements: variablelist.term.break.after: When the variablelist.term.break.after is non-zero, it will generate a line break after each term multi-term varlistentry. variablelist.term.separator: When a varlistentry contains multiple term elements, the string specified in the value of the variablelist.term.separator parameter is placed after each term except the last. The default is ", " (a comma followed by a space). To suppress rendering of the separator, set the value of variablelist.term.separator to the empty string (""). These parameters are primarily intended to be useful if you have multi-term varlistentries that have long terms. Closes #1306676. Thanks to Sam Steingold for providing an example "lots of long terms" doc that demonstrated the value of having these options. Also, added normalize-space() call to processing of each term. This change affects all output formats (HTML, PDF, manpages). The default behavior should pretty much remain the same as before, but it is possible (as always) that the change may introduce some new bugginess. * Add sidebar titlepage placeholder attset for styles. * Add titlepage for sidebar. * Implemented RFE #1292615. Added bunch of new parameters (attribute sets) that affect list presentation: list.block.properties, itemizedlist.properties, orderedlist .properties, itemizedlist.label.properties and orderedlist.label .properties. Default behaviour of stylesheets has not been changed but further customizations will be much more easier. * Implemented RFE #1242092. You can enable crop marks in your document by setting crop.marks=1 and xep.extensions=1. Appearance of crop marks can be controlled by parameters crop.mark.bleed (6pt), crop.mark.offset (24pt) and crop.mark.width (0.5pt). Also there is new named template called user-xep-pis. You can overwrite it in order to produce some PIs that can control XEP as described in http://www.renderx.com/reference.html#Output_Formats HTML The following changes have been made to the html code since the 1.69.1 release. * implemented index.method parameter and three methods. * added index.method parameter to support 3 indexing methods. * Implemented feature request #1072510 as a processing instruction to permit including external HTML content into HTML output. * Added new parameter chunk.tocs.and.lots.has.title which controls presence of title in a separate chunk with ToC/LoT. Disabling title can be very useful if you are generating frameset output (well, yes those frames, but some customers really want them ;-). * Support dbhtml/dbfo start PI for orderedlist numbering in both HTML and FO * Allow ToC without title also for set and book. * Implemented floats uniformly for figure, example, equation and informalfigure, informalexample, and informalequation. * Added the autotoc.label.in.hyperlink param. If the value of autotoc.label.in.hyperlink is non-zero, labels are included in hyperlinked titles in the TOC. If it is instead zero, labels are still displayed prior to the hyperlinked titles, but are not hyperlinked along with the titles. Closes patch #1065868. Thanks to anatoly techtonik for the patch. * Added two new params: html.head.legalnotice.link.types and html.head. legalnotice.link.multiple. If the value of the generate.legalnotice.link is non-zero, then the stylesheet generates (in the head section of the HTML source) either a single HTML link element or, if the value of the html.head.legalnotice. link.multiple is non-zero, one link element for each link type specified. Each link has the following attributes: - a rel attribute whose value is derived from the value of html.head. legalnotice.link.types - an href attribute whose value is set to the URL of the file containing the legalnotice - a title attribute whose value is set to the title of the corresponding legalnotice (or a title programatically determined by the stylesheet) For example: <link rel="copyright" href="ln-id2524073.html" title="Legal Notice"> Closes #1476450. Thanks to Sam Steingold. * Added refclass.suppress param. If the value of refclass.suppress is non-zero, then display refclass contents is suppressed in output. Affects HTML and FO output only. * Improved support for task subelements * Added new refclass.suppress param for suppressing display of Refclass in HTML and FO output. Did not add it to manpages because manpages stylesheet is currently just silently ignoring Refclass anyway. Closes request #1461065. Thanks to Davor Ocelic (docelic) for reporting. * Process alt text with normalize-space(). Replace tab indents with spaces. * Content of citation element is automatically linked to the bibliographic entry with the corresponding abbrev. * Add template for task in mode="xref-to". * Suppress ID warnings if the .warnings parameter is 0 * Add support for floatstyle to figure. * Handling of xref to area/areaset need support in extensions code also. I currently have no time to touch extensions code, so code is here to be enabled when extension is fixed also. * Added 3 parameters for overriding gentext for index punctuation. * Added parameters to support localization of index item punctuation. Added index.separator named template to compute the separator punctuation based on locale. * Added a <div class="{$class}-contents"> wrapper around output of contents of all formal objects. Also, added an optional <br class="{class}-break"/> linebreak after all formal objects. WARNING: Because this change places an additional DIV between the DIV wrapper for the equation and the equation contents, it may break some existing CSS stylesheets that have been created with the assumption that there would never be an intervening DIV there. The following is an example of what Equation output looks like as a result of the changes described above. <div class="equation"> <a name="three" id="three"></a> <p class="title"><b>(1.3)</b></p> <div class="equation-contents"> <span class="mathphrase">1+1=3</span> </div> </div><br class="equation-break"> Rationale: These changes allow CSS control of the placement of the formal-object title relative to the formal-object contents. For example, using the CSS "float" property enables the title and contents to be rendered on the same line. Example stylesheet: .equation { margin-top: 20px; margin-bottom: 20px; } .equation-contents { float: left; } .equation .title { margin-top: 0; float: right; margin-right: 200px; } .equation .title b { font-weight: normal; } .equation-break { clear: both; } Note that the purpose of the ".equation-break" class is to provide a way to clear off the floats. If you want to instead have the equation title rendered to the left of the equation contents, you can do something like this: .equation { margin-top: 20px; width: 300px; margin-bottom: 20px; } .equation-contents { float: right; } .equation .title { margin-top: 0; float: left; margin-right: 200px; } .equation .title b { font-weight: normal; } .equation-break { clear: both; } * Added a chunker.output.quiet top-level parameter so that the chunker can be made quiet by default * Added support for link, olink, and xref within OO Classsynopsis and children. (Because DocBook NG/5 allows it). * New parameter: id.warnings. If non-zero, warnings are generated for titled objects that don't have titles. True by default; I wonder if this will be too aggressive? * If the keep.relative.image.uris parameter is true, don't use the absolute URI (as calculated from xml:base) in the img src attribute, us the value the author specified. Note that we still have to calculate the absolute filename for use in the image intrinsics extension. * Support date as an inline * Added new parameter keep.relative.image.uris * Added two new parameters for handling of multi-term varlistentry elements: variablelist.term.break.after: When the variablelist.term.break.after is non-zero, it will generate a line break after each term multi-term varlistentry. variablelist.term.separator: When a varlistentry contains multiple term elements, the string specified in the value of the variablelist.term.separator parameter is placed after each term except the last. The default is ", " (a comma followed by a space). To suppress rendering of the separator, set the value of variablelist.term.separator to the empty string (""). These parameters are primarily intended to be useful if you have multi-term varlistentries that have long terms. Closes #1306676. Thanks to Sam Steingold for providing an example "lots of long terms" doc that demonstrated the value of having these options. Also, added normalize-space() call to processing of each term. This change affects all output formats (HTML, PDF, manpages). The default behavior should pretty much remain the same as before, but it is possible (as always) that the change may introduce some new bugginess. * Added "wrapper-name" param to inline.charseq named template, enabling it to output inlines other than just "span". Acronym and Abbrev templates now use inline.charseq to output HTML "acronym" and "abbr" elements (instead of "span"). Closes #1305468. Thanks to Sam Steingold for suggesting the change. Manpages The following changes have been made to the manpages code since the 1.69.1 release. * Added the following params: - man.indent.width (string-valued) - man.indent.refsect (boolean) - man.indent.blurbs (boolean) - man.indent.lists (boolean) - man.indent.verbatims (boolean) Note that in earlier snapshots, man.indent.width was named man.indentation.default.value and the boolean params had names like man.indentation.*.adjust. Also the man.indent.blurbs param was called man.indentation.authors.adjust (or something). The behavior now is: If the value of a particular man.indent.* boolean param is non-zero, the corresponding contents (refsect*, list items, authorblurb/personblurb, vervatims) are displayed with a left margin indented by a width equal to the value of man.indent.width. * Added man.table.footnotes.divider param. In each table that contains footenotes, the string specified by the man. table.footnotes.divider parameter is output before the list of footnotes for the table. * Added the man.output.in.separate.dir, man.output.base.dir, and man.output.subdirs.enabled parameters. The man.output.base.dir parameter specifies the base directory into which man-page files are output. The man.output.subdirs.enabled parameter controls whether the files are output in subdirectories within the base directory. The values of the man.output.base.dir and man.output.subdirs.enabled parameters are used only if the value of man.output.in.separate.dir parameter is non-zero. If the value of man.output.in.separate.dir is zero, man-page files are not output in a separate directory. * Added man.font.table.headings and man.font.table.title params, for controlling font in table headings and titles. * Added man.font.funcsynopsisinfo and man.font.funcprototype params, for specifying the roff font (for example, BI, B, I) for funcsynopsisinfo and funcprototype output. * Added man.segtitle.suppress param. If the value of man.segtitle.suppress is non-zero, then display of segtitle contents is suppressed in output. * Added man.output.manifest.enabled and man.output.manifest.filename params. If man.output.manifest.enabled is non-zero, a list of filenames for man pages generated by the stylesheet transformation is written to the file named by man.output.manifest.filename * Added refentry.meta.get.quietly param. If zero (the default), notes and warnings about "missing" markup are generated during gathering of refentry metadata. If non-zero, the metadata is gathered "quietly" -- that is, the notes and warnings are suppressed. NOTE: If you are processing a large amount of refentry content, you may be able to speed up processing significantly by setting a non-zero value for refentry.meta.get.quietly. * Changed names of all boolean indentation params to man.indent.* Also discarded individual man.indent.*.value params and switched to just using a common man.indent.width param (3n by default). * Added boolean man.output.in.separate.dir param, to control whether or not man files are output in separate directory. * Added options for controlling indentation of verbatim output. Controlled through the man.indentation.verbatims.adjust and man.indentation.verbatims.value params. Closes #1242997 * Added options for controlling indentation in lists and in *blurb output in the AUTHORS section. Controlled through the man.indentation.lists.adjust, man.indentation.lists.value, man.indentation.authors.adjust, and man.indentation.authors.value parameters. Default is 3 characters (instead of the roff default of 8 characters). Closes #1449369. Also, removed the indent that was being set on informalexample outuput. I will instead add an option for indenting verbatims, which I think is what the informalexample indent was intended for originally. * Changed line-spacing call before synopfragment to use ".sp -1n" ("n" units specified) instead of plain ".sp -1" * Added support for writing man files into a specific output directory and into appropriate subdirectories within that output directory. Controlled through the man.base.dir parameter (similar to the base.dir support in the HTML stylesheet) and the man.subdirs.enabled parameter, which automatically determines the name of an appropriate subdir (for example, man/man7, man/man1, etc.) based on the section number/manvolnum of the source Refentry. Closes #1255036 and #1170317. Thanks to Denis Bradford for the original feature request, and to Costin Stroie for submitting a patch that was very helpful in implementing the support. * Refined XPath statements and notification messages for refentry metadata handling. * Added support for copyright and legalnotice. The manpages stylesheets now output a COPYRIGHT section, after the AUTHORS section, if a copyright or legalnotice is found in the source. The section contains the copyright contents followed by the legalnotice contents. Closes #1450209. * Drastically reworked all of the XPath expressions used in refentry metadata gathering -- completely removed $parentinfo and turned $info into a set of nodes that includes the *info contents of the Refentry plus the *info contents all all of its ancestor elements. The basic XPath expression now used throughout is (using the example of checking for a date): (($info[//date])[last()]/date)[1]. That selects the "last" *info/date date in document order -- that is, the one eitther on the Refentry itself or on the closest ancestor to the Refentry. It's likely this change may break some things; may need to pick up some pieces later. Also, changed the default value for the man.th.extra2.max.length from 40 to 30. * Added support for DocBook 5 namespace-stripping in manpages stylesheet. Closes request #1210692. * Fixed handling of table footnotes. With this checkin, the table support in the manpages stylesheet is now basically feature complete. So this change closes request #619532, "No support for tables" -- the oldest currently open manpages feature request, submitted by Ben Secrest (blsecres) on 2002-10-07. Congratulations to me [patting myself on the back]. * Added handling for table titles. Also fixed handling of nested tables; nest tables are now "extracted" and displayed just after their parent tables. * Added option for turning off bold formatting in Funcsynopsis. Boldface formatting in function synopsis is mandated in the man(7) man page and is used almost universally in existing man pages. Despite that, it really does look like crap to have an entire Funcsynopsis output in bold, so I added params for turning off the bold formatting and/or replacing it with a different roff special font (e.g., "RI" for alternating roman/italic instead of the default "BI" for alternating bold/italic). The new params are "man.funcprototype.font" and "man.funcsynopsisinfo.font". To be documented later. Closes #1452247. Thanks to Joe Orton for the feature request. * Use AUTHORS instead of AUTHOR if we have multiple people to attribute. Also, fixed checking such that we generate author section even if we don't have an author (as long as there is at least one other person/entity we can put in the section). Also adjusted assembly of content for Author metainfo field such that we now not only use author, but try to find a "best match" if we can't find an author name to put there. Closes #1233592. Thanks to Sam Steingold for the request. * Changes for request #1243027, "Impove handling of AUTHOR section." This adds support for Collab, Corpauthor, Corpcredt, Orgname, Publishername, and Publisher. Also adds support for output of Affiliation and its children, and support for using gentext strings for auto-attributing roles (Author, Editor, Publisher, Translator, etc.). Also did a lot of code cleanup and modularization of all the AUTHOR handling code. And fixed a bug that was causing Author info to not be picked up correctly for metainfo comment we embed in man-page source. * Support bold output for "emphasis remap='B'". (because Eric Raymond's doclifter(1) tool converts groff source marked up with ".B" request or "\fB" escapes to DocBook "emphasis remap='B'".) * Added support for Segmentedlist. Details: Output is tabular, with no option for "list" type output. Output for Segtitle elements can be supressed by setting man.segtitle.suppress. If Segtitle content is output, it is rendered in italic type (not bold because not all terminals support bold and so italic ensures the stand out on those terminals). Extra space (.sp line) at end of table code ensures that it gets handled correctly in the case where its source is the child of a Para. Closes feature-request #1400097. Thanks to Daniel Leidert for the patch and push, and to Alastair Rankine for filing the original feature request. * Improved handling or Author/Editor/Othercredit. Reworked content of (non-visible) comment added at top of each page (metadata stuff). Added support for generating a manifest file (useful for cleaning up after builds, etc.) * Added two new parameters for handling of multi-term varlistentry elements: variablelist.term.break.after: When the variablelist.term.break.after is non-zero, it will generate a line break after each term multi-term varlistentry. variablelist.term.separator: When a varlistentry contains multiple term elements, the string specified in the value of the variablelist.term.separator parameter is placed after each term except the last. The default is ", " (a comma followed by a space). To suppress rendering of the separator, set the value of variablelist.term.separator to the empty string (""). These parameters are primarily intended to be useful if you have multi-term varlistentries that have long terms. Closes #1306676. Thanks to Sam Steingold for providing an example "lots of long terms" doc that demonstrated the value of having these options. Also, added normalize-space() call to processing of each term. This change affects all output formats (HTML, PDF, manpages). The default behavior should pretty much remain the same as before, but it is possible (as always) that the change may introduce some new bugginess. Params The following changes have been made to the params code since the 1.69.1 release. * New parameters to set header/footer table minimum height. * Support multiple indexing methods for different languages. * Remove qandaset and qandadiv from generate.toc for fo output because formerly it wasn't working, but now it is and the default behavior should stay the same. * add support for page number references to link element too. * Add support for more characters to hyphen on when ulink.hyphenate is turned on. * New attribute-set to format biblioentry and bibliomixed. * Added new parameter chunk.tocs.and.lots.has.title which controls presence of title in a separate chunk with ToC/LoT. Disabling title can be very useful if you are generating frameset output (well, yes those frames, but some customers really want them ;-). * Added new attribute set toc.line.properties for controlling appearance of lines in ToC/LoT * Allow table footnotes to have different properties from regular footnotes. * Set properties for pgwide="1" objects. * Added the autotoc.label.in.hyperlink param. If the value of autotoc.label.in.hyperlink is non-zero, labels are included in hyperlinked titles in the TOC. If it is instead zero, labels are still displayed prior to the hyperlinked titles, but are not hyperlinked along with the titles. Closes patch #1065868. Thanks to anatoly techtonik for the patch. * Added two new params: html.head.legalnotice.link.types and html.head. legalnotice.link.multiple. If the value of the generate.legalnotice.link is non-zero, then the stylesheet generates (in the head section of the HTML source) either a single HTML link element or, if the value of the html.head.legalnotice. link.multiple is non-zero, one link element for each link type specified. Each link has the following attributes: - a rel attribute whose value is derived from the value of html.head. legalnotice.link.types - an href attribute whose value is set to the URL of the file containing the legalnotice - a title attribute whose value is set to the title of the corresponding legalnotice (or a title programatically determined by the stylesheet) For example: <link rel="copyright" href="ln-id2524073.html" title="Legal Notice"> Closes #1476450. Thanks to Sam Steingold. * Added the following params: - man.indent.width (string-valued) - man.indent.refsect (boolean) - man.indent.blurbs (boolean) - man.indent.lists (boolean) - man.indent.verbatims (boolean) Note that in earlier snapshots, man.indent.width was named man.indentation.default.value and the boolean params had names like man.indentation.*.adjust. Also the man.indent.blurbs param was called man.indentation.authors.adjust (or something). The behavior now is: If the value of a particular man.indent.* boolean param is non-zero, the corresponding contents (refsect*, list items, authorblurb/personblurb, vervatims) are displayed with a left margin indented by a width equal to the value of man.indent.width. * Added man.table.footnotes.divider param. In each table that contains footenotes, the string specified by the man. table.footnotes.divider parameter is output before the list of footnotes for the table. * Added the man.output.in.separate.dir, man.output.base.dir, and man.output.subdirs.enabled parameters. The man.output.base.dir parameter specifies the base directory into which man-page files are output. The man.output.subdirs.enabled parameter controls whether the files are output in subdirectories within the base directory. The values of the man.output.base.dir and man.output.subdirs.enabled parameters are used only if the value of man.output.in.separate.dir parameter is non-zero. If the value of man.output.in.separate.dir is zero, man-page files are not output in a separate directory. * Added man.font.table.headings and man.font.table.title params, for controlling font in table headings and titles. * Added man.font.funcsynopsisinfo and man.font.funcprototype params, for specifying the roff font (for example, BI, B, I) for funcsynopsisinfo and funcprototype output. * Changed to select="0" in refclass.suppress (instead of ..>0</..) * Added man.segtitle.suppress param. If the value of man.segtitle.suppress is non-zero, then display of segtitle contents is suppressed in output. * Added man.output.manifest.enabled and man.output.manifest.filename params. If man.output.manifest.enabled is non-zero, a list of filenames for man pages generated by the stylesheet transformation is written to the file named by man.output.manifest.filename * Added refclass.suppress param. If the value of refclass.suppress is non-zero, then display refclass contents is suppressed in output. Affects HTML and FO output only. * Added refentry.meta.get.quietly param. If zero (the default), notes and warnings about "missing" markup are generated during gathering of refentry metadata. If non-zero, the metadata is gathered "quietly" -- that is, the notes and warnings are suppressed. NOTE: If you are processing a large amount of refentry content, you may be able to speed up processing significantly by setting a non-zero value for refentry.meta.get.quietly. * Added support for "software" and "sectdesc" class values on refmiscinfo; "software" is treated identically to "source", and "setdesc" is treated identically to "manual". * Drastically reworked all of the XPath expressions used in refentry metadata gathering -- completely removed $parentinfo and turned $info into a set of nodes that includes the *info contents of the Refentry plus the *info contents all all of its ancestor elements. The basic XPath expression now used throughout is (using the example of checking for a date): (($info[//date])[last()]/date)[1]. That selects the "last" *info/date date in document order -- that is, the one eitther on the Refentry itself or on the closest ancestor to the Refentry. It's likely this change may break some things; may need to pick up some pieces later. Also, changed the default value for the man.th.extra2.max.length from 40 to 30. * Added option for turning off bold formatting in Funcsynopsis. Boldface formatting in function synopsis is mandated in the man(7) man page and is used almost universally in existing man pages. Despite that, it really does look like crap to have an entire Funcsynopsis output in bold, so I added params for turning off the bold formatting and/or replacing it with a different roff special font (e.g., "RI" for alternating roman/italic instead of the default "BI" for alternating bold/italic). The new params are "man.funcprototype.font" and "man.funcsynopsisinfo.font". To be documented later. Closes #1452247. Thanks to Joe Orton for the feature request. * fop.extensions now only for FOP version 0.20.5 and earlier. * Support for fop1 different from fop 0.20.5 and earlier. * Reset default value to empty string so template uses gentext first, then the parameter value if not empty. * New parameter: id.warnings. If non-zero, warnings are generated for titled objects that don't have titles. True by default; I wonder if this will be too aggressive? * Added new parameter keep.relative.image.uris * Support default label width parameters for itemized and ordered lists * Added parameters to localize punctuation in indexes. * Added two new parameters for handling of multi-term varlistentry elements: variablelist.term.break.after: When the variablelist.term.break.after is non-zero, it will generate a line break after each term multi-term varlistentry. variablelist.term.separator: When a varlistentry contains multiple term elements, the string specified in the value of the variablelist.term.separator parameter is placed after each term except the last. The default is ", " (a comma followed by a space). To suppress rendering of the separator, set the value of variablelist.term.separator to the empty string (""). These parameters are primarily intended to be useful if you have multi-term varlistentries that have long terms. Closes #1306676. Thanks to Sam Steingold for providing an example "lots of long terms" doc that demonstrated the value of having these options. Also, added normalize-space() call to processing of each term. This change affects all output formats (HTML, PDF, manpages). The default behavior should pretty much remain the same as before, but it is possible (as always) that the change may introduce some new bugginess. * Convert 'no' to string in default value. * Implemented RFE #1292615. Added bunch of new parameters (attribute sets) that affect list presentation: list.block.properties, itemizedlist.properties, orderedlist .properties, itemizedlist.label.properties and orderedlist.label .properties. Default behaviour of stylesheets has not been changed but further customizations will be much more easier. * Implemented RFE #1242092. You can enable crop marks in your document by setting crop.marks=1 and xep.extensions=1. Appearance of crop marks can be controlled by parameters crop.mark.bleed (6pt), crop.mark.offset (24pt) and crop.mark.width (0.5pt). Also there is new named template called user-xep-pis. You can overwrite it in order to produce some PIs that can control XEP as described in http://www.renderx.com/reference.html#Output_Formats * Changed short descriptions in doc for *autolabel* params to match new autolabel behavior. Profiling The following changes have been made to the profiling code since the 1.69.1 release. * Profiling now works together with namespace stripping (V5 documents). Namespace striping should work with all stylesheets named profile-, even if they are not supporting namespace stripping in a non-profiling variant. * Moved profiling stage out of templates. This make possible to reuse profiled content by several templates and still maintaing node indentity (needed for example for HTML Help where content is processed multiple times). I don't know why this was not on the top level before. Maybe some XSLT processors choked on it. I hope this will be OK now. Tools The following changes have been made to the tools code since the 1.69.1 release. * Moved Makefile.DocBook from contrib module to xsl module. WordML The following changes have been made to the wordml code since the 1.69.1 release. * added contrib element, better handling of default paragraph style * added bridgehead * added blocks stylesheet to support bibliographies, glossaries and qandasets * added mediaobject caption * added callouts * added Word template file * added abstract, fixed itemizedlist, ulink * fixed Makefile added many features to Pages support added revhistory, inlines, highlights, abstract * fixed handling linebreaks when generating WordML added Apple Pages support
2006-05-30unrar updated to 3.6.4.wiz2-3/+3
2006-05-30Update to 3.6.4:wiz2-6/+6
diff -r 3.6.3/extract.cpp 3.6.4/extract.cpp 431c431,434 < if (AbsPaths && DestFileName[1]=='_' && IsPathDiv(DestFileName[2])) --- > char DiskLetter=toupper(DestFileName[0]); > > if (AbsPaths && DestFileName[1]=='_' && IsPathDiv(DestFileName[2]) && > DiskLetter>='A' && DiskLetter<='Z') diff -r 3.6.3/version.hpp 3.6.4/version.hpp 3,4c3,4 < #define RARVER_BETA 3 < #define RARVER_DAY 8 --- > #define RARVER_BETA 4 > #define RARVER_DAY 25
2006-05-30tailor updated to 0.9.23.wiz2-3/+3
2006-05-30Update to 0.9.23:wiz3-13/+13
02-may-2006 Version 0.9.22: lots of major changes, monotone 0.26, bazaar-ng 0.8, dropped mercurial CLI backend replaced by former hglib, dropped obsolete and incomplete svndump. 28-may-2006 Version 0.9.23: again several major changes, most notably preserve the hunks order, and workaround to darcs changes --xml out of order output.
2006-05-30mercurial updated to 0.9.wiz2-3/+3
2006-05-30Update to 0.9:wiz3-14/+26
Major changes between Mercurial 0.8.1 and 0.9: - The repository file format has been improved. - This has resulted in an average 40% reduction in disk space usage. - The new format (called RevlogNG) is now the default. - Mercurial works perfectly with both the old and new repository file formats. It can transfer changes transparently between repositories of either format. - To use the new repository format, simply use `hg clone --pull` to clone an existing repository. - Note: Versions 0.8.1 and earlier of Mercurial cannot read RevlogNG repositories directly, but they can `clone`, `pull` from, and `push` to servers that are serving RevlogNG repositories. - Memory usage has been improved by over 50% for many common operations. - Substantial performance improvements on large repositories. - New commands: - 'archive' - generate a directory tree snapshot, tarball, or zip file of a revision - Deprecated commands: - 'addremove' - replaced by 'add' and 'remove --after' - 'forget' - replaced by 'revert' - 'undo' - replaced by 'rollback' - New extensions: - Bugzilla integration hook - Email notification hook - Nested repositories are now supported. Mercurial will not recurse into a subdirectory that contains a '.hg' directory. It is treated as a separate repository. - The standalone web server, 'hg serve', is now threaded, so it can talk to multiple clients at a time. - The web server can now display a "message of the day". - Support added for hooks written in Python. - Many improvements and clarifications to built-in help. Sort PLIST.
2006-05-30Note update of "faad2" package to version 2.0nb7.tron1-1/+2
2006-05-30Fix package list issue (which CHECK_FILES=yes doesn't catch reliablytron2-3/+5
for some reason) and bump package revision again.
2006-05-30Disable bundled and outdated "mp4v2" library. Depend on newer versiontron3-0/+109
from "mpeg4ip" package instead which resolves the conflict between the two packages. Patch taken from PLD linux. Bump package revision because of thix fix.
2006-05-30Note update of "faad2" package to version 2.0nb6.tron1-1/+2
2006-05-30Disable bundled and outdated "mp4v2" library. Depend on newer versiontron3-13/+9
from "mpeg4ip" package instead which resolves the conflict between the two packages. Patch taken from PLD linux. Bump package revision because of thix fix.
2006-05-30Note update of "mpeg4ip" package to version 1.5.tron1-1/+2
2006-05-30Update "mpeg4ip" package to version 1.5. Change since version 1.4.1:tron3-9/+9
- Added integration with libsrtp for player and mp4live - Updated for gcc 4.0 - Integrated changes from SDL-1.2.9 - Added support for Quicktime .mov aac audio - Fixed some issues with H.264 hinting. - Fixed some issues with mp4v2 and metadata - Added some atoms for OpenIPMP for mp4v2. - Added some APIs for mp4v2 to access atom properties. - Added wide filenames for mp4v2 for Windows. - Changed RTP library APIs to use unsigned, const when applicable. - Added new RTP library APIs for session creation. - Added RFC 3605 (rtcp port doesn't have to be rtp port + 1) in player and mp4live. - Smoothed out changes to audio correction in player - Fixed player initialization when media takes a long time. - Fixed playback of mp3 files with id3 tags. - Added some H.264 nerd knobs in mp4live
2006-05-30Note update of "xpdf" package to version 3.01pl2nb1.tron1-1/+2
2006-05-30Add patch provided by the FreeType2 maintaines to make this packagetron3-2/+83
build with version 2.2.1 and newer of the "freetype2" package. Bump package revision because of this fix.
2006-05-30Fix a problem with perl warnings and static page generation.adrianp2-4/+15
ok'ed minskim@
2006-05-30Fix homepage and/or master sites.reed3-8/+9
Add another mirror (http) for wm/windowmaker. Homepage URL change reported by C David Rigby via WWW feedback form.
2006-05-30wizd(8) says: -conglomerate.joerg1-2/+1
2006-05-30New (over a year old) version of conglomerate.joerg1-1/+2
2006-05-30Update to conglomerate 0.9.1:joerg3-8/+9
Enhancements * Added recent files support to File menu based on libegg ( bug #108524)(Nickolay V. Shmyrev) * Implemented triple-click selection of text ( bug #144667)(Yuriy Syrota) * Implementation of word-count feature ( bug #135093) (Thierry Moisan) (David Malcolm) * Implemented --unit-test command line option and unit-testing of example files (Geert Stappers) (David Malcolm) * Added context-menu option to convert an entity reference to a copy (David Malcolm) * Added new debug plugin (must be enabled with --enable-debug-plugin=yes), which adds a debug item to the Tools menu to dump the CongEditorArea tree as XML (and open the resulting file) (David Malcolm) * Initial (disabled) implementation of property pages (David Malcolm) Fixes * Huge cleanup of character handling; should compile cleanly on GCC4 with -Wall * Fixes to makefile and to packaging (Nickolay V. Shmyrev) (Geert Stappers) * Fixes to display specifications(Michèle Garoche) * Remove lots of excess debug logging (David Malcolm) * Various code cleanups (David Malcolm) (Nickolay V. Shmyrev) (Marcus Meissner) * Fixes for cursor handling during source-code cleanup (Nickolay V. Shmyrev)
2006-05-30mldonkey{,-gui} updated to 2.7.6.wiz2-3/+4
2006-05-30Update to 2.7.6:wiz4-10/+8
2006/05/21: version 2.7.6 = tag release-2-7-6 5119: HTML, Options: Include Wiki link in options names 5117: Telnet: replace "avail" by "last seen"/fix non-ASCII-filename column width 2006/05/20 5118: Log: Correct prefix for donkeyClient.ml 5116: HTML: Fix javascript popup in search results for Opera (dextarr) 5112: Fix lprintf_nl (search/replace ()'s) (zet) 5113: Fix config/wget.c (zet) 5111: Configure: Fix $SOURCE_DIR broken since patch #5095 5109: New option: pause_new_downloads - Set to true all new downloads will be paused automatically. - This option is automatically set to false on core start. 2006/05/19 5107: Configure: Check for MAGIC_ERROR in magic.h 5106: BT: only send stop once on exit and then wait for success (Amorphous) 5105: BT: Avoid starting torrent which has the same name as a currently downloading torrent 2006/05/18 5097: HTML: Improved DL multiline input button (jave) 5103: Fix compile bug in magiclib_stub.c on Solaris & NetBSD 2006/05/17 5101: G2: Gnutella2 fixes/log updates (zet) - Gnutella2 (G2) is working again - Re-enables search result networks - Log logged-in users 5098: EDK: Update option description for initial_score 2006/05/15 5090: Http_client: Fix 302 redirect when Location starts with "." and filename changes 5095: Configure: improve libpng detection, optical improvements 2006/05/14 5094: Wget: New internal variable req_save <bool> 5093: CommonSwarming: Verbose error message if file size does not match 5092: HTML, rss: Add startbt link 5091: HTML: update EDK history links 2006/05/13 5089: IPBlock: Print seperate lists in block_list command for IPs blocked by local and web IP blocklists (pango) 2006/05/12 4976: Filetype recognition with libmagic - new debug command: debug_dir, prints magic values for all files - display file magic values in vd & upstats HTML popup & vd #num NetBSD/Solaris users have to disable this function "--disable-magic" until this bug is fixed: http://savannah.nongnu.org/patch/?func=detailitem&item_id=4976#comment9 5088: Gnutella/FT/http_client fixes (zet) - Gnutella (G1) is working again 2006/05/11 5087: HTML, upstats: new tooltip with complete filename, respect max_name_len for filename 2006/05/10 5083: HTML: Update EDK file history links (unease) 2006/05/09 5082: FileTP/Fasttrack/Soulseek: Fix splitting chunks off-by-one (pango) 5081: Change default ip_blocking_descriptions to false for faster startup 5080: Only print servers of enabled networks (pango) 5079: Ignore ._* in directory lists (pango) 5078: Telnet: Remove HTML code from sysinfo command 5077: FT: Fix fasttrack connection problem and adds a bootstrap nodes file url Removes old/broken imesh bootstrap node (zet) 2006/05/07 5076: Gd: Do not disable html_mods_vd_gfx if core is compiled without GD support 5075: DNS round robin, keep all IP addresses associated with DNS names, and return next one upon each request. (pango) 2006/05/06 5069: EDK: Fix broken unicode URIs parsing broken since 2.7.4 (pango) 5074: Change default Ocaml version to 3.09.2 5073: Update default IP blocklist URL, replaced http://www.bluetack.co.uk/config/antip2p.txt with http://www.bluetack.co.uk/config/level1.gz 5068: New global option user_agent, current option BT-user_agent overrides the global value in BT module (pango) 5064: BT: only try to connect to http trackers (pango) 5040: Overnet: Open TCP port only when network is active 2006/04/14 5036: BT: Correctly parse .torrent files with an empty directory (again) 5039: Fix dp500 compile
2006-05-30bison updated to 2.2.wiz2-3/+3
2006-05-30Update to 2.2:wiz3-8/+11
* The distribution terms for all Bison-generated parsers now permit using the parsers in nonfree programs. Previously, this permission was granted only for Bison-generated LALR(1) parsers in C. * %name-prefix changes the namespace name in C++ outputs. * The C++ parsers export their token_type. * Bison now allows multiple %union declarations, and concatenates their contents together. * New warning: unused values Right-hand side symbols whose values are not used are reported, if the symbols have destructors. For instance: exp: exp "?" exp ":" exp { $1 ? $1 : $3; } | exp "+" exp ; will trigger a warning about $$ and $5 in the first rule, and $3 in the second ($1 is copied to $$ by the default rule). This example most likely contains three errors, and could be rewritten as: exp: exp "?" exp ":" exp { $$ = $1 ? $3 : $5; free ($1 ? $5 : $3); free ($1); } | exp "+" exp { $$ = $1 ? $1 : $3; if ($1) free ($3); } ; However, if the original actions were really intended, memory leaks and all, the warnings can be suppressed by letting Bison believe the values are used, e.g.: exp: exp "?" exp ":" exp { $1 ? $1 : $3; (void) ($$, $5); } | exp "+" exp { $$ = $1; (void) $3; } ; If there are mid-rule actions, the warning is issued if no action uses it. The following triggers no warning: $1 and $3 are used. exp: exp { push ($1); } '+' exp { push ($3); sum (); }; The warning is intended to help catching lost values and memory leaks. If a value is ignored, its associated memory typically is not reclaimed. * %destructor vs. YYABORT, YYACCEPT, and YYERROR. Destructors are now called when user code invokes YYABORT, YYACCEPT, and YYERROR, for all objects on the stack, other than objects corresponding to the right-hand side of the current rule. * %expect, %expect-rr Incorrect numbers of expected conflicts are now actual errors, instead of warnings. * GLR, YACC parsers. The %parse-params are available in the destructors (and the experimental printers) as per the documentation. * Bison now warns if it finds a stray `$' or `@' in an action. * %require "VERSION" This specifies that the grammar file depends on features implemented in Bison version VERSION or higher. * lalr1.cc: The token and value types are now class members. The tokens were defined as free form enums and cpp macros. YYSTYPE was defined as a free form union. They are now class members: tokens are enumerations of the `yy::parser::token' struct, and the semantic values have the `yy::parser::semantic_type' type. If you do not want or can update to this scheme, the directive `%define "global_tokens_and_yystype" "1"' triggers the global definition of tokens and YYSTYPE. This change is suitable both for previous releases of Bison, and this one. If you wish to update, then make sure older version of Bison will fail using `%require "2.2"'. * DJGPP support added.
2006-05-30cvsd updated to 1.0.11.wiz2-3/+3
2006-05-30Update to 1.0.11:wiz6-30/+49
changes from 1.0.10 to 1.0.11 ----------------------------- * cvsd-buildroot should now install libraries in the same directory structure as on the normal filesystem, resulting in better support for 64 bit systems * other small improvements to cvsd-buildroot, including better error handling and not overwriting devices * small code improvements
2006-05-30+ TeXmacs-1.0.6.2, file-roller-2.14.3,wiz1-5/+13
gedit-2.14.3, gnome-desktop-2.14.2, gnome-session-2.14.2, kazehakase-0.3.8, libsoup-devel-2.2.93, libwnck-2.14.2, maradns-1.2.07.5, sylpheed-2.2.5, yelp-2.14.2, zope-2.8.7.
2006-05-30Fix version number in entry.wiz1-2/+2
2006-05-30Note PKGREVISION bump of awstats.minskim1-1/+2
2006-05-30Fix http://www.debian.org/security/2006/dsa-1075. Patch from Debianminskim3-2/+17
GNU/Linux. Bump PKGREVISION.
2006-05-30Update riece to 3.0.0.uebayasi4-9/+11
* Major changes in 3.0.0 ** Changed the meaning of riece-username. If you set this option, you will need to set riece-realname instead. (ueno) ** Cause an error if a user requests to close already closed server. (yoichi) ** New add-on riece-epg.el, which enables secure conversation using GnuPG. (ueno) ** Fixed a couple of bugs in inviting users. (Steve Youngs) ** Fixed a redisplay bug when a user leaves a channel. (ueno) ** Reverted the default value of riece-alias-alternate-separator to "@". (ueno)
2006-05-29Note update of "fontconfig" package to version 2.3.2nb3.tron1-1/+2
2006-05-29Use patch provided by the FreeType2 maintaines to make this build withtron2-4/+10
version 2.2.1 and newer of the "freetype2" package. Bump package revision because of this fix.
2006-05-29Note update of "mrtg" package to version 2.12.2nb4.tron2-4/+3
2006-05-29Don't depend on "freetype-lib" package any more. "rateup" is only linkedtron1-4/+3
against "libttf" because the "net/mrtg/Makefile" enforced that. Only depend on "freetype2" (indirectly via "gd") which is what "mrtg" really uses these days. Bump package revision.
2006-05-29Note update of "freetype2" package to version 2.2.1.tron1-1/+2
2006-05-29Update "freetype2" package to version 2.2.1. Changes since version 2.1.10tron4-61/+9
include: - security fixes for SA20100 - version 2.2 no longer exposes its internals - various improvements in font handling
2006-05-29+ control-center-2.14.2, evolution-2.6.2, evolution-data-server-1.6.2,wiz1-3/+10
evolution-exchange-2.6.2, gnome-games-2.14.2, gnome-media-2.14.2, gnome-themes-2.14.2, gtkhtml-3.10.2, guile-1.6.8.
2006-05-29+ amule-2.1.2, epiphany-2.14.2, gdm-2.14.7, gnome-applets-2.14.2,wiz1-5/+16
gnome2-terminal-2.14.2, gnopernicus-1.0.5, gramps-2.0.11, intltool-0.35.0, kdbg-2.0.4, mercurial-0.9, p7zip-4.42, pioneers-0.9.62, riece-3.0.0, ruby-RMagick-1.11.1 [pkg/33538], sbcl-0.9.13 [pkg/33580].
2006-05-29When filtering out unrelated info files, only check the last bit ofjlam1-4/+4
the name instead of the whole name. This avoids some problems where the file name contains awk-special characters, e.g. +.
2006-05-29Add DragonFly support.joerg14-73/+148
XXX The SCons usage sucks.
2006-05-29Use the installed version of libkaffevm and be a bit less aggressivejoerg3-9/+32
in kaffe-x11 when not building parts of the tree. Fixes build issues on DragonFly, but doesn't affect the binary package.
2006-05-29Document iodbc and unixodbc options (for databases/openldap).ghen1-0/+2