Age | Commit message (Collapse) | Author | Files | Lines |
|
Remove ancient workaround for sparc64/1.6 problem.
|
|
GNOME bugzilla. Bump package revision.
|
|
Minor bug fixes.
|
|
|
|
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.
|
|
version. D'oh.
|
|
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
|
|
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.
|
|
*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 @<br />@ 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.
|
|
|
|
|
|
and Uwe Klaus on pkgsrc-users; using upstream patch.
Bump PKGREVISION.
|
|
|
|
I couldn't get exacat ChangeLog but some bug fixes and Ruby 1.9 support.
|
|
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-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-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.
|
|
* 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.
|
|
New features:
- Implemented DIV syntax (Jacques Distler)
- Quieter operations for command-line maruku.
|
|
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))
|
|
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.
|
|
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.
|
|
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.
|
|
|
|
|
|
set it to ${DISTNAME}.
|
|
|
|
|
|
|
|
Collection.
The Perl 5 module PPI::HTML converts Perl documents into syntax
highlighted HTML pages.
|
|
Fixes (non-security) problem in security patch.
Bump PKGREVISION.
|
|
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
|
|
[ 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)
|
|
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
|
|
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)
|
|
|
|
|
|
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
|
|
|
|
Packages Collection.
The Perl 5 module Template::Declare is a pure-perl declarative
HTML/XUL/RDF/XML templating system.
|
|
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
|
|
|
|
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.
|
|
using the patch provided by Rob Holland from the oCERT Team, see
http://www.ocert.org/advisories/ocert-2008-014.html
Bump PKGREVISION.
|
|
|
|
|
|
Collection.
Kwalify is a parser, schema validator, and data binding tool for
YAML and JSON. This package provides a Perl 5 implementation of
Kwalify.
|
|
|
|
Added textproc/ruby-plist version 3.0.0
Added textproc/ruby-textpow version 0.10.1
Added textproc/ruby-ultraviolet version 0.10.2
|
|
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.
|