summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2007-04-11Update to 0.10.3:wiz2-6/+6
Changes in 0.10.3: ------------------ * Fixed build issue with --disable-scrollkeeper, bug #427939 (Shaun McCance) Changes in 0.10.2: ------------------ ** general: * Use gawk -W compat whenever $(AWK) is gawk (Shaun McCance) ** tools: * Don's call ScrollKeeper when it's not installed; bug #410715 (Shaun McCance) ** xml2po: * Display xsltproc invocation, honor its exit status, and pull the source from srcdir; bug #169324 (Danilo Šegan) ** Updated translations: gl (Ignacio Casal Quinteiro) sq (Laurent Dhima)
2007-04-10Kill a completely bogus fragment of configure (also dead upstream)joerg3-5/+33
and fix the issue in po/Makefile.in.in directly.
2007-04-10update to 1.8drochner3-11/+16
pkgsrc change: make SGML output optional, off per default, which saves the heavyweight dependency on jade other changes: o Made it easier to include example code in the source code comment blocks. "|[ ... ]|" can be used to delineate example code (it just gets converted to "<informalexample><programlisting>"), and most of the text in example code is left as it is. The only thing that is still expanded is '#' to allow links to a symbol's documentation, e.g. '#GtkWidget'. o Made the field widths wider for the HTML output, so it looks a bit nicer. o Added a '--rebuild-sections' option to gtkdoc-scan to automatically rebuild the MODULE-sections.txt file. This only works if all the header files are organized neatly and functions don't need rearranging in the docs. o Added a '--rebuild-types' option to gtkdoc-scan to automatically rebuild the MODULE.types file, so you don't need to add new types manually. o Leave CDATA sections as they are, in the extra XML content files and within source code comment blocks. o Allow the section id and #include's to be set within the "SECTION:" comment block, using "@Section_ID:xxx" and "@Include:". o Added "--default-includes" option to specify the default #include's (for people who are using --rebuild-sections and so can't specify it in MODULE-sections.txt). o Added a '--query-child-properties' argument to help document child properties of arbitrary GObjects (used by things like canvas widgets). o Fixed documentation of signals of interfaces.
2007-04-09Update to 1.0:wiz3-8/+9
iso-codes 1.0 ------------- Tobias Toedter <t.toedter@gmx.net> Mon, 4 Dec 2006 [ ISO-3166 translations ] * Bulgarian (bg.po) updated by Damyan Ivanov. Closes: #396368 * Bosnian (bs.po) updated by Safir Šećerović. Closes: #396395 * Portuguese (pt.po) updated by Miguel Figueiredo. Closes: #399233 * Norwegian Nynorsk (nn.po) updated by Håvard Korsvoll. Closes: #401343 * Malayalam (ml.po) added by Praveen. Closes: #401438 [Alastair McKinstry] * New major version number. The XML Schema is now considered stable (has not changed in over 1 year) and v1.0 is now released. Note that this is identical to 0.5*; only the version number has changed. [ Tobias Toedter ] * Fix typo for GB-SOM in iso_3166_2.xml and update all .po files. Thanks to Freek de Kruijf for the bug report.
2007-04-06Fixes build problem on NetBSD.obache2-4/+4
2007-04-05Update my mail address to @NetBSD.org and remove some redundant lines.obache2-6/+2
2007-04-01Fixed PKGMANDIR.rillig2-4/+4
2007-04-01Change my mail address to @NetBSD.org.obache2-4/+4
2007-03-31Use .so and not .dylib in PLIST other than Darwin.obache2-23/+31
Bump PKGREVISION for the PLIST change.
2007-03-28When setting DIST_SUBDIR, distinfo needs updating too.wiz1-4/+4
2007-03-25Make everybody fetch the new .zip file by adding DIST_SUBDIR. Thanks to Joergheinz1-1/+2
Sonnenberger and Jeremy C. Reed for reminding me about this.
2007-03-25Recalculated checksums because the .zip had changed, although theheinz1-4/+4
content remained exactly the same.
2007-03-24Enabled p5-Encode-Detect.heinz1-1/+2
2007-03-24Initial import of p5-Encode-Detect 1.0 from pkgsrc-wip.heinz4-0/+36
The package was created by Hiramatsu Yoshifumi, with some very small changes by me: - different wording in COMMENT - BUILD_DEPENDS instead of DEPENDS. The required version of p5-ExtUtils-CBuilder is not specified in Build.PL, so I left it that way. - Added USE_LANGUAGES. ===================================== This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset. It is similar to Encode::Guess, but does not require the configuration of a set of expected encodings. Like Encode::Guess, it only supports decoding--it cannot encode.
2007-03-24Prepare for switching to NO_MTREE=yes.joerg3-3/+6
2007-03-24Needs msgfmt.joerg1-2/+2
2007-03-24Relinquish MAINTAINER.schmonz2-4/+4
2007-03-23update to ICU 3.6recht7-49/+52
Major changes in ICU 3.6 include the following: - Unicode: ICU uses and supports Unicode 5.0, which is the latest major release of Unicode. Unicode 5.0 will be used in many operating systems and applications, and this version of ICU is important maintain interoperability with these new operating systems and applications. More information about Unicode 5.0 can be found in the Unicode press release. - Locale Data: ICU uses and supports data from Common Locale Data Repository (CLDR) 1.4, which includes many improvements in quality and quantity of data. There is 25% more CLDR locale data in 245 locales in ICU. - ICU4C Specific Changes - Charset Detection: A charset detection framework was added, which provides heuristics for detecting the charset for unlabeled sequences of bytes. - Layout: The font layout engine has support added for Tibetan, Sinhala and Old Hangul. - BiDi: The BiDi algorithm was enhanced to be more flexible and efficient - ICU Data Management: The new icupkg tool provides an easier way to manage ICU's data library. This tool allows you to add, update or remove data from ICU's data archive. - Time Zones The time zone data is modularized to allow easier building and updating of the data. - Word Boundaries: The Thai word break iteration was improved to be more accurate. Also dictionary based detection of Thai word boundaries is now active for all locales. - UText - The BreakIterator uses UText for abstract text processing. - 64-bit indexing is now used to allow access to larger chunks of text. - API for read-only locking for security and robustness was added. - Performance - The u_sprintf/u_sscanf performance from the icuio library has been improved for number formatting/parsing. - Constructing a DateFormat is significantly faster for many locales. - Opening and closing a charset converter is significantly faster. - The UTF-8 transformation functions and macros are faster. - The UText API was improved for performance. - The collation open and close functions have a small performance improvement.
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!