summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2004-04-17Make helpdeco build and run in Linux.ben1-1/+9
2004-04-16Convert to buildlink3.snj1-2/+2
2004-04-15The buildlink2 framework does nothing with .pc files -- remove themwiz2-4/+2
from the buildlink2.mk files.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-3/+2
*-dirs packages.
2004-04-13compiler.mk needs to be included before we can test CC_VERSION.sketch1-1/+3
2004-04-13Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-12During print-PLIST, print comments and do not remove the catalog files underjmmv1-1/+6
share/(xml|sgml) nor these directories themselves.
2004-04-12During print-PLIST, do not output files inside scrollkeeper's databasejmmv1-1/+7
(libdata/scrollkeeper), and for the removal of the share/omf directory, print a comment telling that it's beeing removed by this package.
2004-04-12Remove the -DGTK_DISABLE_DEPRECATED (namespace protection) definekristerw2-1/+14
so that this package build with the include files from the devel/libgnomeui-2.6.0 package.
2004-04-12- bl3ify.minskim1-4/+7
- Enable pkgviews installation. - NO_BUILD=yes and USE_LANGUAGE=#empty since this package builds nothing. - Update my email address.
2004-04-12bl3ify and enable pkgviews installation.minskim1-3/+5
2004-04-12Enable pkgviews installation.minskim1-1/+3
2004-04-11No longer used.snj1-33/+0
2004-04-11No longer used.snj1-35/+0
2004-04-11No longer used.snj1-25/+0
2004-04-11Re-add dependency to ruby-strscan package since ruby-rdtool packagetaca1-3/+4
depends to it at runtime. Bump package revision.
2004-04-11No longer used.snj1-24/+0
2004-04-11Convert to buildlink3.snj2-2/+21
2004-04-10Update py-libxslt to 1.1.5.minskim4-69/+233
Changes since 1.1.2: - patch for OS-X - enums export
2004-04-10Update py-libxml2 to 2.6.8.minskim2-6/+8
Changes since 2.6.5: - Canonicalization C14N support added - 2.3 compatibility, whitespace fixes
2004-04-08Bump BUILDLINK_DEPENDS.expat from 1.95.4 to 1.95.7.reed2-4/+4
The expat-1.95.6nb1 package has libexpat.so.4.0 and expat-1.95.7 has libexpat.so.5.0. I noticed this because I had a fontconfig package built against libexpat.so.4 which installed fine on another box with expat-1.95.7 (libexpat.so.5). The fontconfig package should have required the expat as now available in pkgsrc. Please note that I have not bumped PKGREVISIONs for all the packages depending on this.
2004-04-06Fix PLIST under Linux. Also attempt to fix under IRIX and SunOS (though,jmmv2-3/+21
untested).
2004-04-05Added lua-expat-1.0axtraeme1-1/+2
2004-04-05Initial import of lua-expat from pkgsrc-wip, packaged by pancake.xtraeme7-0/+101
LuaExpat is a XML parser based on the Expat XML parser. It allows Lua programs to: - Process a XML document incrementally , thus being able to handle huge documents without memory penalties; - Register handler functions wich are called by the parser during the processing of the document, handling the document elements or text.
2004-04-04update to 2.8recht8-101/+70
Lot's of changes and fixes. For example: # Number Formatting ICU4C adds support for formatting and parsing of 64-bit integers. # Text Analysis (Break Iterators) Full conformance with Unicode Consortium UAX 29 and UAX 14 definitions for text boundary positions. Significantly improved performance for reverse direction iteration and isBoundary tests of arbitrary string positions. # StringPrep ICU 2.8 adds APIs and a tool for generic support of StringPrep profiles such as those used in NFS 4. For a complete list see: http://oss.software.ibm.com/icu/download/2.8/index.html
2004-04-02Update p5-Text-CSV-Hash to 0.18:abs2-5/+6
Fix error in sample code, and switch to .tbz
2004-04-01Update to 0.5.0:jmmv5-68/+38
- better regression suite framework [Dodji Seketeli] - support of the 'color' property gathering [Benjamin Dauvergne] - furious memory leaks/corruptions hunting [Dodji Seketeli, Rob BUIS] - total support of the !important keyword [Dodji Seketeli, Rob BUIS] - selectors evaluation in csslint [Dodji Seketeli, Rob BUIS] - fix compilation warnings [David A Knight, Dodji Seketeli] - more complete CSS statement serialisation [Dodji Seketeli] - better gathering of style information [Dodjij Seketeli] - better cascading algorithm conformance [Dodji Seketeli, Rob BUIS] - @import rule parsing fix [Dodji Seketeli] - support of CSS3 indentifiers [Dodji Seketeli] - better w3c DOM integration support [Rob BUIS, Dodji Seketeli] - many parsing fixes [Dodji Seketeli] - style structure debuging facility [Dodji Seketeli] - better fragment parsing support [Dodji Seketeli] - Split libcroco and sewfox [Dodji Seketeli] - class selector evaluation fix [Rob BUIS] - csslint cleanup and bugfixes [Dodji Seketeli] - :first-child pseudo class selector support [Dodji Seketeli] - pluggable pseudo class selectors evaluators [Dodji Seketeli]
2004-04-01Update libxslt to 1.1.5xtraeme4-41/+29
Changes: 1.1.5: Mar 23 2004: - performance: use dictionnary lookup for variables - remove use of _private from source documents - cleanup of "make tests" output - bugfixes: AVT in local variables, use localtime_r to avoid thread troubles (William), dictionary handling bug (William), limited number of stubstitutions in AVT (William), tokenize fix for UTF-8 (William), superfluous namespace (William), xsltproc error code on <xsl:message> halt, OpenVMS fix, dictionnary reference counting change.
2004-04-01Added xmlindent-0.2.16.xtraeme1-1/+2
2004-04-01Initial import of xmlindent-0.2.16, packaged by pancake from pkgsrc-wip.xtraeme4-0/+28
XML Indent is a XML stream reformatter written in ANSI C. It is analogous to GNU indent.
2004-03-31Find the expat libraries and headers if they come from /usr/X11R6.jlam1-2/+4
2004-03-30Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead.jlam1-2/+2
2004-03-29Update to 1.57; addresses PR 23884. Changes:wiz3-31/+5
- added cloneNode to XML::LibXML::Document - include Schema/RelaxNG code only with libxml2 >= 2.6.0 (to support old libxml2) - applied patch to example/cb_example.pl (bug 4262) - fixed insertBefore/insertAfter on empty elements (bug 3691) - more DOM conformant XML::LibXML->createDocument API (by Robin Berjon) - fixed encoding problems with API calls in document encoding - improved support for importing DTD subsets - fixed DTD validation error reporting problems with libxml2-2.6.x - fixed compilation problems with libxml2-2.6.x - fixed XML::LibXML::Number to support negative numbers - added XML Schema validation interface (XML::LibXML::Schema) - added XML RelaxNG validation interface (XML::LibXML::RelaxNG) - Michael K. Edwards' patch applied with some amendments from Petr Pajas: * add debian build files (I added SKIP_SAX_INSTALL flag for Makefile.PL and changed the patch so that it doesn't disable sax parser registration completely by default, and rather made debian build use this flag) * general cleanup (use SV_nolen, etc.) * SAX parsers cleanup * general error reporting code cleanup/rewrite, try preventing possible memory leaks * recover(1) now triggers warnings (disable with $SIG{__WARN__}=sub {}) * slighlty more strict parse_string behavior (now same as when parsing fh, etc): e.g. parse_string("<foo:bar>"), i.e prefix without NS declaration, raises error unless recover(1) is used * documentation fixes/updates * slightly updated test set to reflect the new slightly more strict parsing. - fixed default c14n XPath to include attributes and namespaces (Petr Pajas) - make libxml2's xmlXPathOrderDocElems available through a new $doc->indexElements method - added version information of libxml2 - Les Richardson's documentation patch applied.
2004-03-29+p5-String-Approxtv1-1/+2
2004-03-29Eek, meant to import 3.23, not 3.20. Since this is an update, ChangeLog:tv2-5/+5
===== Mon Nov 30 15:18:15 2003 Jarkko Hietaniemi <jhi@iki.fi> * Safeguards against trying to use greater edit distance than the pattern is long, inspired by 'idallen'. * Advise against using String::Approx for text comparisons, since String::Approx is meant for strings. * Released as 3.23. Sun Oct 19 12:17:20 2003 Jarkko Hietaniemi <jhi@iki.fi> * adistr($pattern, @inputs) returned absolute, not relative, distances in list context, reported by 'idallen'. * Released as 3.22. Sat Oct 18 10:29:30 2003 Jarkko Hietaniemi <jhi@iki.fi> * asubstitute() didn't substitute in $_ as promised, reported by Tim Maher. * Released as 3.21.
2004-03-29String::Approx lets you match and substitute strings approximately.tv4-0/+26
With this you can emulate errors: typing errorrs, speling errors, closely related vocabularies (colour color), genetic mutations (GAG ACT), abbreviations (McScot, MacScot).
2004-03-29Alos install ngerman.alias.recht2-3/+7
Bump PKGREVISION.
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam1-9/+9
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam2-4/+6
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29Update p5-XML-Writer to 0.500. Patches provided by Adrian Portelli inminskim2-6/+9
PR pkg/24903. While here, bl3ify and enable pkgviews installation.
2004-03-28Add and enable py-textile.minskim1-1/+2
2004-03-28Import py-textile from pkgsrc-wip. Packaged by Michal Pasternak andminskim5-0/+39
slightly modified by me. Textile is a XHTML generator using a simple markup developed by Dean Allen. This is a Python port with support for code validation, itex to MathML translation, Python code coloring and much more.
2004-03-28Honour PKG_SYSCONFDIR. Bump PKGREVISION.jmmv3-8/+19
2004-03-28Update to 2.6.8:jmmv6-60/+22
2.6.8: Mar 23 2004: - First step of the cleanup of the serialization code and APIs - XML Schemas: mixed content (Adam Dickmeiss), QName handling fixes (Adam Dickmeiss), anyURI for "" (John Belmonte) - Python: Canonicalization C14N support added (Anthony Carrico) - xmlDocCopyNode() extension (William) - Relax-NG: fix when processing XInclude results (William), external reference in interleave (William), missing error on <choice> failure (William), memory leak in schemas datatype facets. - xmlWriter: patch for better DTD support (Alfred Mickautsch) - bug fixes: xmlXPathLangFunction memory leak (Mike Hommey and William Brack), no ID errors if using HTML_PARSE_NOERROR, xmlcatalog fallbacks to URI on SYSTEM lookup failure, XInclude parse flags inheritance (William), XInclude and XPointer fixes for entities (William), XML parser bug reported by Holger Rauch, nanohttp fd leak (William), regexps char groups '-' handling (William), dictionnary reference counting problems, do not close stderr. - performance patches from Petr Pajas - Documentation fixes: XML_CATALOG_FILES in man pages (Mike Hommey) - compilation and portability fixes: --without-valid, catalog cleanups (Peter Breitenlohner), MingW patch (Roland Schwingel), cross-compilation to Windows (Christophe de Vienne), --with-html-dir fixup (Julio Merino Vidal), Windows build (Eric Zurcher)
2004-03-28Update to 2.0:jmmv2-6/+5
First stable version of the 2.x branch, released on 2004/03/26. * Fixed build under HP-UX and Tru64 Unix. * Fixed a crash that occurred during parsing of some malformed XML catalogs.
2004-03-28Regen.uebayasi1-67/+67
2004-03-28Put distfiles in a versioned subdirectory for two version-less files (LIST,uebayasi1-2/+2
LIST-ja).
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz22-28/+44
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23add: USE_LANGUAGES= c c++recht1-1/+2
2004-03-22Fix build with gcc2 on sparc64.snj1-3/+2