summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz4-8/+8
2007-03-21needs gmake/gawk to build cleanly, use gnome2-dirs for share/gnome/helpdrochner2-3/+113
2007-03-20Update to 0.10.1:wiz4-22/+64
Changes in 0.10.1: ------------------ * Fixed a bootstrapping issue, #416933 (Elijah Newren) Changes in 0.10.0: ------------------ ** general: * Fixed buildir/srcdir issue with autogen, #409292 (Loïc Minier) ** tools: * Fixed some brokenness with relative paths, #409341 (Loïc Minier) * Fixed some brokenness with absolute patsh, #169324 (Shaun McCance) ** xml2po: * Fixed bug #413602 (Eduardo Habkost) ** Updated translations: it (Luca Ferretti) lt (Gintautas Miliauskas) pl (GNOME PL Team) pt_BR (Leonardo Ferreira Fontenelle) uk (Maxim Dziumanenko) Changes in 0.9.2: ----------------- * Skip SK category code checks if the param is not passed [#402159] Changes in 0.9.1: ----------------- ** general: * Fixed various circular dependency problems (Christian Persch) * Use po/LINGUAS [#337987] (Brian Pepple) * Added documentation templates (Joachim Noreiko) * Removed some GNUisms [#378739 #378763 #366203] (Shaun McCance) * New bootstrapping mechanism, using gnome-common [#340128] (Shaun McCance) * Added ACLOCAL_AMFLAGS for autoreconf [#355521] (dmacks) * Use $(AWK) instead of awk [#358161] (James Andrewartha) * Fixed non-portable test expression [#362505] (Thomas Klausner) * Removed the never-really-worked xsldoc and rngdoc (Shaun McCance) * Install the .pc file when build utils are disabled [#355553] (Mariano Suárez-Alvarez) ** xml2po: * Updates to tests (Danilo Šegan) * Added some caching of values (Danilo Šegan) * Added an XHTML mode (Claude Paroz, Danilo Šegan) * Really ignore ignored tags [#378073] (Danilo Šegan) * Ignore untranslated message in reuse mode [#381607] (Danilo Šegan) * Speed improvements [#363451] (Alexander Nedotsukov) ** tools: * Added gnome-doc-tool for processing documentation (Shaun McCance) * Provide a 3-argument variant of GNOME_DOC_INIT [#392424 #350441] (Christian Persch) ** xslt: * Allow pubdate and edition instead of revision in db2omf (Shaun McCance) * Added an explicit check for scrollkeeper_cl.xml in db2omf (Shaun McCance) * Made all db2omf errors error out, for great justice (Shaun McCance) * Check for invalid category codes in db2omf (Shaun McCance) * Added new inline documentation to XSLT (Shaun McCance) * Added xi and fxi to exclude-result-prefixes (Mariano Suárez-Alvarez) * Python classsynopsis elements no longer act like C++ (Shaun McCance) * Fixed some documentation typos (Shaun McCance) * Added a utility XSLT file to list media files (Shaun McCance) * Removed excessive alpha-thai elements [#323249] (Theppitak Karoonboonyanan) ** Updated translations: ar (Djihed Afifi) en_GB (David Lodge) et (Ivar Smolin) fi (Ilkka Tuohela) he (Yaniv Abir) it (Luca Ferretti)
2007-03-19give away to pkgsrc-userstv2-4/+4
2007-03-18Add buildlink3.mk file.wiz1-0/+19
2007-03-17The ruby binary is not a script. It's a binary. Fixes the followingrillig1-2/+3
error message: => Checking for portability problems in extracted files /usr/pkg/bin/ruby18: 1: Syntax error: "(" unexpected
2007-03-15Update HOMEPAGE to more informative one.taca1-2/+2
2007-03-15Update namazu2 package to 2.0.17.taca3-8/+10
Overview of Changes in Namazu 2.0.17 - Mar 12, 2007 * filter/win32/ole*.pl: correspondence Office 2007. [for Windows] * filter/win32/olevisio.pl: It corresponds to Visio 2000 of another type. For Visio 2007/.vdx file. [for Windows] * OOo bug correction. * for Office Open XML file. [for Windows] * nmzcat: SJIS output. [For Windows] * mailutime: Bug correction related to passing. * To the code in which it considers after 2038(In the direction that doesn't correspond). * File-MMagic: Imported 1.27. * For eml file. * libnmz: Speed-up of retrieval. * nmzchkw.pl: New addition. (contrib) * libnmz: The bug around the memory is corrected. (users-ja#821). * namazu and namazu.cgi: The bug that falls into an infinite loop is corrected. * namazu and namazu.cgi: Correction of HTML emphasis tag. (for Windows) * gcnmz and nmzmerge: The output of the log is corrected and the format is corrected. * namazu and namazu.cgi: The possibility that the buffer overflow cuts it when the template is corrected is corrected. * filter/mp3.pl: MP3-Info 1.21. * namazu.spec.in: add nmzcat, nmzegrep. * namazu.spec.in: fix filter-requires-namazu.sh. * conf/namazurc-sample: It is added to the comment that Suicide_Time is only UNIX. * scripts/mknmz.in: The mistake of the number of dummy arguments of process_file() is corrected. * filter/pdf.pl: 'Unable to convert pdf file (maybe copying protection)' was corrected at option --debug. * filter/msofficexml.pl: Added new fiter. * filter/visio.pl: Added a new filter. * filter/mp3.pl: Support MP3-Info 1.21's behavior. * tests/*: It deals with trouble in which make check fails because of the environment of Mac + gettext 0.14.2. * tests/data/ja/*: Added new file. * Fix some bugs.
2007-03-15Added and enabled p5-Net-Dict.obache1-1/+2
2007-03-15Import p5-Net-Dict version 2.07 from pkgsrc-wip.obache5-0/+47
Pakcaged by Aleksey Cheusov and requested in PR 35469. This distribution contains the Net::Dict module for Perl. Net::Dict is a class implementing a simple client API for the DICT protocol defined in RFC2229.
2007-03-13Add new diffsplit package.ginsbach1-1/+2
2007-03-13This script splits up a unified diff into separate patch files,ginsbach4-0/+38
each of which patches one source file. [port2pkg conversion]
2007-03-12Sync config.{guess,sub} with mk/gnu-configure.joerg2-361/+481
2007-03-08Update to 4.1.5:wiz6-43/+27
Sed 4.1.5 * fix parsing of a negative character class not including a closed bracket, like [^]] or [^]a-z]. * fix parsing of [ inside an y command, like y/[/A/. * output the result of commands a, r, R when a q command is found. ---------------------------------------------------------------------------- Sed 4.1.4 * \B correctly means "not on a word boundary" rather than "inside a word" * bugfixes for platform without internationalization * more thorough testing framework for tarballs (`make full-distcheck') ---------------------------------------------------------------------------- Sed 4.1.3 * regex addresses do not use leftmost-longest matching. In other words, /.\+/ only looks for a single character, and does not try to find as many of them as possible like it used to do. * added a note to BUGS and the manual about changed interpretation of `s|abc\|def||', and about localization issues. * fixed --disable-nls build problems on Solaris. * fixed `make check' in non-English locales. * `make check' tests the regex library by default if the included regex is used (regex tests had to be enabled separately up to now). ---------------------------------------------------------------------------- Sed 4.1.2 * fix bug in 'y' command in multi-byte character sets * fix severe bug in parsing of ranges with an embedded open bracket * fix off-by-one error when printing a "bad command" error
2007-03-07Fixed a segmentation fault on IRIX. Although IRIX provides therillig5-6/+87
REG_STARTEND macro, it doesn't work as expected. A simple test case is: printf '\0\n\0\n' | nbsed /a/d This test does not yet work as expected, but at least it doesn't cause segmentation faults anymore. Handling of '\0' bytes must be improved.
2007-03-07Fix booost::regex test. This feels like a deja-vu, not sure where I hitjoerg3-4/+16
this before. Most likly a broken upstream macro.
2007-03-07Update the hugs additional modules (hugs-HUnit, hugs-unix and hugs-HaXml)jmmv3-7/+41
to the versions corresponding to the 2006-09 release. This should have been done when the main hugs package was updated to this version back in October of past year.
2007-03-05Update hyperestraier and sub pacakges to 1.4.10.obache9-32/+35
Changes: 2006-11-11 Mikio Hirabayashi * estraier.c (est_set_ecode): new function. * estraier.c (est_search_union): scoring of ASIS mode was modified. * estraier.c (est_resmap_add, est_resmap_dump_keys): new functions. * estraier.c (est_narrow_scores): efficiency of narrowing index was improved. * estraier.c (est_utime): new function. * estraier.c (est_cond_scores, est_cond_set_narrowing_scores): new functions. * estraier.c (est_rescc_put): a bug of memory leak was fixed. * estnode.c: the function "est_datum_printf" was replaced by "cbdatumprintf". * estmaster.c (sendnodecmdsearch): accuracy of hints was improved. * estfraud.c (sendnodecmdputdoc): accuracy of hints was improved. * estfraud.c (sendnodecmdputdoc): morphological analyzer support was added. * estfraud.c (sendnodecmdputdoc): accuracy of hints was improved. * estwaver.c (runinit, procinit): "-apn", "-acc", "-sv", "-si", "-sa" options was added. * estscout.c: new file. * estsupt.c: new file. - Release: 1.4.10
2007-03-01Add & enable p5-Text-RewriteRulesseb1-1/+2
2007-03-01Initial import of p5-Text-RewriteRules version 0.10 into the NetBSD Packagesseb4-0/+26
Collection. The Perl 5 module Text::RewriteRules uses a simplified syntax for regexp-based rules for rewriting text. You define a set of rules, and the system applies them until no more rule can be applied
2007-02-27Update to 1.62.001:wiz2-8/+8
1.62 - interface to libxml2's pull-parser XML::LibXML::Reader (initiated by Heiko Klein) - make error messages intended to the user report the line of the application call rather than that of the internal XS call - XML::LibXML::Attr->serializeContent added (convenience function) - fix getAttributeNode etc. w.r.t. #FIXED attributes (as well as some cases with old buggy libxml2 versions) - warn if runtime libxml2 is older than the one used at the compile time - if compiled against libxml2 >= 2.6.27, new parse_html_* implementation is used allowing encoding and other options to be passed to the parser - DOM-compliant nodeNames: #comment, #text, #cdata, #document, #document-fragment - toString on empty text node returns empty string, not undef - cloneNode copies attributes on an element as required by the DOM spec
2007-02-27Update to 0.15:wiz3-28/+23
0.15 08 Feb 2007 Grant McLean - Fixed handling of entities in attribute values - Cleaned up some benign warnings 0.14 23 Apr 2006 Matt Sergeant - Fixed CDATA section parsing (Uwe Voelker) - Fix Makefile.PL for VMS - Support calling set_handler() mid-parse - Fix for when random modules overload UNIVERSAL::AUTOLOAD() - Fix case when ParserDetails.ini isn't being updated but we are doing an upgrade. 0.13 24 Oct 2005 Matt Sergeant - Complete re-write of XML::SAX::PurePerl for performance - Support Encoding & XMLVersion in DocumentLocator interface - A few conformance tweaks to match perl SAX 2.1.
2007-02-27Update to 0.35.5:wiz2-6/+6
Version 0.35.5 * Don't hardcode fallback path to intltool-extract -- bug #399476 (Rodney Dawes) * Fix mkdir race in inltool-merge.in.in -- bug #400788 (Rodney Dawes, Leonardo Boshell) * Update an additional check to use $SRCDIR properly for POTFILES.skip -- bug #391892 (Rodney Dawes) * Handle extracting comments from ini-style files -- bug #390271 (Takao Fujiwara)
2007-02-26Fix *-config script to include rpath. Bump PKGREVISION.wiz1-3/+5
2007-02-26Fix pthread usage. Fix a number of libtool and C issues, that made mejoerg6-6/+69
wonder how this ever compiled.
2007-02-25Update to 2.02:wiz2-6/+6
2.02 Wed Feb 20 2007 - fix a missing test in MANIFEST 2.01 Wed Feb 20 2007 - fix a problem with $VERSION
2007-02-24this is Text::CSV_XS rather than Text::CSVabs1-2/+2
2007-02-24+ enca.wiz1-1/+2
2007-02-24Initial import of enca-1.9:wiz4-0/+58
Enca is an Extremely Naive Charset Analyser. It detects character set and encoding of text files and can also convert them to other encodings. The charset detecting functionality is also available as a library. Enca currently can determine 8bit charsets of Belarussian, Bulgarian, Croatian, Czech, Estonian, Hungarian, Latvian, Lithuanian, Polish, Russian, Slovak, Slovene, Ukrainian, and Chinese texts and also some multibyte encodings, independent on language (provided it's some European language).
2007-02-24Despite appearances to the opposite, xmlrpc-c does not need expat.wiz2-2/+24
It comes with an own patched version. Remove expat dependency and bump PKGREVISION. Add buildlink3.mk file.
2007-02-24Add xmlrpc-c.wiz1-1/+2
2007-02-24Initial import of xmlrpc-c-1.09.00:wiz7-0/+154
XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C and C++. XXX: build system is custom-made (i.e. not using libtool), PLIST will be wrong for many OPSYS -- please fix!
2007-02-22Remove two patches that do not seem needed any longer.wiz3-28/+1
2007-02-22Update to 2.5:wiz11-851/+128
Version 2.5 * fixed lang.map for php files * fixed url.lang * --debug-langdef can be interactive * nohilite.lang that does not perform any highlighting, but only formats the input file into the output format (dealing with output format special characters) * default.lang to which source-highlight falls back when no input language is specified or available * infer script languages * --header and --footer options do not require --doc option * --statistics print elapsed time * highlight cls, dtx and sty LaTeX files * language definition for Tcl * language definition for Sql * language definition for bibtex * infer language of script files Version 2.4 * language definition for C# (thanks to Hemmi Shigeru) * language definition for XML (thanks to Andy Buckley) * language definition for shell scripts (thanks to Dirk Jagdmann) * fixed language definition for HTML (tags with numbers are highlighted, e.g., <h1>) * updated language definition for logtalk (thanks to Paulo Moura) * produces the list of elements of a language definition file (--show-lang-elements) * output format definition for HTML where fonts by default are not fixed width. * bug fix in url regular expressions * bug fix with nonsensitive keywords (thanks to Andrea Ercolino) * improved documentation concerning installation of Boost regex library Version 2.3 * the regex automaton is printed on the standard output (instead of the standard error) * language definition for postscript * DocBook output format * fixed bug in .map files with \r characters * fixed expression for email Version 2.2 * fixed a bug that sigsegv when more than one input file is provided * fixed a compilation error with gcc 4.0 * generate references using ctags * fixed a bug with LaTeX output of " with some inputencs and with latexcolor * handle direct color specifications independently from HTML * fixed conversion of hexadecimal characters in output language definitions * fixed compilation error with regex 1.33 * include man page * language definition for diff output * fixed bugs in generation of the regular expression automaton * extended documentation with some tutorials on input language definitions * generate more compact output (reduced size) * in LaTeX output longtable is not used anymore
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz34-95/+95
Patch provided by Sergey Svishchev in private mail.
2007-02-22Update HOMEPAGE and MASTER_SITES. From Sergey Svishchev.wiz1-4/+4
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz7-16/+16
From Sergey Svishchev in private mail.
2007-02-22Add & enable p5-XML-Filter-DOMFilter-LibXMLseb1-1/+2
2007-02-22Initial import of p5-XML-Filter-DOMFilter-LibXML version 0.02 intoseb4-0/+28
the NetBSD packages Collection. This Perl 5 module provides a compromise between SAX and DOM processing by allowing to use DOM API to process only reasonably small parts of an XML document.
2007-02-22Update to 1.08, changes undocumented.wiz2-7/+6
2007-02-22Update to 0.04:wiz2-7/+8
0.04 Wed Jan 11 10:33:35 UTC 2006 - Oops, fixed the typo in imgbase default URL 0.03 Wed Jan 11 10:17:37 UTC 2006 - Now it requires Text::Emoticon 0.03 - Use MSN site as a default imgbase now
2007-02-22+ p5-Text-Emoticonwiz1-1/+2
2007-02-22Initial import of p5-Text-Emoticon-0.04:wiz4-0/+26
Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's made to become handy to be used in other applications like Kwiki/MT plugins.
2007-02-22Update to 1.03:wiz2-9/+8
1.03 Tue May 3 06:47:39 EDT 2005 - Add shell-quote script. 1.02 Thu Feb 10 22:08:27 EST 2005 - Allow qw(! % + , : @ ^) to appear without being quoted. (This was in 1.01, but I forgot to mention it.) 1.01 Wed Feb 9 20:43:46 EST 2005 - Have shell_quote() croak if the string can't be encoded (currently, if it contains NULs). - Add shell_quote_best_effort() which will return what it can instead.
2007-02-22Update to 0.941:wiz2-7/+7
v0.941 2006-08-18 * Add ExtUtils::CBuilder and ExtUtils::ParseXS as dependencies now that Module::Build doesn't do it's own C handling.
2007-02-22Update to 1.3101:wiz2-8/+7
Change 739 on 2002/08/19 by <gbarr@pobox.com> (Graham Barr) Dont generate PPD Change 738 on 2002/08/19 by <gbarr@pobox.com> (Graham Barr) Dont depend on hash order in t/03seqof.t and try both possible results Change 613 on 2001/04/10 by <gbarr@pobox.com> (Graham Barr) Fix test for 5.7 (test result depends on hash order)
2007-02-19Update to 1.10:wiz2-7/+6
1.10 Tue Feb 13 2007 - fix a bug where lines are hidden when the quote character changes midstream. Reported by Dirk Pape and Sven Sternberger 1.9 Fri Jun 24 15:34:46 EDT 2005 - Manifest cleanup. From Mike Castle
2007-02-19IRIX 6 doesn't have getopt_long as well.rillig1-2/+2
2007-02-18Update to 1.22:wiz2-6/+10
1.22 - December 17th, 2006 - Fix XML::Feed compatability. Make sure $item->{content} is always setup (broke in 1.20, RT#23822, Shlomi, Andreas J. Koenig) - Fix the tests to work on Win32 (RT#23752, Shlomi, Kenichi Ishigaki) - make add_module work for both RSS 1.0 and 2.0 (RT#16191, RT#18907, RT#13209, Ben Trott, Ivan Willis) - Fixed the problem with a version => "2.0" RSS not parsing correctly the namespaced elements in a RSS 1.0 feed (in RT#23822, Shlomi) - Channel->{link | textInput} (sic) property mapping in RSS 2.0 (RT#9862, Shlomi / chatiman) - Don't fail the tests if Test::Pod::Coverage is missing (reported by Andreas J. Koenig) 1.21 - December 5th, 2006 - Support inserting a XSL stylesheet URL into the XML output (RT#11569, Jason A. Smith, Shlomi Fish) - Remove empty lines in the test_manifest - some versions of Test::Manifest doesn't do the right thing with those. (RT#23678, Hugo van der Sanden) - Add Pod::Coverage tests - More Date Conversion (Shlomi) - Fix for a Markup Injection Vulnerability (RT#23435, Shlomi) 1.20 - November 10th, 2006 - Value for $XML::RSS::modules gets destroyed (RT#18755, Shlomi) - Note that YOU CAN NO LONGER USE $XML::RSS::modules, you have to use the add_modules call as documented! - encode generates warnings for undefined text (RT#13523, Mark Stosberg) - Missing last build date value in RSS 2.0 (RT#19417) - renamed the internal encode method to _encode - RSS 2.0 spec allows omission of title from entry (RT#18817, test from Shlomi) - Can't create "0" values in optional items (RT#11415, based on patch from Shlomi - thanks!) - Remove the executable bit from Makefile.PL - Add test to test regression of CPAN RT#5438 (Shlomi) - More tests... 1.12 - October 25, 2006 - Add more tests - make sure META.yml is correctly generated - Fix enclosure parsing (RT#7920, Tatsuhiko Miyagawa) - Incorrect entity encoding in XML output (RT#22467, reported by Stephen Hall) 1.11 - October 19, 2006 - use HTML::Entities instead of the "homegrown" entity encoding code - Minor doc fix (David Steinbrunner) - Fix encoding of the > char, added tests (RT#19420, Shlomi Fish) - XML::RSS ignores output encoding (RT#11124, RT#7343, test failures on win32, Vaclav Haisman, Steve Peters) - encoding of source element (RT#2285) - use base instead of @ISA - Thanks to Shlomi Fish for helping sorting through the RT queue!
2007-02-16fix up garbled sed commanddmcmahill2-4/+4