summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2008-10-31Add and enable p5-YAML-LibYAML.obache1-1/+2
2008-10-31Import p5-YAML-LibYAML-0.27 as textproc/p5-YAML-LibYAML.obache3-0/+33
Packaged by Edgar Fuss and provided by PR 39756. Kirill Siminov's libyaml is arguably the best YAML implementation. The C library is written precisely to the YAML 1.1 specification. It was originally bound to Python and was later bound to Ruby. This module is a Perl XS binding to libyaml which will (eventually) offer Perl the best YAML support to date. This module exports the functions Dump and Load. These functions are intended to work exactly like YAML.pm's corresponding functions.
2008-10-30Add p5-Pod-Strip.he1-1/+2
2008-10-30Import p5-Pod-Strip version 1.02.he3-0/+28
Pod::Strip is a subclass of Pod::Simple that strips all POD from Perl Code.
2008-10-30Update to 1.46.snj2-7/+7
Changes: * add "-S", "-D" and "-m" to provide a way to show the amount of difference relative to the total sizes of the files. * add "-q" (suppress the "0 files changed" message for empty diffs)
2008-10-29Add DESTDIR support.obache2-2/+10
2008-10-29Added missing DESTDIR suppoted mark.obache1-1/+3
2008-10-28Update p5-XML-Atom to 0.29; changes since 0.28:kleink2-6/+6
0.29 2008.10.25 * Skips Unicode tests since it doesn't pass with some libxml versions (and it's not actually a bug)
2008-10-26Added textproc/p5-XML-Tidyabs1-1/+2
2008-10-26Added textproc/p5-XML-Tidy version 1.2.54abs3-0/+30
This module creates XML document objects (with inheritance from XML::XPath) to tidy mixed-content (ie. non-data) text node indenting.
2008-10-24Add p5-Text-DoubleMetaphonedsainty1-1/+2
2008-10-24Import p5-Text-DoubleMetaphone version 0.07:dsainty3-0/+29
This module implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of C/C++ Users Journal. Double Metaphone is an improved version of Philips' original Metaphone algorithm.
2008-10-23Update tokyodystopia to 0.9.8.obache3-8/+8
Changes: 2008-10-20 Mikio Hirabayashi * tcqdb.c (tcidsetnew, tcidbsetdel): performance was improved by using mmap. - Release: 0.9.8
2008-10-23Fixes a typo.obache1-2/+2
2008-10-22Add a missing entry to PLIST.minskim2-2/+4
Bump PKGREVISION.
2008-10-22MAKE_JOBS_SAFE=no, per PR 39782.obache1-1/+3
2008-10-21MAKE_JOBS_SAFE=notnn1-1/+2
2008-10-20Import libyaml-0.1.1 as textproc/libyaml.ahoka1-1/+2
2008-10-20Import libyaml-0.1.1 as textproc/libyaml.ahoka4-0/+31
YAML is a data serialization language which is designed to be both human readable and computationally powerful. This C language implementation is developed by Kirill Simonov for Python Software Foundation as a part of Google Summer of Code under the mentorship of Clark Evans and released under the MIT license.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he134-173/+268
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-10-19Update to 2.34. From the changelog:schmonz3-11/+11
2008-10-09: 2.34. elim extra \ns (tx Keith Bussell) 2008-09-19: 2.33. add support for abbr (tx Nathan Youngman) 2008-07-31: 2.32. fix parsing bug with fastcompany (tx Elias Soong)
2008-10-17restore the without-threads config arg which I accidentally commenteddrochner1-2/+3
out in the last update, bump PKGREVISION fixes PR pkg/39755 by David A. Holland
2008-10-16update to 0.14.0drochner3-9/+12
This switches to the gnome-2.24 release branch.
2008-10-16sync w/ base pkgdrochner2-7/+7
2008-10-16update to 2.7.2drochner4-44/+7
changes: -Portability fix: fix solaris compilation problem, fix compilation if XPath is not configured in -Bug fixes: nasty entity bug introduced in 2.7.0, restore old behaviour when saving an HTML doc with an xml dump function, HTML UTF-8 parsing bug, fix reader custom error handlers -Improvement: xmlSave options for more flexibility to save as XML/HTML/XHTML, handle leading BOM in HTML documents cvs: ----------------------------------------------------------------------
2008-10-14Standardize format.wiz1-1/+3
2008-10-14Accept emacs22nox too.uebayasi1-2/+2
2008-10-13Mention the need for dictionariessmb1-0/+6
2008-10-13Add a dependency on ispell-base if ispell is enabled (parallel tosmb2-2/+4
the dependencies on aspell and hunspell); added a MESSAGE file mentioning the need for dictionaries.
2008-10-13Need inttypes.h on Solaris 9.sketch2-1/+15
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi11-28/+34
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
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.