summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2008-10-09Split off options.mk file.wiz2-13/+14
Remove ancient workaround for sparc64/1.6 problem.
2008-10-09Add a fix for CVE-2008-4409 (also known as CVE-2008-4422) from thetron3-2/+25
GNOME bugzilla. Bump package revision.
2008-10-09Update to 0.40.5:wiz2-6/+6
Minor bug fixes.
2008-10-08Add py-enchant.wiz1-1/+2
2008-10-08Initial import of py-enchant-1.4.2:wiz4-0/+74
PyEnchant is a set of language bindings and some wrapper classes to make the excellent Enchant spellchecker available as a Python module. The bindings are generated using SWIG. It includes all the functionality of Enchant with the flexibility of Python and a nice 'Pythonic' object-oriented interface. It also aims to provide some higher-level functionality than is available in the C API. Enchant is the spellchecking package behind the AbiWord word processor, is being considered for inclusion in the KDE office suite, and has been proposed as a FreeDesktop.org standard. It aims to provide a single API to access spellchecking services on any platform, by wrapping the natively available spellchecking facilities. For example, it can access aspell when running under Linux and AppleSpell on Mac OSX.
2008-10-07Don't set BUILDLINK_PREFIX in builtin.mk if we're not using a built-incube1-5/+5
version. D'oh.
2008-10-06Update tokyodystopia to 0.9.7.obache5-18/+18
2008-10-04 Mikio Hirabayashi * tcqdb.c (tccmpocrs, tccmpuint64): bugs of comparison was fixed. - Release: 0.9.7 2008-09-10 Mikio Hirabayashi * tcqdb.c (tctextnormalize): a bug of memory corruption was fixed. - Release: 0.9.6
2008-10-05Merge cube-native-xorg, so that pkgsrc-current can be used with the nativecube1-8/+4
X.Org found in NetBSD-current. Thanks a lot to all who helped, especially Matthias Scheler who did repeated tests on Mac OS X and older versions of NetBSD to make sure the support for those platforms wouldn't be broken (or at least, not fatally, as I would still expect a few hiccups here and there, because there is only so much one can test in such limited time). On the infrastructure side, this branch brings pkgconfig-builtin.mk, in order to write very easily new builtin.mk files. It can actually handle more than just pkgconfig files, but it will provide a version if it finds such a file. x11.builtin.mk has also been made more useful and now all existing (and future!) native-X11-related builtin.mk files should include it.
2008-10-03Update ruby-redcloth to 4.0.4.taca3-27/+64
*4.0.4 (October 1, 2008)* * Added some very basic support for images in LaTeX. [virtualfunction] * Fixed missed caps and inline modifiers wrapped in parentheses. #43, #45 * Removed indication of quotes explicitly with square brackets. Textile 2.0 does not support this and it wasn't in RedCloth 3. #46 * Made percent signs less greedy. They must surround a phrase or else they must be surrounded with square brackets, just like sup, sub, and del phrases. #47 * Reduced link eagerness so it wouldn't include preceding quoted phrases. #48 * Fixed compatibility issues with Ruby 1.9 [Keita Yamaguchi]. #52, 53, 54 * Fixed an error when a link was badly nested in parentheses. #55 * Fixed an error on superscript/subscript parenthetical phrase. #56 * Fixed bold phrases starting with a number being recognized as unordered lists. #60 * Fixed behavior of unclosed (multi-paragraph) quotes and incorrect handling of links inside double quotations. #59, #63 * Fixed empty block HTML disappearing. #64 *4.0.3 (August 18, 2008)* * Fix NoMethodError: private method gsub!' called for nil:NilClass when two dimensions followed by a space. #38 * Fixed unititialized constant RedCloth::TextileDoc with Rails 2.1. Came from a workaround for Rails bug #320 that was applied even when not necessary. #42 *4.0.2 (August 15, 2008)* * Fixed link references/aliases not being recognized when they include hyphens. #36 * Dimensions in feet and inches use correct typographic characters. #25 * Limit overzealous superscript and subscript. Sup/sub phrases must be surrounded by spaces or square brackets, as in Textile 2. #35 * Fixed HTML before tables causing the opening table tag to be emitted twice. #33 * Cleaned up unused code that was causing a warning. #28 * Workaround for Rails 2.1 bug that loads a previous version of RedCloth before loading the unpacked gem. Has since been fixed in edge rails. #30 * Added a RedCloth::VERSION.to_s and .== methods so you can puts and compare RedCloth::VERSION just like in previous RedCloth releases. #26 * Fixed HTML block ending tags terminating blocks prematurely. #22 *4.0.1 (July 24, 2008)* * Fixed lines starting with dashes being recognized as a definition list when there were no definitions. * Created alias RedCloth.rb so Rails 2.1 gem dependency works on case-sensitive operating systems . * Fixed parsing sentences that had two em dashes surrounded by spaces from becoming del phrases. #19 * Fixed links including prior quoted phrases. #17 *4.0.0 (July 21, 2008)* * New SuperRedCloth (RedCloth 4.0) is a total rewrite using Ragel for the parsing. * Markdown support has been removed. * Single newlines become <br> tags, just as in traditional RedCloth and other Textile parsers. * HTML special characters are automatically escaped inside code signatures, like Textile 2. This means you can simply write @<br />@ and the symbols are escaped whereas in RedCloth 3 you had to write @&lt;br /&gt;@ to make the code fragment readable. * The restrictions parameter is observed just like previous versions (except :hard_breaks is now the default). * Arguments to RedCloth#to_html are called so extensions made for prior versions can work. Note: extensions need to be included rather than defined directly within the RedCloth class as was previously possible. * Custom block tags can be implemented as in the previous version, though the means of implementing them differs. * HTML embedded in the Textile input does not often need to be escaped from Textile parsing. * The parser will not wrap lines that begin with a space in paragraph tags. * Rudimentary support for LaTeX is built in. * RedCloth::VERSION on a line by itself inserts the version number into the output. * Output (less newlines and tabs) is identical to Textile 2 except a few cases where the RedCloth way was preferable. * Over 500 tests prevent regression * It's 40 times faster than the previous version.
2008-10-02Requires a C99 compiler.ahoka1-2/+2
2008-09-25Fix permission of a file to pass CHECK_PERMS.taca1-1/+4
2008-09-22Add patch fixing problem checking html files, reported by Chris Rosswiz3-2/+19
and Uwe Klaus on pkgsrc-users; using upstream patch. Bump PKGREVISION.
2008-09-20Add support for OpenSolarisadrianp2-5/+21
2008-09-15Update ruby-htree package to 0.7.taca2-7/+7
I couldn't get exacat ChangeLog but some bug fixes and Ruby 1.9 support.
2008-09-15Update from version 2.120 to 2.122, discussed with maintainer,he2-7/+7
should fix PR#39539. Pkgsrc changes: o Revert MAINTAINER to pkgsrc-users@ as hinted by maintainer Upstream changes: Revision 2.122 2008/05/23 21:30:09 abigail Changed email address Revision 2.121 2008/05/23 21:28:01 abigail Changed license (License is quadruple, Perl artistic 1&2, BSD & MIT, so should be no problem.)
2008-09-15Update ruby-json-pure pacakge to 1.1.3.taca2-6/+6
2008-07-10 (1.1.3) * Wesley Beary <monki@geemus.com> reported a bug in json/add/core's DateTime handling: If the nominator and denominator of the offset were divisible by each other Ruby's Rational#to_s returns them as an integer not a fraction with '/'. This caused a ZeroDivisionError during parsing. * Use Date#start and DateTime#start instead of sg method, while remaining backwards compatible. * Supports ragel >= 6.0 now. * Corrected some tests. * Some minor changes.
2008-09-15Update ruby-json pacakge to 1.1.3.taca2-6/+9
2008-07-10 (1.1.3) * Wesley Beary <monki@geemus.com> reported a bug in json/add/core's DateTime handling: If the nominator and denominator of the offset were divisible by each other Ruby's Rational#to_s returns them as an integer not a fraction with '/'. This caused a ZeroDivisionError during parsing. * Use Date#start and DateTime#start instead of sg method, while remaining backwards compatible. * Supports ragel >= 6.0 now. * Corrected some tests. * Some minor changes.
2008-09-15Update ruby-rdtool pacakge to 0.6.22.taca3-10/+11
* Switch to use rubyforge.org as MASTER_SITES and HOMEPAGE. Changes to 0.6.21 to 0.6.22 is unknown. = CHANGES :0.6.21 * setup.rb version up -> 3.4.1 * fix for Ruby 1.9.
2008-09-15Update ruby-maruku to 0.5.9.minskim3-7/+15
New features: - Implemented DIV syntax (Jacques Distler) - Quieter operations for command-line maruku.
2008-09-14Update from version 1.00 to 1.01, discussed with maintainer.he2-7/+7
Pkgsrc changes: o Revert MAINTAINER to pkgsrc-users@ as directed by maintainer Upstream changes: 1.01 - Remove unnecessary use of Data::Dump in test suite - Work around perlbug 39634, where g++ 3.3 doesn't support __attribute__((unused))
2008-09-13updated to 2.05 (fixed a typo)rhaen2-6/+6
ChangeLog: 2.05 11 Sep 2008 - Changed the shebang line in the two scripts to be less specific. Thanks to Daniel Leidert <daniel.leidert@wgdd.de> for the suggestion. 2.04 06 Sep 2008 - Incorporated a patch from Daniel Leidert <daniel.leidert@wgdd.de> which updates the maps iso-8859-2.xml to iso-8859-9.xml and adds the maps iso-8859-1.xml, iso-8859-10.xml, iso-8859-11.xml, iso-8859-13.xml to iso-8859-16.xml and windows-1251.xml. - Updated the map windows-1250.xml and added the maps windows-1252.xml to windows-1258.xml using data from ftp://ftp.unicode.org/Public/MAPPINGS.
2008-09-13updated to 2.04rhaen2-6/+6
ChangeLog: 2.05 11 Sep 2008 - Changed the shebang line in the two scripts to be less specific. Thanks to Daniel Leidert <daniel.leidert@wgdd.de> for the suggestion.
2008-09-13updated to 1.21rhaen2-6/+6
ChangeLog: 1.21 13 Aug 2008 [FIXES] - Permit comments after the %%EOF, like Adobe Reader does. Thanks to Malcolm Cook for pointing out the incompatibility.
2008-09-12clarify restriction - "restrictive copyright" is nonsensical.gdt1-2/+2
2008-09-12remove note to add licensegdt1-2/+1
2008-09-12Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages thatepg1-2/+1
set it to ${DISTNAME}.
2008-09-11sortjnemeth1-2/+2
2008-09-09Add DESTDIR support.bjs1-1/+7
2008-09-07Add & enable p5-PPI-HTMLseb1-1/+2
2008-09-07Initial import of p5-PPI-HTML version 1.07 in the NetBSD Packagesseb3-0/+29
Collection. The Perl 5 module PPI::HTML converts Perl documents into syntax highlighted HTML pages.
2008-09-06Use newer upstream patch:wiz2-7/+7
Fixes (non-security) problem in security patch. Bump PKGREVISION.
2008-09-06Update to 0.8.1:wiz3-19/+11
Version 0.8.1 ------------- Fixes: * Ensure directories exist before reading them - bug #15755 * Close files and clean up behind us - bug #15654 * Fix potential crash when no info page exists - bug #15274 (Saleem Abdulrasool) * Remove longopts to make non-linux work properly - bug #11839 - These options should be unused in normal operation * If $USERNAME isn't set (MacOS), use a default name - bug #14872 * Fix potential crasher on mangled info dir file - bug #12515
2008-09-06Update to 3.3:wiz3-8/+7
[ General ] * Do no longer install the file iso_3166.tab in /usr/share/iso-codes [ ISO-639 ] * ISO 639-2/B code deprecated in favor of ISO 639-2/T code for Croatian and Serbian (2008-06-28) * Some name changes [ ISO-639-3 ] * Update to 2008-08-04 [ ISO-3166 translations ] * Portuguese updated by Miguel Figueiredo * Indonesian updated by Andhika Padmawan (TP) [ ISO-3166-2 translations ] * Simplified Chinese by LI Daobing (TP) [ ISO-639-3 translations ] * French updated by Christian Perrier * Simplified Chinese by LI Daobing [ ISO-639 translations ] * Dutch updated by Freek de Kruijf (TP) * Finnish updated by Tommi Vainikainen (TP) * Esperanto updated by Edmund GRIMLEY EVANS (TP) * Xhosa updated by Friedel Wolff * French updated by Christian Perrier [ ISO-4217 translations ] * Finnish updated by Tommi Vainikainen (TP) * Norwegian Nynorsk updated by Edmund GRIMLEY EVANS (TP) * Danish updated by Joe Hansen (TP) [ ISO-15924 translations ] * Spanish updated by Juan Cuquejo Mira (TP)
2008-09-06Update to 2.7.1:wiz3-14/+14
2.7.1: Sep 1 2008 * Portability fix: Borland C fix (Moritz Both) * Bug fixes: python serialization wrappers, XPath QName corner case handking and leaks (Martin) * Improvement: extend the xmlSave to handle HTML documents and trees * Cleanup: python serialization wrappers 2.7.0: Aug 30 2008 * Documentation: switch ChangeLog to UTF-8, improve mutithreads and xmlParserCleanup docs * Portability fixes: Older Win32 platforms (Rob Richards), MSVC porting fix (Rob Richards), Mac OS X regression tests (Sven Herzberg), non GNUCC builds (Rob Richards), compilation on Haiku (Andreas F�rber) * Bug fixes: various realloc problems (Ashwin), potential double-free (Ashwin), regexp crash, icrash with invalid whitespace facets (Rob Richards), pattern fix when streaming (William Brack), various XML parsing and validation fixes based on the W3C regression tests, reader tree skipping function fix (Ashwin), Schemas regexps escaping fix (Volker Grabsch), handling of entity push errors (Ashwin), fix a slowdown when encoder cant serialize characters on output * Code cleanup: compilation fix without the reader, without the output (Robert Schwebel), python whitespace (Martin), many space/tabs cleanups, serious cleanup of the entity handling code * Improvement: switch parser to XML-1.0 5th edition, add parsing flags for old versions, switch URI parsing to RFC 3986, add xmlSchemaValidCtxtGetParserCtxt (Holger Kaelberer), new hashing functions for dictionnaries (based on Stefan Behnel work), improve handling of misplaced html/head/body in HTML parser, better regression test tools and code coverage display, better algorithms to detect various versions of the billion laughts attacks, make arbitrary parser limits avoidable as a parser option
2008-09-06Update to 2.0.14:wiz3-7/+8
version 2.0.14 (2008-08-15): * Additional translations (see po/ChangeLog). * Changed bug reporting address at configure.ac:AC_INIT * undo/redo in the calling application (Liviu Andronic) * gtkspell_get_suggestions_menu() (Liviu Andronic)
2008-09-06Update to 0.3.4. Changes unknown.wiz3-14/+13
2008-09-04Add and enable tokyodystopia.obache1-1/+2
2008-09-04Import tokyodystopia-0.9.5 as textproc/tokyodystopia.obache7-0/+150
Tokyo Dystopia is a full-text search system. You can search lots of records for some records including specified patterns. The characteristic of Tokyo Dystopia is the following. * High performance of search * High scalability of target documents * Perfect recall ratio by character N-gram method * Phrase matching, prefix matching, suffix matching, and token matching * Multilingualism with Unicode * Layered Architecture of APIs Tokyo Dystopia is available on platforms which have API conforming to C99 and POSIX. Tokyo Dystopia is a free software licensed under the GNU Lesser General Public License
2008-09-02Add & enable p5-Template-Declareseb1-1/+2
2008-09-02Initial import of p5-Template-Declare version 0.29 in the NetBSDseb3-0/+32
Packages Collection. The Perl 5 module Template::Declare is a pure-perl declarative HTML/XUL/RDF/XML templating system.
2008-09-02Update to uriparser-0.7.2. Important reliability (crash/memory leak)bjs2-6/+6
fix: 2008-09-01 -- 0.7.2 * Fixed: Bad cleanup logic in functions - uriAddBaseUri(..) - uriRemoveBaseUri(..) Previously you needed to call uriFreeUriMembers on return code URI_ERROR_MALLOC and only then. So that's why these functions now take cleanup off your shoulders. An extra call to uriFreeUriMembers from your side is still needed in case of success. * Soname: 1:7:0
2008-09-01Add & enable p5-String-Koremutakeseb1-1/+2
2008-09-01Initial import of p5-String-Koremutake version 0.30 in the NetBSDseb3-0/+32
Packages Collection. The Perl 5 module String::Koremutake convert to/from Koremutake Memorable Random Strings. The term "Memorable Random String" was thought up by Sean B. Palmer as a name for those strings like dopynl, glargen, glonknic, spoopwiddle, and kebble etc. that don't have any conventional sense, but can be used as random identifiers, especially in URIs to keep them persistent.
2008-09-01Fix possible security problem when WordNet was used as e.g. a web backend,wiz2-2/+10
using the patch provided by Rob Holland from the oCERT Team, see http://www.ocert.org/advisories/ocert-2008-014.html Bump PKGREVISION.
2008-08-31It looks like it needs pax in the install phase.ahoka1-1/+2
2008-08-30Add & enable p5-Kwalifyseb1-1/+2
2008-08-30Initial import of p5-Kwalify version 1.19 in the NetBSD Packagesseb3-0/+29
Collection. Kwalify is a parser, schema validator, and data binding tool for YAML and JSON. This package provides a Perl 5 implementation of Kwalify.
2008-08-22Revert to destdir from the default user-destdir as it fails nonprivileged.ahoka1-1/+3
2008-08-22Added textproc/ruby-oniguruma version 1.1.0ahoka1-1/+5
Added textproc/ruby-plist version 3.0.0 Added textproc/ruby-textpow version 0.10.1 Added textproc/ruby-ultraviolet version 0.10.2
2008-08-22Import ruby18-ultraviolet-0.10.2 as textproc/ruby-ultraviolet.ahoka4-0/+277
Ultraviolet is a syntax highlighting engine based on Textpow. Since it uses Textmate syntax files, it offers out of the box syntax highlighting for more than 50 languages and 20 themes. Ultraviolet is at the same time a stand-alone command line utility and a Ruby library.