summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2004-03-09Switch to Tcl 8.4.minskim1-2/+2
2004-03-09Switch to Tcl 8.4. Bump PKGREVISION.minskim3-10/+12
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim2-4/+4
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-07Don't hide messages when calling scrollkeeper-update; the only ones that mayjmmv1-3/+3
appear are errors and/or warnings, and we want these to be shown to catch possible problems ASAP.
2004-03-07Fix fatal typo that avoided updates of the database (resulting in nojmmv1-3/+3
documentation available from yelp, for example).
2004-03-07Register installed DTDs in the catalog file, so that scrollkeeper-update canjmmv1-2/+5
find them. Bump PKGREVISION to 2.
2004-03-07re-add buildlink2.mk since it's still being used by lyx-{qt,xforms}.recht1-0/+22
2004-03-07bl3ify and enable pkgviews installation.minskim1-2/+4
2004-03-07Bump package revision.taca3-10/+27
- Make dependency with racc to build time only. - Remove extra dependency to ruby-strscan package.
2004-03-07No longer used.minskim1-32/+0
2004-03-07bl3ify and enable pkgviews installation.minskim3-24/+22
2004-03-06add and enable py-gnosis-utilsrecht1-1/+2
2004-03-06initial import of Gnosis-Utils-1.1.1recht4-0/+467
from pkgsrc-wip Gnosis Utilities contains several subpackages for working with XML, as well as other generally useful tools. The major modules are: gnosis.indexer (Full-text indexing/searching) gnosis.xml.pickle (XML pickling of Python objects) gnosis.xml.objectify (Any XML to "native" Python objects) gnosis.xml.validity (Enforce validity constraints) gnosis.xml.relax (Tools for working with RelaxNG) gnosis.xml.indexer (XPATH indexing of XML documents) [...].convert.txt2html (Convert ASCII source files to HTML) gnosis.util.dtd2sql (DTD -> SQL 'CREATE TABLE' statements) gnosis.util.sql2dtd (SQL query -> DTD for query results) gnosis.util.xml2sql (XML -> SQL 'INSERT INTO' statements) gnosis.util.combinators (Combinatorial higher-order functions) gnosis.util.introspect (Introspect Python objects) gnosis.magic (Multimethods, metaclasses, etc)
2004-03-06replace USE_GCC_SHLIB with USE_LANGUAGES=c c++.grant1-2/+2
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam18-161/+137
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-04Add and enable p5-Regexp-Common.minskim1-1/+2
2004-03-04Import p5-Regexp-Common-2.113 from pkgsrc-wip. Packaged by dieter Roelantsminskim4-0/+37
and slightly modified by me. By default, this module exports a single hash (`%RE') that stores or generates commonly needed regular expressions. Patterns currently provided include: * balanced parentheses and brackets * delimited text (with escapes) * integers and floating-point numbers in any base (up to 36) * comments in 44 languages * offensive language * lists of any pattern * IPv4 addresses * URIs. * Zip codes.
2004-03-04Change order in CFLAGS, trying to fix bulk build problem.taca2-5/+14
2004-03-02Option "-printx" is only supported on some platforms. Use "-print"heinz1-2/+2
2004-03-02update to 1.95.7drochner4-80/+8
bugfixes and compatibility improvements
2004-03-01Not used any more.minskim2-51/+0
2004-02-29Fix build with gcc3.jmmv2-1/+47
2004-02-28Update to 1.65.0. Changes since version 1.64.0:jmmv3-7/+17
Changes to xsl/* | 2004-02-27 Norman Walsh <nwalsh@users.sourceforge.net> | | * RELEASE-NOTES.xml: Updated | | * VERSION: Version 1.65.0 released. | | * VERSION: No really, version 1.65.0 released. | | 2004-02-24 Norman Walsh <nwalsh@users.sourceforge.net> | | * .cvsignore: Don't ignore debian anymore, it's gone | | 2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net> | | * Makefile, VERSION: Tweaks for freshmeat-submit | | 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net> | | * RELEASE-NOTES.xml: Info about new indexing method | | 2003-12-19 Norman Walsh <nwalsh@users.sourceforge.net> | | * Makefile: Check for DIFFVER and make sure tags happen | | * RELEASE-NOTES.xml: Not terribly interesting RELEASE NOTES | file for 1.64.1 | | 2003-12-17 Norman Walsh <nwalsh@users.sourceforge.net> | | * Makefile, VERSION: Prepare to support freshmeat-submit for | next release | Changes to xsl/common/* | 2004-02-18 Robert Stayton <bobstayton@users.sourceforge.net> | | * labels.xsl: Turn off procedure number when formal.procedures | = 0. | | 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net> | | * subtitles.xsl, titles.xsl: Support 'info' | | 2004-01-26 Robert Stayton <bobstayton@users.sourceforge.net> | | * targets.xsl: Pass empty doctype parameters to write.chunk so | the output can be used as an entity without DOCTYPE. | | 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net> | | * autoidx-ng.xsl, l10n.dtd: Added support for new i18n | friendly indexing method | Changes to xsl/fo/* | 2004-02-26 Norman Walsh <nwalsh@users.sourceforge.net> | | * verbatim.xsl: Bug #875229: add | white-space-treatment=preserve | | 2004-02-11 Robert Stayton <bobstayton@users.sourceforge.net> | | * formal.xsl: informal.object template now handles | informalequation. | | 2004-02-06 Robert Stayton <bobstayton@users.sourceforge.net> | | * component.xsl: Add force-page-count="no-force" to preface | when double.sided is off to prevent extra blank page. | | * component.xsl, division.xsl: Added | force-page-count="no-force" when double.sided = 0 to prevent | extra blank pages. | | 2004-01-30 Robert Stayton <bobstayton@users.sourceforge.net> | | * formal.xsl: calsTable template should use table.properties | instead of formal.object.properties. | | 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net> | | * autotoc.xsl: Use titleabbrev in ToC | | * biblio.xsl: Support 'info' and 'personblurb' | | * docbook.xsl: Support DocBook NG by way of the following | hack: if we find an NG document, do an identity transform to | throw away the NG namespace and then process the result. | Requires exsl:node-set(). | | * docbookng.xsl: New file. | | * qandaset.xsl, titlepage.xsl: Support 'info' | | 2004-01-29 Robert Stayton <bobstayton@users.sourceforge.net> | | * titlepage.xsl: Fix for multiple editor elements running | together. | | 2004-01-26 Robert Stayton <bobstayton@users.sourceforge.net> | | * pagesetup.xsl, param.ent, param.xweb: Added | header.column.widths and footer.column.widths to permit | adjustment of the header and footer widths. | | 2004-01-17 Robert Stayton <bobstayton@users.sourceforge.net> | | * xep.xsl: Added 'chapter' to test for adding TOC bookmark. | | 2004-01-16 Robert Stayton <bobstayton@users.sourceforge.net> | | * formal.xsl: Fixed bug in evaluation of @float in figure. | | 2004-01-13 Robert Stayton <bobstayton@users.sourceforge.net> | | * inline.xsl: Inline sequences now output id attribute if | found. | | 2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net> | | * biblio.xsl: Initial support for bibliolist | | * table.xsl: Abort if there's no @cols | | 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net> | | * autoidx-ng.xsl: New file. | | 2003-12-30 Robert Stayton <bobstayton@users.sourceforge.net> | | * biblio.xsl, xref.xsl: Changed | document($bibliography.collection) to | document($bibliography.collection,.) so it will look in the | current directory instead of the stylesheet directory. | | * graphics.xsl: Fixed test for graphic inside inlineequation. | | * xref.xsl: Added refsection to mode="xref-to" to support xref | to refsection. | | 2003-12-16 Robert Stayton <bobstayton@users.sourceforge.net> | | * index.xsl, pagesetup.xsl, titlepage.templates.xml: Fixed bug | in index title indents when $title.margin.left is non-zero. | Changes to xsl/html/* | 2004-02-13 Robert Stayton <bobstayton@users.sourceforge.net> | | * biblio.xsl, glossary.xsl, index.xsl: Removed obsolete | component.title.mode templates. | | 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net> | | * autotoc.xsl: Use titleabbrev in ToC | | * biblio.xsl: Support info in bibliography mode; support | personblurb as an alternative to authorblurb | | * component.xsl: Support 'info' | | * docbook.xsl: Support DocBook NG by way of the following | hack: if we find an NG document, do an identity transform to | throw away the NG namespace and then process the result. | Requires exsl:node-set(). | | * docbookng.xsl: New file. | | * inline.xsl: Support 'tag' as a synonym for 'sgmltag' | | * lists.xsl: Make simpara in callout magic; don't output a p | inside the li. Sigh. | | * table.xsl: Support bgcolor and class dbhtml PIs on table | rows | | * titlepage.xsl: Support personblurb as a synonym for | authorblurb | | * xref.xsl: Support xref to personblurb the same way as | authorblurb | | 2004-01-08 Norman Walsh <nwalsh@users.sourceforge.net> | | * biblio.xsl: Initial support for bibliolist | | * table.xsl: Abort if there's no @cols | | 2003-12-31 Jirka Kosek <kosek@users.sourceforge.net> | | * autoidx-ng.xsl: New file. | | 2003-12-30 Robert Stayton <bobstayton@users.sourceforge.net> | | * biblio.xsl, xref.xsl: Changed | document($bibliography.collection) to | document($bibliography.collection,.) so it will look in the | current directory instead of the stylesheet directory. | | * graphics.xsl: Fixed test for graphic inside inlineequation. | | * xref.xsl: Added refsection to mode="xref-to" to support xref | to refsection. | Changes to xsl/htmlhelp/* | 2004-02-19 Jirka Kosek <kosek@users.sourceforge.net> | | * htmlhelp-common.xsl: Added anchors to bibliodivs | Changes to xsl/javahelp/* | 2003-12-21 Jirka Kosek <kosek@users.sourceforge.net> | | * javahelp.xsl: Fixed bug #864018 | Changes to xsl/manpages/* | 2004-02-04 <twaugh@users.sourceforge.net> | | * docbook.xsl, lists.xsl: Place-holder implementation for | simplelist. | | 2004-01-30 <twaugh@users.sourceforge.net> | | * docbook.xsl: Add replacement dingbat characters. | | 2003-12-24 <twaugh@users.sourceforge.net> | | * lists.xsl: .RS/.RE doesn't nest precisely. Use .IP to fix up | the environment. Part of bug #852714. | | * lists.xsl: Handle comments inside lists (part of bug | #852714). | Changes to xsl/params/* | 2004-02-13 Michael Smith <xmldoc@users.sourceforge.net> | | * htmlhelp.hhp.windows.xml, htmlhelp.show.toolbar.text.xml: | remove stray single quotes for ID values; was causing | generation of invalid filenames & breaking downstream builds | | 2004-01-31 Norman Walsh <nwalsh@users.sourceforge.net> | | * footer.column.widths.xml, header.column.widths.xml: Add | quotes to make the parameters strings; '1 1 1' is not a | valid number | | 2004-01-29 Robert Stayton <bobstayton@users.sourceforge.net> | | * footer.column.widths.xml, header.column.widths.xml: New | file. | Changes to xsl/template/* | 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net> | | * titlepage.xsl: Support 'info' everywhere | Changes to xsl/extensions/xalan2/.classes/* | 2003-12-17 Norman Walsh <nwalsh@users.sourceforge.net> | | * Makefile.common: Support unicode.font in Xalan extensions | Changes to xsl/extensions/xalan2/com/nwalsh/xalan/* | 2003-12-17 Norman Walsh <nwalsh@users.sourceforge.net> | | * FormatCallout.java, FormatUnicodeCallout.java, Params.java, | Verbatim.java: Support unicode.font in Xalan extensions |
2004-02-27Add and enable py-Reverend.minskim1-1/+2
2004-02-27Import py-Reverend-0.2.4 from pkgsrc-wip. Packaged by Michalminskim4-0/+68
Pasternak, and modified by me. Reverend is a general purpose Bayesian classifier, named after Rev. Thomas Bayes. Use the Reverend to quickly add Bayesian smarts to your app. To use it in your own application, you either subclass Bayes or pass it a tokenizing function. Bayesian fun has never been so quick and easy.
2004-02-25s/NetBSD.ORG/NetBSD.org/grant1-2/+2
2004-02-25these packages don't need a compiler.grant5-6/+11
2004-02-24Adapted to buildlink3.heinz1-4/+7
Needs p5-Convert-ASN1 >= 0.10 according to Makefile.PL.
2004-02-24Updated to version 0.18.heinz2-7/+10
Adapted to buildlink3. Changes since 0.16 =================== * lib/Convert/ASN1.pm: * MANIFEST, Makefile.PL, t/0-signature.t: Use Module::Build to build Makefile and add SIGNATURE * lib/Convert/: ASN1.pm, ASN1/_encode.pm: Fix bug in encoding BIT STRINGS where chr() was causing an upgrade to UTF8 * lib/Convert/ASN1.pm: Release 0.17 * MANIFEST: Add new tests into MANIFEST * t/funcs.pl: Skip rtest if Data::Dumper is not available * parser.y, lib/Convert/ASN1/parser.pm, t/04opt.t, t/funcs.pl: Support OPTIONAL on SET OF and SEQUENCE OF * lib/Convert/ASN1/_decode.pm, t/00prim.t: Fix OID decoding * t/14any.t: Remove duplicate my * parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm, lib/Convert/ASN1/_encode.pm, lib/Convert/ASN1/parser.pm, t/14any.t: Add support for ANY DEFINED BY Patch from Simon Wilkinson * lib/Convert/ASN1/Debug.pm: Fix debug output for OIDs * parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1.pod, lib/Convert/ASN1/parser.pm, t/08set.t, t/12der.t, t/13utf8.t: CER and DER SET encoding * t/13utf8.t, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm, lib/Convert/ASN1/_encode.pm: utf8 support for perl >= 5.8
2004-02-23Add some missing files.xtraeme1-1/+3
2004-02-23Update to 0.50.5. Changes sine 0.50.4.1:snj3-10/+18
* Reworked url filter which fixed several bugs and now accepts "bla.bla/ kdkdl" as a url. * Fixed bug in which the url filter was coming before all other filters when it was suppose to come after. This solved a number of problems where the url filter was interfering with other filters. * Small bug fix in SGML filter. * Added code page charsets, ie cp125?.dat. * Added natural (split) keyboard data file as "split.kbd" * Compile fixes for the upcoming GCC 3.4 * Removed Solaris link hack as it was causing more problems than it fixes. * Compile fixes for Sun WorkShop 6 compiler, but there may still be some problems, especially with linking. * Minor manual fixes. Okayed by wiz.
2004-02-23Upgrade libxml2 to 2.6.7.xtraeme3-7/+7
2.6.7: Feb 23 2004: - documentation: tutorial updates (John Fleck), benchmark results - xmlWriter: updates and fixes (Alfred Mickautsch, Lucas Brasilino) - XPath optimization (Petr Pajas) - DTD ID handling optimization - bugfixes: xpath number with > 19 fractional (William Brack), push mode with unescaped '>' characters, fix xmllint --stream --timing, fix xmllint --memory --stream memory usage, xmlAttrSerializeTxtContent handling NULL, trying to fix Relax-NG/Perl interface. - python: 2.3 compatibility, whitespace fixes (Malcolm Tredinnick) - Added relaxng option to xmllint --shell
2004-02-23add bl3recht1-0/+22
2004-02-23err sort.xtraeme1-2/+2
2004-02-23Note import of new xml2doc package into the NetBSD packages collection.xtraeme1-1/+2
2004-02-23Initial import of xml2doc-20030510 from pkgsrc-wip, author/packagerxtraeme5-0/+71
pancake <pancake at phreaker dot org>. xml2doc is an xml files processor tool, that allows you to write documents in a simple XML way and then output then in various formats (pdf,html,txt,manpage,...). In first term is intended to be a lightweight version of DocBook, but smaller (20KB against 100MB), faster, easy to learn, and very flexible.
2004-02-23Explicitly depend on pkgconfig.minskim1-1/+2
2004-02-22bl3ifyjmmv2-5/+36
2004-02-22bl3ifyminskim1-2/+2
2004-02-22Add and enable p5-XML-LibXSLT.minskim1-1/+2
2004-02-22Import p5-XML-LibXSLT from pkgsrc-wip. Packaged by Adam Migus, andminskim4-0/+34
slightly modified by me. This module is a fast XSLT library, based on the Gnome libxslt engine that you can find at http://www.xmlsoft.org/XSLT/. Performance is currently about twice that of XML::Sablotron (based on XSLTMark tests converted to Perl). The libxslt processor is also highly standards compliant, with practically all of XSLT 1.0 being supported in version 0.9 of libxslt. This is free software, you may use it and distribute it under the same terms as Perl itself. Copyright 2001 AxKit.com Ltd, All rights reserved.
2004-02-22Enable pkgviews installation.minskim1-1/+3
2004-02-22bl3ifyminskim1-3/+3
2004-02-22Add HOMEPAGE.minskim1-1/+2
2004-02-22bl3ify and enable pkgviews installation.minskim1-2/+4
2004-02-22Enable pkgviews installation.minskim2-2/+6
2004-02-22Enable pkgviews installation.minskim1-2/+2
2004-02-22Add and enable p5-Text-Reform.minskim1-1/+2
2004-02-22Import p5-Text-Reform from pkgsrc-wip. Packaged by Eric Schnoebelenminskim4-0/+30
and slightly modified by me. Text::Reform takes a series of format (or "picture") strings followed by replacement values, interpolates those values into each picture string, and returns the result. The effect is similar to the inbuilt perl format mechanism, although the field specification syntax is simpler and some of the formatting behavior is more sophisticated.