summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2007-06-08Update to 2.0.1:wiz2-7/+6
Release 2.0.1 Tue June 5 2007 - Fixed bugs #1515266, 1515600: The character data handler's calling of XML_StopParser() was not handled properly; if the parser was stopped and the handler set to NULL, the parser would segfault. - Fixed bug #1690883: Expat failed on EBCDIC systems as it assumed some character constants to be ASCII encoded. - Minor cleanups of the test harness. - Fixed xmlwf bug #1513566: "out of memory" error on file size zero. - Fixed outline.c bug #1543233: missing a final XML_ParserFree() call. - Fixes and improvements for Windows platform: bugs #1409451, #1476160, 1548182, 1602769, 1717322. - Build fixes for various platforms: HP-UX, Tru64, Solaris 9: patch #1437840, bug #1196180. All Unix: #1554618 (refreshed config.sub/config.guess). #1490371, #1613457: support both, DESTDIR and INSTALL_ROOT, without relying on GNU-Make specific features. #1647805: Patched configure.in to work better with Intel compiler. - Fixes to Makefile.in to have make check work correctly: bugs #1408143, #1535603, #1536684. - Added Open Watcom support: patch #1523242.
2007-06-08Update to 2.28. Simplify package.wiz3-15/+12
Changes: 2007-04-12: 2.28. fix tables (tx Pete Savage) 2007-04-09: 2.27. fix line breaks (tx Danny O'Brien) 2007-02-23: 2.26. input unicode better (tx John Cavanaugh for the push)
2007-06-08Update to 0.08:wiz2-6/+6
0.08 Wednesday 2nd May, 2007 Expose glob_to_regex_string (Joshua Hoblitt)
2007-06-07Honour ${COMPILER_RPATH_FLAG} in a SUBST_SED.hoge.uebayasi1-2/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz4-7/+8
affected packages.
2007-06-01Sort.kristerw1-2/+2
2007-05-29Remove Zope 2.2 and related pieces:joerg5-78/+1
databases/zope-mysql lang/py-extclass textproc/py-dtml www/py-pcgi www/py-zpublisher www/zope No objection from pkgsrc-users. cVS: ----------------------------------------------------------------------
2007-05-28The packages supports installation to DESTDIR.heinz1-1/+2
2007-05-26Add ruby-htree.obache1-1/+2
2007-05-26Import ruby-htree version 0.6.obache4-0/+59
htree provides a tree data structure which represent HTML and XML data. * Permissive unified HTML/XML parser * byte-to-byte round-tripping unparser * XML namespace support * Dedicated class for escaped string. This ease sanitization. * HTML/XHTML/XML generator * template engine * recursive template expansion * converter to REXML document
2007-05-26Add ruby-hpricot.minskim1-1/+2
2007-05-26Import ruby-hpricot.minskim5-0/+71
Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree and John Resig's JQuery, but with the scanner recoded in C (using Ragel for scanning).
2007-05-26Add xhtmldiff.minskim1-1/+2
2007-05-26Import xhtmldiff.minskim4-0/+25
xhtmldiff is a tool for generating valid XHTML redline documents from valid XHTML documents.
2007-05-25Update docutils to 0.4markd3-20/+122
Components: * Added an S5/HTML writer and the rst2s5.py front end: multi-platform, multi-browser HTML slide shows. * The newlatex2e writer is nearing completion. * Added a DocTree reader, publish_doctree and publish_from_doctree convenience functions, for document tree extraction and reprocessing. reStructuredText: * Added directives: "container" (generic block-level container), "default-role" (role used for `backtick` syntax), "title" (document title metadata), and "date" (generate the current local date, for substitution definitions). * Length units are now supported for image sizes. * Added standard definition files for special characters etc. Internationalization: * Added Japanese and Simplified Chinese language mappings, and support for double-width CJK-characters in tables and section titles. Documentation: * Added a guide for distributors (package maintainers) and a guide for developers. General: * Added significant Emacs support for reST. * Added a --strip-comments option. * --embed-stylesheet is now the default for the HTML writer (rather than --link-stylesheet).
2007-05-24Add ruby-syntax.minskim1-1/+2
2007-05-24Import ruby-syntax.minskim4-0/+41
Syntax is a lexical analysis framework. It supports pluggable syntax modules, and comes with modules for Ruby, XML, and YAML. It means you can use Syntax to take a body of text representing instructions in some syntax (like Ruby), and break that text into tokens. You could conceivably use it to count the number of classes in a system, or the number of lines of code per method. But Syntax was written specifically with syntax highlighting in mind.
2007-05-20Remove some more gnome1-libs dependencies.wiz5-83/+1
No comment on pkgsrc-users nor from the maintainers after two weeks.
2007-05-19Patch out another unportable "if ! which ..." line.wiz2-5/+14
From Sergey Svishchev.
2007-05-19Stop py-X from installing a configuration file under /etcadrianp4-3/+37
Spotted by joerg@'s bulk builds PKGREVISION++
2007-05-18Updated to version 2.0.0.heinz2-8/+11
Pkgsrc changes: - Package supports installation to DESTDIR. - New requirement p5-version. - Added HOMEPAGE Changes since version 1.95: =========================== 1.96.0 Mon May 1 21:52:37 2006 - Fixed major bug in extract_multiple handling of unknowns - Fixed return value on failure (thanks Eric) - Fixed bug differentiating heredocs and left-shift operators (thanks Anthony) 1.97 Mon May 1 21:58:04 2006 - Removed three-part version number and dependency on version.pm 1.98 Fri May 5 14:58:49 2006 - Reinstated full test suite (thanks Steve!) 1.99.0 Thu Nov 16 07:32:06 2006 - Removed reliance on expensive $& variable (thanks John) - Made Makefile.PL play nice with core versions (thanks Schwern!) 1.99.1 Thu Nov 16 09:29:14 2006 - Included dependency on version.pm (thanks Andy) 2.0.0 Wed Dec 20 10:50:24 2006 - Added patches from bleadperl version (thanks Rafael!) - Fixed bug in second bracketed delimiters (thanks David)
2007-05-17Update to version 0.21.seb2-6/+6
Changes since last packaged version (0.20): Convert::ASN1 0.21 -- Fri Feb 2 20:24:59 CST 2007 Bug Fixes * Fixed problem with indefinite encoding inside an indefinite encoding Enhancements * Added support for type-local ANY DEFINED BY (patch from Leif Johansson)
2007-05-17Pass appropriate flags related to pthread(Should fix build problem on ↵obache4-6/+46
DragonFly). Remove subst for mecab-config, it was unneeded anymore.
2007-05-16Update URL for DocCat.obache1-2/+3
2007-05-15Activated liblrdfheinz1-1/+2
2007-05-15Initial import of liblrdf 0.4.0.heinz4-0/+42
Liblrdf is a library for easy manipulation of RDF files describing LADSPA plugins. It can also be used for general RDF manipulation. Liblrdf can read RDF/XLM and N3 files and export N3 files, it also has a light taxonomic inference capability.
2007-05-15Updated to version 1.4.15.heinz3-8/+30
Pkgsrc changes: - The package supports installation to DESTDIR. - Enabled "make test" - Added libxslt as a requirement so GRDDL support can be built. Relevant changes since version 1.4.10: ====================================== 2007-03-26 Raptor Version 1.4.15 Released GRDDL parser substantially updated to support the GRDDL W3C Working Draft 2 March 2007 Errors for XML parsing and URI 404s are reported much better Fixed reported issues: #0000174, #0000177, #0000178, #0000180 Many other minor fixes and improvements. 2007-01-31 Raptor Version 1.4.14 Released New Turtle serializer by Dave Robillard based on the existing RDF/XML-Abbrev serializer. New GraphViz DOT format serializer by Evan Nemerson. GRDDL parser now does namespace and profile URI recursion and has other improvements and fixes. Fixed reported issues: #0000032, #0000141, #0000143, #0000148, #0000155 and #0000157 Many other fixes and improvements. 2006-10-22 Raptor Version 1.4.13 Released Fixed a memory leak in reusing the XML writer Fixed reported issues: #0000134 Minor updates and fixes to tutorial, configuration and build 2006-08-27 Raptor Version 1.4.12 Released Restore serializer enumeration ordering back to that of 1.4.10 which was causing Redland problems when writing type 'application/rdf+xml'. 2006-08-26 Raptor Version 1.4.11 Released Added network request filtering for parsers Improved the GRDDL parser to read Embedded RDF and HCalendar The Guess parser can now be reused to do multiple guesses The RSS 1.0 Serializer now works again Fixed reported issues: #0000014, #0000041, #0000089, #0000091 , #0000110 and #0000112 Made several other changes, fixes and improvements.
2007-05-13Remove some GNOME1 packages that are unmaintained upstream and/or inwiz5-49/+1
pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though.
2007-05-13Add mirror site mentioned in Namazu Project Wiki:obache1-2/+3
http://www.namazu.org/trac-namazu/trac.cgi/wiki/WikiStart.en
2007-05-12Add and enable MeCab related packages.obache1-1/+9
2007-05-12Initial import of ruby-mecab version 0.95.obache4-0/+31
MeCab ruby module.
2007-05-12Initial import of py-mecab version 0.95.obache4-0/+37
MeCab python module.
2007-05-12Initial import of p5-mecab version 0.95.obache4-0/+27
MeCab perl module.
2007-05-12Initial import of java-mecab version 0.95.obache5-0/+60
MeCab java module.
2007-05-12Initial import of mecab-jumandic version 5.1.20070304.obache4-0/+33
Japanese Morphological Dictionary for MeCab.
2007-05-12Initial import of mecab-ipadic version 2.7.0.20060707.obache4-0/+31
Japanese Morphological Dictionary for MeCab.
2007-05-12Initial import of mecab version 0.95.obache5-0/+53
Yet Another Part-of-Speech and Morphological Analyzer.
2007-05-12Initial import of mecab-base version 0.95.obache5-0/+82
Yet Another Part-of-Speech and Morphological Analyzer.
2007-05-05Using message catalogue files.obache2-2/+6
Pointed out in PR 36254 by Robert Elz. Bump PKGREVISION.
2007-05-03Update to 2.6.28:wiz3-7/+8
2.6.28: Apr 17 2007: - Documentation: comment fixes (Markus Keim), xpath comments fixes too (James Dennett) - Bug fixes: XPath bug (William Brack), HTML parser autoclose stack usage (Usamah Malik), various regexp bug fixes (DV and William), path conversion on Windows (Igor Zlatkovic), htmlCtxtReset fix (Michael Day), XPath principal node of axis bug, HTML serialization of some codepoint (Steven Rainwater), user data propagation in XInclude (Michael Day), standalone and XML decl detection (Michael Day), Python id ouptut for some id, fix the big python string memory leak, URI parsing fixes (Stéphane Bidoul and William), long comments parsing bug (William), concurrent threads initialization (Ted Phelps), invalid char in text XInclude (William), XPath memory leak (William), tab in python problems (Andreas Hanke), XPath node comparison error (Oleg Paraschenko), cleanup patch for reader (Julien Reichel), XML Schemas attribute group (William), HTML parsing problem (William), fix char 0x2d in regexps (William), regexp quantifier range with min occurs of 0 (William), HTML script/style parsing (Mike Day) - Improvement: make xmlTextReaderSetup() public - Compilation and postability: fix a missing include problem (William), __ss_familly on AIX again (Björn Wiberg), compilation without zlib (Michael Day), catalog patch for Win32 (Christian Ehrlicher), Windows CE fixes (Andreas Stricke) - Various CVS to SVN infrastructure changes
2007-05-01Fix a check-interpreter error. Bump PKGREVISION.minskim1-1/+4
2007-05-01Install asciidoc.txt (manual source) and .html in share/doc/asciidoc.gdt2-3/+12
PKGREVISION++.
2007-04-30Activated p5-Feed-Find and p5-XML-Feedheinz1-1/+3
2007-04-30Initial import of p5-XML-Feed 0.12.heinz4-0/+47
XML::Feed is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. The goal of XML::Feed is to provide a unified API for parsing and using the various syndication formats. The different flavors of RSS and Atom handle data in different ways: date handling; summaries and content; escaping and quoting; etc. This module attempts to remove those differ- ences by providing a wrapper around the formats and the classes imple- menting those formats (XML::RSS and XML::Atom::Feed).
2007-04-30Initial import of Perl module Feed-Find 0.06heinz4-0/+41
The Perl module Feed::Find implements feed auto-discovery for finding syndication feeds, given a URI. It (currently) passes all of the auto-discovery tests at http://diveintomark.org/tests/client/autodiscovery/. Feed::Find will discover the following feed formats: * RSS 0.91 * RSS 1.0 * RSS 2.0 * Atom
2007-04-30As a pure Perl module the package does not need a C compiler.heinz1-1/+6
Perl module file does not need to be executable.
2007-04-30The package supports installation to DESTDIR.heinz1-1/+5
This is pure python module, so USE_LANGUAGES should be empty.
2007-04-27Add the usual "default" CPAN homepage.seb1-2/+2
2007-04-27Added xfce4-dict-plugin.martti1-1/+2
2007-04-27Added some Xfce plugins.martti5-0/+54