summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2008-03-20fix RE vulnerabilities (CVE-2007-(4770|4771)), patch from redhatdrochner8-3/+322
via Gentoo bug #208001, bump PKGREVISION
2008-03-15Add DESTDIR support, fixing normal installation as well.joerg4-21/+38
2008-03-15Python itself is supposed to be DESTDIR safe.joerg1-1/+3
2008-03-14Update to 2.0:wiz2-6/+6
iso-codes 2.0 ------------- Tobias Toedter <t.toedter@gmx.net> Sat, 8 March 2008 [ General ] * Recommend the Translation Project in README for adding or updating translations. [ ISO-639 ] * Update to 2008-04-05 (Alsatian, alsacien, suisse alémanique added as alternative names) [ ISO-639 translations ] * Thai by Theppitak Karoonboonyanan. * French by C. Perrier (consistent capitalization) * Vietnamese by Clytie Siddall (TP) [ ISO-3166 translations ] * Traditional Chinese by Tetralet. Closes: #464858 * Korean by Changwoo Ryu (TP) * Thai by Theppitak Karoonboonyanan. Closes: #465560 * Galician by Jacobo Tarrío. Closes: #469091 * Hebrew by Lior Kaplan * Indonesian by Arief S Fitrianto. Closes: #469947 [ ISO-3166-2 ] * Fixed country codes for Belarus, Jersey and Serbia, thanks to Kamal Mostafa. * Removed geographical_region elements from Cuba, United Kingdom and USA. [ ISO-15924 translations ] * Thai by Theppitak Karoonboonyanan. Closes: #465242 [ ISO-4217 translations ] * Estonian by Ain Vagula (TP)
2008-03-13Support user-destdir installation.jlam1-6/+8
2008-03-13Update namazu package to 2.0.18.taca4-17/+19
Overview of Changes in Namazu 2.0.18 - May 12, 2008 * Add 'Charset' directive. * "charset" was added to "ContentType" of the example in conf/namazurc-sample. * "charset" was added to the response header in Error messages for namazu.cgi. * Add HTML, BODY tags in Error messages for namazu.cgi. * '\'', '(', ')' is converted into "&#39;", "&#40;", "&#41;" respectively. * Add po/{de, pl}.po files. (But, it doesn't translate.) * Change charset from SJIS to Shift_JIS in po/ja_SJIS.po. * Change soname (LTVERSION 8:0:1) * pltests/env.pl: The checked environment variable and version of the checked Perl module is added. * pltests/mknmz-8.pl.in: The confirmation whether the index has been updated is added. * pltests/namazu-cgi-12.pl.in: Add new test. * tests/mknmz-9: Expand test file. * filter/hnf.pl: Correspondence GRP and bug fix. * conf/*.win32: Add new files.
2008-03-13Update to 2.9:wiz6-69/+71
Version 2.9 * language definition for C (not C++) files * language definition for properties files * language definition for KDE desktop and ini files * language definition for lsm files (Linux Software Map) * language definition for rpm spec files * language definition for Haxe files (thanks to Jos Hirth) * style.defaults for associating a style for an element (whose style is not specified) to the style of another element * highlight some KDE programming files (e.g., .rc, .kcfg, etc.) * correctly highlight for less when filenames contain paths * fixed a bug in file inclusion of langdef files * fixed compilation problems for fileutil.cc (thanks to Adrian Reber) * xml elements are correctly recognized when containing . (thanks to Toby White) * references for xhtml output files Version 2.8 * lang definition for slang (by John E. Davis) * correctly handle words in ' and ` regular expression strings * the right delimiter of a delim element can refer to marked subexpressions in the left delimiter * fixed the definition of C-style comments which are not nested * improved perl syntax highlighting * javascript regular expression highlighting * padding character for line numbers can be specified (thanks to Roger Nilsson) * removed non standard % make rules Version 2.7 * fixed language association for log files. * use standard sed arguments * check that the ctags program supports the options used by source-highlight and disable ctags tests if it does not * removed some memory leaks from scanners and parsers * fixed regular expression highlighting strings in perl (thanks to Elias Pipping) * regexp language element * infer script languages also checking for the env specification * improved error reporting for lang definition files * ` ` syntax for regular expressions that permits backreferences and conditionals * explicit naming for subexpressions syntax * added a program, check-regexp, for checking regular expressions on the command line * fix html tag definitions * fix ruby regexp definition * --doc option and references for docbook output * xhtml output with non fixed font Version 2.6 * language definition for makefiles * language definition for css files * language definition for m4 files * fixed some problems in xml.lang * fixed some problems in sh.lang * the ctags found during configure is correctly used in makefiles * --quiet option showing no progress information (thanks to C. Michael Pilato) * handle direct color specifications in double quotes in style files * in style files can specify formatting options for more than one element on the same line * accept css specifications as style specifications (limited support) * handle background color for some output formats (e.g., xhtml) * in style files the background color (for the entire output) can be specified * fixed a problem in configure script on some BSD systems (thanks to Thomas Klausner)
2008-03-12update to 0.12.2drochner3-7/+8
changes: -Added DOCTYPE declarations to HTML and XHTML pages -Added EXSLT set to the excluded prefixes -translation updates
2008-03-12+ WordNet.wiz1-1/+2
2008-03-12Initial import of WordNet-3.0:wiz4-0/+171
WordNet is a large lexical database of English, developed under the direction of George A. Miller. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expressing a distinct concept. Synsets are interlinked by means of conceptual-semantic and lexical relations. The resulting network of meaningfully related words and concepts can be navigated with the browser. WordNet is also freely and publicly available for download. WordNet's structure makes it a useful tool for computational linguistics and natural language processing.
2008-03-11Put back a couple of IRIX conditionals the way they used to behave,tnn1-2/+2
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x too, but let's be conservative. PR pkg/38224.
2008-03-11Update p5-XML-Atom-Stream to 0.11; changes since 0.10 include:kleink2-6/+6
0.11 Wed Jan 9 11:01:56 PST 2008 - Fixed a bug where xml:lang is transformed into unknown:lang. (Thanks to David Recordon)
2008-03-11PR pkg/38224: Another case of me doing a bad LOWER_OPSYS totnn1-2/+2
MACHINE_PLATFORM conversion. Will revist all of these to make sure they were correct.
2008-03-11Remove textproc/ruby18-libxml. It is now in textproc/ruby-libxml.taca4-36/+0
2008-03-11Rename ruby18-libxml to ruby-libxml.taca1-2/+2
2008-03-11Reimport ruby-libxml package as correct path.taca4-0/+36
2008-03-11Update p5-Text-vCard to 2.01; changes since 2.00 include:kleink2-6/+6
2.01 Sun Sep 2 2007 - Stop empty TYPE= being set on export when not needed thanks to Vadim for the suggestion
2008-03-11MIPSPro doesn't like code such as:tnn2-1/+28
void foo(void) {} void bar(void) { return foo(); } Stripping away the return makes it happy. PR pkg/38210.
2008-03-10Add CONFLICTS line for previous PKGNAME versions.wiz1-1/+3
Suggested by Alan Barrett.
2008-03-10Need pkg-config to build.obache1-1/+2
2008-03-08Update to grep-2.5.3.tnn6-83/+34
Main changes are move to GPLv3 and several updated translations. Also some bugfixes (at least the ones we had patched in pkgsrc). Sorry, not more specific because NEWS isn't properly maintained.
2008-03-08Correct doc and example path.mjl2-47/+47
2008-03-08Enable py-Exceleratormjl1-1/+2
2008-03-08Initial import of py-Excelerator 0.6.3amjl4-0/+147
This is a library for generating Excel 97/2000/XP/2003 and OpenOffice Calc compatible spreadsheets. pyExcelerator has full-blown support for UNICODE in Excel and Calc spreadsheets, allows using variety of formatting features, provides interface to printing options of Excel and OpenOffice Calc.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz4-8/+8
2008-03-05+ Include termcap.buildlink3.mk instead of using a custom (wrong) termcapjlam1-13/+10
detection method in the package Makefile. Bump the PKGREVISION to 3. + Add full DESTDIR support.
2008-03-04Update to 0.37.1:wiz2-7/+7
2008-02-24 Rodney Dawes * intltool-update.in.in (FindPOTKeywords): Unwrap lines wplit with trailing \ Patch from Loïc Minier Fixes #516501 2008-02-24 Rodney Dawes * tests/selftest.pl.in: Unset $LINGUAS to avoid failing when we use tests with locales not specified in LINGUAS Fixes #518257 2007-12-16 Rodney Dawes * intltool-merge.in.in (keys_merge_translation): New method name for merging a single translation for multi-output (keys_merge_translations): Call keys_merge_translation for each language with multi-ouput Call keys_merge_translation with "." as the language for single file Based on patch from Christian Persch Fixes #487818 2007-12-16 Rodney Dawes * intltool-extract.in.in: * intltool-merge.in.in: Add quotedxml mode for encoding/decoding entities Patch from Christian Persch Fixes #487666
2008-03-04Fix version number by adding a PKGNAME.wiz1-2/+3
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig2-4/+4
them at will.
2008-03-04Update to 1.9:wiz5-141/+7
iso-codes 1.9 ------------- Tobias Toedter <t.toedter@gmx.net> Thu, 7 February 2008 [ General ] * Fix typos in README, thanks to Christoph Burgmer. Also update the current documentation. Closes: #461062 * Update header comments in XML files with proper copyright and license information. [ ISO-639-3 ] * Update to 2008-01-14 [ ISO-3166 translations ] * Basque corrections by Piarres Beobide. Closes: #459562 * Vietnamese by Clytie Siddall (TP) * Dutch by Freek de Kruijf (TP) * Esperanto by Edmund GRIMLEY EVANS (TP) * Lithuanian by Kęstutis Biliūnas * Simplified Chinese by LI Daobing (TP) * Remove files which have only very few translations (from ICU libraries) and have not been updated for a long time: aa.po, dv.po, gv.po, kl.po, kok.po, kw.po, ky.po, om.po, sa.po, te.po, ur.po, uz.po [ ISO-4217 translations ] * Slovak by Ivan Masár (TP) * Swedish by Christian Rose (TP) * Vietnamese by Clytie Siddall (TP) * Remove files which have only very few translations (from ICU libraries) and have not been updated for a long time: af.po, hr.po, ms.po, mt.po, pa.po, zh_TW.po [ ISO-639 translations ] * Polish by Andrzej M. Krzysztofowicz (TP) * Serbian by Danilo Segan (TP) * Vietnamese by Clytie Siddall (TP) * Dutch by Freek de Kruijf (TP) * Esperanto by Edmund GRIMLEY EVANS (TP) * Simplified Chinese by LI Daobing (TP) * Remove files which have only very few translations (from ICU libraries) and have not been updated for a long time: aa.po, bn.po, dv.po, fo.po, gu.po, gv.po, haw.po, hy.po, iu.po, ka.po, kk.po, kl.po, kn.po, kw.po, ky.po, om.po, pa.po, sa.po, sid.po, so.po, sq.po, sw.po, syr.po, te.po, ur.po, uz.po, wal.po [ ISO-639-3 translations ] * Remove files which have only very few translations (from ICU libraries) and have not been updated for a long time: aa.po, be.po, bn.po, dv.po, fo.po, gu.po, gv.po, haw.po, hy.po, iu.po, ka.po, kk.po, kl.po, kn.po, kw.po, ky.po, om.po, pa.po, sa.po, sid.po, so.po, sq.po, sw.po, syr.po, te.po, ur.po, uz.po, wal.po [ ISO-3166-2 translations ] * Slovak by Ivan Masár (TP) * Vietnamese by Clytie Siddall (TP) * Dutch by Freek de Kruijf (TP) * Remove files which have only very few translations (from ICU libraries) and have not been updated for a long time: af.po, ar.po, br.po, et.po, fa.po, fi.po, gl.po, he.po, hr.po, is.po, mi.po, mk.po, mn.po, mt.po, nb.po, oc.po, pt_BR.po, pt.po, ro.po, ru.po, ta.po, xh.po, zh_TW.po, zu.po [ ISO-15924 translations ] * Vietnamese by Clytie Siddall (TP) * Simplified Chinese by LI Daobing (TP) * Remove files which have only very few translations (from ICU libraries) and have not been updated for a long time: be.po, ca.po, cs.po, cy.po, hi.po, hr.po, mt.po, ps.po, so.po, sq.po, te.po
2008-03-02Added and enables Suikyo packages.obache1-1/+6
2008-03-02Import ruby-suikyo version 2.1.0.obache3-0/+33
Suikyo is a Romaji Hiragana conversion library based on DFA (Deterministic finate state) automaton. This package contains ruby binding of suikyo
2008-03-02Import suikyo-elisp version 2.1.0.obache3-0/+33
Suikyo is a Romaji Hiragana conversion library based on DFA (Deterministic finate state) automaton. This package contains elisp binding of suikyo
2008-03-02Import suikyo-docs version 2.1.0.obache3-0/+23
Suikyo is a Romaji Hiragana conversion library based on DFA (Deterministic finate state) automaton. This package contains documents of suikyo
2008-03-02Import suikyo-conv-table version 2.1.0.obache3-0/+54
Suikyo is a Romaji Hiragana conversion library based on DFA (Deterministic finate state) automaton. This package contains conversion table of suikyo
2008-03-02Import suikyo version 2.1.0.obache6-0/+75
Suikyo is a Romaji Hiragana conversion library based on DFA (Deterministic finate state) automaton.
2008-03-01Added and enabled sary and ruby-sary.obache1-1/+3
2008-03-01Import ruby-sary version 1.2.0.obache4-0/+48
Sary is a suffix array library and tools. It provides fast full-text search facilities for text files on the order of 10 to 100 MB using a data structure called a suffix array. It can also search specific fields in a text file by assigning index points to those fields. This package is Ruby Binding of Sary.
2008-03-01Import sary version 1.2.0.obache5-0/+91
Sary is a suffix array library and tools. It provides fast full-text search facilities for text files on the order of 10 to 100 MB using a data structure called a suffix array. It can also search specific fields in a text file by assigning index points to those fields.
2008-02-29Add hunspell-hu_HU.jlam1-1/+2
2008-02-29Import hunspell-hu_HU-1.2.2 as textproc/hunspell. This package containsjlam4-0/+48
the Hungarian language dictionary for hunspell. Package taken from pkgsrc-wip, originally created by Adam Hoka but with minor fixes by me.
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.
2008-02-22+ Rename the "ncursesw" option to "wide-curses" and get rid of thejlam2-11/+10
"ncurses" option. "wide-curses" now just toggles whether we use wide or narrow curses, which is a much simpler knob for users. Bump the PKGREVISION to 2.
2008-02-19Update to 2.29. From the changelog:schmonz3-11/+11
* fix degenerate sites (cough 9rules) that don't close head tags * fix crash when feedparser wasn't available (tx Johann Burkard)
2008-02-19Add and enable highlightrh1-1/+2
2008-02-19Import highlight-2.6.8, a tool that converts source code to formatted textrh6-0/+337
with syntax highlighting. Based on the wip package (with version update and minor modifications) by dhowland <at> users <dot> sf <dot> net.
2008-02-14- updated package to 0.19rhaen2-7/+8
- changed maintainer - added USE_DESTDIR support ChangeLog: 0.19 Thursday 13th September, 2007 Don't use _CvGV to determine if a sub was imported, there's a handy flag - GVf_IMPORTED_CV. Fixes 5.9.5 and future perls (solution by Nicholas Clark)
2008-02-13update to 0.12.1drochner3-9/+9
changes: -Made chunks without id attributes work -Don't use the title as a label for qandadiv, et al -build system fixes -translation updates
2008-02-12This package is DESTDIR ready.obache1-1/+3
2008-02-12Note Makefile using this common Makefile.obache1-1/+5