summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2005-10-10s/netbsd.org/NetBSD.org/hira1-2/+2
2005-10-10Update to version 2.1.2.seb11-309/+829
Add build dependencies on GNU make and GNU sed for 'test' target's benefit. Support for input chroot, via make variable SOURCE_HIGHLIGHT_INPUT_CHROOT, deactivated otherwise the build is broken. XXX Is 'TOOLS_PLATFORM.gsed= # empty' the proper way to override a the platform sed tool ? Relinquish stewardship. Changes since last packaged version (1.11): Version 2.1.2 * fixed conversion of hexadecimal characters in output language definitions * fixed compilation error with regex 1.33 * include man page * fixed a bug with LaTeX output of " with some inputencs Version 2.1.1 * fixed a bug that sigsegv when more than one input file is provided * fixed a compilation error with gcc 4.0 Version 2.1 * Included obsolete man page. * output language format specifications are read at run-time so that new output languages can be easily added dynamically (without recompiling the sources) by using a simple syntax. * "fixed" and "notfixed" styles can be specified. * fixed the handling of end-of-line (processed only once) * LaTeX output * TeXinfo output * debug of a language definition * tags.j2h files are now called style files. * renamed --tags-file option in --style-file * allows to specify a prefix for the generated line number anchors * --header and --footer do not imply --doc * language definition for LogTalk and LaTeX Version 2.0 * Language specifications are read at run-time, so that new languages can be easily added dynamically (without recompiling the sources) by using a simple syntax. * "nonsensitive" for simple definitions * cgi version not built automatically * failsafe option to simply output the input file when no language definition is found * functionalities with less improved. Version 1.11.1 * fixed compilations problems on some Unix compilers
2005-10-09Added a patch that fixes typos in the latex2html man page. The patch hasrillig3-3/+31
been reported upstream. Bumped PKGREVISION.
2005-10-08Set CONFIGURE_HAS_MANDIR to no.hira1-1/+2
This configure doesn't know --mandir.
2005-10-08Removereed1-2/+1
CPPFLAGS+= -DHAVE_STRERROR which I just added a few minutes ago. I had previously received an error: previous declaration of `sys_errlist' on Linux. But once I configure using ncurses on Linux it appears to have fixed that (because it was using its LIBS which had non-existent -ltermcap).
2005-10-08Also install man page and README.reed2-2/+21
Update PKGREVISION. Add INSTALLATION_DIRS and do-install target instead of using its own installer. It was broken for custom INFO_DIR and for new PKGMANDIR. (It is a very old autoconf/automake I assume). Also, this uses -ltermcap. So if /usr/lib/libtermcap.so does not exist, then use BUILDLINK_TRANSFORM to use ncurses instead and include ncurses buildlink3.mk.
2005-10-08This uses GNU_CONFIGURE, but it is really old. So definereed1-1/+2
CONFIGURE_HAS_MANDIR=no, just like CONFIGURE_HAS_INFODIR=no is already defined. (This package has two other build problems for me though ... lookimg now.)
2005-10-08Update to 0.34.1:jmmv3-9/+9
Version 0.34.1 * automake/autoconf fixes and improvements (Rodney Dawes, Stepan Kasal) * extraction of XML attributes fixed (Danilo Segan) Version 0.34 * Fix the regex for stripping the intltool type tags in POTFILES.in -- bug #171330 (Stepan Kasal) * Add notice about using DISTCLEANFILES for toplevel Makefile.am -- bug #309455 (Tim-Philipp Muller) * Discard not-well-formed translations when merging XML -- bug #170471 (Danilo Segan) * Correct handling of xml:space inheritance -- bug #160262 (Danilo Segan) * Merge multiple comments for the same string in XML files -- bug #171579 (Danilo Segan) * Update sed script to be more practictal for translatable XML -- bug #304365 (Nickolay V. Shmyrev) * Support disting files that may not exist for all packages via EXTRA_DISTFILES -- bugs #168788 and #171327 (Rodney Dawes) * Do not create the pot file during dist, but do build it for check (Stepan Kasal) * Add support for use on win32 native perl (Tor Lillqvist) * Do not dist .gmo files, and remove them with distclean Remove Makefile.in.in with maintainer-clean -- bug #166724 (Rodney Dawes) * Minor fixes to Makefile.in.in (Stepan Kasal) * Use --verbose instead of --statistics for msgfmt -- bug #165881 * Remove the need for patching Makefile.in.in and just copy in our own -- bug #165066 (Rodney Dawes)
2005-10-08Update to 1.4:jmmv2-8/+8
o Use the new style.css stylesheet instead of hard-wiring the styles. o Updated the documentation and example build files. o Added support for a gallery of widget images. o Output default values for widget properties and allowed ranges. o Only underline links in the docs when the mouse hovers over them. o Added support for placing the parameter table anywhere within the function documentation (using the "<!--PARAMETERS-->" marker). o Handle more variations of C syntax.
2005-10-07Include stdlib.h for malloc and friends, fix the conditional to onlyjoerg2-1/+23
define them if we are on pre-ANSI C.
2005-10-07update to 0.4.2drochner2-7/+7
changes: * Only take one input file for xsldoc * Added well-formedness check to l10n.xml Makefile rule * Changes to make block indents not nest * Added formalpara support * Pass the PO file to xml2po, not just the language code * Updated translations -fixes * Added datarootdir variable
2005-10-07Include locale.h also on DragonFly.joerg2-4/+4
2005-10-07sync Python wrappers with base librariesdrochner4-12/+12
2005-10-04Honor PKGMANDIR. (patch-aa already existed but now don't set MANDIRreed3-6/+16
unless not defined, and put in the make environment.)
2005-10-04Add and enable p5-Text-Unaccent.wiz1-1/+2
2005-10-04Initial import of p5-Text-Unaccent-1.08:wiz4-0/+28
Text::Unaccent is a module that remove accents from a string. unac_string converts the input string from the specified charset to UTF-16 and call unac_string_utf16 to return the unaccented equivalent. The conversion from and to UTF-16 is done with iconv(1).
2005-10-02Take maintainership, per seb@'s request.jmmv1-2/+2
2005-10-02Install a catalog that maps Docbook 4.1.2 to 4.2; the latter is supposedjmmv2-2/+7
to be backwards compatible with the former. Simplifies building of packages (such as gtk-doc 1.4) or processing of documents that rely on the old 4.1.2 version. Bump PKGREVISION to 1.
2005-10-02Add and enable convertlit.wiz1-1/+2
2005-10-02Initial import of convertlit:wiz5-0/+61
Convert LIT, the program which allows you to convert Microsoft Legal Reader format eBooks into open format for use with software or devices which are not Download directly compatible with Microsoft's Reader. Approved by wennmach@
2005-10-01update to ezXML 0.8.5recht2-6/+6
patch provided by Marcin Jessa in PR 31429 changes: - fixed ezxml_toxml() to not output siblings of tag being converted - fixed a segfault when ezxml_set_attr() was used on a new root tag - added ezxml_name() function macro
2005-09-30Update to 2.6.22:wiz4-128/+197
2.6.22: Sep 12 2005: - build fixes: compile without schematron (Stéphane Bidoul) - bug fixes: xmlDebugDumpNode on namespace node (Oleg Paraschenko)i, CDATA push parser bug, xmlElemDump problem with XHTML1 doc, XML_FEATURE_xxx clash with expat headers renamed XML_WITH_xxx, fix some output formatting for meta element (Rob Richards), script and style XHTML1 serialization (David Madore), Attribute derivation fixups in XSD (Kasimier Buchcik), better IDC error reports (Kasimier Buchcik) - improvements: add XML_SAVE_NO_EMPTY xmlSaveOption (Rob Richards), add XML_SAVE_NO_XHTML xmlSaveOption, XML Schemas improvements preparing for derive (Kasimier Buchcik). - documentation: generation of gtk-doc like docs, integration with devhelp. pkgsrc change: install docs into share/doc instead of share/doc/html. Ok'd by maintainer, recht.
2005-09-30Update to 4.4, provided by Jeroen Ruigrok van der Werven in PRwiz5-76/+143
31219. Corrected the DESCR while here. 4.4: The Version 4.4 release is a maintainance release. It introduces no backwards-incompatible changes. All valid DocBook 4.3 documents are also valid DocBook 4.4 documents. The genesis of this release is a bug in the catalog files for DocBook V4.3. The Committee decided to produce a 4.4 release, incorporating a few recent backwards-compatible changes, rather than simply produce a 4.3.1 release to fix the bugs. 4.3: The Version 4.3 release is a maintainance release. It introduces no backwards-incompatible changes. All valid DocBook 4.2 documents are also valid DocBook 4.3 documents.
2005-09-29Do not install *.orig files that are left after patching.kristerw1-1/+2
2005-09-29Update textproc/hevea to 1.08tonio4-73/+94
This release introduces style sheets and uses more entities, and a ot of bugfixes The build do no more use m5, but sed approved by wiz@
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig5-12/+12
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig12-24/+24
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-27Update btparse to 0.34tonio4-13/+12
btparse now uses automake and libtool, this fixes the build of dependancies under darwin approved by wiz@
2005-09-27Add php-pspell.salo1-1/+2
2005-09-27Initial import of php-pspell extension.salo2-0/+15
PHP is a programming language designed to be embedded into web pages. This module provides support for pspell (spell checking). Requested by Mark Thomas <thomas.s.mar at gmail dot com> on netbsd-help@.
2005-09-23Reset maintainer, email to xs at nitric dot net bounced.wiz1-2/+2
2005-09-22Fix PLIST. Bump PKGREVISION.minskim2-2/+15
2005-09-22Fix PLIST. Bump PKGREVISION.minskim2-2/+4
2005-09-19- Use lang/py-extclass/buildlink3.mk instead of DEPENDS.hira1-3/+4
- Add inclusion of lang/python20/buildlink3.mk. This should fix build error seen in bulk build. Reviewed by minskim@.
2005-09-16The problem was a mirror not in MASTER_SITES_PERL_CPAN that had a corruptedtv1-4/+2
distfile. I've notified the site maintainer; reverted pkg to prior state. Checked all the pkgsrc-official mirrors; they have the right sha1. (I must not be having a good day. :)
2005-09-16I take that back. CPAN's copy of the distfile is corrupted in a bad way.tv2-5/+7
For now, request netbsd.org as the MASTER_SITES until this is fixed.
2005-09-16The checksum on the distfile changed, so update distinfo to match.tv1-3/+3
(Checked three times ... yet the size never changed. Bizarre.)
2005-09-14Bah, remove. (Thanks to Dovecot, I didn't see the freeze announcementtv4-33/+0
right away.... <bleh>)
2005-09-14p5-XML-Dumper-0.79; from DESCR:tv4-0/+33
XML::Dumper dumps Perl data to a structured XML format. XML::Dumper can also read XML data that was previously dumped by the module and convert it back to Perl. This might be useful for dumping Perl objects to files using an XML format that can be reloaded or accessed by other programs. Maybe even by other languages.
2005-09-14depend on netpbm=>10.29nb2: that one has ppmquant with the correctpooka1-2/+2
perl path and hence the script pstoimg works with font antialiasing
2005-09-11Make sure that filters are built statically until dlopen() detectionminskim1-1/+6
in configure is fixed. The problem was reported to the author by wiz@. This makes installed files match with PLIST on platforms with libdl. Bump PKGREVISION. Approved by wiz@.
2005-09-10Fix a regression from 1.68.1: readd the : delimiter for dbtimestamp.jmmv3-2/+17
Bump PKGREVISION to 1. From Jeroen Ruigrok van der Werven in private mail.
2005-09-08Define __STDC_ISO_10646__ on Solaris to get package to build.markd1-1/+3
2005-09-08Remove tar from USE_TOOLS again. gtar (was changed to tar later) was added,recht1-2/+2
to work around problems with the bootstrap pax and libxml2-2.6.20 on Darwin.
2005-09-05Update to 1.7j:wiz2-9/+6
*** Improve the handling of localwords on large regions.
2005-09-05update to 1.1.15recht2-6/+6
1.1.15: Sep 04 2005: - build fixes: Windows build cleanups and updates (Igor Zlatkovic), remove jhbuild warnings - bug fixes: negative number formatting (William Brack), number formatting per mille definition (William Brack), XInclude default values (William), text copy bugs (William), bug related to xmlXPathContext size, reuse libxml2 memory management for text nodes, dictionnary text bug, forbid variables in match (needs libxml2-2.6.21) - improvements: EXSLT dyn:map (Mark Vakoc), - documentation: EXSLT date and time functions namespace in man (Jonathan Wakely)
2005-09-05update tp 2.6.21recht5-17/+19
2.6.21: Sep 4 2005: - build fixes: Cygwin portability fixes (Gerrit P. Haase), calling convention problems on Windows (Marcus Boerger), cleanups based on Linus' sparse tool, update of win32/configure.js (Rob Richards), remove warnings on Windows(Marcus Boerger), compilation without SAX1, detection of the Python binary, use $GCC inestad of $CC = 'gcc' (Andrew W. Nosenko), compilation/link with threads and old gcc, compile problem by C370 on Z/OS, - bug fixes: http_proxy environments (Peter Breitenlohner), HTML UTF-8 bug (Jiri Netolicky), XPath NaN compare bug (William Brack), htmlParseScript potential bug, Schemas regexp handling of spaces, Base64 Schemas comparisons NIST passes, automata build error xsd:all, xmlGetNodePath for namespaced attributes (Alexander Pohoyda), xmlSchemas foreign namespaces handling, XML Schemas facet comparison (Kupriyanov Anatolij), xmlSchemaPSimpleTypeErr error report (Kasimier Buchcik), xml: namespace ahndling in Schemas (Kasimier), empty model group in Schemas (Kasimier), wilcard in Schemas (Kasimier), URI composition (William), xs:anyType in Schemas (Kasimier), Python resolver emmitting error messages directly, Python xmlAttr.parent (Jakub Piotr Clapa), trying to fix the file path/URI conversion, xmlTextReaderGetAttribute fix (Rob Richards), xmlSchemaFreeAnnot memleak (Kasimier), HTML UTF-8 serialization, streaming XPath, Schemas determinism detection problem, XInclude bug, Schemas context type (Dean Hill), validation fix (Derek Poon), xmlTextReaderGetAttribute[Ns] namespaces (Rob Richards), Schemas type fix (Kuba Nowakowski), UTF-8 parser bug, error in encoding handling, xmlGetLineNo fixes, bug on entities handling, entity name extraction in error handling with XInclude, text nodes in HTML body tags (Gary Coady), xml:id and IDness at the treee level fixes, XPath streaming patterns bugs. - improvements: structured interfaces for schemas and RNG error reports (Marcus Boerger), optimization of the char data inner loop parsing (thanks to Behdad Esfahbod for the idea), schematron validation though not finished yet, xmlSaveOption to omit XML declaration, keyref match error reports (Kasimier), formal expression handling code not plugged yet, more lax mode for the HTML parser, parser XML_PARSE_COMPACT option for text nodes allocation. - documentation: xmllint man page had --nonet duplicated
2005-09-05Update ruby-redcloth package to 3.0.3.taca2-9/+9
- version: 3.0.3 date: 2005-02-06 changes: - Stack overflow regexp on code inlines obliterated. - Citations scaled back. - Toggle span tags on CAPS with :no_span_tags accessor. - version: 3.0.2 date: 2005-02-02 changes: - Stack overflow Regexps replaced. - All code blocks protected from formatting. - Hard breaks working. - Filter HTML now uses detailed cleaner. - version: 3.0.1 date: 2004-11-15 changes: - Using `float' rather than `text-align' to align image blocks. - Shelving more HTML attributes to prevent them from clashing with Textile glyphs. - Simplifying the block regexp. - version: 3.0 date: 2004-10-26 changes: - Broke up the Textile engine into smaller parts, recoded central block parser. - Added preliminary support for Markdown. - Added support for custom Textile prefixes. - RedCloth now generates XHTML fragments. - Complete HTML documents should now work, RedCloth ignores complex HTML. - version: 2.0.12 date: 2004-08-09 changes: - Escaping tighter for <pre> tags that share a single line. - No more String#htmlesc!. Moved to RedCloth#htmlesc. - Pruned out the code that was handling multibyte. - version: 2.0.11 date: 2004-06-01 changes: - Fixed the new 2.0-style aliased links. - Lines starting with div opening or closing tags aren't given paragraph tags. - Escaped some sample markup that was being translated by RDoc. - Subtle changes to the quick tags to help them interact with surrounding HTML better. - Ensure angle brackets inside code quick tags get escaped. - New patch and test by F. Ros to fix <pre> tags with class settings. - Commented out encode_entities and fix_entities, they do nothing now. Thanks, Denis. - Scaled back QTAGS a back to avoid mixing up hyphens and dels. Thanks, Denis. - Work on the references to ensure they are generating at least XHTML 1.0 Transitional. - version: 2.0.10 date: 2004-05-26 changes: - Table and list problems. Rewrote the <pre> handling code.. again. - version: 2.0.9 date: 2004-05-26 changes: - Improved RDoc. Ri documentation is auto-installed now! - Links were consuming closing HTML tags. (See latest test in tests/links.yml.) - Further speed patch from Denis. Good good. - Patch by F. Ros to fix <pre> tags with class settings. - version: 2.0.8 date: 2004-05-22 changes: - First scan of the glyphs() method only scans for pre|notextile|code, the deeper passes scan for all HTML. Now inlines work around HTML tags! (What a pain!) - Moved tables and blocks into glyphs to keep them shielded from the parser if they are in <pre> tags. - Patch by Denis Mertz to speed up RedCloth by compiling the various RegExps only once. Thanks, David! - version: 2.0.7 date: 2004-04-21 changes: - New REFERENCE and QUICK-REFERENCE. See http://hobix.com/textile/. - Lists rewritten to accomplish better line folding. - Better, greedier links. - Additional link and list tests. - version: 2.0.6 date: 2004-04-16 changes: - Bold and strong tags were mixed up. '*' is now strong. '**' is bold. They were swapped until now. - Horizontal alignments were pretty buggy. Combining alignments with indents was totally broken. - Fixed table problem. Now glyphs are handled between tables and blocks. - Nested <pre> and <code> tags are now escaped. Much better handling of HTML inside <pre> tags. Really: quite nice. - Patch from Florian Gross to fix an html filtration inconsistency.
2005-09-04fix compilation after PHP 4.4.x upgradejdolecek1-3/+3