summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2004-08-03Missed in the previous tei-html update.minskim1-2/+1
2004-08-03Bump PKGREVISION for teixsl-html and teixsl-fo and regenerateminskim7-34/+15
distinfo, because the distfiles were updated with some functional changes but have the same file name and version number. Changes include updating author's email address, correcting typos, and adding missing HTML tags. pkgsrc change: - Use XML_ENTRIES instead of installing a separate catalog file, because it adds only one entry.
2004-08-03Bump PKGREVISION and set DIST_SUBDIR=${PKGNAME} because the distfileminskim3-9/+10
was updated with some functional changes while having the same file name and version number. Changes include DTD public identifier changes, more documentations, and copyright notice. While here, update my email address.
2004-08-02Add two patches:wiz4-2/+72
. build fix for sparc64 . bug fix to make xorg-docs build Both from official groff CVS via Werner Lemberg. Bump PKGREVISION.
2004-07-30update to 0.3.5recht3-6/+50
Major changes: * improved, extended and reorganized documentation; see http://docutils.sourceforge.net/docs/ * new cvs-table directive * many minor improvements, additions and bug fixes For a detailed list see: http://docutils.sourceforge.net/0.3.5/HISTORY.html
2004-07-25link against libm on Solaris for sqrt(), as well as libCrun and libCstdgrant1-1/+8
when using SunPro so libaspell.so can resolve all symbols required. bump PKGREVISION for library dependency change.
2004-07-25bump to 20040725.grant1-2/+2
2004-07-25sync with src:grant1-3/+3
Usage: Options before arguments; add -E.
2004-07-25sync with src:grant1-6/+6
Sort options.
2004-07-25sync with src:grant1-3/+3
Yet another s/xmalloc/xrealloc/ so that large multi line text can be added.
2004-07-24Make it compile with SunPro C++salo7-2/+137
2004-07-22add python as categoryrecht17-34/+34
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-20update to XML-Parser 2.34recht2-6/+5
ok'd by bad@ changes: (none given for 2.34..) 2.33 - Fixed Tree style (grantm) - Fixed some non-utf8 stuff in DTDs (patch in XML::DOM tarball) 2.32 - Memory leak fix (Juerd Waalboer). - Added windows-1252 encoding - Styles moved to separate .pm files to make loading faster and ease maintainence - Don't load IO::Handle unless we really need to
2004-07-19Update p5-XML-Simple to 2.12. Distfile for 2.07 has vanished from the mirrors.bad2-5/+5
Relevant changes since 2.07: - added NumericEscape option - added ValueAttr option (patch from Anton Berezin) - suppress 'wide character in print' warning (reported by Dawei Lin) - Added AttrIndent option (patch from Volker Moell) - Hash keys are now sorted alphabetically by default; enable the new NoSort option if you don't want this (patch from Volker Moell) - Fixed bug where disabling array folding broke anonymous array handling - Fixed bug when unfolding a tied hash - SuppressEmpty patch from Douglas Wilson - POD update re XMLin(XMLout($data)) caveats (bug report from Slaven Rezic) - fixed hash ordering assumption in test script (reported by Michel Rodriguez) - fixed variable expansion not happening in attributes (patch from Paul Bussé)
2004-07-17Update to 3.3.schmonz2-5/+5
Changes in 3.2: * use cjkcodecs and iconv_codec if available * always convert feed to UTF-8 before passing to XML parser * completely revamped logic for determining character encoding and attempting XML parsing (much faster) * increased default timeout to 20 seconds * test for presence of Location header on redirects * added tests for many alternate character encodings * support various EBCDIC encodings * support UTF-16BE and UTF16-LE with or without a BOM * support UTF-8 with a BOM * support UTF-32BE and UTF-32LE with or without a BOM * fixed crashing bug if no XML parsers are available * added support for "Content-encoding: deflate" * send blank "Accept-encoding: " header if neither gzip nor zlib modules are available Changes in 3.3: * optimize EBCDIC to ASCII conversion * fix obscure problem tracking xml:base and xml:lang if element declares it, child doesn't, first grandchild redeclares it, and second grandchild doesn't * refactored date parsing * defined public registerDateHandler so callers can add support for additional date formats at runtime * added support for OnBlog, Nate, MSSQL, Greek, and Hungarian dates (ytrewq1) * added zopeCompatibilityHack() which turns FeedParserDict into a regular dictionary, required for Zope compatibility, and also makes command-line debugging easier because pprint module formats real dictionaries better than dictionary-like objects * added NonXMLContentType exception, which is stored in bozo_exception when a feed is served with a non-XML media type such as "text/plain" * respect Content-Language as default language if not xml:lang is present * cloud dict is now FeedParserDict * generator dict is now FeedParserDict * better tracking of xml:lang, including support for xml:lang="" to unset the current language * recognize RSS 1.0 feeds even when RSS 1.0 namespace is not the default namespace * don't overwrite final status on redirects (scenarios: redirecting to a URL that returns 304, redirecting to a URL that redirects to another URL with a different type of redirect) * add support for HTTP 303 redirects
2004-07-13Add p5-Data-Formvalidator subdirectoryerh1-1/+2
2004-07-13Add package p5-Data-FormValidator version 3.59erh4-0/+37
Validates used input based on input profile
2004-07-12the trick with setting PHP_ICONV in environment doesn't work withjdolecek1-3/+12
more recent PHP anymore, so use USE_BUILDIN.iconv test to select the appropriate iconv parameter value fixes compilation on NetBSD 1.6.x and other systems without builtin iconv, and thus PR pkg/26212 and PR pkg/26213 package behaviour unchanged, so no PKGREVISION bump done
2004-07-11Add a standard that will be in the next groff release.wiz1-0/+3
No PKGREVISION bump since the 1.19.1 update was committed only a short while ago.
2004-07-11Update to 1.19.1:wiz9-167/+70
Groff ----- o The argument of the command line option `-I' is now also passed to troff and grops, specifying a directory to search for files on the command line, files named in `so' and `psbb' requests, and files named in \X'ps: file' and \X'ps: import' escapes. o If option `-V' is used more than once, the commands will be both printed on standard error and run. Troff ----- o Two new read-only, string-valued registers `.m' and `.M' return the name of the current drawing and background color, respectively. o New read-only register `.U' which is set to 1 if in safer mode and set to 0 if in unsafe mode. o An input encoding file for latin-5 (a.k.a. ISO 8859-9) has been added. Example use: groff -Tdvi -mlatin5 my_file > my_file.dvi Note that some output devices don't support all glyphs of this encoding. o If the `return' request is called with an argument, it exits twice, namely the current macro and the macro one level higher. This is used to define a wrapper macro for `return' in trace.tmac. o For completeness, two new requests have been added: `dei1' and `ami1'. They are equivalent to `dei' and `ami', respectively, but the macros are executed with compatibility mode off (similar to `de1' and `am1'). o New command line option `-I' to specify a directory for files (both those on the command line and those named in `psbb' requests). This is also handled by the groff wrapper program. o Since version 1.19 you can say `.vs 0'. Older versions emit a warning and convert this to `.vs \n[.V]'. This hasn't been documented properly. Note that `.vs 0' isn't saved in a diversion since it doesn't result in vertical motion. Pic ___ o Dashed and dotted ellipses have been implemented. Tbl --- o New key character `x' to make tbl call a user-defined macro on a table cell. Patch by Heinz-Jürgen Oertel <hj.oertel@surfeu.de>. Grap2graph ---------- o A new script contributed by Eric S. Raymond <esr@thyrsus.com>. It converts a grap diagram into a cropped image. Since it uses gs and the PNM library, virtually all graphics formats are available for output. [Note that the grap program itself isn't part of the groff package; see the file MORE.STUFF how to obtain grap.] Grohtml ------- o New option `-j' to emit output splitted into multiple files. Grops ----- o New command line option `-I' to specify a directory to search for files on the command line and files named in \X'ps: import' and \X'ps: file' escapes. This is also handled by the groff wrapper program. o The default value for the `broken' keyword in the DESC file is now 0. Grolj4 ------ o A new man page `lj4_font(5)' documents how fonts are accessed with grolj4. o The built-in fonts for LJ4 and newer PCL 5 devices have been completely revised, mainly to access as much glyphs as possible. The provided metric files should be compatible with recent PCL 5 printers also. Additionally, font description files have been added for the Arial and Times New Roman family, the MS symbol, and Wingdings fonts. Afmtodit -------- o New option `-x' to prevent use of built-in Adobe Glyph List. Hpftodit -------- o Completely revised to handle HP TrueType metric files also. See the hpftodit manual page for more details. Groffer ------- o This version is a rewrite of groffer in many parts, but it is kept in the old single script style. New options: --text, --mode text, --tty-viewer, --X, --mode X, --X-viewer, --html, --mode html, --html-view, --apropos-data, --apropos-devel, --apropos-progs. New documentation file: README_SH. Enhancement of the configuration files and the `apropos' handling. Macro Packages -------------- o www.tmac: New macro `JOBNAME' to split output into multiple files. o In mdoc, multiple calls to `.Lb' are now supported in the LIBRARY section.
2004-07-10Fix build on 2.0.wiz2-17/+16
2004-07-09Remove references to p5-Data-FormValidator for now.salo1-2/+1
The package was accidentaly removed while cleaning up the src/ misimport.
2004-07-09<tab>, not 4x<space> (hi erh!).salo1-2/+2
2004-07-09set the GROFF and TBL variables to the full pathdrochner1-4/+9
2004-07-08Add the p5-Data-FormValidator subdirectoryerh1-1/+2
2004-07-07add this to allow pkgs to depend on groff, whether it is part of thedrochner2-0/+30
base system or not
2004-07-07Set USE_JAVA2, so we can use sun-jre* packages, USE_BUILDLINK3 must bextraeme1-2/+3
set to [Yy][Ee][Ss].
2004-07-07Update to version 4.1.1.seb4-5/+32
Disable the config.status overriding, it causes config.status to be rerun... FYI an alternative would be to use GNU make! Changes since last packaged version: Sed 4.1.1 * preserve permissions of in-place edited files * yield an error when running -i on terminals or other non regular files * do not interpret - as stdin when running in in-place editing mode * fix bug that prevented 's' command modifiers from working
2004-07-06buildlink2 -> buildlink3 in comment.wiz1-2/+2
2004-07-06Unused.wiz1-19/+0
2004-07-06Apply patch frombouyer2-6/+26
http://lists.gnu.org/archive/html/bug-gnu-utils/2002-03/msg00359.html requested by Georg Schwarz in private mail: make it compile with non-gcc compilers.
2004-07-06Update php4 package to 4.3.7.jdolecek2-4/+4
Change list from release notes: * Synchronized bundled GD library with GD 2.0.23. * Fixed a bug that prevented compilation of GD extensions against FreeType 2.1.0-2.1.2. * Fixed thread safety issue with informix connection id. * Fixed incorrect resolving of relative paths by glob() in windows. * Fixed mapping of Greek letters to html entities. * Fixed a bug that caused an on shutdown crash when using PHP with Apache 2.0.49. * Fixed a number of crashes inside pgsql, cpdf and gd extensions. All in all this release fixes over 30 bugs that have been discovered and resolved since the 4.3.6 release.
2004-07-06Catch up with the libxslt update and update to 1.1.8recht2-5/+5
Python related changes: 1.1.8: July 5 2004: - bug fixes: undefined namespace message (William Brack), search engine (William), multiple namespace fixups (William), namespace fix for key evaluation (William), Python memory debug bindings,
2004-07-06catch up with libxml2 update and update to 2.6.11recht2-5/+5
Python related changes: 2.6.11: July 5 2004: - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX properly initialize the library (William), empty node set in XPath (William), xmlSchemas errors (William), invalid charref problem pointed by Morus Walter, XInclude xml:base generation (William), Relax-NG bug with div processing (William), XPointer and xml:base problem(William), Reader and entities, xmllint return code for schemas (William), reader streaming problem (Steve Ball), DTD serialization problem (William), libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on Python classes, xmlReader buffer bug, Python bindings memory interfaces improvement (with Stéphane Bidoul), Fixed the push parser to be back to synchronous behaviour. - improvement: custom per-thread I/O enhancement (Rob Richards), register namespace in debug shell (Stefano Debenedetti), Python based regression test for non-Unix users (William), dynamically increase the number of XPath extension functions in Python and fix a memory leak (Marc-Antoine Parent and William) 2.6.10: May 17 2004: - portability: problem with xpath.c on Windows (MSC and Borland), memcmp vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not use "list" as parameter name, make tests work with Python 1.5 (Ed Davis),
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht4-7/+8
2004-07-06Raise DEPENDS to the latest and greatest (1.1.8) since, as noted by wiz,recht1-2/+2
we have to do a recursive PKGREVISION bump anyway since libxslt now needs libgcrypt..
2004-07-06libxslt needs libgcrypt to buildrecht2-2/+4
2004-07-06Update textproc/libxslt to 1.1.8.xtraeme3-11/+11
1.1.8: July 5 2004: - build fixes: Windows runtime options (Oliver Stoeneberg), Windows binary package layout (Igor Zlatkovic), libgcrypt version test and link (William) - documentation: fix libxslt namespace name in doc (William) - bug fixes: undefined namespace message (William Brack), search engine (William), multiple namespace fixups (William), namespace fix for key evaluation (William), Python memory debug bindings, - improvements: crypto extensions for exslt (Joel Reed, William)
2004-07-06Update textproc/libxml2 to 2.6.11.xtraeme3-10/+10
2.6.11: July 5 2004: - Schemas: a lot of changes and improvements by Kasimier Buchcik for attributes, namespaces and simple types. - build fixes: --with-minimum (William Brack), some gcc cleanup (William), --with-thread-alloc (William) - portability: Windows binary package change (Igor Zlatkovic), Catalog path on Windows - documentation: update to the tutorial (John Fleck), xmllint return code (John Fleck), man pages (Ville Skytta), - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX properly initialize the library (William), empty node set in XPath (William), xmlSchemas errors (William), invalid charref problem pointed by Morus Walter, XInclude xml:base generation (William), Relax-NG bug with div processing (William), XPointer and xml:base problem(William), Reader and entities, xmllint return code for schemas (William), reader streaming problem (Steve Ball), DTD serialization problem (William), libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on Python classes, xmlReader buffer bug, Python bindings memory interfaces improvement (with Stéphane Bidoul), Fixed the push parser to be back to synchronous behaviour. - improvement: custom per-thread I/O enhancement (Rob Richards), register namespace in debug shell (Stefano Debenedetti), Python based regression test for non-Unix users (William), dynamically increase the number of XPath extension functions in Python and fix a memory leak (Marc-Antoine Parent and William) - performance: hack done with Arjan van de Ven to reduce ELF footprint and generated code on Linux, plus use gcc runtime profiling to optimize the code generated in the RPM packages.
2004-07-04Really test CC_VERSION, as previous commit message suggests.wiz1-2/+2
2004-07-03test CC_VERSION instead of USE_MIPSPRO.grant1-3/+3
2004-07-02bl2 -> bl3 in comment.wiz1-2/+2
2004-07-01update to 1.1.7 and take maintainershiprecht3-11/+12
use xmlsoft's FTP since GNOME's hasn't got this version 1.1.7: May 17 2004 - build fix: warning about localtime_r on Solaris - bug fix: UTF8 string tokenize (William Brack), subtle memory corruption, linefeed after comment at document level (William), disable-output-escaping problem (William), pattern compilation in deep imported stylesheets (William), namespace extension prefix bug, libxslt.m4 bug (Edward Rudd), namespace lookup for attribute, namespaced DOCTYPE name
2004-07-01update to 2.6.10 and take maintainershiprecht3-10/+11
use xmlsoft's FTP since GNOME's hasn't got this version 2.6.10: May 17 2004 - build fixes: --without-html problems, make check without make all - portability: problem with xpath.c on Windows (MSC and Borland), memcmp vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not use "list" as parameter name, make tests work with Python 1.5 (Ed Davis), - improvements: made xmlTextReaderMode public, small buffers resizing (Morten Welinder), add --maxmem option to xmllint, add xmlPopInputCallback() for Matt Sergeant, refactoring of serialization escaping, added escaping customization - bugfixes: xsd:extension (Taihei Goi), assorted regexp bugs (William Brack), xmlReader end of stream problem, node deregistration with reader, URI escaping and filemanes, XHTML1 formatting (Nick Wellnhofer), regexp transition reduction (William), various XSD Schemas fixes (Kasimier Buchcik), XInclude fallback problem (William), weird problems with DTD (William), structured error handler callback context (William), reverse xmlEncodeSpecialChars() behaviour back to escaping '"'
2004-06-30Update to 3.1. From the changelog:schmonz2-5/+5
* added and passed tests for converting HTML entities to Unicode equivalents in illformed feeds (aaronsw) * added and passed tests for converting character entities to Unicode equivalents in illformed feeds (aaronsw) * test for valid parsers when setting XML_AVAILABLE * make version and encoding available when server returns a 304 * add handlers parameter to pass arbitrary urllib2 handlers (like digest auth or proxy support) * add code to parse username/password out of url and send as basic authentication * expose downloading-related exceptions in bozo_exception (aaronsw) * added __contains__ method to FeedParserDict (aaronsw) * added publisher_detail (aaronsw)
2004-06-29Update to 1.9:wiz2-5/+5
John Franklin's support for the Vt macro in mdoc. Tuning for Psyco.
2004-06-28Update to bl3. All test built with jdk or sun-jdk14.abs6-12/+12
jakarta-tomcat4 has other issues independant of this - will patch next
2004-06-28Switch to buildlink3abs1-2/+2
2004-06-28This is a C99 program, so require gcc3.kristerw1-1/+3
2004-06-27Remove xml-i18n-tools. This package is obsolete: the homepage is notjmmv5-80/+1
available, intltool provides its funcionality, and some Linux systems I checked do not provide it any more.