summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2003-08-27On 1.6.1 zlib.h needs to be included before err.h to avoid shadow warnings.jmc6-2/+67
2003-08-25Resurrect 'inline' as '__inline', which Irix MipsPro compiler knows.jschauma1-6/+6
Following suggestions by Martin Husemann and Todd Vierling.
2003-08-25Remove nbgrep (obsoleted by bgrep). Add and enable grep.cjep6-78/+2
2003-08-25Reimport nbgrep as bgrep due to objections to nb convention.cjep5-0/+76
2003-08-24Get correct checksumcjep1-2/+2
2003-08-24Update to 20030825.cjep2-5/+5
Various fixes including: * Fix grepping of standard input. * Fix -Z. * Correctly determine whether to output filenames when only one argument. * Make output with -A,-B,-C flags consistent with GNU grep.
2003-08-24Fixcjep1-2/+2
2003-08-24Add and enable nbgrep.cjep7-186/+2
Remove bsdgrep (obsoleted by nbgrep).
2003-08-24Initial import of nbgrep into the NetBSD packages collection ascjep5-0/+76
textproc/nbgrep. This version of grep is based on Jamie Howard's and Dag-Erling Coidan Smorgrav's grep. It is being developed for inclusion in NetBSD in the NetBSD othersrc module. Originally in pkgsrc-wip. Obsoletes textproc/bsdgrep.
2003-08-24s/libconfig/libtool/markd1-2/+2
2003-08-23Bump date for ability to build on Irix.jschauma3-13/+13
2003-08-23Synch with basesrc:jschauma2-8/+12
The 'inline' keyword is a nonstandard extension of GCC, AFAIK. MipsPro does not like it, so remove it. Add fgetln prototype ifndef HAVE_FGETLN. This makes this compile on Irix with the MipsPro Compiler as well as gcc.
2003-08-23Add pseudo-category 'java'.jschauma1-2/+2
2003-08-19Need to mkdir WRKSRC before trying to pax into itjmc1-1/+2
2003-08-18Add and enable nbsed.agc1-1/+2
2003-08-18Initial import of an autoconf-ed version of NetBSD's sed(1).agc25-0/+18470
2003-08-18I have missed a USE_MAKEINFO=yes here, without buildlink2 enabled forseb1-1/+2
this package it had only been caught by tools.mk's overriding script.
2003-08-17Update to 0.27.1:jmmv4-32/+29
- Fixed .xam support (Abel Cheung) - Fixed intltool-update, it's not usable with 0.27 :-( (Carlos Perelló Marín) - intltool-update -m tells you about files that are at POTFILES.in but does not exists anymore (Abel Cheung) - Small scheme support fixes (Callum McKenzie) - Added support for .lang files (Gustavo Giraldez) - Added support for .xam files (Abel Cheung) - Updated I18N-HOWTO (Kenneth, Bruno Haible) - Updated all manual pages and command help (Abel Cheung) - Improved the package name detection code (Abel Cheung) - better .server files handling (Abel Cheung) - source code with non-ASCII chars support with GNU gettext 0.12 (bug #99005, Abel Cheung, Carlos Perelló Marín) - intltool-unicodify is deprecated, please use msgconv (Abel Cheung)
2003-08-17Python 2.3 comes with the "csv" module, so don't accept python23 andrecht1-1/+3
python23-pth.
2003-08-12Make this build on arm by instantiating Vector<size_t>.kristerw2-4/+4
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb11-22/+11
2003-08-07Add and enable p5-XML-Twiggson1-1/+2
2003-08-07Initial import of p5-XML-Twig.gson6-0/+88
XML::Twig is a Perl module for efficient processing of XML documents using a mixed stream/tree model.
2003-08-05Convert to USE_NEW_TEXINFO.seb4-14/+7
2003-08-05Convert to USE_NEW_TEXINFO.seb5-86/+6
Remove now unnecessary patch files.
2003-08-05Convert to USE_NEW_TEXINFO.seb4-24/+4
Remove now unnecessary patch file.
2003-08-05Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-08-05Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-08-05Nitsskrll2-4/+4
2003-08-05Reimported into print.wiz5-65/+0
2003-08-05Initial import of dvipng-0.5 -- converts DVI files to PNG format.wiz5-0/+65
This program makes PNG graphics from DVI files as obtained from TeX and its relatives. It is intended to produce anti-aliased screen-resolution images as fast as is possible. The target audience is people who need to generate and regenerate many images again and again. The primary target is the preview-latex (X)Emacs package, a package to preview formulas from within (X)Emacs. Yes, you get to see your formulas in the (X)Emacs buffer, see `http://preview-latex.sf.net'. Another example is WeBWorK, an internet-based method for delivering homework problems to students over the internet, giving students instant feedback as to whether or not their answers are correct, see `http://webwork.math.rochester.edu'. Other applications may also benefit, like web applications as latex2html and WYSIWYG editors like LyX.
2003-08-03Convert to USE_NEW_TEXINFO.seb4-29/+12
2003-08-02use new texinfo handling.grant2-8/+8
minor whitespace fix.
2003-08-02no longer needed.grant1-56/+0
2003-08-01update to 0.8.3drochner2-6/+6
changes: * New convenience classes in the xml.ns module: ClosedNamespace, OpenNamespace. * The symbol "_" is no longer inserted into the built-in namespace via the gettext module; I18N support is no longer invasive. * expatreader now implements feature_namespace_prefixes. * drv_xmlproc now supports EntityResolvers that return system IDs. +bugfixes
2003-07-31With USE_NEW_TEXINFO, texinfo.mk should not be included by the packageseb2-5/+2
Makefile so remove this inclusion. Also convert SunOS' PLIST to USE_NEW_TEXINFO.
2003-07-31Update to version 1.3.1, closing PR pkg/21342. This version is nowjschauma4-24/+35
licensed under the GPL, has a new home and the following changes: Multiple-line DOCTYPE declarations are now accepted (HTMLControl.C:352). ------------------------------ Bad initialisation of "fd_" in "urlistream" fixed (urlistream.h), so that an error message is printed if a remote document could not be retrieved. ------------------------------ A missing node now is interpreted as node '/' (urlistream.C). ------------------------------ Closing DIV, FORM and BLOCKQUOTE tags as well as the closing UL, OL and PRE tags are now optional (HTMLParser.y), so that the program won't die any longer if one of them is omited in the document. ------------------------------ Some dificulties with non-ASCII chars fixed (HTMLControl.C). ------------------------------ Colons in elements and attributes now are tolerated and elements are not any longer implecitly closed at a newline (HTMLControl.C), in order to handly MS-Word's HTML better. ------------------------------ We do not use '/dev/stdin' as file descriptor any longer (html2text.C and urlistream.C), in order to make reading from STDIN finaly work. ------------------------------ Block elements are not enclosed in -implecit- Paragraphs any longer (HTMLParser.y), in order to avoid superfluous newlines in the output. ------------------------------ Fixed segmentation fault on tables with "border" attribute: we now assume that any TABLE has at least one row and one column (table.C). ------------------------------ Fixed format.C to avoid excessive runtime increment on parsing much nested block elements. ------------------------------ Some changes in configure, Makefile.in and the documentation. ------------------------------ ------------------------------ Ported to g++ version 3.0. This uses the 'istream.h' header file from the g++3's 'backward' directory. ------------------------------ Bugfix: '-' did not work as synonym for STDIN. ------------------------------ Added support for the EURO-sign (well, almost). ------------------------------ Finaly the GNU GPL as new copyright terms for all parts of the program, after GMRS agreed to change the program's license terms to it. ------------------------------ ------------------------------ Fixed coredump when parsing empty <SCRIPT> or <STYLE> elements (HTMLControl.C). ------------------------------ New image handling: <IMG alt=""> does no longer return the value of the SRC attribute nor "[]". Added new ~/.html2textrc options: IMG.replace.{all noalt} and IMG.alt.{prefix suffix} with new defaults in pretty-style mode. Added method for checking whether an attribut was set, even to a zero-value. ------------------------------ (New) Copyright terms for all changes we made since version 1.2.2. ------------------------------ Some minor changes in configure and html2text.C. ------------------------------ Updated the documentation. ------------------------------ ------------------------------ Fixed segmention fault when parsing <H5> tags (typo in format.C). ------------------------------
2003-07-30explicitly disable pcre support as it was never enabled.grant1-1/+3
fixes build on systems which have libpcre installed as the configure script's detection of it is slightly broken.
2003-07-30x11/kde3/ -> meta-pkgs/kde3/markd1-2/+2
2003-07-29No longer needed.jtb2-102/+1
2003-07-25Instantiate template class Vector<size_t> to make the pkg build onkristerw2-1/+16
NetBSD 1.6.1/shark.
2003-07-24Convert to buildlink2 -- fixes PR 22222 from Marko Schuetz, whowiz3-12/+12
also provided the buildlink2ification.
2003-07-24hevea only depends on ocaml to build.jtb1-2/+2
2003-07-24fix previous: pass _BLNK_ICONV_LDFLAGS instead of -liconv so libsablotgrant1-1/+5
can once again find the iconv functions on systems without iconv in libc.
2003-07-22Update to 1.61.3: a bugfix release.jmmv3-7/+22
2003-07-22Move the definition of XMLCATMGR, SGML_DEFAULT_CATALOG and XML_DEFAULT_CATALOGjmmv2-24/+22
variables from the catalogs.mk file to buildlink2.mk. These may be needed in a package that does *not* provide catalog files (i.e., all the functionality in catalogs.mk is not required).
2003-07-22Don't explicitly pull in -liconv -- if we need it, the libiconv buildlink gluejwise1-2/+1
will give it to us, and if we don't this breaks the build.
2003-07-22fix comment.wiz1-2/+2
2003-07-21COMMENT should start with a capital letter.martti49-98/+98
2003-07-19... and bump PKGREVISION to 3. The package will have an extra dependancy onjmmv1-2/+2
systems using gcc from a package.