Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Fix build problem of ruby-gnome2 with ruby19.
(Although textproc/ruby-eruby has another problem with ruby19.)
|
|
|
|
|
|
Upstream changes:
[Changes for 1.15 (YAML::Syck 0.38 ) - 2010-09-23]
* perl RT #78008 - The 5.13.5 development release of perl changed how
regexes are stringified, breaking our tests. Update the tests to
deal with the new syntax.
See fb85c04 (http://perl5.git.perl.org/perl.git/commit/fb85c04) in
perl.git for context.
|
|
|
|
Changes are unknown, but it seems a few bug fixes.
|
|
Upstream changes:
None noted
|
|
pkgsrc changes:
- add license
Upstream changes:
2.08 20 Sep 2010
- Changed test script to use Test::More, renamed it to test.t and moved
it into the t/ folder. (Fixes [cpan #61369].)
- Moved the perl module into the lib/ folder.
|
|
let people grab https urls (tx Romain)
|
|
0.53 - 2010-07-12
- Switch from Text::IconV to Encode (David Pinkowitz)
- Update package Module::Install metadata discovery
|
|
|
|
0.0.3 2010-09-16 20:51:06 Europe/Oslo
Fixed RT #61367 which caused issue with Class::MOP 1.05+ / Moose
1.10+ (Thanks to Jesse Luehrs)
|
|
$Revision: 2.40 $ $Date: 2010/09/18 18:39:51 $
! Encode.pm Encode.xs
+ t/utf8ref.t
Addressed: RT#59981: find_encoding("UTF-8")->encode crashes
decode_utf8() is now a little faster, too.
http://rt.cpan.org/Ticket/Display.html?id=59981
http://rt.cpan.org/Ticket/Display.html?id=58541
! lib/Encode/Unicode/UTF7.pm
Addressed: RT#56443 utf-8 flag is not turned off after calling
Encode::encode('UTF-7', $string) to encode an ascii string
http://rt.cpan.org/Ticket/Display.html?id=56443
! t/utf8strict.t
Addressed: RT#57799
http://rt.cpan.org/Ticket/Display.html?id=57799
! lib/Encode/Guess.pm
Addressed: RT#46080: guess_encoding documentation
http://rt.cpan.org/Ticket/Display.html?id=46080
! ucm/nextstep.ucm
Addressed: RT#59668: nextstep encoding is broken - missing ASCII characters
http://rt.cpan.org/Ticket/Display.html?id=59668
! lib/Encode/MIME/Header.pm t/mime-header.t
Addressed: RT#52103: Encode::MIME::Header encoded words not separated by
white space
http://rt.cpan.org/Ticket/Display.html?id=52103
! t/guess.t lib/Encode/Guess.pm
Addressed: Encode: silenced a warning by from_to(..., 'Guess', ...)
http://coderepos.org/share/changeset/37731
|
|
2.40 2010-09-16 (by Alexandr Ciornii)
- Add windows-1251.enc, ibm866.enc, koi8-r.enc (Russian)
- Add windows-1255.enc (Hebrew)
- Update iso-8859-7.enc (RT#40712)
- Use Devel::CheckLib
- Better description of expat packages
- Better Perl style in both code and docs
|
|
0.06 Tue Sep 14 2010
- made deserialization accept non-blessed refs
0.07 Wed Sep 15 2010
- optional hunspell support
|
|
Changes are too many to write here, please refer ChageLog in distfiles.
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
|
|
- matches previous package name without "${RUBY_PKGPREFIX}-"
- matches current "ruby18-" and "ruby19-" packages
* Since these packages aren't update its version during update of Ruby
package's framework, bump PKGREVISION for safe update. Noted by
obache@ on tech-pkg.
|
|
2010-08-22 Rasqal Version 0.9.20 Released
Updated to handle more of the new syntax defined by the SPARQL 1.1
Query and SPARQL 1.1 Update W3C working drafts of 1 June 2010
Added execution support for new SPARQL 1.1 query built-in expressions
IF, URI, STRLANG, STRDT, BNODE, IN and NOT IN.
Added an 'html' query result table format from patch by Nicholas J
Humfrey
Added API support for group by HAVING expressions
Added XSD Date comparison support
Support building with Raptor V2 API if configured with --with-raptor2.
Many other bug fixes and improvements were made.
Fixed Issues: #0000352, #0000353, #0000354, #0000360, #0000374,
#0000377 and #0000378
|
|
Version 1.6.3 of PyEnchant has been released, with the following changes:
* Pre-compiled binary distributions for Mac OS X
* Safer loading of bundled DLLs on Windows
* New function get_enchant_version() to obtain the version of the underlying enchant library
|
|
|
|
0.612 Mon Aug 16 00:10:16 2010 +1000 <joe@kafsemo.org>
- Allow DATA_INDENT to specify arbitrary white space for
indentation. If it is numeric then use that many space
characters.
0.611 Thu Apr 22 13:09:12 BST 2010 <joe@kafsemo.org>
- Adopt rewritten license text to explicitly allow modification.
0.610 Mon Mar 29 02:29:32 BST 2010 <joe@kafsemo.org>
- Add a CHECK_PRINT constructor parameter to check the output print
success (#50465). It will croak when printing to output fails.
0.607 Mon Mar 22 14:46:26 GMT 2010 <joe@kafsemo.org>
- Address license confusion by reverting to the original
license, with contributor permission, and removing
unintentional references to the (more restrictive)
GPL/Artistic.
|
|
0.18
- added accessor: Text::MicroTemplate::File->include_path
0.17
- detects absolute paths using File::Spec->file_name_is_absolute (win32 compatibility fix)
0.16
- treat filenames starting with "/" as absolute paths
- support lines like "? =pod"
- fix documentation issues
0.15
- [bugfix] fix degradation in the optimazition introduced in 0.14 that caused compound lines within template to be miscompiled
|
|
Updated version number
Updated Howto
Fixed Makefile and MANIFEST for Build.PL
Added Build.PL
Save locale in Page-image (rt.perl.org bug #57340)
Made this test windows-compatible (rt.perl.org bug #55505)
Add prerequisite for perl 5.005 (rt bug #55198)
Fix typo
File permissions changed
Fixed POD (rt bug #55184)
Test-script cleanup, proper use of ok() with pdftotext
Run the cgi with the correct perl from $Config{perlpath}.
Fixed some typos in the POD
Fixed the usage of the test suite (skip was used wrongly).
Version 1.05\nAdded t/10-versionig.t\nFix to Changes.PL
Even more POD additions
Changed version number to 1.05
Fixed minor Perl::Critic issues
Image scaling bug, patch by Simon Green <simon@simongreen.name>
I have noticed one bug with the software though. If you
are scaling an image, and are centering it, it calculates the the bottom
left based on the original image size, not the scaled size. Attached is a
patch (against 1.03) that fixes this.
more POD fixes and comments
PerlTidy, Fixed comments and POD
PerlTidy, Fixed comments and POD
Fixed formatting (perltidy) and updated POD documentation
git in eclipe is a mess
Added new test scripts
Added experimental 'text' function
Added Gary's annotation fonction and related stuff (string_underline).
Cleaned up test files, grouped by topic, uses Test::More
Cosmetic and toolchain mods.
As sent to Gary
Fixed debug() stuff
Removed history from comments
General cleanup
fixed corrupt xref
Improved debugging, Initial version of annotations
Set version to 'perl' for Fedora
Fix the MANIFEST file with all test updates
Fixed Changes.PL
Cleanup test files
Add 'real' test using 'pdftotext'
Add a cgi-script test/example
Changing version number
Some more test cleanup (eliminate warnings, remove test 7)
Fix and unify test samples (generate pdf name from script name).
Add new sample 'parabola.t', to show how to generate graphices.
Improve doc and error message for unsupported gif images.
Add new sample featuring font color and drawing/writing on images.
Improved git detection in Changes.PL by Philippe Audéoud
Hacked Changes.PL to skip out in a non-obstrusive way if git
is not found or the git environment is not right.
|
|
I should commit with previous ruby-yamcha's commit.
|
|
I should commit with previous ruby-cabocha's commit.
|
|
|
|
Languages can be split into two components, their *syntax* and their
*semantics*. It's your understanding of English syntax that tells you
the stream of words "Sleep furiously green ideas colorless" is not a
valid sentence. Semantics is deeper. Even if we rearrange the above
sentence to be "Colorless green ideas sleep furiously", which is
syntactically correct, it remains nonsensical on a semantic
level. With Treetop, you'll be dealing with languages that are much
simpler than English, but these basic concepts apply. Your programs
will need to address both the syntax and the semantics of the
languages they interpret.
Treetop equips you with powerful tools for each of these two aspects
of interpreter writing. You'll describe the syntax of your language
with a *parsing expression grammar*. From this description, Treetop
will generate a Ruby parser that transforms streams of characters
written into your language into *abstract syntax trees* representing
their structure. You'll then describe the semantics of your language
in Ruby by defining methods on the syntax trees the parser generates.
|
|
|
|
Some [hopefully] useful extensions to Rubys String class.
Stringex is made up of three libraries: ActsAsUrl [permalink solution
with better character translation], Unidecoder [Unicode to Ascii
transliteration], and StringExtensions [miscellaneous helper methods
for the String class].
|
|
* Comment out HOMEPAGE, domain disappeared.
* Add LICENSE.
* Remove default value of GEM_BUILD.
|
|
|
|
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
|
|
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add PKG_DESTDIR_SUPPORT.
* Ajust new ruby package's framework.
Changes of version 0.7.1
* convert the encoding of an input string automatically (Ruby 1.9.1).
Changes of version 0.7.0
* suppot Ruby 1.9.1.
* remove some experimental libraries.
* remove all example programs.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
= 2.3.12, released 2009-12-01
* make view helpers "HTML safe" for Rails 2.3.5 with rails_xss plugin
= 2.3.11, released 2009-06-02
* fix `enable_actionpack`
= 2.3.10, released 2009-05-21
* count_by_sql: don't use table alias with any adapters starting with "oracle"
* Add back "AS count_table" alias to `paginate_by_sql` counter SQL
= 2.3.9, released 2009-05-29
* remove "AS count_table" alias from `paginate_by_sql` counter SQL
* Rails 2.3.2 compat: monkeypatch Rails issue #2189 (count breaks has_many :through)
* fix generation of page URLs that contain the "@" character
* check for method existance in a ruby 1.8- and 1.9-compatible way
* load will_paginate view helpers even if ActiveRecord is not loaded
== 2.3.8, released 2009-03-09
* Rails 2.3 compat: query parameter parsing with Rack
== 2.3.7, released 2009-02-09
* Removed all unnecessary &block variables since they cause serious memory damage and lots of subsequent gc runs.
== 2.3.6, released 2008-10-26
* Rails 2.2 fix: stop using `extract_attribute_names_from_match` inernal AR method, it no longer exists
== 2.3.5, released 2008-10-07
* update the backported named_scope implementation for Rails versions older than 2.1
* break out of scope of paginated_each() yielded block when used on named scopes
* fix paginate(:from)
== 2.3.4, released 2008-09-16
* Removed gem dependency to Active Support (causes trouble with vendored rails).
* Rails 2.1: fix a failing test and a deprecation warning.
* Cope with scoped :select when counting.
== 2.3.3, released 2008-08-29
* Ensure that paginate_by_sql doesn't change the original SQL query.
* RDoc love (now live at http://gitrdoc.com/mislav/will_paginate/tree/master)
* Rename :prev_label to :previous_label for consistency. old name still functions but is deprecated
* ActiveRecord 2.1: Remove :include option from count_all query when it's possible.
== 2.3.2, released 2008-05-16
* Fixed LinkRenderer#stringified_merge by removing "return" from iterator block
* Ensure that 'href' values in pagination links are escaped URLs
== 2.3.1, released 2008-05-04
* Fixed page numbers not showing with custom routes and implicit first page
* Try to use Hanna for documentation (falls back to default RDoc template if not)
== 2.3.0, released 2008-04-29
* Changed LinkRenderer to receive collection, options and reference to view template NOT in
constructor, but with the #prepare method. This is a step towards supporting passing of
LinkRenderer (or subclass) instances that may be preconfigured in some way
* LinkRenderer now has #page_link and #page_span methods for easier customization of output in
subclasses
* Changed page_entries_info() method to adjust its output according to humanized class name of
collection items. Override this with :entry_name parameter (singular).
page_entries_info(@posts)
#-> "Displaying all 12 posts"
page_entries_info(@posts, :entry_name => 'item')
#-> "Displaying all 12 items"
== 2.2.3, released 2008-04-26
* will_paginate gem is no longer published on RubyForge, but on
gems.github.com:
gem sources -a http://gems.github.com/ (you only need to do this once)
gem install mislav-will_paginate
* extract reusable pagination testing stuff into WillPaginate::View
* rethink the page URL construction mechanizm to be more bulletproof when
combined with custom routing for page parameter
* test that anchor parameter can be used in pagination links
|
|
* Add LICENSE.
* Remove default value of GEM_BUILD.
|
|
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.
Changes are unknown.
|
|
* Add patches to support both ruby18 and ruby19.
No functional change.
|
|
* Add LICENSE.
* Ajust new ruby package's framework.
Changes are unknown.
|
|
* Add LICENSE.
* Ajust new ruby package's framework.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Remove RUBY_HAS_ARCHLIB.
=== 4.2.3 / March 1, 2010
* Allow quotes in styles so you can do things like listing font-families. [Jason Garber]
* Fix uninitialized constant Gem::Specification::PLATFORM_CROSS_TARGETS in Rails [Jason Garber]
* Allow uppercase letters in class and ID attributes even though it's invalid [Jason Garber]
* Fix compatibility with newer Echoe, by using full-name for Platform [Flameeyes]
* Fixes for PPC/PPC64 [Flameeyes]
* Added a modified copy of 'Textile Reference' to a doc folder [codesponge]
* Add footnote return links [Jonathan Rudenberg]
* Add bug report link to the README
=== 4.2.2 / June 30, 2009
* Fix regression where percent wasn't accepted in style attribute. [Jason Garber]
=== 4.2.1 / June 16, 2009
* Fix regression where period wasn't accepted in style attribute. [Jason Garber]
|
|
* Add LICENSE.
* Tweak CONFLICTS pattern.
* Make buildlink3.mk support ruby18 and ruby19.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-02-23:
* Ruby 1.9.x compatibility!
2010-02-16:
* excise a bunch of unnecessary @@ variables
* fix up some tests for cross-version compatibility
2010-02-14:
* generalized cleanup:
* fix old file headers
* modernize rakefile
* clean up rdoc
2010-01-08:
* move from RubyForge Subversion to GitHub
2007-02-22 (r81):
* make the plist parser accept strings contain XML or any object that responds to #read (File and StringIO being the intended targets here). Test and idea contributed by Chuck Remes.
2006-09-20 (r80):
* tweak a comment in generator.rb to make it clear that we're not using Base64.b64encode because it's broken.
|
|
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add patch to support both ruby18 and ruby19.
No functional change.
|