Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- Make it build with Ruby 1.8.7, too.
Bump PKGREVISION.
|
|
|
|
Bump PKGREVISION.
|
|
- And make it build with Ruby 1.8.7, too.
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
- And make it build with Ruby 1.8.7, too.
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
|
|
2008-04-27 -- 0.7.1
* Fixed: Bogus syntax error when parsing URIs with port-like
passwords, e.g. "http://user:21@host/" (#1948038)
Thanks to Friedrich Delgado Friedrichs for reporting!
* Fixed: Parser did not handle trailing slashes correctly in some cases,
which also made the structures produced from parsing "http://e.com/"
and "http://e.com" indistinguishable. (#1950126)
Thanks to Edward Z. Yang for reporting!
2008-04-04 -- 0.7.0
* Added: Dissection and composition of query strings
* Added: Documentation improvements
(in|out|inout indicators, addition of \since and \see)
* Changed: Code::Blocks project files updated from file format
version 1.4 to 1.6, which is produced by Code::Blocks 8.02
* Added: Code::Blocks workspace file
* Changed: Soname set to 1:5:0
2008-02-25 -- 0.6.4
* Added: Syntax-based normalization can now handle relative URIs,
e.g. "../../a/b/.././c" is normalized to "../../a/c"
* Fixed: Normalization code could free foreign memory
* Fixed: Normalization processed the path segment even when asked not to
* Added: MinGW Makefile and related readme
Thanks to Michael Anthony Puls II!
* Fixed: Documentation bug not requiring enough memory for the output
buffer when converting a relative file URI back to a filename
* Changed: Soname set to 1:4:0
2008-02-11 -- 0.6.3
* Fixed: Two major crash bugs in normalization code
Thanks to Adrian Manrique for the patch!
* Added: Brief usage tutorial
* Changed: Soname set to 1:3:0
2008-02-08 -- 0.6.2
* Fixed: Freeing a normalized URI like "http://test?"
caused a crash. Thanks to Adrian Manrique for reporting!
* Fixed: Filename <--> URI string conversion helpers can
now handle relative URIs and filenames
* Changed: Soname set to 1:2:0
2007-12-23 -- 0.6.1
* Fixed: Percent-encodings in hostnames were not repaired during
normalization.
Thanks to Adrian Manrique for reporting!
* Fixed: Percent-encodings were fixed after dot removal not before during
normalization.
Thanks to Adrian Manrique for reporting!
* Fixed: Include path order bug
Thanks to Ed Schouten for reporting this!
* Fixed: Shadow builds now possible
Thanks to Adeodato Simó for the patch!
* Added: Version guards for Autoconf/Automake
Thanks to Martin Michlmayr for reporting!
* Changed: Soname set to 1:1:0
|
|
|
|
|
|
bugfixes);
* asciidoc(1) and a2x(1) man pages formatted to conform to
man-pages(7) recommendations.
* Old code-filter syntax (pre-8.1.0) is no longer recognized so that
malformed two-line level 2 titles are no longer confused with
code-filter block delimiters.
|
|
Noticed by Hasso Tepper in PR 38920.
|
|
|
|
and fails on NetBSD.
|
|
|
|
From Philip Paeps <philip@freebsd.org>.
|
|
Fixes CVE-2007-4462.
|
|
- add SKIP_INTERNAL_LINKS (tx Christian Siefkes)
- prelim JS support, various fixes, improved performances (tx Johannes Fitz)
|
|
- Clean up local stuff for settings.
- Do a little cleanup of intialisation (more needed)
- Remove copy pasted regexes from Text::MultiMarkdown
- Fix bug with line breaks in links - http://bugs.debian.org/459885,
thanks to patches and test input / output provided by Adeodato Simó.
(See t/37anchormultilinebugs.t)
- Incorperated MDTest1.1's tests, and made most of the Text-Markdown
and Text-MultiMarkdown tests in MDTest format.
- Add and document an accessor for the parsed markdown URLs.
- Fix html4tags option in Markdown.pl and MultiMarkdown.pl
- Remove auto_install from Makefile.PL, this is a deprecated feature
and it shouldn't be being used at all.
|
|
|
|
version 2.0.13 (2008-05-20):
* Additional translations (see po/ChangeLog).
* Enchant support (support for pspell/aspell dropped) (Dom Lachowicz)
version 2.0.12 (2008-05-09):
* Make debug, quiet and build_suggestion_menu static in gtkspell.c
to prevent exporting them.
* One additional translation (see po/ChangeLog).
* Move spell-checking library from Libs to Libs.private in
gtkspell-2.0.pc
* Update autogen.sh to use intltool
* Fix warnings with -Wstrict-prototypes by Richard Laager
Bump API for dependency changes.
|
|
Added devel/p5-Cache-FastMmap version 1.26
Added devel/p5-parent version 0.221
Added textproc/p5-Lingua-EN-Inflect-Number version 1.1
Added textproc/p5-Text-SimpleTable version 0.03
Added textproc/p5-YAML-Tiny version 1.32
|
|
This module extends the functionality of Lingua::EN::Inflect with
three new functions available for export.
|
|
Simple eyecandy ASCII tables, as seen in Catalyst.
WWW: http://search.cpan.org/dist/Text-SimpleTable/
|
|
YAML::Tiny is a perl class for reading and writing YAML-style files,
written with as little code as possible, reducing load time and
memory overhead.
Most of the time it is accepted that Perl applications use a lot
of memory and modules. The ::Tiny family of modules is specifically
intended to provide an ultralight and zero-dependency alternative
to many more-thorough standard modules.
This module is primarily for reading human-written files (like
simple config files) and generating very simple human-readable
files. Note that I said human-readable and not geek-readable. The
sort of files that your average manager or secretary should be able
to look at and make sense of.
YAML::Tiny does not generate comments, it won't necesarily preserve
the order of your hashes, and it will normalise if reading in and
writing out again.
It only supports a very basic subset of the full YAML specification.
|
|
this switches to the gnome-2.22 release branch
|
|
[Changes for 1.04 (JSON::Syck 0.29) - 2008-02-17]
* The 'Name "YAML::Syck::ImplicitBinary" used only once: possible typo'
warnings no longer triggers in Perl 5.10 when running with perl -w.
Reported by: Jesse Vincent
[Changes for 1.03 (JSON::Syck 0.29) - 2008-02-16]
* JSON::Syck: When $JSON::Syck::SingleQuote is false, implicit booleans
such as "yes" and "no" should be dumped with double quotes, instead of
single quotes (which breaks RFC 4627).
Reported by: cho45
[Changes for 1.02 (JSON::Syck 0.28) - 2008-02-16]
* JSON::Syck: Colons in single-quoted strings are no longer loaded
with an extra space after it.
Reported by: Agent Zhang
[Changes for 1.01 (JSON::Syck 0.27) - 2008-01-19]
* JSON::XS is now promoted prominiently in JSON::Syck's documentation.
* Added support for Perl 5.11 and its first-class Regexp objects.
Contributed by: Andreas Koenig
* Tests no longer fail incorrectly when JSON.pm 2.00+ is installed.
Contributed by: Andreas Koenig
* Removed the unused Syck bytecode modules (yamlbyte.h and yaml2byte.c)
to further reduce our memory footprint.
[Changes for 1.00 (JSON::Syck 0.26) - 2007-12-10]
* When $YAML::Syck::SingleQuote is set to true, Dump() now emits newlines
in strings correctly. (Previously it would emit extra newlines.)
[Changes for 0.99 (JSON::Syck 0.26) - 2007-10-23]
* TODOify tests as appropriate for Perl 5.005 and Perl 5.6.x.
[Changes for 0.98 (JSON::Syck 0.26) - 2007-10-13]
* Restore support for Perl 5.005 and earlier.
[Changes for 0.97 (JSON::Syck 0.26) - 2007-09-03]
* When loading !!perl/code with $YAML::Syck::LoadCode set to false,
YAML::Syck now returns a coderef that does nothing (i.e. sub {}),
in accordance with YAML.pm's treatment, instead of returning the
actual code of the sub as a string.
Contributed by: Florian Ragwitz
[Changes for 0.96 (JSON::Syck 0.26) - 2007-08-08]
* The always-quote rule now applies to all implicit booleans
and null values, i.e. strings that match the following regex:
/y|Y
|n|N
|yes|Yes|YES
|no|No|NO
|true|True|TRUE
|false|False|FALSE
|on|On|ON
|off|Off|OFF
|null|Null|NULL
|~
/x
* Bare literals "Y", "N", "y" and "n" are now recognized as
booleans when loading with implicit typing turned on.
* Mixed case strings that does not represent implicit boolean
values, such as "yES" and "nO", are no longer always-quoted.
Contributed by: Malcolm Studd
[Changes for 0.95 (JSON::Syck 0.26) - 2007-08-04]
* "Yes" and "no" (including all upper/lower case forms) are now
always dumped in quoted form to avoid ambiguities when loaded
by loaders with ImplicitTyping set to true.
Reported by: Malcolm Studd
* lib/YAML/Syck.pod is merged back into lib/YAML/Syck.pm.
(No functional changes.)
[Changes for 0.94 (JSON::Syck 0.26) - 2007-07-10]
* Repair broken PAUSE upload, again. (Sigh.)
[Changes for 0.93 (JSON::Syck 0.26) - 2007-07-10]
* Repair broken PAUSE upload.
[Changes for 0.92 (JSON::Syck 0.26) - 2007-07-10]
* Allow for LoadFile(*FH) and DumpFile(*FH), in addition to
($fh) and (\*FH). Also, new tests for LoadFile and DumpFile.
Contributed by: Adriano Ferreira
[Changes for 0.91 (JSON::Syck 0.26) - 2007-06-23]
* Corrected loading Regexps with all combinations of quantifiers.
Contributed by: Ingy döt Net
[Changes for 0.90 (JSON::Syck 0.26) - 2007-06-22]
* Regexes are now dump/loaded correctly with modifiers, with a new
representation: "--- !!perl/regexp:main (?i-xsm:1)", instead of the
old mapping with a REGEXP key. The old form still loads correctly;
the new form corresponds to YAML.pm 0.63 and later.
Requested by: Ingy döt Net
* Loading regexes with modifiers no longer involves an eval"" call.
[Changes for 0.88 (JSON::Syck 0.26) - 2007-06-17]
* New dependency: Scalar::Util, for LoadFile and DumpFile functions.
You can safely do without that module if you do not make use of the
two functions.
* LoadFile and DumpFile now accept glob values, and reject unopened
handles properly instead of silently ignores it.
Contributed by: Adriano Ferreira
[Changes for 0.87 (JSON::Syck 0.25) - 2007-06-17]
* New LoadFile and DumpFile functions for JSON::Syck.
* JSON::Syck now actually exports its functions if you ask for it.
* LoadFile and DumpFile now accept IO objects in addition to file names.
Requested by: Adriano Ferreira
[Changes for 0.86 (JSON::Syck 0.24) - 2007-06-16]
* Support for dumping and loading regexps created by qr//, including
blessed once. Note that loading Regexp values dumped by YAML.pm
currently discards modifiers.
|
|
to avoid unwanted detection of pre-installed tools.
|
|
|
|
This whole mess needs to be cleaned up and sanitised.
|
|
|
|
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
|
|
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
|
|
security/p5-String-Random. Merge changes from the textproc one into
the security one.
|
|
fixes the security issue reported in:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1767
http://secunia.com/advisories/30315/
http://bugzilla.gnome.org/show_bug.cgi?id=527297
1.1.24: May 13 20088:
- Documentation: man page fix (Vincent Lefevre).
- Bug fixes: pattern bug fix, key initialization problems, exclusion of
unknown namespaced element on top of stylesheets, python generator
syntactic cleanup (Martin)
|
|
Bug fixes.
|
|
iso-codes 2.1
-------------
Tobias Toedter <toddy@debian.org>
Sun, 4 May 2008
[ ISO-3166 ]
* Changes from ISO-3166 MA Newsletter VI-2:
- MD shortname to "Moldova"
- ME full name to "Montenegro"
[ ISO-3166-2 ]
* Removed extraneous blanks from Malta (MT) entries; unfuzzied
the resulting .po deltas. Closes: alioth#310645
[ ISO-639 translations ]
* Vietnamese by Clytie Siddall (TP)
* Dutch by Freek de Kruijf (TP)
* Esperanto by Edmund GRIMLEY EVANS (TP)
[ ISO-3166 translations ]
* Slovenian by Primož Peterlin (TP)
* Hungarian by Gabor Kelemen (TP)
* Spanish by Javier Fernández-Sanguino Peña
* Lithuanian by Kestutis Biliūnas
* Vietnamese by Clytie Siddall
* Bulgarian by Damyan Ivanov
* Tamil by Tirumurti Vasudevan
[ ISO-3166-2 translations ]
* Slovenian by Primož Peterlin (TP)
* Lithuanian by Kestutis Biliūnas
[ ISO-4217 translations ]
* Slovenian by Primož Peterlin (TP)
* Hungarian by Gabor Kelemen (TP)
[ ISO-15924 translations ]
* Thai by Theppitak Karoonboonyanan
* Slovenian by Primož Peterlin (TP)
|
|
The main changes to this release are:
Added two new JSON serializers: resource-centric 'json' (Talis RDF/JSON)
and triple-centric 'json-triples'.
Made I/O Stream class raptor_iostream support reading as well as writing
with new constructors and new methods.
Added a new public SAX2 API class raptor_sax2 exposing the existing
internal API which has been around since the first release of Raptor 8
years ago and runs on top of either expat or libxml2.
Added new public error handlers structure raptor_error_handlers containing
a set of (function, data pointers) pairs called raptor_handler_closure for
each error log level. Added raptor_log_level enum for the error log level.
Added an initialization function for the structure,
raptor_error_handlers_init().
Several other API changes, fixes and improvements were made.
1.4.16 changes:
Provide 100% support for the GRDDL W3C Recommendation of 2007-09-11.
The Turtle parser and serializer were updated to support @base for
specifying a base URI, following Turtle of 2007-09-11.
The Turtle and RDF/XML serializers had performance improvements for large
graphs.
Added a TRiG Parser based on Turtle with named graph support.
Several other API changes, fixes and improvements were made.
|
|
|
|
|
|
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).
|