Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes PR 38545.
|
|
|
|
textproc/ruby-will-paginate.
Pagination is just limiting the number of records displayed. Why should
you let it get in your way while developing, then? This library makes
magic happen. Did you ever want to be able to do just this on a model:
@posts = Post.paginate :page => params[:page],
:order => 'created_at DESC'
and then render the page links with a single view helper? Well, now
you can.
<%= will_paginate @posts %>
|
|
Complete list of changes from 0.60.5:
* Compile fixes for Gcc 4.3.
* Updated to Libtool 2.2.2 and Automake 1.10.1
* Minor tweak to suggestion code which improved suggestion results in
certain cases.
* Always line buffer stdout and stderr in the Aspell utility when
there is the potential for it to be used interactively through a
pipe.
* Removed debug output in `aspell munch-list'.
* Other minor updates and bug fixes.
|
|
- add shbang, fix wrapping (tx Christian Siefkes)
|
|
|
|
|
|
This module processes iCalendar (vCalendar 2.0) files as specified in
RFC 2445 into a data structure. It handles recurrences ("RRULE"s),
exclusions ("EXDATE"s), event updates (events with a "RECURRENCE-ID"),
and nested data structures ("ATTENDEES" and "VALARM"s).
|
|
* version 1.0.8 "Autumn leaves"
- Win32 fixes (Tor Lillqvist)
- Added Occitan translation (Yannig Marchegay)
- Added Slovenian translation (Matic Zgur)
- Added Dzongkha translation (Pema Geyleg)
- Added Xhosa translation (Adi Attar)
- Added Kinyarwanda translation (Steve Murphy)
- Added Nepali translation (Pawan Chitrakar)
- Added Korean translation (Changwoo Ryu)
- Added Galician translation (Ignacio Casal Quinteiro)
|
|
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
|
|
|
|
|
|
|
|
|
|
it, so no PKGREVISION++.
|
|
GTK-Doc 1.10 (Mar 20 2008)
============
Changes
o 460753 : enable vpath build in gtkdoc-mkhtml
o 503119 : Add dependency on content_files to SGML target
o 127049 : building reference documentation fails when builddir != s...
o 481811 : Inline function bodies are confused with declarations
o 448879 : Use a footer when generating HTML documentation
o 492005 : Deprecation guard warnings for properties and signals
o 498521 : Inconsistent compiler flags passed in gtk-doc.make
o 365913 : gtk-doc output is not predictable
o 446648 : gtk-doc does not handle forward typedef'd enums
o 468278 : Display proper types for properties
o 497367 : don't use US-ASCII for output encoding
o 501066 : Missing quotes around gtkdoc-rebase check cause a warning
o 508897 : [PATCH] Fix build when gtk-doc is not installed
o 509539 : Building documentation aborts when no .types file is present
o 512154 : Struct member type attributes are limited to one token
o 513318 : gtk-doc.el doesn't work fine with emacs22
Contributors
Benjamin Otte
Carlos Garnacho
Damon Chaplin
David Nečas
Frederic Peters
Joe Marcus Clarke
Kouhei Sutou
Loïc Minier
Mathias Hasselmann
Petteri Räty
Rouslan Solomakhin
Stefan Kost
Sven Herzberg
Yeti
|
|
Release 0.37 - 21 Setember, 2006
--------------------------------
* added support for 'conference' key (alias for inproceedings)
Release 0.36 - 24 July, 2005
----------------------------
* fixed url where btparse should be downloaded from. (stupid bug)
Release 0.35 - 23 July, 2005
----------------------------
* changed from 0.33 to 0.35 to maintain relation with btparse.
* some tests now use Test::More (more tests will change soon)
* the way the module initializes changed. Now the module can be
included to check its version.
|
|
Changes:
Adds a package-config configuration file and minor bugfix.
|
|
2.05 Wed Jan 24 2008
- fix tests failure under perl 5.6.x,
thanks to David Cantrell for cpan testing it
2.04 Wed Jan 23 2008
- use own expand_tabs instead of Text::Tabs
- avoid segfaults when pos() is used inside of regexp
2.03 Wed Nov 7 2007
- delete a lot of unused code
- many micro optimisations
- performance improvements, up to 1.5x in total
- clanups of Makefile, README
|
|
|
|
2.6.32: Apr 8 2008
* Documentation: returning heap memory to kernel (Wolfram Sang),
trying to clarify xmlCleanupParser() use, xmlXPathContext
improvement (Jack Jansen), improve the *Recover* functions
documentation, XmlNodeType doc link fix (Martijn Arts)
* Bug fixes: internal subset memory leak (Ashwin), avoid problem
with paths starting with // (Petr Sumbera), streaming XSD validation
callback patches (Ashwin), fix redirection on port other than 80
(William Brack), SAX2 leak (Ashwin), XInclude fragment of own
document (Chris Ryan), regexp bug with '.' (Andrew Tosh), flush
the writer at the end of the document (Alfred Mickautsch), output
I/O bug fix (William Brack), writer CDATA output after a text
node (Alex Khesin), UTF-16 encoding detection (William Brack),
fix handling of empty CDATA nodes for Safari team, python binding
problem with namespace nodes, improve HTML parsing (Arnold
Hendriks), regexp automata build bug, memory leak fix (Vasily
Chekalkin), XSD test crash, weird system parameter entity parsing
problem, allow save to file:///X:/ windows paths, various attribute
normalisation problems, externalSubsetSplit fix (Ashwin), attribute
redefinition in the DTD (Ashwin), fix in char ref parsing check
(Alex Khesin), many out of memory handling fixes (Ashwin), XPath
out of memory handling fixes (Alvaro Herrera), various realloc
problems (Ashwin), UCS4 encoding conversion buffer size (Christian
Fruth), problems with EatName functions on memory errors, BOM
handling in external parsed entities (Mark Rowe)
* Code cleanup: fix build under VS 2008 (David Wimsey), remove
useless mutex in xmlDict (Florent Guilian), Mingw32 compilation
fix (Carlo Bramini), Win and MacOS EOL cleanups (Florent Guiliani),
iconv need a const detection (Roumen Petrov), simplify xmlSetProp
(Julien Charbon), cross compilation fixes for Mingw (Roumen
Petrov), SCO Openserver build fix (Florent Guiliani), iconv uses
const on Win32 (Rob Richards), duplicate code removal (Ashwin),
missing malloc test and error reports (Ashwin), VMS makefile fix
(Tycho Hilhorst)
* improvements: better plug of schematron in the normal error
handling (Tobias Minich)
|
|
Included hunspell upgraded to 1.2.2, pkgsrc patches integrated.
|
|
|
|
|
|
|
|
add http site to MASTER_SITES.
|
|
one nominal change in pkgsrc:
- MASTER_SITES+=${MASTER_SITE_GNOME} is commented out. They evidently
have not placed this product on their shelves yet.
changes since prior release
---------------------------
* python/generator.py: fix an infinite loop bug
* libxslt/xsltutils.c: avoid a scary realloc() loop should fix
#520383
* libexslt/date.c: applied patch from Peter Pawlowski fixing
a timezone offset problem, fixes #521680
* libxslt/namespaces.c: a bit of space/tabs cleanup
* doc/xsltproc.xml doc/xsltproc.1 doc/xsltproc.html: small fix to
man page synopsis, should fix #525822
* libexslt/functions.c: fixed minor error reported on the mailing
list by Mark Howe, which caused a segfault if func:result was
postitioned as top-level element.
* doc/xsltproc.xml doc/xsltproc.1: fix maxdepth default value
documentation fixes #519921.
* libxslt/extensions.c: fixed minor error bug #516483
* libxslt/xslt.c: applied documentation patch from Jason Viers
for xsltParseStylesheetDoc
* doc/xslt.html doc/docbook.html: fix links for Cygwin DocBook
setup as suggested by Philippe Bourcier
* libxslt/keys.c, libxslt/pattern.c, libxslt/xsltInternals.h:
fixed a problem on superfluous re-generation of keys reported
on the mailing list by Josef Urban.
* configure.in: avoid a problem in configure if an old gcrypt
version is installed, patch from Brent Cowgill, fixes #500390
* libexslt/common.c, libexslt/dynamic.c: After discussion on
Bugzilla with Peter Pawlowski, added same code for preventing
deletion of function result during garbage collection (see
bug #495995).
* libexslt/strings.c: Added code to mark the results of
str:tokenize and str:split as "function result" to avoid
garbage-collecting them during global variable initialisation.
Should fix bug #495995.
* python/libxslt.c: changed iterator argument for Py_Dict_Next
from int to ssize_t (seems Python docs are incorrect) to fix
x86_64 bug #489854.
* python/libxslt.c: applied patch from Daniel Gryniewicz to
fix a segfault caused by a parameter array not being preset
to zero.
|
|
files/Makefile. Minor changes:
xmltoman (0.4) gutsy; urgency=low
* Generated HTML entities to &<>".
* Show error message when no file is passed.
|
|
|
|
need to distinguish versions here.
|
|
well.
|
|
Fix path to hunspell directories. Make hunspell the default backend.
Bump PKGREVISION.
|
|
http://bugzilla.abisource.com/show_bug.cgi?id=11550
is fixed.
Add fix for compiling with gcc3, from Adam Hoka.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
1.66
- bump requirements to libxslt 1.1.8
- sync the binary internals to those of XML::LibXML 1.66
1.63
- fix SIGSEGV regarding freeing nodes created by extension functions
(reported by Elizabeth Mattijsen)
- use pkg-config to determine linker flags for libexslt
1.62
- security callback interface contributed by Shane Corgatelli
- check libxslt version
- added XML::LibXML-like API to retrieve libxslt version
- added output_as_bytes() and output_as_chars()
- added regression tests for output_as_* to 11utf8.t
- output_as_string documentation fixed to match reality
- make 06entities.t to pass with older libxml2/libxslt
- POD uses items instead of headings
- fixed media_type and output_encoding for imported stylesheets [rt.cpan.org #23440]
1.61
- fixed error reporting: die on fatal errors, warn otherwise
(in particular, warn rather than die on <xsl:message terminate="no">)
|
|
1.32 - February 8, 2008
- Fixed http://rt.cpan.org/Public/Bug/Display.html?id=25336 :
- made sure the namespace specified elements can have a hash
as a value in which case they'll be outputted as a standalone tag
with attributes.
- Fixed http://rt.cpan.org/Ticket/Display.html?id=25368 :
- changed pop() to shift() to remove the oldest item in the
example in lib/XML/RSS.pm, per the comments in the bug report.
- Fixed http://rt.cpan.org/Ticket/Display.html?id=24329#txn-296761 :
- updated the URLs for information about RSS mentioned under
"=head1 DESCRIPTION", based on a Google search.
- (Shlomi Fish)
- Fixed http://rt.cpan.org/Ticket/Display.html?id=33001 :
- made sure that isPermalink is true if and only if the isPermalink
attribute is "true". Not if it is non-existent, etc.
- this modified the behaviour of the module.
|
|
1.66
- Perl-thread support contributed by Tim Brody [rt.cpan.org #31945]
- fix [rt.cpan.org #30610] possible segmentation fault when importing nodes from a document to an element created with XML::LibXML::Element->new
- fix [rt.cpan.org #30261] Segmentation fault when extracting elements from an XML chunk
- make Makefile.PL require Perl 5.6.1
- minor fixes and additions to the documentation
- portability patch from [rt.cpan.org #29627]
- give registered Ns declarations precedence over document-specific ones
in XML::LibXML::XPathContext; fixes [rt.cpan.org #29650]
|
|
1.0.4 2008-01-02T02:03:50
- Refactor so that the processor instance has the same set of
persistent options as on the ->markdown method itself.
- Change all functions to be instance methods, moved a chunk of the
global data to the instance. The rest will follow shortly.
- The test suite now tests a reasonable set of the Markdown and
MultiMarkdown syntaxes.
- All known options and metadata keys have been documented.
1.0.5 2008-01-04T18:07:57
- Add Markdown and MultiMarkdown test suites.
- Fix a big bug introduced in 1.0.4 in citations
- Fix footnotes (and other small things) to match the test suite
1.0.6 2008-01-06T13:36:00
- Merge latest Markdown test suite I can find, and make it all pass,
pulling in code from Markdown 1.0.2b8. Things fixed:
- Inline HTML
- Lists
- Metadata skipping by leading line breaks
- 3rd form of links
- Implement features to suppress id attributes in <img> and <hX> tags
to be able to act more like original Markdown - now almost ready to
steal Text::Markdown (would want to turn off tables / citations and
bibliography for that)
- Move almost all the global variables into instance data.
- Fix unicode issues from CPAN.org's RT#27482
- Remove call to srand, it's not smart to do this more than once.
1.0.7 2008-01-07T16:31:00
- Encode isn't in core in all perls, add it to Makefile.PL
1.0.8 2008-01-22T19:20:00
- Do not encode amps or angle brackets in HTML comments + test case.
- Do not emit title attribute in <img> tags unless we have contents
for it. This was a 'feature' of original Markdown where I've decided
to go with what php-markdown does (tests updated).
- Added php-markdown tests (most/all of the regular tests pass except
the email obfu one).
- Added php-markdown extra tests (all fail).
- Added python markdown tests (mostly pass, but marked broken).
- Add a way of stopping inline HTML blocks from suppressing markdown
processing. Feature request from #catalyst-dev
1.0.9 2008-01-22T20:28:00
- Ship non-broken dist at CPAN (oops, rushing!)
1.0.10 2008-01-23T15:40:00
- Fix bug with links processing in HTML blocks.
1.0.11 2008-01-24T00:12:00
- Fix syntax error in one of the tests. Note to self - just fixing
that warning in the test case, then shipping without retesting, NOT
SMART!
1.0.12 2008-02-18T22:00:00
- Text::Markdown - borgborgborgborgborg.
- Added additional POD documentation.
- Cleaned up some tests, and some additional test cases.
- Options to turn off all the extra features introduced in
MultiMarkdown.
1.0.13 2008-02-19T23:54:33
- Due to the UFT8 support this module no longer works on perl <
5.8, note this in the Makefile.PL and modules.
- I managed to ship a module without Makefile.PL, WTF? Really
need to start using ShipIt.
1.0.14 2008-02-21T22:41:33
- Fix a bug in the packaging of the last version.
- Add links to other implementations and some notes about them.
- Add a (failing) unit test for some unexpected behavior reported on
the list.
1.0.15 2008-02-23T11:13:07
- Start using ShipIt to package the distribution.
1.0.16 2008-02-25T14:24:00
- Fix bugs with tab_width in constructor / as an option.
- Fix bugs with tab width in pre/code blocks.
1.0.17 2008-03-17T??:??:??
- Add Markdown.pl and MultiMarkdown.pl, which work the same way as the
original Markdown.pl. These scripts *are not* installed by default,
but you will be prompted to install them when you run Makefile.PL
- Make _DeTab significantly quicker. Text::Balanced is still the main
performance sore point however. :(
- Re-organise the module code so that Text::Markdown is a standalone
module which does not require Text::MultiMarkdown.
Text::MultiMarkdown now inherits from Text::Markdown and adds the
additional MultiMarkdown functionality. This is a *large* change to
the module's internals, but is much more in the spirit of the
original Markdown project (and should silence most complaints about
how the code works, and possible even stop John Gruber hating my
guts).
If you were using Text::Markdown previously, but relying on an
implicit MultiMarkdown feature, this *could be a breaking change*.
Detailed description of any possible user visible changes below:
- Text::Markdown will no longer supports the additional attribute
specification for images and links feature, which was not in
original Markdown, but were previously supported after
the code merge of Text::Markdown and Text::MultiMarkdown.
If you are relying on this features, it is recommended that you
use Text::MultiMarkdown (configured as you prefer), as this is
not a supported feature in the original Markdown.
- Text::MultiMarkdown has changed the order of attributes in image
tags, the id attribute is moved from the first to the last
attribute (barring user supplied attributes). An example of the
expected change is included below:
Old output: <img id="image" src="http://path.to/image" alt="image" title="Image title" width="40px" height="400px" />
New output: <img src="http://path.to/image" alt="image" title="Image title" id="image" width="40px" height="400px" />
This is due to the code re-organisation, moving the id attribute
around shouldn't affect anything that isn't relying on the
attribute ordering (which is meant to be unimportant in HTML), and
allows for simplification of the unified code.
|
|
|
|
|
|
This package contains a *patched* version of the final original
release of the Link Grammar Parser. It has been patched to fix a
few bugs, add a few enhancements, and, in general, make the Link
Grammar Parser easier to use. This version includes Java bindings.
|
|
Change default backend to hunspell.
aspell support is now a (disabled by default) option.
Add some other options.
Remove aspell from includes in buildlink3.mk. The backends
are abstracted into dynamically loaded modules and don't need
to be pulled in by buildlink3.mk.
Release notes:
Voikko (Finnish) language support. Zemberek (Turkish) language support.
Better support for Unicode in the personal dictionaries. Personal
dictionaries offer better suggestions. OpenOffice's dictionaries are used
on Windows. Aspell works on Windows. This release can use a system-wide
Hunspell/Myspell installation on Unix-like platforms. Hunspell 1.2.1 and
NET bindings are required. This release has more lax language matching
rules. It uses XDG's data-dirs spec for locating dictionaries. There are
many unit tests and bugfixes.
|
|
pkgsrc change:
buildlink3.mk:
Bump API_DEPENDS, since shlib name changed. No dependencies in pkgsrc.
Release notes:
2008-04-12: Hunspell 1.2.2 release:
- extended dictionary (dic file) support to use multiple base and
special dictionaries.
- new and improved options of command line hunspell:
-m: morphological analysis or flag debug mode (without affix
rule data it signs the flag of the affix rules)
-s: stemming mode
-D: list available dictionaries and search path
-d: support extra dictionaries by comma separated list. Example:
hunspell -d en_US,en_med,de_DE,de_med,de_geo UNESCO.txt
- forbidding in personal dictionary (with asterisk, / signs affixation)
- optional compressed dictionary format "hzip" for aff and dic files
usage:
hzip example.aff example.dic
mv example.aff example.dic /tmp
hunspell -d example
hunzip example.aff.hz >example.aff
hunzip example.dic.hz >example.dic
- new affix compression tool "affixcompress": compression tool for
large (millions of words) dictionaries.
- support encrypted dictionaries for closed OpenOffice.org extensions or
other commercial programs
- improved manual
- bug fixes
2007-11-01: Hunspell 1.2.1 release:
- new memory efficient condition checking algorithm for affix rules
- new morphological functions:
- stem() for stemming
- analyze() for morphological analysis
- generate() for morphological generation
- new demos:
- analyze: stemming, morphological analysis and generation
- chmorph: morphological conversion of texts
|
|
plugging some severe memory leaks.
|
|
through PLIST_SUBST to the plist module.
|
|
PYTHON_PATCH two more scripts.
PKGREVISION++
|
|
changes:
* Add new attributes for hidden (NoDisplay) and default
section (DocDefaultSection) to the .document file parsing
* Increase scrictness of parsing in line with the spec.
* omf files now return (approximate) fd.o categories
* Add new requirement to define I_KNOW_RARIAN_0_8_IS_UNSTABLE before
use
* rarian.h is now a general inclusion guard and main functions have
moved to rarian-main.h
* Update example program to use new features
-bugfixes
pkgsrc note: While 0.8.0 is marked unstable, it is required by the
upcoming 2.22 gnome release. There are no compatibility problems
for clients installing help files, but build of yelp (the help browser)
will be broken until it is updated.
|
|
close PR 38040.
|