summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2003-09-19Use .CURDIR instead of PKGDIR variable (for pkglint).wiz1-2/+2
2003-09-18Update to 2.5.1nb2:wiz3-3/+23
Use the right grep binary in fgrep and egrep shell scripts. Patch provided by Nicolas Fugier in PR 20905.
2003-09-18Add and enable p5-XML-Stream.xtraeme1-1/+2
2003-09-18Initial import of p5-XML-Stream 1.15.xtraeme4-0/+28
This module provides you with access to XML Streams. An XML Stream is just that. A stream of XML over a connection between two computers. Package imported from pkgsrc-wip.
2003-09-18Needs BUILDLINK2 to pull in python dependencyjmc1-1/+2
2003-09-18Add some missing entriesjmc1-1/+8
2003-09-18Add USE_BUILDLINK2 so this actually works and requires python correctlyjmc1-1/+3
2003-09-17Add and enable enchant.wiz1-1/+2
2003-09-17Initial import of enchant, a generic spell checking library.wiz5-0/+110
The project aims to provide an efficient extensible abstraction for dealing with different spell checking libraries. Enchant is meant to provide a generic interface into various existing spell checking libaries. These include, but are not limited to: * Aspell/Pspell * Ispell * Hspell * Uspell Enchant is also meant to be used in a cross-platform (XP) environment. Part of this means that Enchant wants to limit its number of external dependencies to 0, or as close is as humanly possible. Also, any enchant consumer (i.e. a Word Processor) should not need to know about what backend providers Enchant knows about. In fact, Enchant shouldn't even need to know this information itself. To accomplish this, all of Enchant's providers are DLLs. Enchant is also meant to be used in a multi-user environment, such as Unix. It is preferable to have both a $USER and a $GLOBAL location for both provider DLLs and for dictionaries themselves, when possible. Enchant's DLL location algorithm takes this into account, and gives preference to the $USER DLLs, when found.
2003-09-17Add and enable catdoc-tk. Forgot to say in its import that this addressesjmmv1-1/+2
PR pkg/18730.
2003-09-17Initial addition of catdoc-tk, version 0.91.4:jmmv3-0/+33
This package provides the wordview utility that comes with catdoc.
2003-09-17Do not build nor install wordview to keep the package small (this needs Tk).jmmv5-17/+50
Bump PKGREVISION to 1 because of this. While here, split the Makefile in two parts to help in the creation of the new catdoc-tk package. Addresses PR pkg/18730.
2003-09-15Update from version 3.21 to 3.26 of lout, the first part of PR 18687agc4-29/+30
from Greg Woods. (The second part of that PR is not the correct way to set papersize in pkgsrc). Main change is that the PDF is no longer maintained, a more complete list of changes follows: Changes and new features introduced in Version 3.22 [3 June 2000] Bug fixes More setup file options for controlling the appearance of reports Makefile now explicitly explains how to compile with debugging on/off Added quotesinglebase, quotedblbase, ellipsis to LtLatin2.LCM file Object-oriented back end (of interest to implementors only) Chapters without page breaks option (see @ChapterStartPages, User's Guide) Font includes all in page setups now (of interest to implementors only) Changes and new features introduced in Version 3.23 [24 June 2000] Bug fixes, including Uwe's fix of the nasty bug reported by Matej Cepl, and my fix of a table running headers bug reported by Matthew Neumann. Cross links (see User's Guide, Cross References and Links section) New symbols for expert users: @LinkSource and @LinkDest @Python symbol for typesetting Python programs using prg2lout. Changes and new features introduced in Version 3.24 [8 October 2000] Bug fixes, including a new and better fix for table running headers bugs Changes and new features introduced in Version 3.25 [December 2001] Bug fixes Finnish additions Croatian, Slovakian, Upper Sorbian Outdent is now settable e.g. { setoutdent 0.3f } @Break object @InitialOutdent options for initializing outdent value Updated barcodes package to work with recent Lout versions (@FontDef) "downifneeded @Scale" like "{} @Scale" but will only scale down, not up @F symbol yields a settable font, no longer hardwired to Courier @TitleOf symbol e.g. "@TitleOf azaleas" similar to "@NumberOf azaleas" @IndexText option to @Book etc., allows text just below Index title References may be printed in order of first citation New @Diag link types: @HVHLine, @HVHCurve, @VHVLine, @VHVCurve "baselinemark @Font" option (mark along baseline rather than half x height) @IncludeGraphicRepeated symbol: less output when EPS included repeatedly Arbitrary colours in @Colour, @Tbl, @Diag, and @Graph, done consistently Size of small caps can be set now e.g. "{ setsmallcaps 0.8 } @Font ..." Got rid of boxes around links when PostScript converted to PDF Revised end of sentence handling for some languages Symbols for embedding clickable URLs into PostScript output I've decided not to maintain the PDF back end, but I will try to ensure that Lout's PostScript output works with PostScript-to-PDF converters. Changes and new features introduced in Version 3.26 [October 2002] Fixed bug causing crash when breaking certain list items across pages Merged index entries completely reimplemented @DropTagItem (@DTI) now prevents page break after drop tag
2003-09-14Use my NetBSD.org email address.recht3-6/+6
2003-09-14update to 0.3recht3-13/+95
changes: General: * Renamed "attribute" to "option" for directives/extensions. * Renamed transform method "transform" to "apply". * Renamed "options" to "settings" for runtime settings (as set by command-line options). Sometimes "option" (singular) became "settings" (plural). Some variations below: - document.options -> document.settings (stored in other objects as well) - option_spec -> settings_spec (not directives though) - OptionSpec -> SettingsSpec - cmdline_options -> settings_spec - relative_path_options -> relative_path_settings - option_default_overrides -> settings_default_overrides - Publisher.set_options -> Publisher.get_settings for the "Specific" changes see HISTORY.txt.
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht4-4/+1284
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-09-14Update to version 20030914.cjep2-6/+6
Changes since previous: * Fix context output
2003-09-13remove pthread dependency from buildlink toojdolecek1-2/+1
pointed out by Thomas Klausner
2003-09-13bump PKGREVISION for previousjdolecek1-2/+2
2003-09-13needs libxml2>=2.5.10nb1 to workjdolecek1-1/+3
2003-09-13disable threads - it's not clear this is necessary (it's only usedjdolecek1-2/+6
for some optional internal locking), and this library needs to be usable by nonthreaded programs too, like php4-domxml bump PKGREVISION for this; buildlink not changed, since library users generally don't care about this
2003-09-11Bump version to 0.27.1. This is always a build dependancy, so we can dojmmv1-2/+2
it safely (to satisfy all intltool version requirements successfully).
2003-09-10Update ruby-rdtool package to 0.6.14.taca2-5/+5
= CHANGES :0.6.14 * minor fix for Ruby 1.8. * now rd2man generates better output. (thank you, Sugiura-san.)
2003-09-09Use emacs.mk instead of hardcoding a dependency on a certainjschauma1-3/+2
emacs-version.
2003-09-09Update to 1.12recht3-19/+21
and take maintainership. 1.12 August 11st, 2003 * Complain if there are no template files in the template directory. ( Rod) * Correct HTML output for specification conformance. ( Rod) * Add note to HTML about PostgreSQL Autodoc. ( Rod) 1.11 August 1st, 2003 * Write documentation including what variables are used for template creation. ( Rod) * Correct various inter-schema issues with commonly named tables. ( Rod) * Remove sgml.tmpl DocBook output. Replace with xml.tmpl for DocBook output. ( Rod) * Add --statistics support for PostgreSQL 7.4. Requires pgstattuple from contrib to be installed ( Rod) * Correct schema prefix to function names. ( Rod) * Statistics based on PostgreSQL's pgstattuple contrib module ( Rod) * Correct a number of issues with common table names in multiple schemas. (a.j and b.j) ( Rod) * Other bug fixes ( Rod) 1.10 May 18th, 2003 * Skip plpgsql_call_handler() in PostgreSQL 7.3 and later ( Rod) * Fix column descriptions ( Rod, Arthur ) * Use a table connection point for GraphViz output for cleaner formatting. ( Rod) * Ensure that multikey constraints can be associated with a group number (UNIQUE#1, UNIQUE#2, FK#1, FK#2, ...) ( Arthur, Rod) * Skip information_schema on 7.4 database ( Rod) * Base the output on templates which are processed by HTML::Template allowing simpler editing of the output for various styles ( Neil, Rod ) * Correct the PostgreSQL 7.1 query processes ( Rod) * Add a new --schema argument to enable dumping a single schema ( Rod) * Large cleanups for the various outputs to simplify the code base and remove long standing bugs in DocBook output ( Rod)
2003-09-09Remove reference to wip. (hi xtraeme!)salo2-9/+9
Style/whitespace nits, while here.
2003-09-08Update to 1.0:jmmv6-25/+25
* Adapted Buildtool scripts to the latest version, 0.14. As a side effect, distribution documentation is now installed into the system. * Minor manpage fixes. * Code cleanup. Fixes in the package: avoid overwriting catalog files when using 'make replace' (if you have 0.2 installed actually, it won't take any effect, so be careful by backing up pkg/share/{sgml,xml}/catalog). 'make update' will work fine.
2003-09-07Update to 1.3.4.9, provided by Min Sik Kim in PR 22709.wiz2-5/+5
Changes: new -R flag (restrict file reading).
2003-09-07apparently the only crimson available from xml.apache.org is 1.1.3, so changejdolecek2-6/+6
package to use that
2003-09-06Use the appropriate find(1) options depending on OPSYS (-d vs. -depth).wiz1-1/+8
Patch by Jonathan Perkin.
2003-09-03Add and enable xslide.wiz1-1/+2
2003-09-03Initial import of xslide, an XSL major mode for emacs.wiz4-0/+82
* FEATURES - XSL customization group for setting some variables - Initial stylesheet inserted into empty XSL buffers; - "Template" menu for jumping to template rules, named templates, key declarations, and attribute-set declarations in the buffer; - `xsl-process' function that runs an XSL processor and collects the output; - Predefined command line templates and error regexps for Java and Windows executable versions of both XT and Saxon; - Font lock highlighting so that the important information stands out; - `xsl-complete' function for inserting element and attribute names; - `xsl-insert-tag' function for inserting matching start- and end-tags; - Automatic completion of end-tags; - Automatic indenting of elements with user-definable indentation step; - `xsl-if-to-choose' converts <xsl:if> to <xsl:choose> with nested <xsl:when>; and - Comprehensive abbreviations table to further ease typing.
2003-09-03regenjmc1-2/+2
2003-08-31Update PHP to final 4.3.3jdolecek13-87/+24
Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version
2003-08-31patch-ac is not needed anymore with version 1.0 (and doesn't apply, even)jdolecek2-14/+1
2003-08-31update distinfo for update to sablotron version 1.0jdolecek1-3/+3
2003-08-31netbsd -> NetBSDcjep1-2/+2
2003-08-31Update to 20030831.cjep2-10/+6
* Fix output with -A, -B, -C and -z options -- make sure that -- is printed between files.
2003-08-31After discussion with grant, reimport bgrep as bsdgrep-devel.cjep10-143/+2
2003-08-31After discussion with grant, reimport bgrep as bsdgrep-devel.cjep9-0/+142
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam2-14/+2
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30Add and enable raptorxtraeme1-1/+2
2003-08-30Initial import of raptor 0.9.12xtraeme5-0/+82
A Parser for the RDF/XML syntax as updated by the W3C RDF Core working group. * Designed to integrate well with Redland * Handles RDF/XML syntax updates for XML Base, xml:lang and RDF datatyping. * Generates N-Triples supporting XML literals, language tagging and datatypes * Parses content on the web if libcurl or libxml2 is available. * Handles rdf:resource / resource attributes * Uses expat and/or (GNOME) libxml XML parsers as available or required * Optional features can be selected at run time. * (Perl, Python, Java, Tcl, Ruby, PHP interfaces when used via Redland) * No memory leaks * Fast Ok'ed by wiz@
2003-08-30lintcjep1-2/+2
2003-08-30Update ruby-rdtool package to 0.6.13.taca4-21/+6
= CHANGES :0.6.13 * now tabs are expanded into spaces. * removed <p> for TextBlock in DescListItem when the TextBlock is only element of ListItem. * a line of `---\n' are now regarded as Verbatim (or TextBlock). * changed style of HTML anchors from `label:' to `label-'. * fixed rd2man for better support of multiple paragraphs. * fixed some bugs. :0.6.12 * fixed some bugs.
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-08-29Bump package revision to 2 (Sablotron was updated to 1.0).xtraeme1-2/+2
2003-08-29Depend on the latest version.xtraeme1-2/+2
2003-08-29Updated sablotron to 1.0xtraeme2-7/+7
Changes: Version 1.0 August 8, 2003 --------------- - two flags SAB_DUMP_SHEET_STRUCTURE (0x40) and SAB_NO_EXTERNAL_ENTITIES (0x80) added - nested xsl:attribute reported as error - &gt; is always escaped to prevent problems with CDATA end - new configurable set of makefiles for Windows MSVC++ has been created to replace existing Makefile.nt file [by Rosimildo daSilva, patch by Bob Kline] - fixed a type comparison failing on arm, powerpc and s390 [reported by Debian maintainers] - fixed a bug of default NS in imported/included templates - fixed a segfault in keys defined on empty nodes [reported by Simon Spanihel] - minor changes to compile under QNX 6.2 [patch by Adrian Weiler] - fixed a bug of nested imports [reported by Dave Brooks] - fixed a bug of UTF-16 encoded files on Win [reported by Andrey Sokolov] - fixed a bug of defenition check in shandler.h for Borland compilers [reported by Vladimir Lukianov] - fixed a bug of crashing sorting on Windows - fixed a bug of crashing key() on RTF [reported by Valeriy Ovechkin] - solved the issue of too many files open with exsl:document - fixed a bug of casting of 64-bit pointers to (int) [patch by Steve Crockett] - fixed a bug absolute paths starting with a drive letter on Windows (unsupported scheme is reported) - fixed a bug of SDOM_DestroyDocument Version 0.98 April 7, 2003 ------------- - added stylesheet chaining to sabcmd [by Stefan Behnel] - changes in XML::Sablotron (new layout, added DOMHandler SXP interface) [by Nicolas Trebst and Anselm Kruis] - fixed a bug of variables bound for SXP queries - fixed a bug of the self axis (principal node type) - fix for Metrowerks C/C++ compiler [suggested by Tim Crook] - fixed a bug of forbidden XPath (child::xxx@yyy) - configuration fixes (APIDOC docs are built only when Perl/XML::Parser found) - fixed defaults for xsl:number - fixed a bug of required order of top-level variables - fixes in the outputting of NS declarations - fixes in the import precedence [report by Roy Huggins] - added a new config switch for sabcmd to abort on XSLT error (--enable-abort-on-error) - fixed a bug in namespace-alias - fixed segfault occurring when formating big numbers (>1e127) - fixed comparison of char to 0 for unsigned-char platforms Version 0.97 December 30, 2002 ----------------- - fixed the problem with Expat 1.95.5 - fixed a bug in xsl:message [report by Bob Kline] - fixed an infinite loop bug in recursive imports [report by Michael Vladimirov] - added SablotGetOptions() function - added a new option (SAB_FILES_TO_HANDLER) to pass the 'file' URIs to the scheme handler - fixed collisions with PHP/Java extension, Arena* renamed to SabArena [suggested by Christian Stocker] - mapping of namespaces added to xql() function (DOM) - chars illegal in output encoding displayed as references (for xml, html, xhtml output methods) - fixed resolution of relative URIs in document() - fixed a bug of not overridden imported parameters - documentation sources (APIDOC XML) added to distribution Closes my own PR pkg/22603.
2003-08-29Updated to 1.0.32xtraeme3-8/+8
Changes: 1.0.32: Aug 9 2003: - bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT function (William Brack), RVT for globals (William Brack), EXSLT date (William Brack), speed of large text output, xsl:copy with attributes, strip-space and namespaces prefix, fix for --path xsltproc option, EXST:tokenize (Shaun McCance), EXSLT:seconds (William Brack), sort with multiple keys (William Brack), checking of { and } for attribute value templates (William Brack) - Python bindings for extension elements (Sean Treadway) - EXSLT:split added (Shaun McCance) - portability fixes for HP-UX/Solaris/IRIX (William Brack) - doc cleanup Closes my own PR pkg/22609.