summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2007-02-15Disabled the CHECK_INTERPRETER warning.rillig1-1/+2
2007-02-05Update MASTER_SITES, xmlsoft.org seems to have problemsadam2-8/+9
2007-02-02Update to 1.72.0:wiz3-29/+114
Common The following changes have been made to the common code since the 1.71.1 release. * Add empty template for sidebar in label.markup mode. * Add utility template tabstyle to return the tabstyle from any table element. * Add support for arabicindic numbering to autolabel.format template. * Moved the index entity declarations to a separate common file. * Add title.markup mode for glossdiv to support info/title. * Remove link.title.attribute, replaced in html/html.xsl * Fixed typo in xsl:with-param * Use number() in some comparisons to ensure number data type. * Fix bug #1596737 extra white space introduced by olink. Now output indent="no" for target data. * Use copy-of instead of value-of for xreftext to preserve markup. * Add template link.title.attribute. * Modify gentext.template to respect parameter verbose = 0. Modify gentext.template.exists to use gentext.template with verbose = 0. * Finish support for @xml:id everywhere @id is used. * replace name() with local-name() in most cases. * Add support for info. * Fixed add-xml-base for Windows and Xalan case. * Added NodeInfo prefix to list of exclude-result-prefixes FO The following changes have been made to the fo code since the 1.71.1 release. * Added index.page.number.properties attribute set to the set of reference documentation for the FO stylesheets. * Changed VERSION file to include distro title (DocBook XSL Stylesheets), and updated HTML, FO, and manpages stylesheets to use that in their metadata sections (e.g., in HTML, the <meta name="generator" ...> contents). * Remove duplicate orgname template. Switch org templates to using inline.charseq which handles simple.xlink. * Add index.page.number.properties attribute-set to format page numbers. * Pass the toc-context down to the toc.line template. * Fixed bug in use of isogen key. * Add support for crop marks in Antenna House. * Obsolete now that info is supported. * Move show-destination="replace" property from template to attribute-set so it can be customized. * Add table.row.properties template to customize table rows. * Moved the entities declarations to a separate common file. * Add support for sorting glossary entries * Remove obsolete dobookng.xsl, since info now supported. * Fix bug #1614469 for citation linking to biblioentry. * Moved all properties to attribute-sets so can be customized more easily. * Fixed bug #1603790: no space between package and classname. * include stub file for annotations.xsl * Add simple.xlink processing to term and member elements. * Initial checkin of file for annotation processing. * Some more inlines to use simple.xlink. * xref now supports xlink:href, using simple.xlink template. * modified link template to use simple.xlink now. * Use number() in some comparisons to ensure number data type. * Rewrote simple.xlink, and call it with all charseq templates. * Finish support for @xml:id everywhere @id is used. * replace name() with local-name() in most cases. * Add support for info element. * support title in info too. HTML The following changes have been made to the html code since the 1.71.1 release. * Changed VERSION file to include distro title (DocBook XSL Stylesheets), and updated HTML, FO, and manpages stylesheets to use that in their metadata sections (e.g., in HTML, the <meta name="generator" ...> contents). * Add support in imageobjectco for otherunits="imagemap" to allow direct authoring of imagemap units. * Use areaspec id as imagemap map name. * Fixed imagemaps so they work properly going from calspair coords to HTML area coords. * qandaset was not outputting an anchor id, now it is. * Obsolete now that info is supported. * Moved the entities declarations to a separate common file. * Add support for sorting glossary entries * Remove docbookng.xsl since info now supported. * Add support for qanda.in.toc to add qandaentry questions to document TOC. * Fix bug #1614469 for citation linking to biblioentry. * Fixed bug #1603790: no space between package and classname. * Fixed two next/prev bugs. * *.propagates.style now handled in class.attribute mode. * add simple.xlink support to variablelist term and simplelist member. * fix class attribute on sgmltag. * add class parameter to class.attribute mode to set default class. * Convert all class attributes to use the class.attribute mode so class names can be customized more easily. * Add class.attribute mode to generate class attributes. * Added simple.xlink to most remaining inlines. Changed class attributes to applying class.attributes mode. * Changed xref template to use simple.xlink tempalte. * Improve generate.html.title to work with link targets too. * Improved simple.xlink to support link and xref. * Use number() in some comparisons to ensure number data type. * Convert link element template to use simple.xlink. * Improvements in simple.xlink. * Use new link.title.attribute now. * Rewrote simple.xlink to handle linkend also. Better computation of title attribute on link too. * Fix syntax errors. * Finish support for @xml:id everywhere @id is used. * replace name() with local-name() in most cases. * Handle Xalan quirk as special case. * Add support for info. Manpages The following changes have been made to the manpages code since the 1.71.1 release. * Changed VERSION file to include distro title (DocBook XSL Stylesheets), and updated HTML, FO, and manpages stylesheets to use that in their metadata sections (e.g., in HTML, the <meta name="generator" ...> contents). * Removed single-pass namespace stripping from manpages stylesheet. To process DocBook 5 instances, either use the experimental namespace-aware DocBook 5 XSL 1.0 stylesheets, or pre-process your source to do the namespace stripping (two-pass processing). * Added doc for man.output.lang.in.name.enabled parameter. This checkin completes support for writing file/pathnames for man-pages with $lang include in the names. Closes #1585967. knightly accolades to Daniel Leidert for providing the feature request. * Added new param man.output.lang.in.name.enabled, which controls whether $LANG value is included in manpages filenames and pathnames. It works like this: If the value of man.output.lang.in.name.enabled is non-zero, man-page files are output with the $lang value included in their filenames or pathnames as follows; - if man.output.subdirs.enabled is non-zero, each file is output to, e.g., a /$lang/man8/foo.8 pathname - if man.output.subdirs.enabled is zero, each file is output with a foo.$lang.8 filename * Use "\e" instead of "\\" for backslash output, because the groff docs say that's the correct thing to do; also because testing (thanks, Paul Dubois) shows that "\\" doesn't always work as expected; for example, "\\" within a table seems to mess things up. * Added the man.string.subst.map.local.pre and man.string.subst.map.local.post parameters. Those parameters enable local additions and changes to string-substitution mappings without the need to change the value of man.string.subst.map parameter (which is for standard system mappings). Closes #1456738. Thanks to Sam Steingold for constructing a true stylesheet torture test (the clisp docs) that exposed the need for these params. * Use U+2592 as an internal marker for linebreak around sbr output (to prevent the break from getting eaten by some normalization that the stylesheet does on synopses). Use U+2580 as an internal marker for no-break space (to work around a similar issue). Closes bug #1612808. Thanks to Simon Walter for reporting it (the sbr bug). * Adjusted manpages stylesheet to use U+2593 as the internal representation for the backslash character within the stylesheet. This prevents backslashes in source content from getting eaten. Closes #1609425. Thanks to Paul DuBois for reporting the bug. * Changed manpages stylesheet to always output a U+2591 character as the internal representation of a dash. The string-substitution map is then used to output a real dash when the final contents are serialized. Also, made a change that causes dots and dashes in the top comment to be unescaped. * Output newline after admonitions (Note, Warning, etc.) * Added the Markup element to the list of elements that get output in bold. Thanks to Eric S. Raymond. * Changed dot output to mark end of tbl(1) table format sections (changed from real dot to internal U+2302 representation). * Replaced all dots in roff requests with U+2302 ("house" character), and added escaping in output for all instances of dot that are not in roff requests. This fixes the problem case where a string beginning with a dot (for example, the string ".bashrc") might occur at the beginning of a line in output, in which case would mistakenly get interpreted as a roff request. Thanks to Eric S. Raymond for pushing to fix this. * This is a first attempt at ensuring that list content nested in itemizedlist and orderedlist instances is properly indented. This is a switch from using .TP to format those lists to using .RS/.RE to format them instead (because .TP does not allow nesting). This probably breaks something else and therefore will likely need some refinement after more testing. Closes bug #1602616. Thanks to Daniel Leidert. * Fix bug: change <text> to <xsl:text> * Fixed two element name typos. Params The following changes have been made to the params code since the 1.71.1 release. * Repaired bizarro-superman talk. * Added doc for man.output.lang.in.name.enabled parameter. This checkin completes support for writing file/pathnames for man-pages with $lang include in the names. Closes #1585967. knightly accolades to Daniel Leidert for providing the feature request. * Use "\e" instead of "\\" for backslash output, because the groff docs say that's the correct thing to do; also because testing (thanks, Paul Dubois) shows that "\\" doesn't always work as expected; for example, "\\" within a table seems to mess things up. * Added the man.string.subst.map.local.pre and man.string.subst.map.local.post parameters. Those parameters enable local additions and changes to string-substitution mappings without the need to change the value of man.string.subst.map parameter (which is for standard system mappings). Closes #1456738. Thanks to Sam Steingold for constructing a true stylesheet torture test (the clisp docs) that exposed the need for these params. * Use U+2592 as an internal marker for linebreak around sbr output (to prevent the break from getting eaten by some normalization that the stylesheet does on synopses). Use U+2580 as an internal marker for no-break space (to work around a similar issue). Closes bug #1612808. Thanks to Simon Walter for reporting it (the sbr bug). * Changed order of string replacements so that backslash is escaped and replaced after backslash and dot (as it needs to be). * Adjusted manpages stylesheet to use U+2593 as the internal representation for the backslash character within the stylesheet. This prevents backslashes in source content from getting eaten. Closes #1609425. Thanks to Paul DuBois for reporting the bug. * Changed manpages stylesheet to always output a U+2591 character as the internal representation of a dash. The string-substitution map is then used to output a real dash when the final contents are serialized. Also, made a change that causes dots and dashes in the top comment to be unescaped. * output "\&." instead of just plain "\." (because plain "\." does not work...) * Fixed problem where newlines were dropped before dots. * Only escape dot if it actually occurs at the beginning of a line. * fixed well-formedness errors * Replaced all dots in roff requests with U+2302 ("house" character), and added escaping in output for all instances of dot that are not in roff requests. This fixes the problem case where a string beginning with a dot (for example, the string ".bashrc") might occur at the beginning of a line in output, in which case would mistakenly get interpreted as a roff request. Thanks to Eric S. Raymond for pushing to fix this. * Add index.page.number.properties by default. * Added to allow customizations of page numbers in indexes. * Improved wording. * Move show-destination="replace" property from template to attribute-set so it can be customized. * dd support for sorting glossary entries * Improved wording. * Add option to include qanda in tables of contents. * This is a first attempt at ensuring that list content nested in itemizedlist and orderedlist instances is properly indented. This is a switch from using .TP to format those lists to using .RS/.RE to format them instead (because .TP does not allow nesting). This probably breaks something else and therefore will likely need some refinement after more testing. Closes bug #1602616. Thanks to Daniel Leidert. * Moved all properties to attribute-sets so can be customized more easily. Template The following changes have been made to the template code since the 1.71.1 release. * Added workaround for Xalan bug: use for-each and copy instead of copy-of (#1604770). Tools The following changes have been made to the tools code since the 1.71.1 release. * Updated master makefile to enable docbook5-xsl build and packaging. * Updated automated xsl-param markup system to handle wordml->roundtrip name change. * wordml->roundtrip name change * Replaced all dots in roff requests with U+2302 ("house" character), and added escaping in output for all instances of dot that are not in roff requests. This fixes the problem case where a string beginning with a dot (for example, the string ".bashrc") might occur at the beginning of a line in output, in which case would mistakenly get interpreted as a roff request. Thanks to Eric S. Raymond for pushing to fix this. Roundtrip The following changes have been made to the roundtrip code since the 1.71.1 release. * wordml->roundtrip name change * rename to roundtrip, add OpenOffice support
2007-02-02include bl3 files for libxml2 and glibmmdrochner1-1/+4
2007-02-02Let Xaw take care of the X11 dependency.joerg1-3/+2
2007-02-01sync w/ libxsltdrochner2-6/+6
2007-02-01update to 1.1.20drochner8-66/+122
changes: -Portability fixes -Bug fixes -python stylesheet compare and transform context access -EXSLT string replace support -xsltproc better low level error handling mostly from Blair Sadewitz per mail to tech-pkg
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz1-2/+2
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2007-01-30Accept emacs22.wiz1-2/+2
2007-01-29Add c2htmlminskim1-1/+2
2007-01-29Remove TODO, which was imported from wip accidentally.minskim1-0/+0
2007-01-29Import c2html from pkgsrc-wip. Packaged by Lubomir Kundrak.minskim8-0/+138
c2html is a simple program which converts a C source code tree into HTML which can be easily navigated using a web browser. Features: * Colorized output * Hyperlinks between files are created for functions and, in some cases, macro definitions. * A file called .index can contain one-line comments about each file in a directory; it will be included in the HTML-ized directory listing. * HTML "header" and "footer" files can be included. href-links pointing to local files (relative to the current directory) are automatically updated. * A "web bug" can be included on each page.
2007-01-28Fix permission of some directories in examples.taca1-2/+3
2007-01-28Update ruby-rttool to 1.0.2.taca2-7/+6
=== [2006/09/20] 1.0.2 released * Bugfix about linefeed.
2007-01-28Fix ruby-build-ri-db option related problem.taca1-4/+1
- Include options.mk before rubyversion.mk, so PLIST for ri database should be created suitably. - make RUBY_RIDIR and its friends relative path to ${PREFIX}. - Fix and improve handling of ${RUBY_RIDIR} handling and should be fixed remaining ${RUBY_RIDIR} after pkg_delete ruby18-base. (Noted by private mail from wiz@.) Bump PKGREVISION of ruby18-base package.
2007-01-24Do not unconditionally remove share/sgml/jade, tex-jadtex uses it too.wiz2-4/+4
Bump PKGREVISION.
2007-01-24Fix typo (or bad copy and paste?).reed1-1/+1
2007-01-24Remove blank lines at end.reed1-2/+0
2007-01-24Update to version 0.94.2.reed14-145/+71
Removed four patches. Improved DESCRiptions. Improved COMMENT. catdoc is now: COMMENT=Converts MS Word, Excel and Powerpoint files to plain text catdoc-tk's COMMENT is made to stay the same. The catdoc-tk package now installs manpage also. And don't waste time building catdoc and binaries in catdoc-tk. (Should catdoc-tk package be renamed to "wordview?") The changelog is at http://www.45.free.net/~vitus/software/catdoc/changelog.html A lot of fixes plus now adds catppt utility to process powerpoint files. Also has many new character encodings and doesn't install xlsview.
2007-01-23Update MASTER_SITES and HOMEPAGE.obache1-3/+3
2007-01-23add missing header which gets the build a little further with sunprodmcmahill2-1/+17
compilers.
2007-01-22add onedrochner1-0/+21
2007-01-19Apply small cleanup patch from Debian. Bump PKGREVISION.schmonz3-3/+37
2007-01-18Update to 2.25. From the changelog:schmonz2-6/+6
* output unicode better (tx s s)
2007-01-16Updated libxslt to 1.1.19.rillig3-26/+6
Changes since 1.1.18: 1.1.19: Nov 29 2006: - Bug fixes: entities within attributes (William Brack), Python detection problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result value tree caching bug (William Brack)
2007-01-15Update to 1.7m:wiz2-7/+6
Release 1.7m, Wed Aug 23 11:37:05 CEST 2006 (Manuel Serrano): *** Instead of using the hard-wire "-l" ispell option, Flyspell.el now checks is Ispell.el defines the variable ISPELL-LISP-COMMAND. If it does, the value of this variable is used instead of the string "-l". Release 1.7l, Mon Jul 24 16:50:06 CEST 2006 (Manuel Serrano): *** Fix a simple Xemacs bug. The function FLYSPELL-AFTER-CHANGE-FUNCTION was missing a guard. It has to check on Xemacs if this-command is a symbol or not!?
2007-01-15Update to 2.3:wiz3-22/+21
* Mon Dec 25 2006 Eric S. Raymond - 2.3-1 - Work around a bug in db2man.xsl. Implement Markus Hoenicka's requested behavior for multiple-file conversions. Implement translation of groff extended .cc and .c2 requests. Ignore the .TA macro that occurs duplicatively with .ta in X.org manual pages. Cope with unresolved .Sx refererences in mdoc. Handle .Ex and .Ee. Cope with X consortium macro preamble better. .RS/.RE is now fully handled, no more spurious warnings. * Sat Jan 15 2005 Eric S. Raymond - 2.2-1 - Have manlifter create subdirectories and the xslfragment only in batch mode. Use current list indent on block start/end.
2007-01-15Update textproc/hevea to 1.09tonio4-24/+99
version 1.09 - primitives \push@styles,\pop@styles to save,restore styles accross blocks (mathpartir) - Esponja removes unreferenced style classes. - Notice : horiz bars in table -> <TD CLASS="hbar" STYLE="height=.."> is the most simple and works for both moz and IE. - added winfonts.hva, to replace a few entities by ascii art - initial value of 'true' for extendedchars (listings) - adopt most recent mac encoding 0xDB -> euro sign - added three window codepages and applemac in inputenc, useful ? - suppress -symbols option ! - include imagen options as comment in image file -> force production of images when options change. Then, Misc also has a checkpointed state, so as to avoid double inclusion of options with -fix. - added xspace.hva - added bibhva executable, so as to call bibtex on .haux files yielding .hbbl files - styled theorem-like envs - added ifpdf package - option -dv - chngcntr package. - latin encoding support, through the inputenc package and checked numerical entities (\@print@u) Defaut charset is now US-ASCII. - Added eurosym package - Added textcomp package - supertable completed. - longtable package, a nightmare - a few changes in graphics/graphicx to allow loading both (and \@imagecommand in html/hevea.hva uses \def) - show/noshow option for package figcut. - figcut and deepcut packages. - Basic chapterbib (works for included files only, no top level bibliography). - new option -pdf for imagen. - new -t option for imagen (doc pending) -> dvips - added delim, moredelim, deletedelim, should now implement new interface for comments and strinsg, and normalize style command names... Semantics of 'delete' key is somehow radical... - -w Z warning -> quite a lot of corrections. - Huge bug (all ' -> - in text mode). - <<-o - >> redirects html output to stdout. - \title, \author and \date now work after \begin{document}
2007-01-15This package doesn't provide a Perl packlist.rillig1-1/+3
2007-01-14Update to 0.35.4:wiz2-6/+6
Version 0.35.4 * Fix logic of checking for leftout files in builddir or srcdir (Rodney Dawes)
2007-01-10Fix a typo.bad1-1/+1
2007-01-10Add and enable p5-YAML-Syck.bad1-1/+2
2007-01-10Initial import of textproc/p5-YAML-Syck 0.72.bad4-0/+29
YAMl::Syck provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around. Necessary for SVK-v2.0.0.
2007-01-10+dictemobache1-1/+2
2007-01-10Import dictem version 0.81 from pkgsrc-wip, packaged by Aleksey Cheusov.obache5-0/+69
This is newer version than PR 33203. DictEm is a customizable DICT client for (X)Emacs. It implements all functions of the client part of the DICT protocol (RFC-2229). Unlike dictionary.el, it widely uses autocompletion that is used for selecting a dictionary and search strategy. It also provides several hooks that may be used for buffer postprocessing. Built-in hyperlinking and a highlighting mechanisms are based on this ability. Also, DictEm supports the mechanism of virtual dictionaries that can be used for grouping dictionaries from _different_ DICT servers into the client-side virtual dictionary. Fore information about dictionary protocol and DICT project, see http://www.dict.org.
2007-01-10add onedrochner1-0/+21
2007-01-07Update to 0.35.3:wiz2-6/+6
Version 0.35.3 * Check for leftout files in builddir, for for generated files (Rodney Dawes) * Load POTFILES.{skip,ignore} from $SRCDIR in intltool-update -- bug #391892 (Rodney Dawes) * Ignore files in POTFILES.{skip,ignore} when looking for leftout files -- bug #391892 (Rodney Dawes) * Match $LINGUAS with LINGUAS file more precisely -- bug #342500 (Jürg Billeter) Version 0.35.2 * Create builddir if it doesn't exist when generating header files -- bug #348952 (Rodney Dawes) * Update checks for leftout files with intltool-update -m -- bug #386118 (Rodney Dawes) * Better support for using $srcdir (Rodney Dawes) * Run intltool-update -m in make check (Rodney Dawes) * Handle LINGUAS environment variable properly -- bug #342500 (Rodney Dawes) * Make sure that we always call FindPackageName so variables get set properly -- bug #350013 (Rodney Dawes) * Set $top_builddir in Makefile.in.in for stamp-it rule -- bug #345560 (Daniel Leidert)
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig11-38/+38
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2007-01-06Update to 0.60.5:wiz9-47/+34
* Compile fix for gcc 4.1 * Updated to Gettext 0.16.1, Libtool 1.5.22, Automake 1.10, Autoconf 2.61 * Documentation improvements, including an updated `man' page. * Complain if more than one file is specified when checking files using the `aspell check' command, rather than ignoring the other files. * Large number of bug fixes.
2007-01-05Fix building this with sun studio compilers. Patch submitted upstream.dmcmahill3-3/+25
2007-01-03Fix what turned out to be a incomplete PLISTadrianp1-1/+58
Ride the recent import
2007-01-03+py-Xadrianp1-1/+2
2007-01-03PyX is a Python package for the creation of PostScript and PDF files. Itadrianp4-0/+141
combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives. Features * PostScript and PDF output for device independent, freely scalable figures * seamless TeX/LaTeX integration * full access to PostScript features like paths, linestyles, fill patterns, transformations, clipping, bitmap inclusion, etc. * advanced geometric operations on paths like intersections, transformations, splitting, smoothing, etc. * sophisticated graph generation: modular design, pluggable axes, axes partitioning based on rational number arithmetics, flexible graph styles, etc.
2006-12-15update to 0.35.1drochner3-38/+6
changes: -Make regex patterns greedier, to avoid perl stack overflows -Add code to detect DATADIRNAME -Support older/non-GNU versions of diff when validating tests -Add new mode to support quoted text in any file -Fix the warning message for missing IT_PROG_INTLTOOL and error out
2006-12-15Reset maintainer, ben@ has resigned.wiz5-10/+10
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg2-4/+4
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-10Make this package build on Darwin.minskim6-1/+77
- Link with the C++ compiler because this is written in C++. - Link with all the required libraries to prevent undefined symbols. - Add only libtool libraries to LT_LIBS. Based on patches provided by Ben Collver in PR 34495.
2006-12-07py-libxml2 needs Python 2.3+, so py-libxslt has the same limitation.joerg1-1/+2
2006-12-06Needs msgfmt and msgmerge.joerg1-2/+2
2006-12-06Requires Perl at run time. Bump revision.joerg1-3/+3