Commit graph

184034 commits

Author SHA1 Message Date
taca
32181fd1c8 Update ruby-innate to 2012.03.
[f133be7 | Wed Mar 07 18:27:47 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2012.03

[cab2aef | Wed Mar 07 18:27:21 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * update dependency to rack 1.4.1

[e474964 | Thu Mar 01 19:22:58 UTC 2012] Yorick Peterse <yorickpeterse@gmail.com>

  * Fixed various YARD formatting issues.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[d82fd1e | Sun Feb 26 13:22:09 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * Enable the render helper to render views without corresponding method if needs_method is enabled

[918974e | Sun Feb 26 12:45:50 UTC 2012] Michael Fellinger <m.fellinger@gmail.com>

  * Fix initialize of Rack::Cascade on 1.4.1

[0e298de | Wed Dec 28 17:57:58 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Here comes a better Innate::Cache::register, now with less warnings and more speed

[d8a1da4 | Wed Dec 28 05:06:07 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2011.12

[13f9372 | Wed Dec 28 04:54:29 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * less obfuscation ftw

[10cf300 | Wed Dec 28 04:54:09 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * minor cleanup around specs

[7f61483 | Wed Dec 28 04:53:40 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Update to Rack 1.4.0

[575e900 | Thu Dec 08 17:05:04 UTC 2011] Michael Fellinger <m.fellinger@gmail.com>

  * Update travis config

[037f35a | Sun Nov 06 12:18:30 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * Revert "AOP calls can now be stacked."

    This reverts commit 3ceb18dae7b774ab9b21cba6538b217ba35d5e21.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>

[3ceb18d | Sun Nov 06 11:30:51 UTC 2011] Yorick Peterse <yorickpeterse@gmail.com>

  * AOP calls can now be stacked.

    This means that calling methods such as before_all() or before() multiple times
    in the same controller will no longer in these calls overwriting previously
    defined ones. A short example of this is the following:

        class Posts
          Innate.node('/posts')
          helper :aspect

          NUMBERS = []

          before_all do
            NUMBERS << 10
          end

          before_all do
            NUMBERS << 20
          end

          def index
            return NUMBERS
          end
        end

    Visiting /posts would result in "[10, 20]" being displayed in the browser.

    Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
2012-03-20 13:52:43 +00:00
taca
072a50c069 Note update of textproc/ruby-libxml package to 2.3.2. 2012-03-20 13:50:43 +00:00
taca
67cc03bf49 Update ruby-libxml to 2.3.2.
= Release History

== 2.3.2 / 2012-03-20 Charlie Savage

* Define various canonicalize constants to support libxml2 versions
  older than 1.1.25 (thanks Apple!)

== 2.3.1 / 2012-03-20 Charlie Savage

* Yanked - didn't fix the OSX canonicalize issue
2012-03-20 13:50:09 +00:00
taca
6e276c4be3 Note update of textproc/ruby-libxml package to 2.3.0. 2012-03-20 13:46:57 +00:00
taca
eefe453507 Update ruby-libxml to 2.3.0.
= Release History

== 2.3.0 / 2012-02-22 Ryan Johnson

* Add ability to insert new PI-nodes into the xmltree (Axel Struebing).

* Added full pass-through access to libxml2 xmlC14NDocDumpMemory method via
  LibXML::XML::Document#canonicalize method with optional arguments.

* Added full test data for C14N based off of W3C spec.
  (http://www.w3.org/TR/xml-c14n#Examples)

* Update sax handler to support encodings on Ruby 1.9 and higher.
2012-03-20 13:45:32 +00:00
taca
ddc9571389 Note update of devel/ruby-rspec-rails package to 2.9.0. 2012-03-20 13:43:13 +00:00
taca
53106dc086 Update ruby-rspec-rails to 2.9.0.
Remove restriction for version of Ruby on Rails.

### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.8.1...v2.9.0)

Enhancments
* add description method to RouteToMatcher (John Wulff)
* Run "db:test:clone_structure" instead of "db:test:prepare" if Active Record's
  schema format is ":sql". (Andrey Voronkov)

Bug fixes
* mock_model(XXX).as_null_object.unknown_method returns self again
* Generated view specs use different IDs for each attribute.
2012-03-20 13:42:34 +00:00
taca
5a7161d773 Note update of ruy-rspec related packages:
devel/ruby-rspec-core		2.9.0
	devel/ruby-rspec-expectations	2.9.0
	devel/ruby-rspec-mocks		2.9.0
	devel/ruby-rspec		2.9.0
2012-03-20 13:41:05 +00:00
taca
1b2f942456 Update ruby-rspec to 2.9.0.
This is meta gem for ruby-rspec-{core,expectations,mock}.
2012-03-20 13:39:18 +00:00
taca
f8e74717ad Update ruby-rspec-mocks to 2.9.0.
### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.8.0...v2.9.0)

Enhancements

* Support order constraints across objects (preethiramdev)

Bug fixes

* Allow a `as_null_object` to be passed to `with`
* Pass proc to block passed to stub (Aubrey Rhodes)
* Initialize child message expectation args to match any args (#109 -
  preethiramdev)
2012-03-20 13:38:13 +00:00
taca
57d061c688 Update ruby-rspec-expectations to 2.9.0.
### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0...v2.9.0)

Enhancements

* Move built-in matcher classes to RSpec::Matchers::BuiltIn to reduce pollution
  of RSpec::Matchers (which is included in every example).
* Autoload files with matcher classes to improve load time.

Bug fixes

* Align respond_to? and method_missing in DSL-defined matchers.
* Clear out user-defined instance variables between invocations of DSL-defined
  matchers.
* Dup the instance of a DSL generated matcher so its state is not changed by
  subsequent invocations.
* Treat expected args consistently across positive and negative expectations
  (thanks to Ralf Kistner for the heads up)
2012-03-20 13:37:28 +00:00
taca
3adcc00bd4 Update ruby-rspec-core to 2.9.0.
### 2.9.0 / 2012-03-17
[full changelog](http://github.com/rspec/rspec-core/compare/v2.8.0...v2.9.0)

Enhancements

* Support for "X minutes X seconds" spec run duration in formatter. (uzzz)
* Strip whitespace from group and example names in doc formatter.
* Removed spork-0.9 shim. If you're using spork-0.8.x, you'll need to upgrade
  to 0.9.0.

Bug fixes

* Restore `--full_backtrace` option
* Ensure that values passed to `config.filter_run` are respected when running
  over DRb (using spork).
* Ensure shared example groups are reset after a run (as example groups are).
* Remove `rescue false` from calls to filters represented as Procs
* Ensure described_class gets the closest constant (pyromaniac)
* In "autorun", don't run the specs in the at_exit hook if there was an
  exception (most likely due to a SyntaxError). (sunaku)
* Don't extend groups with modules already used to extend ancestor groups.
* `its` correctly memoizes nil or false values (Yamada Masaki)
2012-03-20 13:36:31 +00:00
taca
d69af8b44a Note update of www/ruby-sass-rails32 package to 3.2.5. 2012-03-20 13:28:43 +00:00
taca
9b69e0a183 Update www/ruby-sass-rails32 to 3.2.5.
* Remove the Sass middleware if it gets accidently loaded.
2012-03-20 13:27:00 +00:00
taca
f3a40e67ee Update HOMEPAGE. 2012-03-20 13:25:45 +00:00
taca
e555327a10 Note addition of ruby-coffee-rails packages:
www/ruby-coffee-rails31 3.1.1
	www/ruby-coffee-rails32 3.1.1
2012-03-20 13:18:58 +00:00
taca
b297c445ba Add and enable ruby-coffee-rails31 and ruby-coffee-rails32. 2012-03-20 13:17:28 +00:00
taca
1f9ecff01f Imporring www/ruby-coffee-rails32 version 3.2.2.
This version is for Ruby on Rails 3.2.
Coffee Script adapter for the Rails asset pipeline.
2012-03-20 13:16:39 +00:00
taca
823ecdf486 Importing www/ruby-coffee-rails31 version 3.1.1.
This version is for Ruby on Rails 3.1.
Coffee Script adapter for the Rails asset pipeline.
2012-03-20 13:15:44 +00:00
taca
5382ef1ed8 Note update of misc/ruby-launchy package to 2.1.0. 2012-03-20 13:11:46 +00:00
taca
3cc04232d2 Update ruby-launchy to 2.1.0.
= Launchy Changlog
== Version 2.1.0 - 2012-03-18

* Fix raising exception when no browser program found
  (copiousfreetime/launchy#42)
* Add LAUNCHY_DRY_RUN environment variable (thanks Mariusz Pietrzyk / wijet)
* Update dependencies
2012-03-20 13:10:54 +00:00
taca
4306766102 Note update of print/ruby-pdf-reader package to 1.0.0. 2012-03-20 13:09:18 +00:00
taca
411af244a2 Update ruby-pdf-reader to 1.0.0.
v1.0.0 (16th January 2012)
- support a new encryption variation
- bugfix in PageTextRender (thanks Paul Gallagher)

v1.0.0.rc1 (19th December 2011)
- performance optimisations (all by Bernerd Schaefer)
- some improvements to text extraction from form xobjects
- assume invalid font encodings are StandardEncoding
- use binary mode when opening PDFs to stop ruby being helpful and transcoding
    bytes for us

v1.0.0.beta1 (6th October 2011)
- ensure inline images that contain "EI" are correctly parsed
  (thanks Bernard Schaefer)
- fix parsing of inline image data

v0.12.0.alpha (28th August 2011)
- small breaking changes to the page-based API - it's alpha for a reason
  - resource related methods on Page object return raw PDF objects
  - if the caller wants the resources wrapped in a more convenient
    Ruby object (like PDF::Reader::Font or PDF::Reader::FormXObject) will
    need to do so themselves
- add support for RunLengthDecode filters (thanks Bernerd Schaefer)
- add support for standard PDF encryption (thanks Evan Brunner)
- add support for decoding stream with TIFF prediction
- new PDF::Reader::FormXObject class to simplify working with form XObjects

v0.11.0.alpha (19th July 2011)
- introduce experimental new page-based API
  - old API is deprecated but will continue to work with no warnings
- add transparent caching of common objects to ObjectHash
2012-03-20 13:08:33 +00:00
wiz
883b0cf594 Updated security/libtasn1 to 2.12 2012-03-20 13:07:59 +00:00
wiz
81f758690d Update to 2.12:
* Noteworthy changes in release 2.12 (2012-03-19) [stable]
- Cleanup license headers.
- build: Update gnulib files.
- Corrected DER decoding issue (reported by Matthew Hall).
  Added self check to detect the problem, see tests/Test_overflow.c.
  This problem can lead to at least remotely triggered crashes, see
  further analysis on the libtasn1 mailing list.
2012-03-20 13:07:50 +00:00
taca
c2a119b391 Note update of security/ruby-rc4 package to 0.1.5. 2012-03-20 13:07:09 +00:00
taca
092c46cab4 Add ane enable ruby-rc4. 2012-03-20 13:06:40 +00:00
taca
1b9087ec5f Importing security/ruby-rc4 version 0.1.5.
RubyRC4 is a pure Ruby implementation of the RC4 algorithm.
2012-03-20 13:05:41 +00:00
wiz
af6012c9c2 Updated archivers/libzip to 0.10.1 2012-03-20 13:05:03 +00:00
wiz
5d9b39c007 Update to 0.10.1.
0.10.1 [2012/03/20]

* Fixed CVE-2012-1162
* Fixed CVE-2012-1163
2012-03-20 13:04:53 +00:00
taca
b60036a423 Oops, forgot to update distinfo. 2012-03-20 12:29:23 +00:00
markd
3c8f37df89 This evenings updates. 2012-03-20 12:11:53 +00:00
obache
a5ed1a87d2 NetBSD<5.99.16 does not have popcount(3).
fixes PR 46230.
2012-03-20 12:06:16 +00:00
schmonz
51e09a3bfa Updated www/ikiwiki to 3.20120203 2012-03-20 12:01:30 +00:00
markd
ba6381bb26 Adjust to new location of KDE packages. 2012-03-20 12:01:20 +00:00
schmonz
fd3ee60ae3 Update to 3.20120203. From the changelog:
* osm: New plugin to embed an OpenStreetMap into a wiki page.
  Supports waypoints, tags, and can even draw paths matching
  wikilinks between pages containing waypoints.
  Thanks to Blars Blarson and Antoine Beaupré, as well as the worldwide
  OpenStreetMap community for this utter awesomeness.
* trail: New plugin to add navigation trails through pages via Next and
  Previous links. Trails can easily be added to existing inlines by setting
  trail=yes in the inline.
  Thanks to Simon McVittie for his persistance developing this feature.
* Fix a snail mail address. Closes: #659158
* openid-jquery.js: Update URL of Wordpress favicon. Closes: #660549
* Drop the version attribute on the generator tag in Atom feeds
  to make builds more reproducible. Closes: #661569 (Paul Wise)
* shortcut: Support Wikipedia's form of url-encoding for unicode
  characters, which involves mojibake. Closes: #661198
* Add a few missing jquery UI icons to attachment upload widget underlay.
* URI escape filename when generating the diffurl.
* Add build-affected hook. Used by trail.

pkgsrc changes:

* Fix dependency on YAML::XS (reported by dholland).
* Remove last local patch, now integrated upstream.
2012-03-20 12:01:09 +00:00
markd
ef4fb5409d Update to 2.3.5
2.3.5 is available.
Features
* Added Amazon.com data sources for China, Spain, and Italy.
* Added filter rules for dates before and after.
* Updated GCstar exporter to include images.
* Updated Discogs fetcher to use API v2.
* Updated Wine.com fetcher to use API v2.
* Updated fetcher for Allocine.fr.
Bug Fixes
* Fixed bug that always showed checkmark for boolean field values
* Fixed importing of multi-line notes from Alexandria
* Fixed bug with merging entries
* Fixed bug with Cancel not working in the Entry Merge dialog.
* Fixed broken script for searching Dark Horse Comics.
* Fixed a crashing bug when using the scanner dialog.
* Improved support for importing movies and music from Delicious Library.

2.3.4 is available.
Features
* Added data sources for Google Book Search and MovieMeter.nl.
* Added capability for searching French, Spanish, and German data from
  TheMovieDB.org.
* Added importer for Goodreads collection.
* Added icon cache for improved performance with large images
* Added UI controls for changing icon size
* Added shortcut keys for showing full-screen and hiding menubar
Bug Fixes
* Fixed bug with image link in Tri-Column report template
* Fixed crashing bug with CSV importer and changing delimiters
* Fixed bug in year from Douban.com data source
* Fixed TMDB search for multiple person results
* Updated filter rules to match against values without diacritics for
  "Contains" criteria
* Fixed showing a doubled filter count
* Fixed bug when editing month in the date widget in KDE 4.7

2.3.3 is available.
Features
* Added data sources for Filmaster and Douban.
* Added capability for importing ADS format from z39.50 sources.
* Added check for duplicate Bibtex keys
* Added manga search for AnimeNfo.com.
* Improved performance for loading and sorting large collections.
Bug Fixes
* Fixed parsing bug for some IMDb results
* Fixed parsing bug for empty table values
* Fixed parsing bug with AnimeNfo.com results.
* Fixed bug when editing existing filters
* Fixed crashing bug for editing some values
* Fixed bug with loans not being updated for removed entries
* Fixed build for Linux kernel 2.6.38+ when using newer libv4l library.
* Fixed build with GCC 4.6.
2012-03-20 11:53:23 +00:00
markd
bab3a79a9c Fix wip references. 2012-03-20 11:21:15 +00:00
obache
5968cd2a27 Remove -enumtypes rurles.
It may break installed header files from gst-plugins0.10-base as PR 46229.
2012-03-20 11:17:49 +00:00
markd
dced52cd3d Update to 0.11
v0.11 2011-01-14
- Fix endless loop when using some particular settings
- Included an option to postpone a break

v0.11-beta1 2010-10-03
- Fix detection of additional screens
- Make popup time configurable
- Require Qt 4.6.0 and KDE 4.4.0
- Fix timers when lock button is pressed
- Add the possibility to remove the lock button
- Remove buggy screenshot to show RSIBreak in the
  systray at startup and when launching a second time
- Add notification settings to the config
- Don't restart timers when leaving config and timers
  has not been changed
- Slideshoweffect: make the visibility of small images
  optional. ( Juan Luis Baptiste )
- Make popup visibly more attractive
  ( Juan Luis Baptiste)
- Make timers work for Qt=>4.4 ( Chani Armitage )
- Fix plasma category ( Balcaen John )
- Use KIdle library from kdelibs, instead of directly
  asking X.
2012-03-20 11:08:57 +00:00
markd
e1e155d114 Update to 0.11.3c
Changes since version 0.11.3b
- Include build fixes from Orcan Ogetbil
- Set codec to utf8 when reading our own lists
- Fix initial video sizes with SMIL+video
Changes since version 0.11.3a
- TV list wasn't saved when editing the items in-place
- Percentage of stream loading in status bar wasn't cleared on playing
- Basic support for Outline Processor Markup Language
- Some SMIL synchronization fixes
Changes since version 0.11.3
- Fix crash when NPP player window resizes
- Remove configure toolbar menu item
Changes since version 0.11.2c
- SMIL-3.0 improvements for smilText and State
- Remove pango dependency
- KDE3 porting; replace K3ListView with QTreeView
2012-03-20 11:00:30 +00:00
markd
8b7c571661 Update to 4.2.3
KDevelop 4.2.3 Released

This is a stable release which fixes dozens of bugs.

KDevelop 4.2.2 released

the first bug-fix release of the KDevelop 4.2 branch.
KDevelop 4.2.2 fixes dozens of bugs.

KDevelop 4.2.0 Released

You should find that KDevelop 4.2 is significantly more stable and polished
than 4.1, with some important changes under the hood; we suggest that
everyone updates to this version, if possible.
Please note that this version is required for users of KDE Platform 4.6 or
higher.
2012-03-20 10:52:26 +00:00
markd
b991b56aec Update to 1.2.3
KDevelop 4.2.3 Released

This is a stable release which fixes dozens of bugs.

KDevelop 4.2.2 released

the first bug-fix release of the KDevelop 4.2 branch.
KDevelop 4.2.2 fixes dozens of bugs.

KDevelop 4.2.0 Released

You should find that KDevelop 4.2 is significantly more stable and polished
than 4.1, with some important changes under the hood; we suggest that
everyone updates to this version, if possible.
Please note that this version is required for users of KDE Platform 4.6 or
higher.
2012-03-20 10:48:53 +00:00
markd
d48463723f Update to 1.4
A brief selection of highlights since v1.3.1:
* URL and email detection in text views has been rewritten from scratch, greatly
  improving the handling of various types of URLs and the contexts they might
  appear in.
* Extensive improvements to IRC formatting code handling, including the return
  of background color support.
* Extensive, sometimes full rewrites of user interface elements such as nearly
  all context menus, the URL Catcher and the Warning Dialogs system for a long
  list of user interface improvements and bug fixes.
* Improved SSL connection behavior.
* Translation support and various other improvements in several bundled scripts.
* Expanded Python scripting support via the introduction of an API support
  package.
* Support for more IRC numerics.
* Various bugfixes to input line command handling and connection behavior.
2012-03-20 10:36:40 +00:00
markd
6443d5521b Update to 2.5.0
Version 2.5
  FEATURES:
    * Now It's possible to use formated strings for prefix and suffix in
      Playlist's layout items.

  BUGFIXES:
    * Do not crash when iPod doesn't have a master playlist. (BR 288936)
    * Fix Last.fm not finding KDE Wallet. (BR 286741)
    * Put a border around bottom toolbars, visually separating them from
      browser contents. (BR 277741)
    * Align the bottom toolbars.
    * Allow albums with empty name but nonempty artist in local collection.
    * Fix collection info display (track count, free space) for iPod and MTP
      devices. (BR 232093)
    * Fix crash at exit with Qt 4.8
    * Fix moving applets rightward in the context toolbar.
    * Fix breadcrumbs not working properly for the file browser.
    * Disable cover fetching action for tracks not in the collection to avoid
      crash when trying to "save as" a cover. (BR 287604)
    * Show default cover in tag dialog when track is not in the collection.
    * Fix directory selection when opening album location in tag dialog.
    * Fix crash in CoverFoundDialog if progress dialog is cancelled just
      before fetch is done.
    * Correctly parse disambiguation pages for songs in the English Wikipedia.
    * Fix wrong context view applets sizes on start up in some cases.
    * Fix Amarok consuming CPU until main window is shown. (BR 278897)
    * Fix last.fm 'scrobble composer' option's fallback to artist (BR 286215)
    * Fix volume control from within Amarok.
    * Fix slow startup because of imported playlists. (BR 284761)
    * Fix audio CD detection on Amarok start. (BR 276032)
    * Set a default filename scheme for USB Mass Storage (BR 285900)
    * Fixed crash during MusicBrainz search. (BR 277475)

  CHANGES:
    * Load Last.fm friend/neighbour avatars on demand.
    * Update tracks in the recently played widget only when needed.
    * Allow editing the SearchWidget during a search animation.
    * Update the collection view while UMS is scanning.
    * Don't block the UI while scanning UMS device.
    * Allow going back and forward in Amazon store. Thanks to GCI student
      Nikola Miljkovic.
2012-03-20 10:28:29 +00:00
taca
cf444ef507 Note update of devel/ruby-rcov package to 1.0.0. 2012-03-20 10:27:00 +00:00
taca
8690fb6f54 Update ruby-rcov to 1.0.0.
Exact changes are unknown but it would be last stable release for Ruby 1.8.7.
2012-03-20 10:25:47 +00:00
taca
77b4ebe1d1 Note update of devel/ruby-kgio package to 2.7.3. 2012-03-20 10:23:10 +00:00
taca
f267a975c2 Update ruby-kgio to 2.7.3.
=== kgio 2.7.3 - compatibility fixes / 2012-03-15 07:11 UTC

  Fixed build and autopush support under Debian GNU/kFreeBSD.
  Test case fixes for timing-sensitive tests.
2012-03-20 10:22:32 +00:00
taca
6a5c9103ac Note update of databases/ruby-dm-types package to 1.2.1nb1. 2012-03-20 10:20:56 +00:00